/*Needed for chained selects*/ 
#CS { display: none; }
#CS LI {
	list-style: none;
}

div.topnav {
	padding-top: 12px;
	height: 28px; 
}
#chainholder { display: inline; }
#chainholder SELECT {
	color: #666;
	border: 1px solid #333;
	margin-right: 4px;
	font-size: 11px;
}
#backbutton A{ 
	float: right;
	padding-right: 20px; 
	background: url("../img/back.gif") right top no-repeat;
	width: 24px;
	height: 24px;
}
.wide {
	width: 890px!important;
}
.wide .title{
	background: url("../img/bg_prod_bigheader.gif") right top no-repeat!important;
}
.prod {
	margin: 0px 4px 4px 4px;
	width: 440px; /* 356px */
	float: left;
	padding: 0px 6px 6px 6px;
	background: url("../img/bg_prod.jpg") right bottom no-repeat;
}
.prod .title{
	position: relative;
	background: url("../img/bg_prod_header.gif") right top no-repeat;
	padding: 2px 12px 2px 2px;
	line-height: 12px;
	font-weight: bold;
	color:white;
	border-bottom: 1px solid #E60000;
	text-align: right;
	margin: 0 -4px 2px 0;
}
.prod IMG {
	border: none;
}
.prod IMG.prodImg{
	border: 1px solid #999;
	float: right;
	margin: 0px 0px 0px 2px;
	/*height: 100px;*/
}
#prod {
	margin: 0px;
}
#prod UL.floating{
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 8px 4px 8px 4px;
}
#prod UL.floating LI{
	display: block;
	float: left;
	padding: 0px 2px 2px 2px;
	width: 100%;
	min-height: 120px;
	_height: 120px;
}
#prod UL.floating LI DIV.pdf{
/*	clear: right;
	border:1px solid blue;
	display: block;
	border: 1px solid black;
	width: 100px;
	height: 100px;
	background-color:#eee;
	padding: 8px;
*/
}
#prod UL.floating LI A:hover{
/*	background-color:#ccc;*/
	color: red;
}
#prod UL.devider{
	list-style: none;
	margin: 0px 18px 0px 0px;	
	padding: 12px 0px 6px 12px;
}
#prod UL.devider LI{
	font-weight: bold;
	border-bottom: 1px solid #999;
	zoom:1; /* IE bug */
}
#prod UL.detail{
	list-style: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border: 1px solid #666;
	border-width: 1px 0px 1px 1px;
}
#prod UL.detail LI{
	border: 1px solid #666;
	border-width: 1px 1px 0px 0px;
	border-top-color: #aaa;
	padding: 6px;
	margin: 0px;
}
#prod UL.detail LI.content{
	min-height: 195px;
	_height: 195px;
}
#prod UL.detail LI.title{
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	border: 1px solid #666;
	border-width: 0px 1px 0px 0px;
	background:#999 url('../img/bg_title.gif') repeat-x left top;
	text-align: center;
}
#prod UL.detail LI.footer{
	background:#eee url('../img/bg_footer.gif') repeat-y right top;
}
#prod UL.detail LI.footer A{
	padding-left:4px;
}
#prod UL.listing{
	list-style: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#prod UL.listing LI{
	padding: 6px;
	min-height: 1px;
	_height: 1px;
}