﻿/*-------- Item listing layouts ----*/
img.thumbnail
{
	border-style: none;
}

.itemList
{
    font-size: 10pt;
}

.itemList div.itemListing
{
	position: relative;
}

div.itemList.array .itemListing
{
	padding: 0px;
	height: 260px;
}


div.itemList.array div.itemPicture
{
	width: 150px;
	margin-left:2px;
	margin-right:auto;
	margin-top: 23px;
	font-size: 8pt;
}





/*--- Item Picture List style ---*/
div.itemList.list
{
    width: 100%;
    border-style: none;
    padding: 0px;
}

/* List of items, one per line with picture oriented at the left.
   The height of the list entry is fixed at 200px.
 */
div.itemList.list .itemListing
{
	width:auto;
	height: 100px;
	padding: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px;
	position:relative;
        
}


div.itemList.list .itemIdentification
{
	width: auto;
	float: left;
}

div.itemList.list .detailLink
{
	position: absolute;
	bottom: 10px;
	right: 50px;
}

div.itemList.list img.thumbnail
{
	width: 80px;
	height: 80px;
	
}
div.itemList.list div.itemPicture
{
	float: left;
}


/* itemInformation div must be relative positioned */
.itemList.list div.itemPictureContent
{
	float: right;
	position:relative;
	margin-left: 20px;
	margin-right: 20px;
	height: 100px;

}
.itemList.list .buyButton
{
	position: absolute;
	right: 20px;
	bottom: 40px;
}

/* For list style item listings, position the item extended description to the right of the thumbnail image */
.itemList.list .itemInformation
{
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 160px;

}

/*--- Item Picture Array style ---*/

/* Use float left to layout images in an array */
.itemList.array .itemListing
{
	float: left;
	width: 150px;
}

/* Item Listing as array of item pictures... */
.itemList.array .itemListing
{
	width:155px;
	height:260px;
	float:left;
	margin-left: 5px;
	padding:5px;
	margin-bottom:20px;
	margin-right:5px;
	text-align:center;
	overflow:hidden;
}

.itemList.array .itemListing .itemPicture
{
    clear:both;
    height: 90px;
}

.itemList.array img.thumbnail
{
	text-align:center;
}

.itemList.array div.itemPicture
{
	width: 155px;
	margin-left:2px;
	margin-right:2px;
	margin-top: 5px;
	
}

/* Don't display brief description when rendering a list as an array */
.itemList.array .itemInformation
{
	display: none;
}

.itemList.array .buyButton
{
	text-align: center;*
/*	position:absolute;*/
/*	bottom: 10px;*/
	width: 100%;
}

/* ItemPicture price display style */
/* Show customer's price in Green */
.yourPrice
{
	font-weight: normal;
}

/* Regular price is hidden by default.
 * Remove the display:none attribute to always show the regular list price.
 */
.regularPrice
{
    display:none;
}

/* Show regular price with a line through it if selling price is discounted */
.regularPrice.discounted
{
    display:block;
	text-decoration: line-through;
}

/* Item title */
.itemDescription
{
	font-style: italic;
	margin-top:5px;
}

/*--------------------item listings - array style ---------------------*/
.itemList.array
{
    font-size: 10pt;
}

.itemList.array div
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.itemList.array div.itemListing
{
	background-image: url(img/slide180Red.png);
	color: #444;
	background-repeat:no-repeat;
	background-position:top;	
}

.itemList.array .itemIdentification
{
	position: relative;
	/*height: 170px; */
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	line-height: 1.1em;
}

.itemList.array .itemPictureContent
{
	position: absolute;
	top: 180px;
	width: 100%;
	font-size: 12px;
}

.itemList.array .itemPicture
{
	margin-top: 1em;
}

.itemList.array .itemListing div.itemNumber
{
	position: absolute;
	top: -22px;
	text-align:center;
	width: 95%;
	font-size: 12px;
	font-weight: bold;
}

.itemList.array .itemListing
{
	font-size: 12px;
	line-height: 1.1em;
}

.itemCaption
{
	background-color:#4488AA ;
	font-weight:bold;
	color: #DDEEFF;
	padding:3px;
	text-align:center;
	margin-bottom:5px;
//	visibility:hidden;
}

.itemCaption a
{
	color: #DDEEFF;
}