@charset "utf-8";
/* Shop3 Layout 
---------------------------------------- */
.shop3-row { 
  width: 940px; 
  margin-left: 19px; 
}
.shop3-column1 {
  float: left; 
  width: 640px; 
}
.shop3-column2 { 
  float: left; 
  width: 195px; 
  margin-left: 0px; 
}

.shop3-column1 ul { padding: 0; margin: 0; }

/* Shop3 Layout Other
---------------------------------------- */
.itemContainer {
	width:100%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	font-weight:normal;
	border-bottom: 1px dotted #000;
}
.itemContainer div {
	float:left;
	margin: 5px 13px 5px 13px ;
}
.itemContainer a {
	text-decoration:none;
}
.itemName {
	width: 140px;		
}
.cartHeaders {
	width:100%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:80%;
	font-weight:normal;
	margin-left: 121px;
	display:none;
}
.cartHeaders div {
	float:left;
	margin: 5px 50px 5px 20px ;
}

/* Listview + Detail */
.pnt { text-align: right; color: #ccc; padding-bottom: 20px; }
.pnb { text-align: right; color: #ccc; }
div.sc1 { float: left; width: 200px; color: orange; }
div.sc1 h1 { font-size: 18px; font-weight: normal; color: #333; margin: 0; }
div.sc1 h2 { font-size: 16px; font-weight: normal; }
div.sc1 .sm { font-size: 10px; color: #333; }
div.sc1 a { color: #f39; text-decoration: none; }
div.sc1 a:hover { color: #f39; text-decoration: underline; }
div.sc1 h1 a { font-size: 18px; font-weight: normal; text-decoration: none; color: #333; margin: 0; } 
div.sc1 h1 a:hover { font-size: 18px; font-weight: normal; text-decoration: none; color: #333; margin: 0; }

/* Colour Chips */
div.sc1 div.black { float: left; width: 32px; height: 32px; background: #000; }
div.sc1 div.blue { float: left; width: 32px; height: 32px; background: #39f; } 
div.sc1 div.green { float: left; width: 32px; height: 32px; background: #3f0; } 
div.sc1 div.pink { float: left; width: 32px; height: 32px; background: #f6c; } 
div.sc1 div.white { float: left; width: 32px; height: 32px; background: #eee; }
div.sc1 div.bronze { float: left; width: 32px; height: 32px; margin-left: 6px; background: #600; } 
div.sc1 div.silver-grey { float: left; width: 32px; height: 32px; margin-left: 6px; background: #999; }  
div.sc1 div.chrome { float: left; width: 32px; height: 32px; margin-left: 6px; background: #eee; } 
div.sc1 div.wst { float: left; width: 32px; height: 32px; margin-left: 6px; background: url("/shop2/images/wst.png") no-repeat 0 0; }
div.sc1 div.wlb { float: left; width: 32px; height: 32px; margin-left: 6px; background: url("/shop2/images/wlb.png") no-repeat 0 0; }
div.sc1 div.wkg { float: left; width: 32px; height: 32px; margin-left: 6px; background: url("/shop2/images/wkg.png") no-repeat 0 0; }
div.sc2 { float: left; width: 300px; margin-left: 20px; }
div.sc2 img { padding-bottom: 12px; }
div.sc2 a { border: 0; }

/* Cart */
table { border: 0; }
td { font-size: 12px; }
th { font-size: 12px; color: #666; font-weight: normal; text-align: left; }

