﻿/*Shop landing page*/
#shopContainer {
	width: 960px;
	margin: 30px auto;
	overflow: auto;
	}
	
#shopContainer img, #shopContainer a{
	border:none;
	}
	
#shopContainer .clear {
	clear: none;
	}
	
#shopContainer .clear.temp2, #shopContainer #productReviewContainer .clear, #shopContainer #productsContainer .clear, #shopContainer .secondaryContent .clear, #shopContainer .mainContent .clear, #shopContainer .shopWidgets .clear {
	clear: both;
	}

/*Left column*/
#homePageFilter {
    width: 200px;
    padding: 0;
    margin-right: 30px;
	}
	
.secondaryContent #productFilter h2 {
	font-size: 3em;
	margin-top: 0;
	}
	
ul#departmentList li {
	margin-bottom: 1em;
	}
	
#departmentList li div {
	display:inline;
	}/*Unnecessary div*/

/*Central column*/
#productsContainer {
    background-color: transparent;
    float: left;
    line-height: normal;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    width: 500px;
	}
	
#productsContainer h1 {
	color: inherit;
    font-size: 2.25em;
    font-weight: inherit;
    line-height: normal;
    margin-bottom: 1em;
	}/*Set to over-write in page style*/
	
.productItem {
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	overflow: auto;/*Prevents collapsing*/
	}
	
.productItem:hover {
	background-color: #CCCCCC;
	}
	
.productImage {
	width: 100px;
	display: block;
	float: left;
	}
	
.productDetails{
	float: left;
	display: block;
	margin-left: 1em;
	}
	
.productTitle {
    display: block;
    font-weight:bold;
	}
	
.productItem .productPrice {
    display:block;
    margin: 1em 0;
	}

/*Right column*/
aside.shopWidgets {
    float: right;
    width: 200px;
	}
	
.top10ProductItem, .alsoBoughtProductItem {
    display:block;
    padding: 1em;
    margin: 1em 0;
	}
	
.top10ProductItem:hover, .alsoBoughtProductItem:hover {
	background-color: #CCCCCC;
	}
	
.alsoBoughtProductItemThumb, .top10ProductItemThumb {
	display:block;
	width:50px;
	float: left;
	}
	
.alsoBoughtProductItemDetail, .top10productItemDetail {
    display:block;
    float: left;
	width: 102px;
	margin-left: 1em;
	}

.alsoBoughtProductItemDetail .lblName, .top10productItemDetail .lblName {
	font-weight: bold;
	display: block;
	}


/*Product page*/
.prodImageGallery {
	float:left;
	width:180px;
	}
	
div.prodImages{
    margin-top: 0.5em;
    overflow: auto;
	}

#productDetails {
    width:320px;
    float:left;
	}
	
#productDetails .productTitle {
	font-size: 1.313em;
	}
	
#productDetails .productCode {
	display: block;
	color: #cccccc;
	font-size: 0.875em;
	}
	
#productDetails .productPrice {
	display: block;
	}
	
#productDetails .qty {
	font-size: 0.75em;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 4px;
	}
	
#productDetails input[type="text"].qtyAddToBasket {
    float: left;
    width: 20px;
    margin: 0 5px 0 0;
	font-size: 0.75em;
	}
	
#productDetails .button {
	clear: both
	}

#productDetails #lnkbtnAddBasket {
	float: right;
    width: 184px;
    margin-bottom: 1em;
    clear: none;
	}
	
#productReviewDetails{
    margin-top: 1em;
	}
	
#productReviewContainer .formadd #starRatingContainer {
    margin-left:-17px;
    margin-top:7px;
    }
	
.contentContainer {
    display: block;
    margin-top: 1em;
	}

/*Reviews*/
#txtReview {
	width: 445px;
	}

#lnkbtnShowReview {
	margin-top: 0.5em;
	}
	
#shopContainer .mainContent {
	background-color: transparent;
	line-height: normal;
	padding: 0;
	margin: 0;
	}
	
#shopContainer #reviewList {
	float: right;
	width: 720px;
	background-color: transparent;
	line-height: normal;
	padding: 0;
	margin: 1em 0;
	}
	
.reviewItem {
    overflow: auto;
    margin-bottom: 1em;
	}

.reviewItem .productReviewLeft {
	width: auto;
	text-align: center;
	}
	
.reviewItem .productReviewRight {
    width: 604px;
    margin-bottom: 0;
    margin-left: 1em;
	}
	
.productReviewTitle {
    font-size: 1.313em;
    font-weight: bold;
	}
	
#starRatingContainer {
	overflow: auto;
	margin: 0.5em 0;
	}

.productReviewDate {
    display:block;
    color: #999999;
    font-size: 0.875em;
    margin-bottom: 0.5em;
    
	}
	
.wasthishelpful {
	width: 100%;
	margin-top: 0.5em;
	font-weight: bold;
	}
	
.wasthishelpful a {
	float: right;
	margin-left: 1em;
	}	

/*Basket page*/
.basketIntroText {
    margin-bottom:1em;
    display:block;
	}

.paymentContainer .basket.formPanel {
    width:343px;
    float:left;
    margin-right:20px;
	}

.basketItem {
    border-bottom: dotted 1px #cccccc;
    padding-top:5px;
    padding-bottom:5px;
	}

.basketItem .quantity, .basketItem .subPrice {
    color:#666666;
	}

.basketItem .subPrice {
    font-size: 0.875em;
	}
	
img.removeFromBasket {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    margin-left:5px;
    cursor:pointer;
	}

img.removeFromBasket:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	}
	
#orderVATTotal {
    color:#666;
	}
	
#deliverySelection {
    margin-top: 1em;
	}
	
#totalOrderWeight {
    font-size:0.875em;
    color:#666;
    font-style:italic;
    margin-left:1em;
	}
	
#deliverySelection select {
    font-size:0.875em;
    padding:3px;
    width: 334px;
    margin-bottom:2px;
	}
	
div#promotionCode {
    margin-top: 1em;
	}

 .formPanelBasket.formPanelCheckoutSignUp.formPanel {
    float:left;
    width:513px;
	}
	
.formPanelCheckoutSignUp h2{
    margin-top: 1em;
	}
	
#lnkButDonate {
    margin-top: 1em;
	}










.headerSpacer /*chrome fix?*/
{
    height:20px;
}

.formPanelDonate {
    margin-left:auto;
    margin-right:auto;
	}

#productContainer {
    margin-left:0;
    margin-top:1em;
	}

#productContainer .productPrice {
    margin-right:10px;
    display:block;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
    font-size:1.2em;
    font-weight:bold;
	}

.averageScore {
  	margin-left:10px;
	}

#productContainer .reviewProduct, #productContainer .outofstock {
    font-size: 0.875em;
	}

#productReviewContainer .rightPanel {
    margin-left:20px;
	}
	
.addyourownreview {
    margin-top:20px;
	}

.basketSummary
{
    float:right;
    margin-top:35px;
    border-right:solid 1px #cccccc;
    padding-right:10px;
    margin-right:10px;
    font-size:0.8em;
    color:Gray;
}

.basketSummary a,
.basketSummary a:link,
.basketSummary a:visited,
.basketSummary a:active
{
    text-decoration:none;
}

.clearBasket
{
    display:block;
    font-size:75%;
    margin-top:5px;
    
}

.productContent
{
    margin-top:10px;
    display:block;
}


.eventProducts .productTitle
{
    width:350px;
 
}

.eventProductItemRep
{
   margin-bottom:5px;
    border-bottom:1px dotted #cccccc;
    padding-bottom:8px;
}


#eventProductsBasket .basketSummary
{
    margin-top:0px;
}

.eventProducts .addToBasket
{
    margin-left:10px;
}

#eventProductCheckoutContainer
{
    margin-top:20px;
}

div.shopPager
{
    margin-bottom:20px;
    border: solid 1px #efefef;
    padding:10px;
    font-size:0.8em;
    color:#666666;
}

.shopPager .next
{
    margin-left:10px;
}

.shopPager{
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

#productsContainer .previous{
	margin-right:10px;
}

#productsContainer .next{
	margin-right:8px;
}