@charset "UTF-8";
/* CSS Document */

.USonly { display:none; }

/***************BUTTONS**********************/



.buttonSpacer { /* adds space above floated buttons */
	height:5px;
}

.addToBasket { /* more info back to shop show to right */
	float:left;
	margin: 0 1em 0 0;
}

.fauxButton {
	
}

#outOfStock {
	background-color: #FFC;
	padding: 3px;
	margin: 3px 0px;
	border: 1px solid #900;
}


/***************BASKET**********************/



.basketnavigation form {
	display:inline;
}





.hazardous {
	display:block;
	float: left;
	width:16px;
	height:16px;
	background-image:url(../images/icons/hazardous.png);
	background-repeat:no-repeat;
	text-indent:-3000px;
	font-size: x-large;
	color: #F00;
}

.nextDay {
	display:block;
	float: left;
	width:16px;
	height:16px;
	background-image:url(../../images/icons/date.png);
	background-repeat:no-repeat;
	text-indent:-3000px;
}

#link_returns_policy {
	background-image: url(../images/Satisfaction_Guarantee.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	display: block;
	height: 92px;
	width: 92px;
	text-decoration: none;
}


/***************PRICES**********************/

.productprice {
	font-weight: bold;
	margin-bottom: 3px;
}
.pricetext, .productquantity {
	display:none;
}
.incvatprice {
	font-size:x-small;
	font-style:normal;
	color: #999;
}

.saleitem {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	width: 5em;
	text-align: center;
	background-color: #F00;
	padding: 2px;
}

#productsIndexPage .saleitem {
	float: left;
	margin-right:5px;
}


/***************PAGE**********************/

#productsIndexPage #productContent {
	float:left;
	width:700px;
}

#productsIndexPage #productContent h2 {
	margin-top:0;
}

#productsIndexPage .shopItem {
	width: 300px;
	text-align: left;
	margin: 5px;
	padding: 20px;
	float:left;
	
}
#productsIndexPage .shopRow {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #E7E7E7;
	overflow: visible;	
	float:left;

}

#productDetails {
	margin-top:5px;
	margin-right:20px;
	width:430px;
	float:left;
}

#productDetails .photoTitle {
	display:none;
}

.TabbedPanelsContentGroup, 
.TabbedPanelsTabSelected
 {
	background-color:#FFF;
}


/***************LEFT MENU**********************/


#categoryMenu {
	width: 230px;
	float: left;
	margin-right: 10px;
}

#categoryMenu > div,
#categoryMenu > form {
	border: 1px solid #CCC;
	width:210px;
	margin-bottom:10px;
	padding: 0 10px;
}

#categoryMenu fieldset {
	border:none;
}


#categoryMenu #basketLInk a {
	color:#666;
	text-decoration:none;
	display:block;
	margin: 0 0 4px 0;
	padding-left: 20px;
	height: 20px;
	background-image:url(../../images/icons/cart.png);
	background-repeat:no-repeat;
}

#categoryMenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#categoryMenu ul li {
	list-style:none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#categoryMenu ul li a {
	display:block;
	text-decoration:none;
	color:#333;
	display: block;padding: 3px 3px 3px 12px;
	background-image: url(/local/images/green-bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#categoryMenu ul li.selected a, #categoryMenu ul li a:hover {
	background-color: #CCC;	
}


#categoryMenu ul li:last-child {
	border:none;
}


/***************FRONT PAGE**********************/

#pageShopFront {
	margin-top:10px;
	width:100%;
	overflow:hidden;
}

#pageShopFront #shopFrontContent {
	position:relative;
	float:left;
	width:690px;
}

#pageShopFront .crumbs,
#pageShopFront h1 {
	display:none;
}

#pageShopFront #shopFrontContent #slideshowwrapper {
	width:690px;
	height:410px;
	position:relative;
	top:0;
	left: 0;
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;

}



#pageShopFront #shopFrontContent #featured,
#pageShopFront #shopFrontContent #picks,
#pageShopFront #shopFrontContent #popular {
	width: 100%;
	position:relative;
	overflow:hidden;
}

#pageShopFront #shopFrontContent #featured ul {
	list-style:none;
	margin:0;
	padding:0;
}

#pageShopFront #shopFrontContent #featured ul li {
	list-style:none;
	margin:0;
	padding:5px;;
	height: auto;
	width: 160px;
	
	margin-bottom: 5px;
	border: none;
	float:left;
}

#pageShopFront #shopFrontContent #featured ul li a {
	display:block;
	float:left;
	text-decoration:none;
	color:#666;
}

#pageShopFront #shopFrontContent #featured ul li a:hover {
	background-color:#CCC;
}


#pageShopFront  .featuredImage {
	height:100px;	
	overflow:hidden;
}



/***************PRomo **********************/

#productPromo {
	width: 250px;
	float:left;
}

/***************RELATED **********************/


#relatedproductsmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 500px;
	width: 250px;
	overflow-y:auto;
	overflow-x:hidden;
}
#relatedproductsmenu ul li {
	padding: 0px 15px 0px 0px;
	list-style-type: none;
	float: left;
	height: 100px;
	width: 235px;
	margin: 0px 5px 0px 0px;
}
#relatedproductsmenu ul li .relatedproductimage {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
	height: 90px;
	width: 100px;
	float: left;
	overflow:hidden;
}


/****************PAYMENT***********************/

	
#paymentNav {
	padding-top: 10px;
}

#paymentProviderBadge {
	margin: 10px 0;
clear:both; 
text-align: center;
}

#makePaymentButton {
	font-size:2em;
}