/* Tags */
#shopWrapper fieldset{
	border:1px solid #414141;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
}
#shopWrapper legend{
	margin:0px 0px 5px 0px;
	padding:0px 5px;
	font-weight:normal;
	font-size:14px;
	color:#414141;
}
#shopWrapper form{
	padding:0px;
	margin:0px;
}
#shopWrapper h2{
	font-size:100%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
/* Misc. Defined Areas */
#shopBasket{						/* Basket info line */
	float:right;
}
#shopLoginBox{						/* Your Account / Login line */
	float:right;
	margin-left:72px;
}
#shopSearchBox{						/* Search Box - regular; floated */
	float:right;
	background-color:#414141;
	color:#FFFFFF;
	padding:10px;
	font-size:16px;
}
#shopSearchInline div{				/* Alterative inline search box */
	float:left;
	line-height:20px;
	padding-right:10px;
}
/* Misc. Re-Used bits and bobs */
.shopLinkNoUnder a:link, .shopLinkNoUnder a:visited, .shopLinkNoUnder a:active{
	color:#474747;
	text-decoration:none;
}
.shopLinkNoUnder a:hover{
	color:#474747;
	text-decoration:underline;
}
.shopErrors{
	color:#FF0000;
	font-size:15px;
	margin-bottom:10px;
}
.shopInputBox{
	font-family:"Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#474747;
	border:1px solid #9D9D9D;
	padding:2px;
}
select.shopInputBox{
	height:21px;
	border:none;
}
.shopButton{
	font-family:"Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color:#ed586c;
	border:none;
	padding:2px 10px;
	width:auto;
	overflow:visible;
	cursor:pointer;
}
.shopColumnLeft{
	float:left;
	width:55%;
}
.shopColumnRight{
	float:right;
	width:40%;
}
.shopFormNote{
	font-size:75%;
}
#shopRelated .shopTitleBold{
	background-color:#414141;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:10px;
	padding:8px;
}
/* Vertical side-menu */
#shopMenuVertical ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#shopMenuVertical a:link, #shopMenuVertical a:visited, #shopMenuVertical a:active, #shopMenuHorizontal a:link, #shopMenuHorizontal a:visited, #shopMenuHorizontal a:active{
	color:#5f5f5f;
	text-decoration:none;
	line-height:25px;
}
#shopMenuVertical a:hover, #shopMenuHorizontal a:hover{
	text-decoration:underline;
}
/* Alternative, horizontal menu */
#shopMenuHorizontal ul{
	padding:0px;
	margin:0px;
}
#shopMenuHorizontal li{
	display:inline;
}
/* Breadcrumb trails */
#shopBreadcrumbs{
	background-color:#212121;
	padding:8px;
	margin-bottom:10px;
}
#shopBreadcrumbs, #shopBreadcrumbs a:link, #shopBreadcrumbs a:visited, #shopBreadcrumbs a:active{
	color:#ed586c;
	text-decoration:none;
}
#shopBreadcrumbs a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
/* Brand filter box */
#shopBrandFilter{
	background-color:#212121;
	color:#ed586c;
	padding:4px;
	margin-bottom:10px;
}
#shopBrandFilter, #shopBrandFilter td{
	color:#ed586c;
}
/* Special Offers / Popular Products boxes */
#shopSpecialsBox{
	background-color:#da5164;
	background-image:url(../../images/shop/specials_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
#shopSpecialsBox .shopImage{
	float:left;
}
#shopSpecialsBox .shopSpecialProds{
	padding:10px 10px 10px 0px;
}
#shopSpecialsBox .shopListItem{
	width:332px;
	margin:0px;
	position:relative;
	float:right;
}
#shopSpecialsBox .shopImage{
	float:left;
	padding-bottom:0px;
}
#shopSpecialsBox .shopTitle a{
	color:#212121;
	font-size:20px;
	padding-left:10px;
}
#shopSpecialsBox .shopPriceLine{
	position:absolute;
	bottom:10px;
	right:10px;
}
/* Product / Category list view */
#shopCatDescription{
	margin-bottom:10px;
}
.shopListWrapper{
	position:relative;
	margin:0px 0px 10px -10px;
}
.shopListItem{
	background-color:#FFFFFF;
	float:left;
	width:154px;
	border:1px #FFFFFF solid;
	margin:0px 0px 10px 10px;
	padding:10px;
	cursor:pointer;
}
.shopListItem:hover{
	border:1px solid #999999;
}
.shopListItem .shopImage{
	padding-bottom:10px;
	height:117px;
}
.shopListItem .shopTitle{
	font-size:16px;
	height:40px;
}
.shopListItem .shopPriceLine{
	font-size:14px;
	color:#ed586c;
	font-weight:bold;
}
/* Product and Category views */
#shopProdTop{
	background-color:#212121;
	padding:10px;
	margin-bottom:10px;
}
#shopProdImages{
	background-color:#FFFFFF;
	padding:10px;
}
#shopProdImgMed{
	height:215px;
}
#shopProdImgTn div{
	float:left;
	width:90px;
	height:90px;
	margin-top:8px;
}
#shopProdImgTn div.notFirst{
	margin-left:8px;
}
#shopProdClick{
	line-height:21px;
	padding-left:20px;
	color:#FFFFFF;
	background-color:#414141;
	background-image:url(../../images/shop/icon_plus.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#shopProdBuy{
	padding-left:10px;
	padding-right:1px;
}
#shopProdBuy, #shopProdBuy td{
	color:#FFFFFF;
}
#shopProdName{
	font-size:22px;
	margin-bottom:10px;
}
#shopProdDescShort{
	font-size:14px;
	color:#ed586c;
	font-style:italic;
	border-bottom:1px solid #414141;
	padding-bottom:10px;
	margin-bottom:10px;
}
#shopProdPrice{
	font-size:13px;
	border-bottom:1px solid #414141;
	padding-bottom:10px;
	margin-bottom:10px;
}
#shopProdPrice span{ color:#ed586c; }
#shopProdPrice strong{
	font-size:20px;
	font-weight:normal;
}
.catProdStockIn{ color:#fff; }
.catProdStockOut{ color:#ed586c; }
.catProdStockPending{ color:#FF9900; }
#shopProdAddButton{
	border-top:1px solid #414141;
	padding-top:10px;
	margin-top:10px;
}
#shopProdDescLong{
	margin-bottom:10px;
}
/* Pagination box */
#shopPagination{
	background-color:#FFFFFF;
	width:342px;
	float:right;
	margin-bottom:10px;
	padding:5px 10px;
}
#shopPagination, #shopPagination td{
	font-size:16px;
}
#shopPagination strong{
	color:#ed586c;
	font-weight:normal;
}
#shopPagination a:link, #shopPagination a:visited, #shopPagination a:active{
	padding:0px 5px;
	color:#414141;
	text-decoration:none;
}
#shopPagination a:hover, #shopPagination .shopPageCurrent a{
	background-color:#dfdfdf;
}
/* Registration / login form */
#shopLoginLogin{
	width:40%;
	float:left;
}
#shopLoginRegister{
	width:60%;
	float:left;
}
.shopLoginTitle, #shopAccountTitle{
	background-color:#414141;
	color:#FFFFFF;
	font-size:14px;
	padding:8px;
	margin-bottom:10px;
}
/* Basket */
#shopBasketTable th{
	font-weight:normal;
	background-color:#414141;
	color:#FFFFFF;
	padding:4px 2px;
}
#shopBasketTable td{
	padding:2px;
}
.shopBasketAlt{
	background-color:#BDBDBD;
}
.shopBasketTableNo{
	text-align:center;
	font-weight:bold;
	padding:15px;
}
#shopBasketTotals{
	font-weight:bold;
	border-top:1px solid #414141;
	padding-top:5px;
	margin-top:5px;
}
/* Checkout Section */
#shopCheckoutSections{
	padding:8px;
	background-color:#414141;
	margin-bottom:10px;
}
#shopCheckoutNotes{
	padding-bottom:10px;
}
#shopCheckoutShipLeft{
	float:left;
	width:49%;
}
#shopCheckoutShipRight{
	float:right;
	width:49%;
}
.shopCheckoutShipAddrItem{
}
.shopCheckoutShipTitle{
	margin-top:10px;
	font-weight:bold;
}
/* clearfix */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
