/* CSS Document */

/* ***********************************************************************
* 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;
	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;
}

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

.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;
}

/*specific to the cage section*/

table#cage{
	width:500px;
	margin-left:30px;
}

table#cage td{
	color:#000000;
}

table#cage td{
	border-bottom:1px solid #CCC;
}

table#cage th{
	border-bottom:1px solid #000;
}
