/* CSS Document */

.container{
	width:150px;
	float:left;
	padding: 15px;
	text-align:center;
}

div.container h2{
	margin-top:0px;
}

/* ***********************************************************************
* Styles specific to products display area only
*/
tr.tableHeading{
	background-color:#DAD9D9;
}
tr.tableHeading td{
	background-color:#DAD9D9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
}

tr.suboptions td{ /* this is only required if products are displayed as a list */
	background-color:#e5edcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#A9D1E2;
}

tr.tableFooter{
	background-color:#333366;
	line-height:8px;
}

tr.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#494949;
}

/* *****************************************8
* Display the products with thumb images
*/
.detailsContainer{
	margin:0;
	width: 570px;
	padding:0 0 5px 0px;
	position:relative;
	background-image:url(/images/template_images/fade_bottom_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	clear:both;
}

.detailsContainer td{
	font-size:100%;
	color:#000000;
}

.detailsInnerContainer{
	border-top: 3px solid #DAD9D9;
	color:#494949;
}

.displayDetails{
	width:400px;
	float:left;
}

#detailsFooter{
	clear:both;
}

div.description{
	padding: 0.2em 0;
}

.imageContainerDetails{
	float:left;
	width:auto;
	padding-right:5px;
}

.imageContainer{
	Xfloat:left;
	height:150px;
	width:150px;
	position:relative;
	border-top:3px solid #EFE0E0;
	border-bottom:3px solid #EFE0E0;
	padding:1px;
	text-align:left;
}
html>body .imageContainer{
	height:auto;
	min-height:150px;
}

div.container h2{
	margin:0;
	display:inline;
}

.imageContainer img{
	position:absolute;
	bottom:0;
}

.container .footer{
	Xborder-top:1px solid #DAD1C5;
	padding-top:3px;
	text-align:center;
}

.productImage{
	margin:1px;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.productImageDetails{
	vertical-align:top;
	Xmargin:0 auto 0 auto;
}

.reducedfrom{
	color:#000000;
	text-decoration:line-through;
}

.productThumbSml{
	float:right;
	
	margin:2px;
	clear:right;
}

.productThumbSml img{
	border:3px solid #B57E3E;
}
