@charset "UTF-8";
body  {
	font-family:tahoma; 
	font-size:11px; 
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/background-test.jpg) no-repeat #FFF;
    background-position:top center;
}

h2 {
	font-size: 160%;
	color: #ce1413;
}

.contacth {
	font-size: 18px;
	color: #CC3300;
}

a:active, a:focus{ outline:none; }  

:focus {
	outline:0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ce1413;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
}

p.bold{
	font-weight:bold;
}

.thrColElsHdr #container { 
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	padding: none;
	width: 950px;
	position: relative;
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
 	margin: 0px 160px 0px 160px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	text-align:center;
	border-top: 1px solid grey;
	margin: 10px 0px;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headernew {
	width: 950px;
	height: 230px;
	text-align: center;
}

#logo {
	width: 250px;
	height: 145px;
	margin-left: 30px;
	margin-right: 10px;
}

#basket-head {
	width: 230px;
	height: 112px;
	background-image:url(images/basket-background.png);
	background-repeat:no-repeat;
	float: left;
	margin: 3px 41px 0 0;
	text-align:left;
	padding-top: 3px;
	
}



/* ------------------ AWESOME PNG FIX BELOW ****** kapow! ******* ------------------*/

img, div,  { behavior: url(fx-iepngfix.htc) } 

/* ------------------ AWESOME PNG FIX ABOVE ****** kapow! ******* ------------------*/

#search-contain {
	width: 361px;
	height: 88px;
	margin: 0 21px 0px 0px;
	float: left;
}

.search-bar-new {
	border: none;
	width: 276px;
	height: 14px;
	background: url(images/search-bar.png) no-repeat;
	color: #999999;
	font-weight: bold;
	font-style:italic;
	padding: 3px 10px 5px 5px;
	margin: 0px;
	text-align:center;
	
}

#first-nav {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:center;
	width: 950px;
	height: 22px;
	margin: 12px 0 0 0;
	font-weight: bold;
	font-size: 120%;
	float: right;
}

#first-nav span {
	margin: 0px 6px;
}

#first-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#first-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#first-nav a:hover {
	color: #ebcb61;
	text-decoration: none;
}

#first-nav a:active {
	color: #ebcb61;
	text-decoration: none;
}


#second-nav {
	color: #666666;
	text-transform: uppercase;
	text-align:center;
	width: 950px;
	height: 22px;
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 100%;
	float: right;
}

#second-nav span {
	margin: 0px 10px;
}

#second-nav span.help {
	margin: 4px -5px 0 0;
}

#second-nav a, #second-nav a:visited {
	color: #666666;
	text-decoration: none;
}

#second-nav a:hover {
	color: #ce1413;
	text-decoration: none;
}

#basket-head span {
	margin: 10px;
}

.basket-title {
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 110%;
}

#basket-pt1 {
	float: left;
	width: 226px;
}

#basket-pt2 {
	float: left;
	width: 214px;
	height: 32px;
	margin: 2px 2px 0px 6px;
	text-align:center;
}

#basket-calc {
	width: 110px;
	float: left;
	height: 42px;
	margin: 8px 0px 6px 10px;
	padding: 0px;
}

#basket-calc span {
	margin: 0px;
	padding: 0px;
}

#checkout {
	width: 100px;
	height: 27px;
	text-align: center;
	float: right;
	margin-top: 16px;
	margin-right: 4px;
}

.bask-item {
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}

.bask-price {
	font-weight: bold;
	font-size: 170%;
	color: #ce1413;
}

.view-basket {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

.view-basket a, .view-basket a:visited {
	font-size: 100%;
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

.view-basket a:hover {
	font-size: 100%;
	color: #ce1413;
	text-decoration:underline;
	font-weight: bold;
}

#col1-surround {
	width: 150px;
}

.col1head {
	width: 142px;
	height: 20px;
	background:url(images/dep-header.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	text-transform:uppercase;
	padding: 4px;
	margin: 0px;
	text-align: center;
}

.col1mid {
	width: 134px;
	background-image: url(images/dep-midd.gif);
	background-repeat:repeat-y;
	padding: 8px;
	text-align: center;
}

.col1mid span {
    text-align: center;
	}
	
.col1bottom {
	width: 150px;
	height: 14px;
	background-image:url(images/dep-bottom2.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}

/* --------- LHMenu styling ----------- */
.selected {color:#ce1413;}

.lhm{margin:2px 0px 15px 0px; padding:0; width:130px; list-style:none;}
.lhm li{padding:3px 0px 5px 0px; margin:0 0 1px 0;  display:block; text-transform:uppercase; font-weight: bold; }
.lhm li a{text-align:left; padding:0px 2px 10px 2px; color:#666666; display:block; text-decoration:none; font-size: 100%; border-bottom: 1px dotted grey; }



.lhm li a:hover{color:#ce1413;}
.lhm li a span{line-height:0px;}

.lhm li a.active {color:#ce1413;}

.lhm2{margin:10px 0px 10px 0px; padding:0; width:130px; list-style:none; color:#ce1413;} 
.lhm2 li{padding:0; margin:4px 0px 1px 1px; display:block; font-weight: bold; }
.lhm2 li a{text-align:left; padding:0px 5px; color:black; text-decoration:none; font-size: 100%; font-family:arial; text-transform:none; border-bottom: none;}
.lhm2 li span.small-cat-text { font-size:9px; display:block; margin:0; text-align:left; text-transform: none; color: #666666; font-weight: none; padding-left: 5px;}


.lhm2 li a:hover{color:#ce1413;}
/* .lhm2 li a span{line-height:5px;} */
.lhm2 li a.active {color:#ce1413;}

/* --------- RHMenu styling ----------- */


.rhm {margin:10px 0px 0px 0px; padding:0; width:130px; list-style:none;}
.rhm li{padding:0; margin:0 0 5px 0; display:block; font-weight: bold; font-size: 90%}
.rhm li a{text-align:left; padding:0px 2px; color:#666666; display:block; text-decoration:none; }

.rhm li a.active {color:#ce1413;}

.rhm li a:hover{color:#ce1413;}




/* --------- end list styling ----------- */

.newsletter {
	width: 122px;
	border: 1px solid #ce1413;
	padding: 4px;
	margin: 5px 0px;
}

#daily-contain {
	width: 630px;
	height: 300px;
	margin-bottom: 10px;
	float: left;
}

#daily-offer1 {
	width: 307px;
	height: 300px;
	background-image:url(images/daily-offer1.gif);
	background-repeat:no-repeat;
}
	
#gridbox-contain {
	width: 625px;
	margin-left: 5px;
}

.gridbox {
	width: 192px;
	height: 250px;
	border: 1px solid #d4d4d4;
	padding: 4px;
	margin: 5px 5px 5px 0px;
	float: left;
	text-align: center;
}

.clr {
	clear: both;
}

#rowlist-contain {
	width: 630px;
}

.rowbox {
	width: 620px;
	padding: 5px;
	height: 110px;
	border: 1px solid #d4d4d4;
	float: left;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

.smallimage {
	width: 100px;
	height: 100px;
}

.smallimage-row {
	width: 100px;
	height: 100px;
	float: left;
	position:relative;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}

.smallimage-grid {
	width: 100px;
	height: 100px;
	margin: 40px 0px 10px 45px;
}

.row-grid {
	width: 300px;
	padding: 5px;
	height: 130px;
	border: 1px solid #d4d4d4;
	float: left;
	text-align: left;
	margin: 0px 3px 5px 0px;
}

.right-box {
	margin-left:3px; 
	margin-right:0px;
}

.product-title {
	font-size: 110%;
	font-weight: bold;
	color: #C00;
}

.product-title a, .product-title a:visited {
	font-size: 110%;
	font-weight: bold;
	color: #C00;
}

.product-title a:hover {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.price {
	font-weight: bold;
	font-size: 160%;
	color: #C00;
}

.rrp {
	font-weight: bold;
	text-decoration:line-through;
}

.members-price {
	font-weight: bold;
	color: #C00;
}

.main-title {
	font-weight: bold;
	font-size: 160%;	
	color: #C00;
}

.more-info-grid {
	width: 50px;
	height: 25px;
	float: left;
	margin: 5px 0px 0px 15px;
}

.more-info-row {
	width: 50px;
	height: 25px;
	float: left;
	margin: 5px 0px 0px 0px;
}

.buy-now-grid {
	width: 100px;
	height: 25px;
	float: left;
	margin: 5px 0px 0px 5px;
}

.stock-status {
	font-weight: bold;
	float: right;
	font-size: 80%;
}

.instock {
	color: #0C0;
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
	display:block;
}

.outofstock {
	color: #FFF;
	background-color: #F00;
	padding: 3px;
	font-weight: bold;
	font-size: 110%;
	display:block;
}

.row-list-text {
	width: 450px;
	float: left;
	margin: 0px 0px 0px 10px;
}

.row-grid-text {
	width: 180px;
	float: left;
	margin: 0px 0px 0px 10px;
}




/***************** super daily offer coding below KAPOW! *******************/


#daily-contain {
	width: 630px;
	height: 300px;
	margin-bottom: 10px;
}

#daily-offer1 {
	width: 307px;
	height: 300px;
	background-image:url(images/daily-offer1.gif);
	/*background-image:url(images/daily-offer-val.jpg); 
	 background-image:url(images/jan-sale-offer.gif); 
	background-image:url(images/daily-offer1.gif); 
	background-image:url(images/christmas-offer-1.jpg); *************************   Uncomment this line to reveal normal Daily Offer graphic - REMEMBER to comment the next line out though ******************/
	background-repeat:no-repeat;
}

#daily-offer2 {
	width: 307px;
	height: 300px;
		background-image:url(images/daily-offer2.gif); 
	/*background-image:url(images/daily-offer-val.jpg); 
	 background-image:url(images/jan-sale-offer.gif); 
	background-image:url(images/daily-offer2.gif); 
	background-image:url(images/christmas-offer-2.gif); *************************   Uncomment this line to reveal normal Daily Offer graphic - REMEMBER to comment the next line out though ******************/
	background-repeat:no-repeat;
	float: right;
}

.dailypic
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	color: #ffffff;
	width: 200px;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #ce1413;
	margin-bottom: 10px;
    /* Do rounding (native in Firefox and Safari, CC in IE) 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;*/
}

.push-down {
	height: 50px;
}

.boxgrid{ 
				width: 307px; 
				height: 300px; 
				float:left;
				overflow: hidden; 
				position: relative; 
			}
				
				.boxgrid p{ 
					padding: 0 10px; 
					color:#FFF; 
					font-weight:bold; 
				}
				
				.boxgrid a {
				color: #FFFFFF;
				text-decoration: underline;
			} 
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				/* background: #000;  */         /****************** Christmas Red is the next line down ****************/
				background: #b80c08; 
				height: 110px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 190px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 235px;
 					left: 0;
 				}
				
			h3 {
			font-size: 12px;
			color: #FFFFFF;
			margin-left: 10px;
			}
			
			
#product-page {
	width: 630px;
}

.product-image {
	width: 200px;
	height: 200px;

	float: left;
	margin: 0px 10px 10px 0px;
}

#product-essential-area {
	width: 400px;
	float: left;
	border: 1px dotted grey;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

.customer-rating {
	width: 250px;
	height: 25px;
	float: left;
	margin-top: 10px;
}

.optional-extra {
	width: 360px;
	height: 60px;
	float: left;
	margin-top: 10px;
}

.purchase-area {
	width: 400px;
	float: left;
	margin-top: 10px;
	
}
	

.qty-box {
	width: 30px;
	padding: 3px;
	color: #FFF;
	text-align:center;
	border: 1px solid #999;
	font-weight: bold;
}

.addtobasket {
	width: 100px;
	height: 27px;
	border: none;
	background-image: url(images/addtobasket.gif);
	text-indent: -9999px;
	margin-top:10px;
	float: left;
}

.buynow {
	width: 43px;
	height: 23px;
	border: none;
	background-image:url(images/buy-button.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

.more-info {
	height: 23px;
	border: none;
	background-image:url(images/moe-info.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

.addtowishlist {
	width: 100px;
	height: 27px;
	border: none;
	background-image: url(images/addtowishlist.gif);
	text-indent: -9999px;
	margin: 10px 0 0 10px;
	float: left;
}

.sendtofriend {
	width: 100px;
	height: 27px;
	border: none;
	background-image: url(images/send-to-friend.gif);
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	float: left;
}

.weaccept-head {
	float: right;
}

.section {
	width: 630px;
	float: left;
}

.section-head {
	width: 620px;
	padding: 5px;
	height: 15px;
	float: left;
	background: url(images/section-head.jpg) no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}

.section-mid {
	width: 610px;
	padding: 10px 10px 10px 10px;
	background: url(images/section-midd.jpg) repeat-y;
	display: block;
	float: left;
}

.section-bottom {
	width: 630px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 14px;
	background: url(images/section-bottom.jpg) no-repeat;
	display: block;
	float: left;
}


/************* super power sub catergory boxes below ****************/

.sub-box {
	width: 192px;
	height: 120px;
	border: 1px solid #d4d4d4;
	padding: 4px;
	margin: 5px 5px 5px 0px;
	float: left;
	text-align: center;
	display: inline;
}

.sub-box-image {
	width: 100px;
	height: 100px;
	background-color: white;
	margin-left: 48px;
	z-index: -999;
	position: relative;
}



.sub-text-box {
	padding: 2px 4px 4px 4px;
	background: url(images/sub-text.png) repeat-x;
	color: #FFFFFF;
	font-size: 150%;
	height: 40px;
	z-index:3;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -26px;
}

.sub-text-box a {
	color: #FFFFFF;
	text-decoration:none;
}

.sub-text-box a.link {
	color: #FFFFFF;
	text-decoration:none;
}

.sub-text-box a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.sub-text-box a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.sub-cat-text {
	float: left;
	margin-bottom: 15px;
	/* font-size: 95%;
	color: #666666; */
	border: 1px solid #ce1413;
	padding: 10px;
	margin-top: 10px;
	width: 600px;
}

.sub-cat-text h2 {
	margin-top: 1px;
}

.sub-cat-home {	
	float: left;
	width: 610px;
	margin-left: 5px;
	margin-bottom: 15px;
	color: #666666;
	border: 1px solid #ce1413;
	padding: 5px;
}

.sub-cat-home1 {	
	float: left;
	width: 610px;
	margin-left: 5px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #ce1413;
	padding: 5px;
	font-size: 110%;
}

.col1mid ol {
	text-align: left;
	width: 120px;
	
}

.col1mid ol li {
	padding-left: 0px;
	margin-left: 10px;
}

/************* super power sub catergory boxes above ****************/

marquee {
	width: 130px;
	overflow: hidden;
	height: 95px;
	text-align: center;
}

.mq-over {
	z-index:4;
	width: 132px;
	height: 22px;
	margin-top: -18px;
}

.cara-control {
	width: 630px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}


/* STYLES ADDED BY MIKEY B */

.bold-text {
	font-weight:bold;
}

.errortext {
	color:#D71414;
}

.wishlist-box ol {
	padding:0;
	margin:0;
	padding-left:10px;
}

.wishlist-box #clear-wishlist {
	padding:2px;
	text-align:center;
	border: 1px solid #999;
	background-color:#CCC;
	font-weight: bold;
	margin-top:10px;
	font-size:10px;
}

.wishlist-box a {
	color:#ce1413;
}

.wishlist-box a:hover {
	text-decoration:underline;
}

.addtowishlist-link {
	color:#ce1413;
	float:left;
}

.addtowishlist-link:hover {
	text-decoration:underline;
}


/* STAR RATINGS SYSTEM */

#star-ratings-container {
	height:16px;
	clear:both;
	margin-top:5px;
}

#star-ratings-container #ratings-label {
	font-weight:bold;
	float:left;
	display:block;
	font-size:11px;
	margin-right:5px;
	margin-top:2px;
}

#star-ratings-container .star-rating {
	display:block;
	height:16px;
	width:16px;
	background-repeat: no-repeat;
	float:left;
}

#star-ratings-container .star-rating:hover {
	cursor:pointer;
}

#star-ratings-container .star-rating.inactive {
	background-image:url(images/star.gif);
	background-position: center top;
}

#star-ratings-container .star-rating.active {
	background-image:url(images/star.gif);
	background-position: center center;
}

#star-ratings-container .star-rating.hover {
	background-image:url(images/star.gif);
	background-position: center bottom;
}


/* END OF STAR RATINGS SYSTEM */


















/* HEADER super duper fading images STYLES ADDED BY URBAN C <<--[mikanos])) */



.pics { height: 69px; width: 361px; padding:0; margin:5px 0 15px 0; overflow: hidden }

.pics2 { height: 120px; width: 120px; padding:0; margin:0 0 0 10px; overflow: hidden;  }

#logo-box {
	width: 250px;
	height: 145px;
	float: left !important;
	margin-left: 30px;
}

#sections {
	width: 660px;
	height: 145px;
	float: right !important;
}

#h1-hold {
	width: 600px;
	float: right;
	height: 21px;
	padding-top:4px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	margin: 0 45px 0 0;
}

.phone {
	color: #fb1121;
}


.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 
  /* IE 5-7 */
  filter: alpha(opacity=50);
 
  /* Netscape */
  -moz-opacity: 0.5;
 
  /* Safari 1.x */
  -khtml-opacity: 0.5;
 
  /* Good browsers */
  opacity: 0.5;
}

#twolines {
	height: 30px !important;
	width: 100%;
	overflow: hidden;
}

.enlarge-button {
	width: 100px;
	height: 20px;
	z-index:20;
	margin-top: -25px;
}

/*************** Basket PAGE **************/


#basket-body-content table {
	font-size: 12px;
	color:#000000;
}

#basket-head2 {
	width: 940px;
	border-top: 1px solid #ce1413;
	border-bottom: 1px solid #ce1413;
	padding: 5px;
	height: 20px;
	margin-bottom: 5px;
	background-image:url(images/basket-title-back.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
}

.basket-main-titles {
	font-size: 14px;
	font-weight: bold;
}
	
#basket-body-content {
	width: 940px;
	padding: 5px;
}

.remove {
	width:30px;
	height:30px;
	font-weight: bold;
	background-color:#FFFFFF;
	background-image: url(images/remove-button.png);
	background-repeat:no-repeat;
	border: none;
	text-align: center;
	color:#FFFFFF;
	cursor:pointer;
	text-indent: -9999px;
}



.delivery {
	font-size: 14px;
	margin-top: 10px;
	border-top: 1px solid #ce1413;
	border-bottom: 1px solid #ce1413;
}

.process {
	font-size: 12px;
}

.total {
	color: #FF3300;
}

.form-field {
	width: 200px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px 0px 3px 5px;
}

#drop-surround {
	margin-left: 5px;
}

#drop-surround2 {
	margin-left: 5px;
}

#continue-step1 {
	margin-top: 80px;
}

.details {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

.product_title_big{
	color:#ea2222;
	padding:5px 0 5px 0;
	font-weight:bold;
	font-size:14px;
}

.checkout-prod {
	width: 120px;
	background: url(images/checkout-large.gif) no-repeat;
	padding: 0 0 0 3px;
	height: 45px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 120%;
	border:none;
	text-align:center;
	margin: 5px 40px 0 0px;
	display: block;
}


.checkout-prod:hover {
	cursor:pointer;
}

.checkout-back {
	width: 110px;
	background: url(images/back-checkout.gif);
	background-repeat:no-repeat;
	height: 32px;
	padding: 13px 0 0 10px;
	text-align:center;
	color: #333333;
	font-weight:bold;
	border:none;
	display: block;
	margin: 5px 25px 0 0;
}

.red-text {
	color:#EF0000;
}

#basket-body-content label {
	color:#000000;
}

#deliverydates {
	padding-top:5px;
	padding-bottom:5px;
}

#deliverydates input, #textfield19 {
	margin:5px 0 10px;
	width:100px;
	padding:2px;
}

a.discountlink {
	color:#AE0200;
	text-decoration:underline;
}

.tdlabel {
	padding-right:10px;
}

/* rounded buttons */
.recalc {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	margin-top:-5px;
}

.recalc span { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
	color: #771100;
	font-weight: bold;
}

a.recalc:hover {
	background-position:right -155px;
	color: #000000;
	}
a.recalc:hover span {background-position:left -155px;color: #000000;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
	
.continue {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(images/continue-shop.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.continue span { 
	background:url(images/continue-shop.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
	color: #ffffff;
	font-weight: bold;
}

a.continue:hover {
	background-position:right -155px;
	color: #ffffff;
	}
a.continue:hover span {background-position:left -155px;color: #ffffff;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
	
.checkout {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.checkout span { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
	color: #000000;
	font-weight: bold;
}

a.checkout:hover {
	background-position:right -155px;
	color: #000000;
	}
a.checkout:hover span {background-position:left -155px;color: #000000;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
/* end rounded buttons */

#technical-data {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f6b247;
	margin-bottom: 10px;
}

#sortby {
	width: 600px;
	padding: 10px;
	height: 81px;
	background: url(images/sort-by-back.jpg) no-repeat;
	float: left;
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#sortby2 {
	width: 600px;
	padding: 10px;
	height: 61px;
	background: url(images/sort-by-back2.jpg) no-repeat;
	float: left;
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#iconset {
	width: 150px;
	height: 25px;
	margin-left: 372px;
}
fieldset {
	border: 4px solid #CC3300;
}

legend {
    border: none;
	background: white;
	padding: 0 10px;
	font-size: 105%;
	font-weight: bold;
}

label {
	margin: 0 10px 0 0;
	color: #FFF;
}

select {
	margin-right: 5px;
}




.breadcrumb{position:relative; width:100%; margin-bottom: 10px; cursor:default;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('images/breadcrumbImage2.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; color:rgb(255,255,255); text-decoration:none; text-transform: uppercase; line-height:30px; display:block; background:url('images/breadcrumbImage2.png') 100% -60px no-repeat; }
.breadcrumb ul li a span{padding:0 17px 0 15px; cursor: default;}
.breadcrumb ul li a:hover span{color:rbg(255,255,255);}

.breadcrumb ul li.active2 { background:url('images/breadcrumbImage2-green.png') 0px -30px repeat-x;}

.breadcrumb ul li a.active{background:url('images/breadcrumbImage2.png') 100% -60px no-repeat;}
.breadcrumb ul li a.active1{background:url('images/breadcrumbImage2-green.png') 100% -60px no-repeat;}
.breadcrumb ul li a.active3{background:url('images/breadcrumbImage3-green.png') 100% -60px no-repeat;}


.breadcrumb ul li a.active span{color:#FFF;font-weight: bold; /* text-decoration:underline; */}
/* .breadcrumb ul li a.active:hover span{text-decoration:underline;} */

.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage2.png') 0% 0px no-repeat;}
.breadcrumb .left1 {position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage2-green.png') 0% 0px no-repeat;}



.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage2.png') 100% -90px no-repeat; }






#helpicon {
	width: 16px;
	height: 12px;
	margin: 6px 0px 0 0;
	display: inline;
	postion: relative;
	}
	
#successmessage {
	display:none;
	background-image: url(images/popup-basket2.png);
	background-repeat:no-repeat;
	width: 300px;
	height: 217px;
	color:#FFF;
	position:absolute;
	top:130px;
	left:500px;
	padding:5px;
	z-index:9999;
}

#success-basket {
	width: 210px;
	height: 122px;
	margin: 74px 11px 15px 74px;
	color: #FFF;
	font-weight: bold;
	
}

#success-basket a, #success-basket a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration:underline;
}

#success-basket a:hover {
	color: #FFF;
	text-decoration:underline;
}

#successmessage-checkout{
	background-image:url(images/checkout-pop.png);
	height:27px;
	width:100px;
	display:block;
	float:left;
	margin-right:4px;
}

#successmessage-shopping{
	background-image:url(images/carryon-pop.png);
	height:27px;
	width:100px;
	display:block;
	float:left;
}

#successmessage-shopping span, #successmessage-checkout span {
	display:none;
}

.datepicker-text {
	border: 1px solid #ba0404;
	padding: 3px;
	color: #666666;
	background-color: #FFFFFF;
	width: 250px;
}

.discount-code {
	border: 1px solid #ba0404;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	width: 110px;
	margin-left: 2px;
}

#counter {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
	color:#BC0606;
}

#new-searchby {
	width: 620px;
	height: 73px;
	background-image:url(images/searchby-back.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
	
}


.tooltip {
	z-index:1000;
	position:relative;
}

.tooltip-box {
	background: url(images/tooltip-back.png) no-repeat;
	width: 100px;
	height: 50px;
	text-align: center;
	padding-top:11px;
	color:#FFFFFF;
	position:absolute;
	/*top:-10px;*/
	margin-left:-23px;
	opacity:0;
	z-index:2;
	
	top:200px;
}

.tooltip p {
	padding: 5px;
	margin: 0;

}

#left {
	width: 310px;
	height: auto;
	float: left;
}

#middle {
	float: left;
	margin-top: 15px;
	width: 640px;
}



#facebook {
	background-image:url(images/facebook60.jpg);
	width: 200px;
	background-repeat:no-repeat;
	padding-left: 75px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	text-align: left;
	float: right;
}

#promo {
	background-image: url(images/points-back.jpg);
	background-repeat: repeat-x;
	height: 130px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	text-align: left;
	float: left;
	width: 615px;
}

.facebook-text {
	font-size: 12px;
	color: #4d70aa;
	font-weight: bold;
}

.account {
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

#points {
	width: 300px;
	height: auto;
	background-image:url(images/points-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.points-cash {
	color:#CC0000;
	font-weight: bold;
}

#links {
	width: 300px;
	height: auto;
	background-image:url(images/points-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #e4e4e4;
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: left;
}

.discountcode {
	color:#00CC99;
	font-weight: bold;
}



#welcome {
	height: 26px;
	background-image:url(images/welcome.jpg);
	padding-left: 10px;
	color: white;
	margin-bottom: 10px;
}

#news {
	height: 25px;
	background-color:#CCCCCC;
	padding: 10px;
	color: black;
	margin-bottom: 10px;
}

#address {
	height: 26px;
	background-image:url(images/address-bar.jpg);
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 620px;
}

.welcome-text {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.address-text {
	font-size: 14px;
	color:#CC0000;
	font-weight: bold;
	padding-top: 3px;
}


#billing {
	width: 285px;
	height: auto;
	background-image:url(images/points-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#delivery {
	width: 285px;
	height: auto;
	background-image:url(images/points-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #e4e4e4;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

.deliverychange {
	font-size: 11px;
	color: #000000;
}

label
{
width: 10em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
color: #666666;
}

fieldset
{
border: 0px solid #000000;
width: 35em;
}


.pagination {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:25px;
}

.pagination .innercontatiner {
	margin-left:auto;
	margin-right:auto;
}

.pagination span.prevpage-dead {
	margin-right:25px;
	background-image:url(images/prev24.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	display:block;
	float:left;
}

.pagination span.nextpage-dead {
	margin-left:25px;
	background-image:url(images/next24.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	display:block;
	float:left;
}

.pagination a.prevpage {
	margin-right:25px;
	background-image:url(images/prev24.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	display:block;
	float:left;
}

.pagination a.prevpage span, .pagination span.prevpage-dead span, .pagination a.nextpage span, .pagination span.nextpage-dead span  {
	display:none;
}

.pagination a.nextpage {
	margin-left:25px;
	background-image:url(images/next24.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	display:block;
	float:left;
	
}

.pagination a.pagelink {
	padding:5px;
	border:solid 1px #A50504;
	color:#A50504;
	display:block;
	float:left;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:5px;
}

.pagination a.pagelink:hover {
	background-color:#A50504;
	color:#FFFFFF;
}

.pagination a.activepage {
	font-weight:bold;
	font-size:12px;
	background-color:#A50504;
	color:#FFFFFF;
}

.pagination .pagelinks {
	float:left;
}

.free-product-text {
	clear:both;
	padding:5px;
	color: #A50504;
	background-color: #ffe1e1;
	border: 1px dotted #CC0000;
	width: 370px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 110%;
}

.free-product-text2 {
	clear:both;
	padding:5px;
	color: #A50504;
	background-color: #ffe1e1;
	border: 1px dotted #CC0000;
	margin-top: 10px;
	font-weight: bold;
	width: 400px;
	text-align: center;
}

#free-product-text-list {
	float: left;
	padding:5px;
	color: #A50504;
	background-color: #ffe1e1;
	border: 1px dotted #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
}

a img {
	border: none;
}

#tweetmeme {
	float: right;
	width: 50px;
	margin-top: -23px;
	display: block;
}

#facebookshare {
	float: right;
	margin-top: -23px;
	margin-right: 10px;
	display: block;
}

#weaccept {
	margin: 5px 0 15px 0;
	padding: 0;
}

.productbaskettitle {
	padding: 0;
	
}

.error-message {
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	clear:both;
	display:block;
	margin-bottom:10px;
	text-align:center;
}


.tool {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tool li {
	padding: 0;
	margin: 0 0 0 5px;
	position: relative;
	text-align: center;
	height: 32px;
}


.tool a {
	padding:0;
	display: block;
	color: #000000;
	width: 43px;
}
.tool li em {
	background: url(images/red-tooltip.gif) no-repeat;
	width: 100px;
	height: 50px;
	position: absolute;
	top: -45px;
	left: -28px;
	text-align: center;
	padding-top: 11px;
	font-style:normal;
	font-weight: bold;
	z-index: 1000;
	display: none;
}

.main-title2 {
	font-weight: bold;
	font-size: 160%;	
	color: #C00;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 210px;
}

.enlarge-button2 {
	width: 200px;
	height: 20px;
	z-index:20;
	margin-top: 0px;
	text-align:center;
}

#add-review {
	color: #000;
	list-style: none;
	padding: 5px;
	margin: 0 0 15px 0;
}

radio {
	margin: 0;
	padding: 0;
}

.review-input {
	border: 1px solid #573363;
	padding: 3px;
	margin: 0 0 5px 0;
	display: block;
	width: 150px;
}

.review-input2 {
	border: 1px solid #573363;
	padding: 3px;
	margin: 0 0 5px 0;
	display: block;
	width: 350px;
	font-size: 10px;
}

.submit-basket2 {
	background-image:url(images/confirm.gif);
	text-indent:-9999px;
	height: 27px; 
	width:240px;
	border: none;
}

#goldie-twitter-hold {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 117px;
	padding:0;
	display: block;
	float: left;
}

#goldie-forum-hold {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 83px;
	padding:0;
	display: block;
	float: left;
}

#gold-twitter {
	width: 310px;
	height: 117px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#gold-facebook {
	width: 310px;
	height: 117px;
	float: left;
	padding: 0;
	margin: 0;
}

#gold-forum {
	width: 310px;
	height: 83px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#gold-sexpert {
	width: 310px;
	height: 83px;
	float: left;
	padding: 0;
	margin: 0;
}

.view-bookstore {
	font-size: 130%;
	text-align: center;
	text-transform:uppercase;
}

#mostpop {
	width: 143px;
	height: 25px;
	float: right;
}

#mostpop a img {
	border: none;
}

.goldie-title {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}

.goldie-title a , .no-margin a {
	color: #CC0000;
}

.no-margin {
	margin: 0;
	padding: 0;
}

.space-me {
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
}

.whatyouordered {
	color: #CE1413;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#order-overview {
	border: 1px dotted #CCCCCC;
	background-color: #e2e2e2;
	padding: 10px;
	margin: 10px 0;
	width: 500px;
}

#review-basket2 {
	color: #000;
	list-style: none;
	padding: 5px;
	margin: 0 0 15px 0;
}

#review-basket2 li {
	margin: 5px 0px;
	display: block;
}

#top-cards {
	width: 280px;
	height: 80px;
	float: right;
	text-align:left;
}

.kit-inc-prod {

}

#breadcrumb {
	padding-top:3px;
	margin-bottom:10px;
	text-align:left;
	clear:both;
	padding-bottom:10px;
	width: 950px;
}

#breadcrumb a {
	text-decoration:underline;
	color:#BC0606;
	font-weight:bold;
}

#home-text {
	width: 100%;
	display: none;
}


@import url("ff-only.css")_;

/*********** Fifty % Sale boxes below *************/
.salebox {
	width: 192px;
	height: 120px;
	border: 1px solid #d4d4d4;
	padding: 4px;
	margin: 5px 8px 5px 0px;
	float: left;
	text-align: center;
	display: inline;
	position: relative;
	text-align: center;
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.salebox span {
	position: absolute;
	bottom: 8px;
	left: 4px;
	width: 192px;
	text-align: center;
}

.salebox span a:link, .salebox span a:visited {
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.salebox span a:hover {
	text-decoration: underline;
	color: #000;
}

.salebox img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 0;
}

.fifty-sale {
	position: absolute;
	width: 94px;
	height: 94px;
	top: -3px;
	left: -3px;
	background-image:url(images/50salecorner.png);
	text-indent: -9999px;
}

/*********** Fifty % Sale boxes above *************/

.sub-cat-home1 #col1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-cat-home1 #col1 li {
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 24px;
	font-size: 14px;
	margin-bottom: 4px;
}

.sub-cat-home1 #col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-cat-home1 #col2 li {
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 24px;
	font-size: 14px;
	margin-bottom: 4px;
}

#col1, #col2 {
	width: 275px;
	float: left;
	margin-right:20px;
}

#orderHistory{
	background-color:#EBEBEB;
	border:1px solid #E4E4E4;
	width:314px;
	margin:40px 0 5px 0;
	padding:3px;
	text-align:center;
}

	#orderHistory table{
		padding-left:25px;
	}

th{
	font-weight:bold;
	text-align:center;
}

#billingEdit{
	visibility:hidden;
}

.membersDetails{
	border:1px solid #666666;
	margin:2px;
}

#success-message{
	border:1px dashed #00D720;
	background-color:#E6FFE1;
	padding:5px;
	text-align:center;
	margin:15px;
	font-weight:bold;
}

#sendToAFriendSubmit{
	display:block;
	margin-left:115px;
	margin-top:5px;
	border:1px solid #573363;
	padding:5px;
	-moz-border-radius:1px;
}

.sentToAFriendInput{
	margin-top:5px;
	border:1px solid #573363;
	-moz-border-radius:1px;
}

.reviewComment{
	border:1px solid #573363;
	padding:5px;
	margin-top:4px;
	background-color:#FEF0FF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#submitreviewlink{
	border:1px solid #573363;
	padding:5px;
	background-color:#F6C5FE;
	margin-top:5px;
	display:block;
	text-align:center;
	width:100px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#greenInfo{
	border:1px dashed #05D900;
	background-color:#D5FFDE;
	padding:5px;
	text-align:center;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.faqBox{
	border:1px solid #333333;
	padding:5px;
	margin:4px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	background-color:#FEFBFF;
}
