/* 
'########################################################################
'  							Running Total Table
'########################################################################
*/
	#shoppingBasket {
	background-image:url(../images/build/cartDisplayRepeater.jpg);
	background-repeat:repeat-y;
	width:154px;
	margin-left:0px;
	border:0px solid red;
	}
	html>body #shoppingBasket {
		margin-left:2px;
	}
	#shoppingBasket .label { 
	width:80px;
	}
	#shoppingBasket td {
		padding:2px;
		color:#8E4326;
		font-weight:bold;
	}
	#shoppingBasket a {
		color:#8E4326;
		font-weight:bold;
	}









/* 
'########################################################################
'  							Related Products
'########################################################################
*/
	#relatedProducts {
	}









/* 
'########################################################################
'  							UD__Cart.asp
'########################################################################
*/
	#checkouttable {
		width:500px;
		margin-top:40px;
	}
	/*The first row is set to a table header row */
	#checkouttable th { 
		text-align:left;
		color:#FFFFCC;
		background-color:#C16B37;
	}
	/*The repeating rows in UD table */
	#checkouttable .list0 {
		color:#FFFFCC;
		background-color:#D49758;
	}
	#checkouttable .list1 {
		color:#D49758;
		background-color:#F4DE8F;
	}







/* 
'########################################################################
'  					Return to cat and sub cat thumbnails
'########################################################################
*/
	#prodNavLinks {
	}








/* 
'########################################################################
'  							Main Product Table
'########################################################################
*/
	#mainProduct {
	}
	#mainProduct h1{
	padding:0px;
	margin:0px;
	}
	#mainProduct h2{
	padding:0px;
	margin:0px;
	}
	#mainProduct .content{
	}
	#mainProduct .size{
	width:180px;
	}
	#mainProduct .colour{
	width:180px;
	}
	#mainProduct .quantity{
	}







/* 
'########################################################################
'  							Thumb Nail Table
'########################################################################
*/

#thumbNailContainer {
	border:0px solid red;
	width:560px;
	margin-left:10px;
	margin-bottom:20px;
}
	#thumbs {
	float:left;
	margin:10px;
	border:0px solid red;
	}
	#thumbs table {
	width:250px;
	text-align:center;
	padding:6px;
	}
	#thumbs .thumbImage img{
	width:200px;
	height:150px;
	}
	#thumbs .thumbModel {
	font-weight:bold;
	margin-bottom:3px;
	color:#D49758;
	font-size:13px;
	}
	#thumbs .thumbPrice {
	height:25px;
	text-align:center;
	color:#C16B37;
	font-weight:bold
	}
	#thumbs .thumbDesc {
	/*I want militry style so I'm controlling the height and words*/
	height:65px;
	}
	#thumbs .thumbLink {
	width:100px;
	color:#FFFFFF;
	height:18px;
	background-image:url(../images/build/addButton.jpg);
	vertical-align:middle;
	}
	