div.shop { font-size: 12px; font-family: Arial, Helvetica; }
div.shop a { text-decoration: none; color: #036; }
div.shop a:hover { color: blue; }
div.shop a img { border: none; position: relative; top: 2px; }
div.shop .u { font-weight: bold; }
div.shop .response_neg { background: red; color: #FFF; }
div.shop .response_pos { background: green; color: #FFF; }

div.shop .top { width: 95%; }
div.shop .top .crumbs { float: left; width: auto;margin-bottom:10px; }
div.shop .top .links { float: right; width: auto; }


div.catInfo {  zoom: 100%; position: relative; }
div.catInfo div.admin { position: absolute; top: -8px; right: 0px; background: #eee; padding: 2px; }

div.productInfo { zoom: 100%; position: relative; padding:0px; }
div.productInfo h2.title {  }
div.productInfo div.description { padding: 2px; }
div.productInfo div.price { font-weight: bold; margin-top: 4px; }
div.productInfo div.gallery { padding: 5px; width: 310px; }
div.productInfo div.gallery ul { padding: 0px; margin: 0px 0px 0px 10px; list-style: none; }
div.productInfo div.gallery ul li { padding: 0px; margin: 2px; float: left; }
div.productInfo div.mainImgWrap { width: 310px;height: 250px; text-align: center; }
div.productInfo div.mainImgWrap img { margin: auto; }
div.productInfo div.admin { position: absolute; top: -19px; right: 0px; background: #eee; padding: 2px; }
div.productInfo div.addToCart { position: absolute; bottom: 20px; right: 20px; padding: 2px; }
div.productInfo div.addToCart a { font-weight: bold; font-size: 18px; padding: 5px; }

ul.catList { list-style: none; margin: 0px; padding: 0px; }
ul.catList li { margin: 10px; padding: 10px; display:inline; float:left;  }
ul.catList li div.m { position: relative; zoom: 100%;/* height: 30px;*/ width:90px; text-align:center;}
ul.catList li div.hidden { opacity: 0.5; filter: alpha(opacity=50); }
ul.catList li div.pinned { /*background-color: #FFA;*/ }
ul.catList li div.img { float:left; width: 60px; cursor: pointer; height: 60px; clear:both; }
ul.catList li div.img img { margin: 10px; width:40px; height: 40px; }
ul.catList li div.d  { padding-top: 1px; }

ul.productList { list-style: none; margin-left: -8px; padding: 0px; }
ul.productList li { margin-bottom: 10px; padding: 0px; }
ul.productList li div.m {  position: relative; zoom: 100%; height: 150px; }
ul.productList li div.hidden { opacity: 0.5; filter: alpha(opacity=50); }
ul.productList li div.pinned { /*background-color: #FFA;*/ }
ul.productList li div.img { width: 90px; height:113px}
ul.productList li div.d { padding-top: 1px; }
ul.productList li div.d .price { font-weight: bold; }
ul.productList li div.addToCart { position: absolute; bottom: 2px; right: 2px; padding: 2px; }
ul.productList li div.addToCart a {  }

div.admin { position: absolute; top: -12px; right: 2px; padding: 1px; }
div.admin img { width: 16px; height: 13px; cursor: pointer; }


div.signup {  }

div.custom_specs ul#cust_att {margin:0px;padding:0px;list-style:none}

div.form { text-align: left; width: 98%; margin-bottom: 10px; }
div.form .h { border-bottom: 1px solid #AAA; margin: 0px 0px 5px 0px; padding: 2px 10px; color:navy; font-weight: bold;  }
div.form table { width: 95%; font-size: 12px; font-family: Arial, Helvetica; }
div.form table tr.alt { background: #EFEFEF; }
div.form table tr.hr { font-size: 1px; line-height: 1px; height: 1px; }
div.form table tr.hr div { border-bottom: 1px dashed #EEE; margin: 5px 0px; }
div.form table .topLeftTd { width: 130px; }
div.form table td { text-align: left; }
div.form table th { padding-right: 10px; text-align: center; }
div.form table td.postAs { background: #DDD; text-align: left; }
div.form select { width: 100%; }
div.form input { width: 100%; }
div.form input.radio { width: 15px; }
div.form textarea { width: 100%; height: 200px; }
div.form #loginDiv { margin-top: 10px; }
div.form #loginDiv div { float: left; padding: 2px 5px 2px 0px; }
div.form #loginDiv input { width: 100px; }
div.form span.option { text-align: center; }
div.form span.option div { padding: 0px 0px 0px 60px; position: relative; zoom: 100%; }
div.form span.option .n { position: absolute; top: 0px; left: 0px; width: 55px; }
div.form ul.imgList { list-style: none; margin: 0px 0px 10px 0px; padding: 0px; }
div.form ul.imgList li { position: relative; padding-left: 20px; }
div.form ul.imgList .handle { position: absolute; top: 0px; left: 0px; height: 20px; width: 20px; cursor: move; background: url(http://www.ashbec.co.nz/module_content/ShopV2/common/icons/drag.png) center center no-repeat; }

tr.b1 { background-color: #FFF; }
tr.b2 { background-color: #EEE; }
tr.nf { background-color: #EEE; }
tr.nf td { text-align: center; color: #888; font-style: italic; }

.crumbs { padding: 1px 0px; }
.crumbs a { text-decoration: none; color: #369; }
.crumbs a:hover { color: blue; }

.clear { clear: both; height: 1px; line-height: 1px font-size: 1px; }

.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.multipleSelectBoxControl div select{	/* Select box layout */
	font-family:arial;
	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:25px;	
}

.multipleSelectBoxControl div{
	float:left;
}
	
.multipleSelectBoxDiv
