/* Shop wrapper */
#shopWrapper{
	/*font-size:70%;*/ /* already done in main css file */
}
#shopWrapper *{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* Tags */
#shopWrapper form{
	padding:0px;
	margin:0px;
}
#shopWrapper h2{
	font-size:100%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#shopWrapper fieldset{
	border:1px solid #c9c9c9;
	padding:0px 10px 10px 10px;
}
#shopWrapper legend{
	margin-bottom:5px;
	padding:0px;
	font-weight:bold;
	color:#2d3638;
}
/* ID Regions */
#shopHeadTop{
	background-color:#C4D5E6;
	padding:6px;
}
#shopHeadTopLeft{
	float:left;
}
#shopHeadTopRight{
	float:right;
}
#shopHeadBottom{
	background-color:#C4D5E6;
	margin-top:6px;
	padding:6px;
}
#shopHeadBottomLeft{
	float:left;
	padding-top:4px;
}
#shopHeadBottomRight{
	float:right;
}
.shopBody, #shopBody, #shopRelated{
	margin-top: 6px;
}
#shopBreadcrumbs { border: 1px solid #eaeaea; background: #fff; padding: 1px 3px; }
#shopHomeWrapper{ }
#shopHomeLeft{ }
#shopHomeRight{
	float:right;
	width:316px;
}
/* Various classes */
.catProdTitle{
	padding:3px;
	font-size:110%;
	font-weight:bold;
}
.catListInner {
}
.cartInputBox, .cartButton{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#2d3638;
	background-color:#fff;
	border:1px solid #eaeaea;
}
.cartButton{
	background-color: #c9c9c9;
  border-color: #aaa;
}
.shopErrors{
	color:#FF0000;
	font-weight:bold;
	font-size:115%;
}
.shopFormNote{
	font-size:90%;
	padding:3px 0px 3px 0px;
}
.shopFieldsetFloatLeft{
	float:left;
	width:45%;
}
.shopFieldsetFloatRight{
	float:right;
	width:50%;
}
.shopColumnLeft{
	float:left;
	width:45%;
}
.shopColumnRight{
	float:right;
	width:45%;
}
/* Category list items */
.catCatItem {
	float: left;
  margin: 0;
  padding: 0;
	margin-right: 6px;
  margin-bottom: 7px;
	
  width: 169px;
}

.catCatItem .catCatItemInner {
	border: 1px solid #eaeaea;
  background-color: #10aae6;
  height: 176px;
	padding: 0 0 1px 0;
}

.catCatItem.special .catCatItemInner {
  background-color: #ff3dab;
}

.catCatItem .catCatItemInner .catCatItemInnerInner {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding-top: 11px;
  height: 163px;
}

.catCatItemImg {
  width: 167px;
  height: 99px;
  margin-bottom: 12px;
}
.catCatItemImg a {  }

.catCatItemTitle {
	font-weight: bold;
  padding: 0 10px;
}
/* Product list items */
.catProdItem {
	float: left;
  margin: 0;
  padding: 0;
	margin-right: 6px;
  margin-bottom: 7px;
	
  width: 169px;
}

.catProdItem .catProdItemInner {
	border: 1px solid #eaeaea;
  background-color: #10aae6;
  height: 176px;
	padding: 0 0 1px 0;
}

.catProdItem.special .catProdItemInner {
  background-color: #ff3dab;
}

.catProdItem .catProdItemInner .catProdItemInnerInner {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding-top: 11px;
  height: 163px;
}

.catProdItemImg {
  width: 167px;
  height: 99px;
  margin-bottom: 12px;
}
.catProdItemImg a {  }

.catProdItemTitle {
	font-weight: bold;
  padding: 0 10px;
}
.catProdItemPrices{
  margin: 0;
  padding: 0;
  
  margin-top: 2px;
  padding: 1px 7px 2px;
  
  background: #c9c9c9;
  color: #2d3638;
	
  font-weight: bold;
	border: 1px solid #eaeaea;
}
/* pages */
.catProdItemPaging { text-align: right; margin-top: 9px; margin-right: 6px; }

.catProdItemPaging .pagePrev,
.catProdItemPaging .pageNext,
.catProdItemPaging .pageNumber { display: block; float: left; margin-left: 3px; text-align: center; }

.catProdItemPaging .pagePrev,
.catProdItemPaging .pageNext  { width: 22px; background: #c9c9c9; color: #2d3638; padding: 1px 8px 2px; border: 1px solid #eaeaea; }

.catProdItemPaging .pagePrev:hover,
.catProdItemPaging .pageNext:hover  { color: #fff; }

.catProdItemPaging .pageNumber { width: 7px; background: #fff; color: #2d3638; font-weight: bold; border: 1px solid #eaeaea; padding: 1px 5px 2px; }
.catProdItemPaging .pageNumber.pageCurrent { background: #c9c9c9; color: #2d3638; }

/* stock */
.catProdItemStockIn {
	color:#31862b;
	font-weight:bold;
}
.catProdItemStockOut {
	color:#FF0000;
	font-weight:bold;
}
.catProdItemStockPending {
	color:#a18f00;
	font-weight:bold;
}
/* buying */
.shopProdBuyArea{
	
}
.shopProdBuyArea td{
	padding-bottom:4px;
}
/* Product view */
#shopProdImages{
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	padding-right:6px;
	text-align:center;
	width:260px;
}
#shopProdImages img{
	margin-bottom:6px;
	border:1px solid #c9c9c9;
}
#shopProdImageMed{
  width: 250px;
	height: 208px;
	margin-bottom:8px;
	padding:0;
}
#shopProdInfoArea {
  /*margin-left: 276px;*/
}
.shopProdTitle{
	background-color:#c9c9c9;
	margin-left:0px;
	padding:6px 0px 6px 6px;
	font-size:110%;
	font-weight:bold;
}
.shopProdSku{
	margin:6px 0px 6px 6px;
	padding-bottom:6px;
	font-weight:bold;
	border-bottom:1px solid #c9c9c9;
}
.shopProdDescLong{
	border-bottom:1px solid #c9c9c9;
	margin-bottom:6px;
	padding-bottom:6px;
}
.shopProdPrices{
	text-align:right;
	color:#FF0000;
	font-size:105%;
	font-weight:bold;
	border-bottom:1px solid #c9c9c9;
	margin-bottom:6px;
	padding-bottom:6px;
}
.shopProdBuyArea{
	text-align:right;
}
.shopProdRelated{
	float:right;
	width:316px;
}
/* Login & Register */
#shopLoginWrapper{
	
}
.shopLoginLogin{

}
.shopLoginRegister{
  margin-top: 20px;
}
.shopLoginRegister table{
	margin:10px;
}
.shopLoginLogin div, .shopLoginRegister div{
	padding:6px;
}
.shopLoginTitle{
	background-color: #c9c9c9;
  color: #2d3638;
	font-size:110%;
	font-weight:bold;
}
/* Account page */
#shopAccountWrapper div{
	padding:6px;
}
.shopAccountTitle{
	background-color:#C4D5E6;
	font-size:110%;
	font-weight:bold;
}
/* Basket */
#shopBasketTable th{
	text-align: left;
	font-weight: bold;
	padding: 2px;
	background-color: #fff;
}
#shopBasketTable td{
	text-align:left;
	padding:2px;
}
.shopBasketAlt{
	background-color: #fff;
}
.shopBasketTotals{
	padding-top:6px;
	border-top:1px solid #c9c9c9;
	font-weight:bold;
	font-size:110%;
}
.shopBasketTotals input{
	font-size:90%;
	font-weight:normal;
}
.shopBasketTableNo{
	text-align:center;
	font-weight:bold;
	padding:15px;
}
/* Checkout : Pick shipping */
.shopCheckoutShipWrapper{
	padding:5px;
}
.shopCheckoutShipNotes{
	padding-bottom:10px;
}
.shopCheckoutShipAddr{
	float:left;
	width:49%;
}
.shopCheckoutShipAddrItem{
	margin-bottom:10px;
	margin-right:10px;
}
.shopCheckoutShipConf{
	padding-left:10px;
	margin-left:-1px;
	float:right;
	width:49%;
}
.shopCheckoutShipConfAddr{
}
.shopCheckoutShipConfTotals{
}
/* Checkout : Payment screen */
.shopCheckoutPayWrapper{
	padding:5px;
}
.shopCheckoutPayNotes{
	padding-bottom:10px;
}
/* clearfix */
.shopclearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .shopclearfix{
	display:inline-block;
	width:100%;
}
* html .shopclearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
