
/*################
#### PRODUCTS ####
################*/ 


#productList ul{
	display				: block;
	height				: auto;
	margin				: 0px 0px 0px 0px;
	padding				: 0px;
	list-style			: none;
}

#productList ul li{
	display				: inline;
}

#productList ul li a{
	margin				: 10px 20px 10px 0px;
	padding				: 0px;
	display				: block;
	float				: left;
	width				: 270px;
	min-height			: 295px;
	color				: #FFFFFF;
	text-decoration		: none;
	border				: 1px solid #370404;
	cursor				: pointer;
	background			: url('../images/bkgrndProduct.gif') top left no-repeat;
}

*html #productList ul li a{
	margin				: 5px 16px 10px 0px;
	height				: 295px;
	
}

#productList ul li a:hover{
	color				: #FFFFFF;
	border				: 1px solid #5D0808;
	background			: url('../images/bkgrndProduct.gif') bottom left no-repeat;
}

#productList img{
	border				: 0px;
	margin				: 2px 0px 5px 0px;
}

.productNameShort{
	display				: block;
	margin				: 3px 0px 5px 0px;
	height				: 40px;
	font-weight			: bold;
	text-align			: center;
}

.productName{
	font-weight			: bold;
	color				: #FFFFFF;
	background-color	: #5D0808;
	width				: 576px;
	float				: left;
	text-align			: center;
	margin				: 10px 0px 0px 0px;
	padding				: 5px 0px 0px 0px;
	height				: 15px	;
}

.productPrecis{
	text-align			: left;
}

.productDetails{
	padding-top			: 5px;
	text-align			: center;
}

.productInfo{

	background-color	: #E8E1E1;
	text-align			: left;
	padding				: 10px 20px 20px 20px;
	margin				: 0px;
	color				: #370404;
	border-left			: 1px solid #AF9898;
	border-right		: 1px solid #AF9898;
	clear				: both;
	width				: 534px;

}

.largeImage{
	border				: 1px solid #5D0808;
	margin				: 0px 0px 10px 0px;
	padding				: 0px 0px 0px 0px;
	cursor				: pointer
}

.thumbPics{
 	width				: 120px;
	float				: left;

}

*html .thumbPics{
 	width				: 140px;

}

.thumbImage{
	margin-bottom 		: 5px;
	border 				: 2px solid #FFFFFF;
	cursor 				: hand;
}


label.labError{
	color				: #FF0000;	
	
}

.BTN{
	width				: 290px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	margin 				: 0px;
	padding				: 5px;
	margin-right		: -4px;
	color				: #FFFFFF;
	padding-right		: 10px;

}

.BTNHover{
	width				: 290px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	margin 				: 0px;
	padding				: 5px;
	margin-right		: -4px;
	color				: #5D0808;
	text-decoration		: underline;
	padding-right		: 10px;

}

.inputBTNJustSold{
	width				: 370px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	margin 				: 0px;
	padding				: 5px;
	margin-right		: -4px;
	color				: #FFFFFF;
	padding-right		: 10px;

}

.inputBTNHoverJustSold{
	width				: 370px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	margin 				: 0px;
	padding				: 5px;
	margin-right		: -4px;
	color				: #5D0808;
	text-decoration		: underline;
	padding-right		: 10px;

}



.inputBTN{
	width				: 290px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	padding				: 0px 10px 0px 0px;
	margin 				: 0px 10px 0px 0px;
	color				: #FFFFFF;

}

.inputBTNHover{
	width				: 290px;
	background-color	: #AF9898;
	border				: 0px none;
	font-size			: 90%;
	text-align			: right;
	height				: 29px;
	cursor				: hand;
	float				: left;
	padding				: 0px 10px 0px 0px;
	margin 				: 0px 10px 0px 0px;
	color				: #5D0808;
	text-decoration		: underline;

}



#basketTable{
	width:600px;
	padding:0px;
	margin:0px;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}
#basketTable tr{
	padding:5px;
}
#basketTable td{
	border-left:1px solid #5D0808;
	border-bottom:1px solid #5D0808;
}

.td_Last{
	border-right:1px solid #5D0808;
	text-align: center;
}

#basketTable td.sub{
	border-right:1px solid #5D0808;
}
#basketTable td.none{
	border:1px solid #ffffff;
}


#basketTable td.quantity{
	width:90px;
}

tr.header{
	background-color:#5D0808;
	font-weight:bold;
	color: #FFFFFF;
}

.precisDetails{
	background-color	: #E8E1E1;
	padding				: 10px 20px 10px 20px;
	margin				: 0px;
	text-align			: left;
	color				: #812D2D;
	border-left			: 1px solid #AF9898;
	border-right		: 1px solid #AF9898;
	clear				: both;
	width				: 534px;
}

.fullDetails{
	background-color	: #E8E1E1;
	text-align			: left;
	padding				: 5px 20px 20px 20px;
	margin				: 0px;
	color				: #812D2D;
	border-left			: 1px solid #AF9898;
	border-right		: 1px solid #AF9898;
	clear				: both;
	width				: 534px;
}

a.fullDetailsLink{
	color				: #FFFFFF;
	text-decoration		: none;
	font-size			: 90%;
}

a.fullDetailsLink:hover{
	color				: #5D0808;
	text-decoration		: underline;
	font-size			: 90%;
}


a.thumb, a.thumb:hover{
	display				: block;
	height				: auto;
	width				: 50px;
	border				: 2px solid #FFFFFF;
	margin		 		: 5px;
	cursor 				: hand;
}


a.thumbSelect, a.thumbSelect:hover{
	display				: block;
	height				: auto;
	width				: 50px;
	border				: 2px solid #5D0808;
	margin		 		: 5px;
	cursor 				: hand;
}





/*###################
### PRODUCT TABLE ###
###################*/ 

.productTbl{	
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
	font-size			: 11px;
}

.productTbl td{	
	padding				: 2px 2px 2px 2px;
	margin				: 0px 0px 0px 0px;
	vertical-align		: top;
	height				: 25px;
}





/*################
##### PAGING #####
################*/ 


ul#pagingClient {
	list-style-type		: none;
	display				: block;
	margin				: 5px 31px 0px 0px;
	padding				: 0px 0px 0px 0px;
	clear				: both;
}

ul#pagingClient li{
	display				: inline;
}

ul#pagingClient li a{
	display				: block;
	float				: right;
	margin				: 0px 5px 0px 0px;
	padding				: 5px 0px 0px 0px;
	width				: 16px;
	height				: 15px;
	text-align			: center;
	border				: 1px solid #FFFFFF;
	color				: #5D0808;
	text-decoration		: none;
}


ul#pagingClient li a:hover{
	border				: 1px solid  #5D0808;
	background-color	: #C79592;
	color				: #FFFFFF;
}

ul#pagingClient li a.current{
	border				: 1px solid  #5D0808;
	background-color	: #AE6662;
	color				: #FFFFFF;
}


