
/* ---------------------- Dynamic content area general styles -------------------*/

	
#pageContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	}

#pageContent h1.category {	
	float:left;
	}
	
#pageContent h2 {
	font-size:14px;
	font-family:Verdana,Sans-serif;
	font-weight:normal;
	}
	
#pageContent h3 {
	font-size:14px;
	font-family:Verdana,Sans-serif;
	font-weight:normal;
	margin:35px 0 2px 0;
	}

#pageContent .catDescription {
	line-height:1.4em;
	margin-bottom:15px;
	padding-left: 0px;
	}

#pageContent p {
	line-height:1.4em;
	margin-bottom:15px;
	}
	
#pageContent a{
	text-decoration:none;
	}	
	
	
#pageContent a.underline {
	text-decoration:underline;
	}


/* ---------------------- Buttons -------------------*/


#header #miniBasket .basketButtons li a, a.btn, .btnSmallBasketAdd, input.btn, #productDetailInfo .price-panel .addbasket, #productDetailInfo #customerReviewAdd input.newSubmit, .checkoutFormBtn  {
	color:#fff;
	padding:4px 10px;
	background:#a1ac8f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	}	

.checkout a.btn {
	font-size:16px;
}	

.btnSmallBasketAdd {
	padding:2px 4px;
	display:block;
	margin:10px 0 0 0;
	}

.checkoutFormBtn {
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}		
	
/*------------------------ Products page - products.asp ----------------------------------------------*/

.star {
	position:absolute;
	right:0px;
	top:0px;
	background:url(../templateimages/star.png) no-repeat;
	width:72px;
	height:72px;
	display:none;
	}


p.productDescription {
	clear:both;
	color:#666;
	padding:15px 0px 12px 0px;
	}

#sortByDiv	{
	float:right;
	margin-top:0px;
	height:15px;
	width:400px;
	position:relative;
	z-index:0;
	}
	
.filter {
	position:absolute;
	top:0px;
	right:200px;
	height:20px;
	width:200px;
	margin:0px 30px 0px 0px;
	z-index:-10;
	}	
	
#sortBy {
	float:right;
	margin:0px;
	padding:0px;
	z-index:0;
	position:relative;
	}

#sortByDiv label {
	float:right;
	margin-right:5px;
	font-size:12px;
	padding-top:4px;
	}
	
#sortByDiv .showall {
	position:absolute;
	top:3px;
	right:15px;
	font-weight:bold;
	font-size:12px;
	}
	
#sortByDiv a.showall:hover {
	text-decoration:underline;
	}	
	
#sortByDiv .nextPrev strong, #sortByDiv .nextPrev a {
	float:left;
	background-color:#666;
	width:22px;
	height:19px;
	padding-top:3px;
	position:relative;
	text-align:center;
	margin-right:5px;
	color:#FFFFFF;
	}
	
#sortByDiv .nextPrev strong {
	background-color:#999999;
	color:#FFF;
}

#sortByDiv .nextPrev {
	position:absolute;
	top:-1px;
	right:90px;
	margin:0px;
	padding:0px;
	height:22px;
	width:110px;
	color:#FFFFFF;
}
	
#featuredProduct {
	/*margin:10px 0px 2% 0px;*/
	margin:1px 10px 18px 0px;
	width:353px;
	height:353px;
	padding:0px;
	border:1px solid #999;
	clear:right;
	float:right;
	text-align:center;
	}
	
#featuredProduct .featuredProductImgWrapper	{
	height:300px;	
	width:350px;
	display:table-cell;
  	vertical-align:middle; 
	align:center;
	}
	
#featuredProduct .mainImage {
	margin:5px 0px;
	}

#featuredProduct a img{
	border:none;
	}

#featuredProduct p  {
	text-align:center;
	margin:0px;
	}
	
#featuredProduct p a {
	text-decoration:underline;
	}	


	
#productList {


	}	
	
#productList a img{
	border:none;
	}
	

#productList .productWrapper {
	width:150px;
	height:150px;
	padding:10px;
	margin:0px 10px 14px 0px;
	text-align:center;
	float:left;
	border:1px dashed #999;
	position:relative;
	}
	

	
#productList .productImgWrapper{
	height:100px;	
	width:150px;
	display:table-cell;
  	vertical-align:middle; 
	align:center;
	}
	
	
#productList .productWrapper img{
	}

#productList .productWrapper p {
	margin:0px;
	padding:0px;
	}
	
#productList .productWrapper p.productPrice {
	position:absolute;
	bottom:5px;
	left:0px;
	text-align:center;
	width:170px;
}	
	
#productList .productWrapper p.productPrice a {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#productList .productWrapper .productName {
	margin-bottom:0px;
	position:relative;
	top:5px;
	width:160px;
	left:-5px;
	}
	
#productList .productWrapper .productName a {
	font-size:10px;
	}	
	
#productList .productWrapper .productTextWrapper {
	height:30px;
	}	

#productList .productWrapper p a {
	text-decoration:none;
	}

/*------------------------ Product detail page - productDetail.asp ----------------------------------------------*/

#productBreadcrumb 
{
    width:880px;
    margin:0px 0px 10px 0px;
    position:relative;
    top:-3px;
    padding:15px 0px;
    background-color:transparent;
	color:#527a84;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:18px;
	font-style:italic;
}

#productBreadcrumb 	a 
{
    margin:0px 12px;
}

#productBreadcrumb 	a:last-child
{
	color:#527a84;
}

#productDetailInfo {
	float:right;
	width:570px;
	min-height:600px;
	color:#666;
	position:relative;
	z-index:1;
	}	

#productDetailInfo h1 {	
	color:#0C4C94;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:29px;
	line-height:32px;
}


#productDetailInfo .highlight {	
	color:#799258;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:14px;
	font-style:italic;
	margin:0px 0px 3px 0px;
}

.basket-panel 
{
    position:fixed;
    display:none;
    z-index:3000;
    left:0px;
    top:0px;
    border:1px solid #ccc;
    width:150px;
    height:100px;
    background-color:#fff;
    padding:10px;
}	
	
#productDetailInfo .vatExcluded {
	text-align:right;
	font-weight:bold;
	clear:both;
	margin:0px 0px 5px 0px;
	}


#productDetailInfo .price-panel 	
{
    background:#fff url(../templateimages/pricePanel_bg.png) left top no-repeat;
	height:120px;
	padding:10px;	
	position:relative;
	z-index:10;
}

#productDetailInfo .price-panel .rrp, #productDetailInfo .price-panel .rrpSingle
{
    position:absolute;
    left:25px;
	color:#333;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:15px;
	text-decoration:line-through;
}

#productDetailInfo .price-panel .rrp
{            
    top:17px;
}

#productDetailInfo .price-panel .rrpSingle
{    
    top:47px;
}

#productDetailInfo .price-panel .price, #productDetailInfo .price-panel .priceSingle, #productDetailInfo .price-panel .priceSingleHiddenText, #productDetailInfo .price-panel .priceMultipleHiddenText
{
    position:absolute;
    left:25px;
	color:#7f2237;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:25px;
	line-height:25px;
}

#productDetailInfo .price-panel .price
{            
    top:45px;
}

#productDetailInfo .price-panel .priceSingle
{    
    top:75px;
}

#productDetailInfo .price-panel .priceSingleHiddenText
{    
    top:84px;
	font-size:15px;
	line-height:15px;
}

#productDetailInfo .price-panel .priceMultipleHiddenText
{    
    top:20px;
	font-size:15px;
	line-height:15px;
}

#productDetailInfo .price-panel .price em, #productDetailInfo .price-panel .priceSingle em /* Price description */
{    
	color:#999;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
}

/* Sale price variants  */


#productDetailInfo .price-panel .rrpSale, #productDetailInfo .price-panel .rrpSingleSale, #productDetailInfo .price-panel .wasPriceSale
{
    position:absolute;
    left:25px;
	color:#333;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:15px;
	text-decoration:line-through;
}

#productDetailInfo .price-panel .rrpSale
{            
    top:17px;
}

#productDetailInfo .price-panel .rrpSingleSale
{    
    top:17px;
}

#productDetailInfo .price-panel .wasPriceSale
{    
    top:47px;
    font-size:20px;
	color:#B3002D;
}

#productDetailInfo .price-panel .priceSale, #productDetailInfo .price-panel .priceSingleSale
{
    position:absolute;
    left:25px;
	color:#B3002D;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:25px;
	line-height:25px;
}

#productDetailInfo .price-panel .priceSale
{            
    top:45px;
    color:Red;
}

#productDetailInfo .price-panel .priceSingleSale
{    
    top:75px;
    color:Red;
}

#productDetailInfo .price-panel .priceSale em, #productDetailInfo .price-panel .priceSingleSale em /* Price description */
{    
	color:#999;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
    color:Red;
}

/* End Sale price variants */


#productDetailInfo .price-panel .optionDetail /* Shows option code, title, barcode etc on panel if only one option  */ 
{    
	color:#999;
	font-family:Arial, Sans-Serif;
    text-align:right;
    position:absolute;
    font-size:10px;
    top:10px;
    right:190px;
}

#productDetailInfo .price-panel .optionDetail .optionFreeShipping
{
    color:#7f2237;
    font-size:15px;
    font-weight:bold;
}



#productDetailInfo .price-panel .optionImage /* Shows option image if selected on dropdown  */ 
{    
    position:absolute;
    bottom:38px;
    left:200px;
    display:none;
}

#productDetailInfo .price-panel .optionImage table tr td 
{    
    border:1px solid #ccc;
    padding:5px;
}

#productDetailInfo .price-panel .dropdown 
{    
    position:absolute;
    left:25px;
    top:80px;
	height:21px;
	width:153px;
	background:#fff url(../templateimages/dropdown_bg.png) left top no-repeat;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#333;
	padding:3px 0px 0px 12px;
	cursor:pointer;
}

#productDetailInfo #dropDownPanel 
{
    position:absolute;
    z-index:100;
    display:none;
    left:0px;
    top:110px;
    width:330px;
    padding:10px;
    border:1px solid #E7E7DE;
    background-color:#F7F7F2;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:13px;
} 

#productDetailInfo #dropDownPanel .dropdownPointer
{
    position:absolute;
    top:-13px;
    left:60px;
    width:30px;
    height:13px;
    background:transparent url(../templateimages/dropdownPointer.png) center top no-repeat;
}

#productDetailInfo #dropDownPanel ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#productDetailInfo #dropDownPanel ul li
{
    height:60px;
    margin:4px 0px 8px 0px;
    padding:10px 0px;
    border-bottom:1px solid #ccc;
    cursor:pointer;
}

#productDetailInfo #dropDownPanel ul li:hover 
{
    background-color:#fff;
}

#productDetailInfo #dropDownPanel ul.nohover li:hover 
{
    background-color:#F7F7F2;
    cursor:default;
}

#productDetailInfo #dropDownPanel ul.nohover li a:hover 
{
    cursor:default;
}

#productDetailInfo #dropDownPanel ul li .dropOptionImage
{
    height:50px;
    width:80px;
    float:left;
    padding:0px;
}

#productDetailInfo #dropDownPanel ul li .dropOptionImage div
{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    margin:0px 15px 0px 0px;
    border:1px solid #ccc;
    background-color:#fff;
    height:50px;
    width:50px;
    padding:5px;
}

#productDetailInfo #dropDownPanel ul li .dropOptionImage img
{
}


#productDetailInfo #dropDownPanel ul li .dropOptionImageSpacer
{
    height:50px;
    width:50px;
    float:left;   
    margin:0px 15px 0px 0px;
    padding:5px;
}

#productDetailInfo #dropDownPanel ul li .dropOptionTitle
{
    padding:15px 0px 0px 10px;
    display:block;
}

#productDetailInfo #dropDownPanel ul li .dropOptionFreeShipping
{
    float:right;
    color:#666;
    font-size:11px;
    font-weight:bold;
}


#productDetailInfo #dropDownPanel ul li .dropOptionTitleSale
{
    padding:0px 0px 0px 10px;
    display:block;
}

#productDetailInfo #dropDownPanel ul li .dropOptionWasPrice
{
    padding:5px 0px 0px 10px;
    display:block;
    color:#718752;
    text-decoration:line-through;
}

#productDetailInfo #dropDownPanel ul li .dropOptionSalePrice
{
    padding:5px 0px 0px 10px;
    display:block;
    color:red;
}

#productDetailInfo #dropDownPanel ul li .dropOptionSalePrice em
{
    float:right;
    margin:0px 10px 0px 0px;
    color:#fff;
    font-size:11px;
}

#productDetailInfo #dropDownPanel ul li .dropOptionPrice
{
    padding:5px 0px 0px 10px;
    display:block;
    color:#718752;
}

#productDetailInfo #dropDownPanel ul li .dropOptionPrice em
{
    float:right;
    margin:0px 10px 0px 0px;
    color:#fff;
    font-size:11px;
}

#productDetailInfo #dropDownPanel ul li .dropOptionImage img
{
    border:none;
    margin:0px;
}

#productDetailInfo .price-panel .status 
{    
    /* Stock status removed 11-1-2018 by request */
    display:none;   
    position:absolute;
    right:190px;
    top:85px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

#productDetailInfo .price-panel .notifyMe 
{    
    display:none;
    position:absolute;
    right:190px;
    top:100px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
}

#productDetailInfo .price-panel .notifyMe a
{   
	color:#0C4C94;    
	text-decoration:underline;
}

#productDetailInfo .price-panel .quantity label
{
    position:absolute;
    left:440px;
    top:30px;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:15px;
	color:#333;
	font-weight:bold;
}

#productDetailInfo .price-panel .quantity input
{
    width:53px;
    position:absolute;
    left:475px;
    top:30px;
}

#productDetailInfo .price-panel .addbasket
{
    position:absolute;
    left:425px;
    top:65px;
    width:123px;
    height:33px;
    background:#44591F;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    border:none;
}

#productDetailInfo .basketFeedback, #productDetailInfo .basketFeedbackHide
{
    height:220px;
    padding:20px 10px 10px 10px;
    margin:0px 0px 10px 0px;
	border:1px dotted red;
	background-color:#FDE8DF;
}

 #productDetailInfo .basketFeedbackHide 
 {
     display:none;
 }

 #productDetailInfo #basketFeedbackSend
 {
     height:200px;
 }

 #productDetailInfo #basketFeedbackSend h2
 {
     color:#222;
     margin:15px 0px 10px 0px;
 }
 
 #productDetailInfo #basketFeedbackSend .enquiryForm {
	padding:0px;
	width:350px;
	height:170px;
	margin-bottom:20px;
	}
	
 #productDetailInfo #basketFeedbackSend .enquiryForm label {
	width:120px;
	float:left;
	font-size:13px;
	position:relative;
	top:4px;
	}	
	
 #productDetailInfo #basketFeedbackSend .enquiryForm input {	
    width:220px;
    height:20px;
    border:1px solid #ccc;
 }
 
 #productDetailInfo #basketFeedbackSend .enquiryForm input.submit {
	float:right;
	margin-right:5px;
	height:20px;
	width:80px;
    background-color:#069;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    border:none;
    -moz-border-radius: 4px;
    border-radius: 4px;
	}	
	
	
#productDetailInfo .socialLinks
{
    height:22px;
}

#productDetailInfo .socialLinks #twitterIcon
{
    height:25px;
    width:60px;
    float:left;
    margin:0px 5px 0px 0px;
    padding:0px;
}

#productDetailInfo .socialLinks #twitterIcon iframe 
{
    height:20px;
    width:60px;
    padding:0px;
    margin:0px;
    border:none;
}

#productDetailInfo .faceBookLike
{
    float:left;
    width:50px;
    margin-left:30px;
    }

#productDetailInfo #googleIcon
{
    z-index:1;
    position:absolute;
    width:50px;
    left:180px;
    }



#productDetailInfo .loyaltyPoints 	
{
    position:relative;    
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	background-color:#527a84;
	color:#fff;
	padding:7px 30px;
	height:30px;
	margin:10px 0px 30px 0px;
    -moz-border-radius:5px;
    border-radius:5px;
}

#productDetailInfo .loyaltyPoints h2 {
	font-family:Georgia, Verdana, Arial, Sans-Serif;	
	padding:5px 0px 2px 0px;
	font-size:22px;
}

#productDetailInfo .loyaltyPoints span
{
    position:absolute;
    right:30px;
    top:13px;
	font-size:14px;
}

#productDetailInfo .description {	
	margin:10px 0px 30px 0px;
	border:1px dotted #ccc;
	padding:20px;
}

#productDetailInfo .description h2 {		
	color:#7F2237;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:22px;
	margin:0px 0px 20px 0px;
}

#productDetailInfo .description p {	
	font-size:12px;
	line-height:1.65em;
}

#productDetailInfo #customerReviews {	
	min-height:100px;
    background:#fff url(../templateimages/reviews_bg.png) center top no-repeat;
    padding:0px 0px 10px 0px;
}
	
#productDetailInfo #customerReviews h2 {		
	color:#7F2237;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:22px;
	padding:20px 0px 20px 25px;
}
	
#productDetailInfo #customerReviews .review 	
{
    width:520px;	
    padding:25px 16px 20px 18px;
    margin:0px 8px;
    -moz-border-radius:10px;
    border-radius:10px;	
}

#productDetailInfo #customerReviews .reviewEven	
{
    background-color:#F7F7F0;
}	

#productDetailInfo #customerReviews .moreReviewsDivider	
{
    display:block;
    border-top:1px solid #D6D6D6;
    padding:10px 0px 0px 0px;
    height:25px;
}

#productDetailInfo #customerReviews .moreReviewsDivider	a
{
    color:#0B4A7E;
    background:#fff url(../templateimages/seeReviews_bg.gif) left center no-repeat;
    padding:0px 0px 0px 10px;
	font-family:Arial, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:12px;
	float:right;
}

#productDetailInfo #customerReviews #moreReviews
{
    display:none;
    margin:0px 0px 10px 0px;
}

#productDetailInfo #customerReviewAdd
{
    height:550px;
    background:#fff url(../templateimages/review_addPanel_bg.png) left top no-repeat;
	padding:30px 0px 20px 25px;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	color:#666;
	font-size:15px;
}
	
#productDetailInfo #customerReviewAdd h2 {		
	color:#7F2237;
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:22px;
	margin:10px 0px 30px 0px;
}
	
#productDetailInfo #customerReviewAdd p {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	padding:0px 0px 10px 0px;
}
	
#productDetailInfo #customerReviewAdd label {
	padding:0px 0px 15px 0px;
	display:block;		
}
	
#productDetailInfo #customerReviewAdd input {
	width:84%;
	height:40px;
	border:1px solid #527a84;
	background-color:#F7F7F2;
    -moz-border-radius:5px;
    border-radius:5px;	
    font-size:14px;
    padding:0px 10px;
}
	
#productDetailInfo #customerReviewAdd textarea{
	display:block;	
	width:90%;
	height:150px;
	border:1px solid #527a84;
	background-color:#F7F7F2;
    -moz-border-radius:5px;
    border-radius:5px;	
    font-size:14px;
    padding:10px;
    resize: none;
    font: Verdana, Arial, Sans-Serif;
    font-size:14px;
    overflow: auto;
}
	
#productDetailInfo #customerReviewAdd select {
	clear:left;
	border:1px solid #527a84;
    font-size:14px;
    padding:2px;
    margin:0px 0px 15px 0px;
	display:block;
}

#productDetailInfo #customerReviewAdd textarea:focus, #productDetailInfo #customerReviewAdd input:focus{
    outline:none;
    border:1px solid #9EB483;
}	

#productDetailInfo #customerReviewAdd span {
	width:48%;
	float:left;
}
	
#productDetailInfo #customerReviewAdd div {
	width:98%;
	float:left;
	margin:10px 0px;
}

	
#productDetailInfo #customerReviewAdd input.newSubmit 
{
    display:inline;
	width:123px;
	height:26px;
	/*background-color:#9EB483;
    -moz-border-radius:5px;
    border-radius:5px;	
	margin:0px 0px 0px 0px;
	color:#fff;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;*/
	cursor:pointer;	
	clear:both;
}

#productDetailInfo #customerReviewAdd #reviewAddFeedback 
{   
    display:inline;
    margin:0px 0px 0px 20px;
}

#productDetailInfo #customerReviews .review h3
{
    padding:10px 0px 0px 0px;
    margin:0px;
    color:#2C6593;
	font-family:Arial, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:16px;
}

#productDetailInfo #customerReviews .review h3 span
{
    color:#333;
	font-family:Arial, Verdana, Sans-Serif;
	font-weight:normal;
	font-size:12px;
	font-style:normal;
    margin-left:15px;
}

#productDetailExtra {
	width:366px;
	position:relative;
	float:left;
	min-height:600px;
	}

#productDetailExtra #wrap{
	display:inline-block;
	}

#productDetailExtra .mainImage
{
    width:354px;
	border:2px solid #ccc;
	padding:5px 5px;
    -moz-border-radius:5px;
    border-radius:5px;	
    cursor:pointer;
    min-height:360px;
    position:relative;
	}  

#productDetailExtra .mainImage img:focus 
{
    border:none;
    outline:none;
}

#productDetailExtra .mainImage .enlarge-text
{
    position:absolute;
    z-index:100;
    bottom:0px;
    right:7px;
    padding:3px 9px;
	background-color:#a1ac8f;
	color:#fff;
	font-family:Georgia, Verdana, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
    border-top-left-radius:5px;	
    border-top-right-radius:5px;	
}

#productDetailExtra #additionalImages, #productDetailExtra #additionalImagesPopOut		
{
    margin:10px 0px;
}

#productDetailExtra #additionalImages div, #productDetailExtra #additionalImagesPopOut div  
{
    float:left;
    margin:0px 3px 10px 4px;
}

#productDetailExtra #additionalImages div.video, #productDetailExtra #additionalImagesPopOut div.video  
{
    position:relative;
    margin-left:4px;
    padding:2px 1px 0px 2px;
}

#productDetailExtra #additionalImages div.video iframe, #productDetailExtra #additionalImagesPopOut div.video iframe
{
}
	

#productDetailExtra #additionalImages a, #productDetailExtra #additionalImagesPopOut a
{
    border:2px solid #ccc;
    -moz-border-radius:2px;
    border-radius:2px;	
	display:table-cell;
	width:80px;
    height:80px;
  	vertical-align:middle; 
	text-align:center;
	padding:0px;
}

#productDetailExtra #additionalImages a img, #productDetailExtra #additionalImagesPopOut a img
{
    border:0px;
    cursor:pointer;
    margin:0px;
    padding:0px;
}

/* Styles for pop-out iframe */
#productGallery {
	background:#fff url(../templateimages/galleryThumbsBG.jpg) left top no-repeat;
	position:relative;
	z-index:2;
	width:730px;
	height:720px; 
	padding:0px;
	margin:0px;
	}
 
#productGallery #thumbColumn{
	position:absolute;
	left:0px;
	bottom:0px;
	width:730px;
	height:75px;
	overflow:auto;
	display:table-cell;
	align:center;
	text-align:center;	
	vertical-align:middle;
	z-index:3;
	margin:0px 0px 0px 10px;
	padding:20px 0px 0px 0px;
	}		
	
#productGallery #thumbColumn img
{
    border:none;
}	
	
#productGallery #thumbColumn img:focus
{
    border:none;
}
	    
#productGallery #thumbColumn a
{
    margin:0px 20px 5px 20px;
	cursor:pointer;
	height:80px;
	}
	
#productGallery #mainImage{
	position:absolute;
	left:0px;
	top:20px;
	width:730px;
	height:700px;
	display:table-cell;
	}	
	
#productGallery #mainImage img {
	}
	
#productGallery #mainImage .loader{
	position:absolute;
	left:48%;
	top:48%;
	}	
	
	
	
#productGallery h1{	
	font-size:13px;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:16px;
	margin:0;
	text-align:center;
	font-size:22px;
	padding:0px;
	position:relative;
	top:-10px;
	}

/* End styles for pop-out iframe image display */

/* Related products */


#productDetailExtra #relatedProducts 
{
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	font-size:13px;
    clear:both;
    display:block;
    padding:10px 0px;
    margin:20px 0px;
}

#productDetailExtra #relatedProducts h2
{	
	font-family:Georgia, Verdana, Arial, Sans-Serif;
	color:#7F2237;
	font-size:22px;
	margin:10px 0px 30px 0px;
}

#productDetailExtra #relatedProducts .relatedProductsInner
{
    padding:10px;
    border:1px solid #E7E7DE;
    background-color:#F7F7F0;
}

#productDetailExtra #relatedProducts .relatedProductsInner div
{
    padding:10px;
    margin:10px 0px;
    background-color:#fff;
    -moz-border-radius:10px;
    border-radius:10px;	
    min-height:90px;
}

#productDetailExtra #relatedProducts .relatedProductsInner img
{
    float:left;
    border:2px solid #ccc;
    margin:0px 15px 0px 0px;
    padding:5px;
    background-color:#fff;
    -moz-border-radius:2px;
    border-radius:2px;	
}

#productDetailExtra #relatedProducts .relatedProductsInner span a
{
    color:#7f2237;	
}

/*------------------------ Category page ------------------------------------------------*/

.mainCatImage {
	float:left;
	margin:0px 15px 20px 0px;
	}

ul.subCatList {
	width:340px;
	float:left;
	list-style-type:none;
	margin:0px 18px 0px 0px;
	/*display:none;*/
	}
	
ul.subCatList li{
	width:100%;
	}
	
ul.subCatList li a {
	display:block;
	padding:12px 6px 0px 12px;
	height:25px;
	font-weight:bold;
	font-size:11px;
	color:#666666;
	border:1px solid #ADC9CF;
	margin:0px 0px 4px 0px;
	-moz-border-radius:15px;
	border-radius:8px;
	}

ul.subCatList li a:hover {
	background-color:#F2F3C8;
	}	
	
	
/* Category images layout */
.subcat {
	text-align:center;
	color:#fff;
	width:133px;
	height:200px;
	float:left;
	margin:0px 35px 50px 0px;
	border:1px solid #888;
	padding:0px;
	}

.subcat:hover {
	cursor:pointer;
	}
	
.subcat a {
	display:block;
	background:transparent url(../templateimages/catBoxTitleBG.png) left bottom repeat-x;
	font-family:Arial,Verdana,Sans-serif;
	font-size:12px;
	height:23px;
	padding:177px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#fff;
	}
	
.subcat a:hover {
	text-decoration:underline;
	}
	
/* -----------------------  Search results page search.asp ---------------------------------------*/

	
#searchForm {
	width:95%;
	background-color:#FAFAF8;
	border:1px solid #ccc;
	margin:0px 0px 20px 0px;
	padding:15px 15px 0px 15px;	
	}
	
#searchForm  label {
	font-size:12px;
	}
	
#searchForm  .inputs {
	}
	
#searchForm  .searchPrice {
	width:60px;
	}
	
#searchForm  p {
	clear:both;
	padding-bottom:20px;
	}
	
#searchForm #searchTable {
	width:99%;
	margin:0px 0px 20px 0px;
	}
	
#searchForm #searchTable .keywords {
	width:50%;
	}

#searchForm #searchTable input, #searchForm #searchTable select{
	font-size:13px;
	width:94%;
	padding:4px;
	}
	
#searchForm #searchTable select.narrow {
	width:40%;
	}
	
#searchForm #searchTable input.btnSmall {
	width:80px;
	float:right;
	margin:0px 20px 0px 0px;
	}

#contentSearchWrapper {
	border-bottom:1px dotted #ccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	}
	
#contentSearchWrapper h3{
	font-weight:normal;
	margin:5px 0px 0px 0px;
	}
	
#contentSearchWrapper a {
	text-decoration:underline !important;
	}
		
.relatedSearches {
	padding:10px 0px;
	}
	
.relatedSearches a {
	text-decoration:underline !important;
	}
	
#resultsList {
	width:700px;
	margin:0px;
	padding:0px;
	}
	
#resultsList .productSearchWrapper{
	clear:both;
	height:100px;
	padding:0px 0px 20px 0px;
	}

#resultsList .productTextWrapper {
	}
	

#resultsList .productImgWrapper{
	clear:both;
	width:140px;
	min-height:110px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px 10px 0px 20px;
	/*width:70%; set now inline to allow for portrait and landscape */
	}	
	
#resultsList .productImgWrapper img{
	border:none;
	}

#resultsList .productImgWrapper p {
	margin:0px;
	padding:0px;
	}	

#resultsList .productImgWrapper .productName {
	margin-bottom:0px;
	}

#resultsList .productImgWrapper p a {
	text-decoration:underline;
	}	
	
#resultsList .searchClear {
	clear:both;
	height:20px;
	}	

	
/*------------------------ Basket page - basket.asp ----------------------------------------------*/
	

.basketTable {
	width:100%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 	
	border:1px solid #ddd;
	}
	
.basketTable th {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	}
	
.basketTable td {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	padding-top:5px;
	}	
	
.basketItem {
	}
	
.basketItem .itemName {
	font-weight:bold;
	color:#555;
	}
	
.basketPrice {
	width:100px;
	text-align:center;
	}
	
.basketQty {
	text-align:center;
	width:40px;
	}
	
.basketTable .basketQty .smallUpdate {
	text-decoration:underline;
	color:#666666;
	margin-top:5px;
	display:block;
	}	
	
.basketTable  .fieldQty {
	width:30px;
	}


	
.totalsTable {
	width:183px;
	float:right;
	padding:0;
	border-collapse: collapse; 
	}
	
.totalsTable td {	
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ddd;
	}
	

	
.checkout {
	clear:right;
	float:right;
	}
	
	
#deliveryMessage {
	display:none;	
	width:200px;
	height:72px;
	float:right;
	background-color:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	}
	
	
#carryOnShopping {
	width:290px;
	}		
	
#carryOnShopping a {
	text-decoration:underline;
	}	
	
#alsoLike {
	clear:both;
	}		
	
/*--------------------- Checkout -----------------------------------------------*/

#formCustomerDetails input {
margin-bottom:10px;
	}
	

#topDeliveryMessage {
	display:none;
	height:50px;
	}

#orderDetails {
	display:none;
	}
	
#viewHideDetails {
	float:right;
	}

.checkoutTable {
	width:95%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.checkoutTable th {
	height:20px;
	padding:5px 10px;
	background-color:#E0C99F;
	border: 1px solid #fff;
	}
	
.checkoutTable td {
	height:20px;
	padding:5px 10px;
	background-color:#FBF8F3;
	border: 1px solid #fff;
	}	
	
.checkoutItem {
	width:325px;
	}
	
.checkoutPrice {
	text-align:center;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}
	
.fieldQty {
	width:30px;
	}
	

		
.loginBox {

	}
	
.loginBox h2 {
	margin:0px 0px 10px 0px;
	}	
	
.loginBox label {
	display:block;
	margin-top:10px;
	}



.loginBox #customerNotFound, .loginBox #emailNotFound, .loginBox #emailInUse, .loginBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
#whyPostcode {
	display:none;
	height:50px;
	margin:0px;
	padding:0px;
	}
	
	
.detailsWarning {
	border:1px dotted red;
	background-color:#FDE8DF;
	padding:15px;
	margin-top:10px;
	}

.detailsTable {
	width:100%;
	margin:0%;
	padding:0px;
	border-collapse:collapse;
	
	}

.detailsTable td {
	border:none;
	}
	
#shippingAddress {
	hweight:200px;
	display:none;
	}

.detailsTable .labels {
	text-align:right;
	width:30%;
	padding:3px 10px 2px 0px;
	/*background-color:#E0C99F;*/
	color:#333;
		}

	
.detailsTable .inputs {
	width:50%;
	padding:5px;
	/*background-color:#FBF8F3;*/
	color:#333;
	}

	
.customerDetails {
	position:relative;	
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
	
.customerDetails h2 {
	margin-bottom:10px;
	}


.customerDetails label {
	}
	
.customerDetails textarea, .customerDetails .wide {
	width:200px;
	}

.customerDetails .narrow {
	width:80px;
	}

.customerDetails .submit {
	width:80px;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:0px 30px 20px 0px;
	}
	
#formExistng {
	clear:both;
	height:40px;
	padding:10px 20px 10px 0px;
	}
	
.customerShippingDetails {
	float:right;
	margin-right:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}

.customerShippingDetails p, .customerShippingDetails h3 {
	margin:0px;
	padding:0px;
	}
	
.customerBillingDetails {
	float:left;
	margin-left:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}
	
.customerShippingOptions {
	clear:both;
	margin-left:3%;
	}	
	
.deliveryOptionTable {
	border-collapse:collapse;
	width:45%;
	margin-top:10px;
	float:left;
}
	
.chosenDelivery {
	}
	
.newShippingOption {
	margin:3%;
	clear:both;
	}	
	
.checkoutEdit {
	text-decoration:underline;
	padding:10px 0px;
	color: #669966;
	}
	
.rowHighlight {
	background-color:#efefef;
	}
	
.lowlight {
	background-color:transparent;
	}
	
	
.customerBillingDetailsEdit, .customerShippingDetailsEdit {
	float:left;
	margin-left:12%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:70%;
	border:1px solid #ccc;
	}
	
.customerBillingDetailsEdit label, .customerShippingDetailsEdit label {
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
	position:relative;
	top:-5px;
	}	
	
.customerBillingDetailsEdit input, .customerBillingDetailsEdit textarea, .customerShippingDetailsEdit input, .customerShippingDetailsEdit textarea {
	width:190px;
	}
	
/* Summary page - checkout3.asp */	

.summaryTable {
	width:100%;
	margin:10px 0px 20px 0px;
	background-color:#fff;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

.summaryTable th {
	height:35px;
	border-bottom:1px solid #ccc;
	}	
	
.summaryTable tr {
	height:25px;
	}	
	
.summaryTable tr.summaryName {
	
	}	
	
.summaryTable .summaryCode {
	width:320px;
	}
	
.summaryVAT, .summaryTotalExVat, .summaryQty, .summaryExVAT {
	text-align:right;
	}
	
.summaryQty {
	width:60px;
	}
	
.summaryTable .summaryLineTotal {
	text-align:right;
	padding-right:10px;
	}
	
.summaryTotals td{
	height:35px;
	border-top:1px solid #ccc;
	}
	
#summaryForm .submit {
	float:right;
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 10px 0px 0px;
	}
	
/* Loyalty points & Voucher Codes -------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
	
#loyaltyPointsSummary, #voucherCodeSummary {
	clear:both;
	margin:20px 0px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

#voucherCodeSummary {
	display:none;
	}

#loyaltyPointsSummary h3, #voucherCodeSummary h3 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#loyaltyPointsSummary h4, #voucherCodeSummary h4 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
	}
	
#loyaltyPointsSummary p, #voucherCodeSummary p {
	margin:0px 0px 15px 0px;
	}
	
#voucherForm {	
	width:370px;
	float:right;
	clear:right;
	display:none;
	padding:10px 0px;
	}	
	
	
/* Terms */

#terms {
	height:200px;
	overflow:auto;
	display:none;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	}	
	
/*--------------------- FAQs ---------------------------------------------------*/

.questions .faqQuestion {
	display:block;
	margin-bottom:10px;
	}

.fullAnswers {
	margin-top:30px;
	}
	
.fullAnswers .faqQuestion {
	margin-bottom:0px;
	}
	
.fullAnswers .faqAnswer {
	margin-bottom:10px;
	}
	
/*------------------------ Contact ---------------------------------------------*/

.contactForm {
	padding-top:20px;
	height:170px;
	width:400px;
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
.contactForm label {
	width:120px;
	float:left;
	}
	
.contactForm textarea {
	width:278px;
	}
	
.contactForm .submit {
	float:right;
	margin-right:0px;
	}	
	
.contactAddress {
	height:300px;
	width:300px;
	float:right;
	padding:0px;
	margin:0px;
	}

.map {
	border:1px solid #ccc;
	width:400px;
	margin-right:20px;
	float:left;
	}	

.contactLinks {
	color:#006600;
	font-weight:bold;
	}

	
/*---------------------My Account-----------------------------------------------*/

#subscribeLink {
	height:50px;
	}

.topBox {
	width:99%px;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0px;
	padding:5px 15px 10px 15px;
	}
	

	
.lowerBox {
	width:99%px;
	min-height:300px;
	background-color:#FAFAF8;
	border:1px solid #ccc;
	margin:0px;
	padding:30px 15px 10px 15px;
	}	
	
.lowerBox label {
	display:block;
	margin-top:10px;
	}
	
.lowerBox input {
	width:180px;
	}



.lowerBox #customerNotFound, .lowerBox #emailNotFound, .lowerBox #emailInUse, .lowerBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
.lowerBox .lowerBoxLeft {
	width:200px;
	float:right;
	margin-right:20px;
	}
	
.lowerBox .lowerBoxRight {
	width:200px;
	float:left;
	margin-left:20px;
	}
	
.lowerBox p{
	margin-top:10px;
	}
	
.lowerBox .lowerBoxRight a{
	text-decoration:underline;
	}

.lowerBox .accountSubmit

#forgottenPassword {
	display:none;
	}

.accountOrdersWrapper {
    border:1px solid #ccc;
    background-color:#fff;
    margin:2px 0px 0px 0px;
}

.accountTable {
	width:90%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.accountTable th {
	height:20px;
	padding:5px 10px;
	}
	
.orderRow {
	height:20px;
	}
	
.accountOrder {
	width:60px;
	text-align:left;
	}	
	
.accountDate {
	width:120px;
	padding-left:15px;
	text-align:left;	
	}
	
.accountItems {
	width:80px;
	text-align:center;
	}	
		
.accountStatus {
	width:240px;
	text-align:left;
	}	
	
.accountDetails {
	width:120px;
	padding-right:15px;
	text-align:right;
}
	
.accountTable td {
	height:20px;
	padding:5px 10px;
	}	

.details {
	display:block;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}

.orderDetailsTable {
	width:600px;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:1px solid #ccc;
	}
	
.orderDetailsTable tr {
	height:20px;
	vertical-align:bottom;
	}
	
.orderDetailsTable tr.code {
	height:10px;
	vertical-align:top;
	}
	
.orderDetailsTable caption 
    {
    font-size:13px;
    font-weight:bold;
    text-align:left;
	padding:5px 0px;
	}
  

.orderDetailsTable th,.orderDetailsTable td {
	}
	
.orderDetailsTable .orderDetailsCode 
{
    padding-left:10px;
	width:400px;
	}
	
.orderDetailsTable .orderDetailsItemPrice {
	width:90px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsQty {
	width:40px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsLineTotal {
	width:60px;
	text-align:right;
	padding-right:10px;
	}

	/*--------------------  Search ------------------------------------------------*/

.searchWord {
	font-style:normal;
	background-color:#ffc;
	}
	
	
	
/*-------------------- Miscellaneous ------------------------------------------*/

.clear {
	clear:both;
	height:1px;
	}

.clearLeft {
	clear:left;
	height:1px;
	}
	
	
.warning {
	border:1px dotted #990000;
	background-color:#FDD0C6;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	}	
	
.inputOK {
	border:1px solid #ccc;
	}
	
.inputWarning {
	border:1px solid #888;
	}
	
.inputGuide {
	color:#ffff;
	position:absolute;
	z-index:2;
	background-color:#E1E1E1;
	padding:2px 10px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.inputMessage {
	position:absolute;
	z-index:1;
	background:#c1c1bf url(../templateimages/inputMessageArrow.gif) left bottom no-repeat;
	padding:2px 10px 2px 15px;
	font-weight:bold;
	width:180px;
	color:#FFFFFF;
	height:15px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}	

	
form {
	margin:0px;
	padding:0px;
	}

.hidden {
	display:none;
	}
	
.noborder {
	border:none;
	}
	
.salePrice {
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	}

