@charset "utf-8";
/* CSS Document */

/* Global Defaults
=====================================================================*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, div {
	margin:0;
	padding:0;
	
}
embed {
	padding:10px;
 }
select {
	font-size:1.1em;
}
input {
	/*background-image:url(wPix.gif);*/
	background-color:transparent !important;
}
select {
	background-color:#000 !important;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	text-decoration:none;
	outline:0; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear {
	clear:both; 
}

.dotline {
	background: url(dotted.gif) repeat-x;
	height: 1px;
	margin: 0 15px;
}

/* generic */
.paragraph {
	font-size:1.2em;
	padding: 10px 20px;
	line-height: 1.6em;
	color: #464646;
}
.protxMsg {
	font-size:2em;
	text-align:center;
	line-height: 2em;
}
h4.generic {
	padding: 20px 20px 0;
	font-size:1.2em;
	font-weight: bold;
	display: block;
	color: #464646;
}
.generictable {
	margin:15px 20px 0 20px;
}
.generictable td, label {
	font-size:1.1em;
	line-height: 1.6em;
}

.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Global Elements
=====================================================================*/
body {
	line-height: 1.6em;
	font:12px arial,serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}

a {
	cursor:pointer !important;
}

/* Main Containers
=====================================================================*/
#container {
	width:100%;
}
#wrapper {
	margin:0 auto;
	width:980px;
	position:relative;
	padding:0 0 20px;
}
#membernav {
	width:980px;
	height:31px;
	background:#2a2a2a;
}

/* Currency
=====================================================================*/
#placeflag {
	/*width:221px;*/
	height:19px;
	float:left;
	margin-top: 6px;
	background-color: #444;
	background-position: left;
	background-repeat: no-repeat;
}

#listcountry {
	/*width:171px;*/
	height:19px;
	float:left;
	/*margin-top:6px;*/
}
#listcurrency {
	width:43px;
	/*height:19px;*/
	float:left;
	/*margin-top:6px;*/
}
#listcountry li.default {
	padding:4px 0 0 8px;
	font-size:1.2em;
	font-weight:bold;
	color:#555;
	height:15px;
	width:40px;
	margin-right:2px;
}
#listcountry .default img {
	float:left;
	
}
#listcountry .default span {
	padding:0 0 0 5px;
	margin:-2px 8px 0 0;
	float:right;
}
#listcountry li {
	padding:4px 0 0 6px;
	display:inline;
	float:left;
	height:15px;
}
#listcurrency {
	/*width:42px;*/
	height:16px;
	padding:3px 0 0 8px;
	margin: 0 0 0 8px;
	background: url(back_currency.gif) left no-repeat;
}
#listcurrency li {
	margin-left:2px;
	display:inline;
}

/* Main Menu
=====================================================================*/
#mainmenu {
	/*width:432px;*/
	height:30px;
	float:right;
}
#mainmenu ul li {
	display:inline;
}
#mainmenu ul li a{
	/*width:106px;*/
	height:30px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	float:left;
	font-size:1.1em;
	display:inline;
	/*margin-left:2px;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a span{
	/*position:absolute;
	width:100%;
	height:100%;*/
	cursor:pointer;
	display: block;
}
#mainmenu ul li a span span {
	padding: 0 10px;
}
#mainmenu a:hover, #mainmenu a:hover span {
	background-position:0 -30px;
}
#mainmenu a:hover span span {
	background-position: right;
}
#mainmenu ul .active a span span {
	background-position: bottom right;
}

/* Left Navigation
=====================================================================*/
#navleft {
	width:200px;
	float:left;
}

#h3_browse{
	width:190px;
	height:19px;
	overflow:hidden;
	display:block;
	margin-bottom:6px;
}
.navbrowse {
	padding:15px 0 13px 15px;
}
.navbrowse li {
	padding:3px 0 2px 0;
}
.navbrowse li a, .navbrowse li a:link, .navbrowse li a:visited {
	color:#DDD;
	font-size:12px;
	font-weight:bold;
}
.navbrowse li.active a, .navbrowse li.active a:link, .navbrowse li.active a:visited, .navbrowse li a:hover {
	color:#4e86b6;
	text-decoration:none;
}
.navbrowsesub {
	padding:3px 0 0 10px;
}
.navbrowse .navbrowsesub li a, .navbrowse .navbrowsesub li a:link, .navbrowse .navbrowsesub li a:visited {
	color:#505050;
	font-size:1.1em;
	font-weight:lighter;
}
.navbrowse .navbrowsesub li.active a, .navbrowse .navbrowsesub li.active a:link, .navbrowse .navbrowsesub li.active a:visited, .navbrowse .navbrowsesub li a:hover {
	color:#cc202e;
}
.navbrowsesub li {
	padding:2px 0;
}
/*.emptyMenu {
	margin-bottom:3px important;
}
.navbrowsesub li.last {
	margin-bottom:10px;
}*/

.navbrowsesub{
	/*margin:3px 0 0 0;*/
	padding:0 !important;
}

.active .navbrowsesub {
	margin:0;
}

div#content .navbrowsesub {
	margin-top:10px !important;
}

/* Cart
=====================================================================*/
#minicart {
	visibility: hidden;
	}
#placecart {
	/*width:529px;*/
	height:31px;
	float:right;
	/*background:url(back_cart.gif) no-repeat;*/
}
#placecart1 {
	/*width:71px;*/
	height:23px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#b7b7b7;
	padding:8px 0 0 2px;
}
#placecart2 {
	width:117px;
	height:17px;
	float:left;
	margin:6px 0 0 10px;
	font-size:1.2em;
	/*font-weight:bold;*/
	color:#cfcfcf;
	padding:2px 0 0 7px;
	position: relative;
	z-index: 100;
}
#placecart2 p, #placecart4 p {
	float:left;
	display:inline;
}
a.butdropdown {
	 display: inline;
     width: 24px;
     height: 17px;
     text-decoration: none;
	 float:right;
	 text-indent:-5000px;
	 margin:-1px 4px 0 0;
}
#placecart3 {
	/*width:85px;*/
	height:23px;
	padding:8px 10px 0 2px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#b7b7b7;
	margin-left:10px;
}
#placecart4 {
	width:158px;
	height:17px;
	float:left;
	margin:6px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	color:#cfcfcf;
	padding:2px 0 0 7px;
}

/* popup */          
.placebasket {
	width:294px;
	position:absolute;
	z-index:10;
	/*left:422px;*/
	right: 0;
	top: 0;
}
.placebaskettop {
	width:294px;
	height:39px;
	margin-top:0;
}
.placebaskettop1 {
	/*width:97px;*/
	float:left;
	/*font-size:1.2em;*/
	color:#fff;
	padding:5px 0 0 177px;
}
.placebaskettop2 {
	width:22px;
	float:right;
	padding-top:5px;
}
.popupcontent {
	width:276px;
	border: 1px solid #f6f6f6;r-left:1px solid #6c6c6c;
	border-right:1px solid #6c6c6c;
	border-bottom:1px solid #6c6c6c;
	background:#373c40;
	padding:20px 8px 0 8px;
}
.popupcontent p {
	font-size: 0.9em;
	color: #fff;
	padding: 6px 5px;
	font-weight:bold;
}
.rowbasket2 form {
	padding:4px 0;
}
.rowbasket2 label, .rowbasket2 input, .rowbasket2 p {
	color:#363C40;
	font-size: 0.9em;
}
.rowbasket2 p {
	padding-left:0;
}
.rowbasket2 span {
	padding-top:4px;
	display:block;
	font-weight:bold;
	font-size:1em;
}
.rowbasket2 span span {
	display:inline;
}
a.butup {
	display: block;
    width: 17px;
    height: 15px;
    text-decoration: none;
	text-indent:-5000px;
}

/* Logo
=====================================================================*/
#placelogo {
	width:194px;
	height:172px;
	margin:16px 0 0 6px;
	float:left;
	display:inline;
}
/*
#logo{
	width:194px;
	height:172px;
	overflow:hidden;
	display:block;
	position:relative;
}
#logo a {
	display: block;
	height: 172px;
}
#logo span{
	position:absolute;
	width:100%;
	height:100%;
}*/

/* Disc Scroller
=====================================================================*/
#discScroller{
	position:relative;
	overflow:hidden;
	height:28px;
}

#listdisc{
	position:absolute;
	left:0px;
}

#listdisc {
	padding:0 0 0 2px;
}
#listdisc li {
	display:inline;
}
#listdisc li a {
	width:66px;
	height:20px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	margin:4px 0 0 9px;
	text-indent:-5000px;
}
#listdisc li a span {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#listdisc a:hover span, #listdisc .active span {
	background-position:0 -20px;
}

/* Product Tabs
=====================================================================*/
.placetabs {
	width:554px;
	height:295px;
	margin:0 auto 10px auto;
	background:url(back_tabs.jpg) no-repeat;
	padding:3px;
}
#listtabs, #listtabs2 {
	width:554px;
	height:28px;
}
#listtabs li, #listtabs2 li {
	display:inline;
}
#listtabs li span, #listtabs2 li span {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	text-indent:-5000px;
}
#listtabs li a{
	width:141px;
	height:28px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
}
#listtabs li a#tabs_2 {
	margin-left:2px;
}
#listtabs a:hover span, #listtabs .active a span, #listtabs .active a:link span, #listtabs .active a:visited span, #listtabs2 a:hover span, #listtabs2 .active a span {
	background-position:0 -28px;
}

/* Product Tabs
=====================================================================*/
#producttabs_1{
	width:131px;
	height:28px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
}
#listtabs2 li a {
	width:131px;
	height:28px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	margin-left:2px;
}

/* Product Format
=====================================================================*/
#listformat {
	width:244px;
	height:37px;
	background:url(back_formats.jpg) no-repeat;
	margin-left:-2px;
	padding:8px 0 0 6px;
}
#listformat li {
	display:inline;
}

#listformat li a {
	width:74px;
	height:36px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	margin-right:7px;
}
#listformat li a#formatsmenu_1{
	/*margin-left: 0;*/
}
#listformat li a span{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	text-indent:-5000px;
}

/* product information */
#productTop {
	height: 340px;
}
.productdesc {
	width:233px;
	float:left;
	padding:0 15px;
	margin:29px 0 0 0;
}
.productdesc h3 {
	font-size:1.5em;
	color:#464646 !important;
	text-align:left !important;
	line-height:1.1em;
	padding-bottom:4px;
	text-transform:none !important;
	
}
.productcode {
	/*font-size:1.3em;*/
	color:#5e5e5e;
}
.productdesc p {
	padding:4px 0;
}
.productinformation  p{
	font-size:1.1em !important;
	color:#5e5e5e;
	line-height:1.4em;
}
.productinfoprice {
	color:#4a4b4a;
	font-size:1.5em;
}
	
.productapprox {
	font-size:1.2em;
	font-weight:bold;
	color:#5e5e5e;
}
.oldprice {
	text-decoration:line-through;
}
.newprice {
	color:#d3212f;
	font-weight:bold;
}

.youSave {
	font-size:1.2em;
}
.sChart {
	text-decoration:underline;
}

/* sku */
#sku {
	width: 150px !important;
	}
	
.menuproduct1 {
	width:148px;
	float:left;
}
.getItFirst {
	width:84px;
	padding-top:8px;
	float:left;
}
.digg2 {
	overflow:hidden;
}

/* New Nav
=====================================================================*/
.rownavproduct {
	width:190px;
	margin:2px 0 16px;
}
.rownavproductimg {
	width:62px;
	float:left;
	margin-left:8px;
	display:inline;
}
.rownavproductimg img {
	width: 52px;
	}
.rownavdesc {
	width:120px;
	float:left;
	font-size:1.1em;
	color:#505050;
	display:inline;
	line-height:1.1em;
	padding-top:3px;
}
.rownavdesc a, .rownavdesc a:link, .rownavdesc a:visited {
	color:#505050;
	
}
.rownavdesc a:hover {
	color:#cc202e;
	text-decoration:none;
}
.rownavdesc p {
	padding:2px 0 4px 0;
	font-weight:bold;
}
.rownavdesc a.linkaddtocart, .rownavdesc a.linkaddtocart:link, .rownavdesc a.linkaddtocart:visited, #navright a.butPreorder, #navleft a.butPreorder, .rownavdesc a.butnotifyme {
	color:#4E82B6;
	font-weight:lighter;
	font-style:italic;
	text-decoration:underline;
	background:url(bullet2.gif) 100% 0 no-repeat;
	padding-right:12px;
}
.rownavdesc a.linkaddtocart:hover, .rownavdesc a.linkaddtocart:hover, .rownavdesc a.linkaddtocart:hover, #navright a.butPreorder:hover, #navleft a.butPreorder:hover, .rownavdesc a.butnotifyme:hover {
	text-decoration:none;
}

/* product price */
.price {
	font-size:1.1em;
	text-align:center;
	color:#464646;
	/*height:16px;*/
	padding:0 0 4px 0;
	font-weight:bold;
}
	
/* product list */
.placeproduct1 {
	width:109px;
	height:116px;
	text-align:center;
	padding-top:12px;
}
.placedetail1 {
	width:105px;
	text-align:center;
	font-size:1.1em;
	color:#464646;
	padding:6px 2px 0 2px;
}

/* Safari hack */
.placedetail1,
.placedetail2 {
height:55px;/*IE 5 for PC only*/
voice-family:"\"}\"";
voice-family:inherit;
height:55px;/*all non-IE 5 browsers*/
}
/*end*/

/*\*/
html*.placedetail1,
html*.placedetail2 {
[height:55px;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh, which is
addressed below.*/
height:50px;/*Affects Safari for Macintosh only (v1-3). See also by IE5-6, but thats addressed below. Also
hidden from older Firefox and Netscape browsers.*/
]height:55px;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all
Firefox and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC,
and Safari on MAC, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is
unaffected by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari for MAC sees each [] as a character and not part of a selector, if one falls before a property.
These cause the property name following the character to not be read, but next line without "[]" property
is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape
read the [] as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html .placedetail1,
* html .placedetail2 {
height:55px;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7 for PC
are not affected here, which means purple above should work only in IE 7 above!*/
}
/**/

.placedetail1 a, .placedetail2 a {
	text-decoration:none;
	color:#464646 !important;
}
.placedetail1 a:hover, .placedetail2 a:hover {
	text-decoration:underline;
}
.placedetail1 a {
	color:#464646;
	text-decoration:none;
}
.placedetail1 a:hover {
	text-decoration:underline;
}
.placedetail1 span {
	font-size:1.2em;
}
.placedetail2 {
	overflow:hidden;
	text-align:center;
	font-size:1.1em;
	color:#464646;
	padding:2px 12px 0 12px;
	margin-bottom:5px;
	
}
a.butaddtobasket2,
a.butaddtobasket, 
a.viewproduct,
#content a.butPreorder {
	 border:0;
	 display: block;
     width: 94px;
     height: 26px;
	 margin:0 auto;
     text-decoration: none;
	 text-indent:-5000px;
}
.placebuttonbasket1 {
	width:105px;
}

/* Product Small 
=====================================================================*/
.rowsmallpic {
	width:261px;
	height:98px;
	float:left;
	margin:9px 0 20px 0;
	display:inline;
}
.colsmallpic1, .colsmallpic2, .colsmallpic3 {
	width:70px;
	height:87px;
	background:url(small_frames.jpg) no-repeat;
	padding:11px 0 0 13px;
	float:left;
	display:inline;
	margin-left: 6px;
}
.colsmallpic1 {
	margin-left: 0;
}

/* Ratings
=====================================================================*/
.rate0, .rate1, .rate2, .rate3, .rate4, .rate5 {
	width:104px;
	height:24px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	margin:13px 0 0 -2px;
}
.rate0 span, .rate1 span, .rate2 span, .rate3 span, .rate4 span, .rate5 span {
	position:absolute;
	width:104px;
	height:24px;
}

/* Login */
#topLoginBox{
	display:none;
}

/* login buttons */
#closeLoginBox2 {
	height:22px;
	width:53px;
	text-indent:-9999px;
	margin:0 5px 0 0;
	
	display:block;
	text-align:left;
}
.placebutton {
	text-indent:-9999%;
	height:22px;
}
.placebutton #closeLoginBox2 {
	/*float:right;
	margin:0;*/
}
.placebutlogin1 {
	float:right;
	height:22px;
	margin:17px 0 10px 0;

}
.placebutlogin2 {
	width:170px;
	height:22px;
	float:left;
	margin:17px 0 10px 0;
	
}
.placebutlogin1 a {
	margin-right:5px;
}
#SignUpLoginBox2 {
	height:22px;
	width:63px;
	text-indent:-9999%;
	float:left;
	display:block;
	margin-right:5px;
}
#LoggedInBut {
	margin-left:5px;
	height:22px;
	width:58px;
	text-indent:-9999%;
	float:right;
	display:block;
}

.submitlogin {
	margin-right:5px;
	float:left;
}


/* address */
.address_container_list{
	width:400px;
	height:245px;
	border:#CCCCCC 1px solid;
}

.address_container_list option{
	height:25px;
}

/* Validation bits */
.validation_message {
	font-size:1em !important;
	padding-left:6px;
	color:#DA2231 !important;
	font-weight:bold;
}



.placeloginarea .validation_message {
	font-size:1.1em !important;
	padding:5px 0;
}

.placebutreviewbottom .validation_message {
	font-size:1.1em !important;
	padding:0 0 5px;
}

.placebutreview .validation_message {
	font-size:1.1em !important;
}

.customerpanel_bottom .validation_message {
	font-size:1.1em !important;
	padding:0 0 11px 22px; 
}

.placebutreview ul li {
	font-size:1.1em !important;
	color:#DA2231 !important;
	font-weight:bold;
}	


/* User Form */

.address_container{
	display:none;
	width:300px;
	height:100px;
}



/* Coming soon scroller */

.comingSoon{
	position:relative;
	height:291px;
	width:546px;
	border:#999999 1px solid;
	padding:10px 7px 0pt;
	margin:0pt auto 10px;
	background:transparent url(back_newrelease.jpg) no-repeat scroll 0%;
}

#comingSoonScroller{
	position:absolute;
	overflow:hidden;
	margin-left:12px;
	
}

#comingSoonInner{
	left:0px;
	position:absolute;
}

.comingSoonItem{
	/* The absolute style is set in JS */
	position:relative;
	float:left;
	left:0px;
	top:2px;
	width:109px;;
}

/* customer accounts */
.productlist_bottom .rform_txt{
	padding:25px 5px 0px 25px;
	color: red !important;
	font-weight: bold !important;
}

.addressTypeList{
	margin-top:3px;
	margin-left:3px;
	padding:0px;
}

.addressTypeList input{
	padding:0px;
	margin-right:4px;
}


.addressTypeList .setAddress{
	height:15px;
	font-size:8px;
	margin-left:3px;
}

.agreeterms{
	text-align:left;
	padding-left:8px;
	padding-top:5px;
	font-size:1.1em !important;
}

.address_update{
	height:3px;
	width:6px;
	float:left;
	background-color:#999999;
	position:relative;
	margin-left:5px;
	padding:0px;
	margin:0px;
}


/* Category Menu */
.box1_bottom {
	padding:9px 5px 0 5px;
	min-height:430px;
	height: auto !important;
	height: 430px;
}

.box1_bottom ul{
	list-style:none;
}

.box1_bottom .menu{
	float:left;
	background-color:#99CCFF;
	clear:both;
}

.box1_bottom .menuContents , .emptyMenu{
	position:relative;
	overflow:hidden;
}

/* know more */
.box2_back {
	margin:9px 0 0 0;
}
.box2_bottom {
	padding:9px 5px 0 5px;
	position: relative;
}
#h3_knowmore{
	width:190px;
	height:19px;
	overflow:hidden;
	display:block;
}
.navknowmore {
	padding:20px 0 18px 15px;
	min-height:10px;
}
.navknowmore li {
	padding:3px 0 2px 0;
}
.navknowmore li a, .navknowmore li a:link, .navknowmore li a:visited {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

.emptyMenu{
	height:0px;
	line-height:0px;
}

.btnLoadingAddress{
	background:transparent url(ajaxCircleLoader.gif) no-repeat scroll 0%;
	display:inline;
	float:left;
	height:26px;
	margin:-1px 0pt 0pt 7px;
	text-decoration:none;
	text-indent:-5000px;
	width:79px;
}

.ajaxProgress{
	background:transparent url(ajaxCircleLoader.gif) no-repeat scroll 0%;
	height:16px;
	width:16px;
	float:left;
}

.ajaxSuccess{
	background:transparent url(ajaxSuccess.gif) no-repeat scroll 0%;
	height:16px;
	width:16px;
	float:left;
	display: none;
}



#addressProgress{
	padding:5px 0 0 20px;
	visibility:hidden;
	
	position:relative;
	float:left;
	margin-top:5px;
}

#addressProgress p{
	float:left;
	padding:2px 0 0 5px;
}

.ie6iframe{
	position:absolute;
	left:200px;
	top:320px;
	display:block;
	height:2500px;
	width:570px;
	z-index:1;
	display:none;
	filter:alpha(opacity=0);
	opacity:0;
}




#has_delivery{
	margin-top:32px;
}

.popupaddress{
	display:none;
}


/* certificates */
.certificate{
	width:32px;
	height:32px;
	overflow:hidden;
	display:block;
	margin:8px 0 12px 0;
	float:left;
}
.certificate span{
	position:absolute;
	width:32px;
	height:32px;
}
#certificate_en_18 span {
	background: url(/images/certificates/en_18.jpg) no-repeat;
}
#certificate_en_15 span {
	background: url(/images/certificates/en_15.jpg) no-repeat;
}
#certificate_en_12 span {
	background: url(/images/certificates/en_12.jpg) no-repeat;
}
#certificate_en_pg span,
#certificate_en_PG span {
	background: url(/images/certificates/en_pg.jpg) no-repeat;
}
#certificate_en_e span,
#certificate_en_E span {
	background: url(/images/certificates/en_e.jpg) no-repeat;
}

#certificate_en_u span,
#certificate_en_U span {
	background: url(/images/certificates/en_u.jpg) no-repeat;
}

/* countdown */
#h3_countdown{
	width:190px;
	height:19px;
	overflow:hidden;
	display:block;
}


.formats {
	height:34px;
	overflow:hidden;
}

.rowcheckout1 .formats {
	float:left;
}

.rowcheckout1 .paragraph {
	padding:5px 0;
	line-height:1.2em;
}

.rowcheckout1 #text_buy1, 
.rowcheckout1 #text_free {
	margin:5px 0;
}


.preorders {
	float:none !important;
	display:block;
	/*padding:10px 0 5px 10px;*/
	padding: 10px 0 0;
	/*width:250px;*/
	width: auto;
	margin: 10px 10px 5px;
	background: url(dotted.gif) repeat-x;
}

#frmmaincheckout{
	min-height:300px;
}
#zoomImageLoader{
	margin: 150px;
	margin-left:115px;
}

/* headings */
#h3_recommended,
#h3_people {
	width:190px;
	height:15px;
	overflow:hidden;
	display:block;
	margin:0 auto 6px;
}

div.box4_back #h3_recommended,
div.box4_back #h3_people {
	margin:0 auto 18px;
}

/* Headings
=====================================================================*/
#h2_delivery span,
#h3_recommended span,
#h3_people span,
#h3_browse span,
#h3_knowmore span,
#h3_newsletter span,
#h3_newrelease span,
#h3_customer span,
#h3_countdown span,
#h3_recently span,
#h3_shopping span,
#h3_userlogin span,
#h3_productdesc span,
#h3_featured span {
	position:absolute;
	width:100%;
	height:100%;
}

/* Categories Page
=====================================================================*/
.categories_back {
	margin:0 auto 10px auto;
	width:560px;
}
.categories_top {
	width:560px;
}
.categories_bottom {
	width:560px;
	padding-bottom:20px;
}
.categories_bottom h3 {
	font-size:2.0em;
	padding:30px 0 0 22px;
}
.categories_bottom p {
	padding:8px 22px 0;
	font-size:1.1em;
	line-height:1.4em;
}
.imgcategories {
	float:right;
	margin:16px 16px 0 16px;
}

/* Footer
=====================================================================*/
#footer {
	width:550px;
	margin:0 auto;
	font-size:1.1em;
	color:#a2a2a2;
	/*padding-left:35px;*/
}

#footer a {
	color: #A2A2A2;
	}
	
#footer p {
	padding: 0 0 10px;
	text-align: center;
	}
	
#footer i {
	display: none;
	}
	
/* list info */
.placeinfo {
	width:560px;
	height:195px;
	margin: 6px auto 10px auto;
}
.listinfo {
	width:165px;
	padding:16px 0 0 20px;
	float:left;
}
.listinfo li {
	padding: 0 0 3px;
	margin: 3px 0 0;
}
.listinfo li a, .listinfo li a:link, .listinfo li a:visited {
	color:#bdbdbd;
	font-size:1.0em;
	text-transform:uppercase;
}

/* add to social network */
.placeaddthis {
	width:165px;
	height:133px;
	background:url(dotted.gif) repeat-x 0 100%;
	float:left;
	margin-left:16px;
	display:inline;
}
.addthistitle {
	width:165px;
	height:17px;
	background:url(dotted.gif) repeat-x 0 100%;
	padding:21px 0 0 0;
}
a.butaddthis {
	 border:0;
	 display: block;
     /*width: 78px;*/
     height: 13px;
     text-decoration: none;
	 text-indent:-5000px;
}

/* social network tools insert */
ul.soctools {
	height:16px;
}
ul.soctools li {
	display:block;
	float:left;
	list-style:none;
}
ul.soctools li img {
	margin:0 2px 0 0;
	float:left;
}
ul.soctools li a {
	font-size:1.1em;
	line-height:16px;
	vertical-align:middle;
	display:block;
	float:left;
	padding:0 5px 0 0;
}
ul.soctools li.last a {
	margin:0;
}

#content a.butnotifyme {
	 display: block;
     width: 96px;
     height: 26px;
     text-decoration: none;
	 text-indent:-5000px;
	 margin:0px auto 0;
}

/* nav browser 404 */
#content ul.navbrowse {
	margin:0 10px 0 10px;
}
#content ul.navbrowse li {	
	list-style:none;
	line-height:1.6em;
	padding:18px 0 18px 0;
	margin:0 10px 0 0;
	overflow:hidden;
	border-top:1px solid #cccccc;
}
#content ul.navbrowse li ul {
	margin:0px 10px 0 0;
	padding:5px 0 5px 0;
	height:auto;
}
#content ul.navbrowse li ul li {
	float:left;
	width:150px;
	list-style:none;
	border:none;
	height:auto;
	min-height:auto;
	margin:0;
	padding:0;
	font-size:1em;
	padding:1px 6px 3px 12px;
	background:transparent url(bullet2.gif) no-repeat left top;
	line-height:1.2em;
}
.noprods404 {
	padding:30px 20px 0 20px;
	font-size:1.2em;
	line-height:1.4em;
	color:#545454;
}

/* terms and conditions */
#frmlogincart .rowreg .lblterm, #frmreg .rowreg .lblterm {
	font-size:1.1em;
	color:#363c40;
	float:left;
	padding:20px 5px 0 15px;
}

/* cart buttons */
.butdeletecart {
     border:none;
	 background:transparent url(bullet2.gif) no-repeat center right;
	 padding:0 12px 0 0;
	 display:block;
	color: #D3212F;
	 font-size:1.2em;
	 line-height:1.4em;
	 vertical-align:middle;
	 text-decoration:underline;
	 font-style:italic;
	 float:right;
	 margin:0 0 4px 0;
	 cursor:pointer;
}
.butupdatecart {
     border:none;
	 background:transparent url(bullet2.gif) no-repeat center right;
	 padding:0 12px 0 0;
	 display:block;
	 color:#39B54A;
	 font-size:1.2em;
	 line-height:1.4em;
	 vertical-align:middle;
	 text-decoration:underline;
	 font-style:italic;
	 float:right;
	 margin:0 0 4px 0;
	 cursor:pointer;
}

/* checkout */
.orderConfQty {
	width:71px !important;
	padding:10px 0 0 39px !important;
}
.rowcheckout2 input {
	width:24px;
	
	border:1px solid #dfdfdf;
	font-size:1.1em;
	color:#363c40;
	padding:1px 0 0 3px;
	margin:0 2px;
	float:left;
}
.rowcheckout3 {
	width:77px;
	height:30px;
	float:left;
	padding:0 0 0 10px;
}
.cartprice {
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding:10px 7px 10px 0;
	font-size:1.2em;
	color:#363c40;
	text-align:right;
}
.cartprice p {
	color:#d51d2c;
	text-align:right;
	padding:2px 0 0 0;
}
.rowcheckout3 ul {
	padding-right:7px;
}
.rowcheckout3 ul li {
	text-align:right;
	padding:0 0 5px 0;
}
.rowcheckout3 ul li a, .rowcheckout3 ul li a:link, .rowcheckout3 ul li a:visited {
	font-size:1.1em;
	text-decoration:underline;
	font-style:italic;
}
.rowcheckout3 ul li input {
	font-size:1.1em;
	text-decoration:underline;
	font-style:italic;
}
.text_checkoutdvd {
	display:block;
	float:left;
	height:25px;
	margin:6px 0 0 -5px;
	overflow:hidden;
	width:60px;
}
.text_checkoutdvd span{
	position:absolute;
	width:60px;
	height:25px;
}

/* shipping address */
.rowship {
	width:517px;
	background:url(dotted.gif) repeat-x 0 100%;
	margin:0 auto;
	padding-bottom:40px;
}
.rowship1 , .rowship2 {
	width:265px;
	float:left;
	padding:10px 0 0 5px;
}
.rowship1 ul li {
	padding:10px 0 0 0;
}
.rowship2 {
	width:232px;
}
.rowship2 p, .rowship1 {
	font-size:1.2em;
	color:#363c40;
	line-height:1.5em;
}

/* cart titles */
.rowcarttitle1 {
	width:320px;
	height:34px;
	float:left;
}
.rowcarttitle2 {
	width:77px;
	height:30px;
	float:left;
	padding:4px 0 0 33px;
	font-size:1.1em;
	color:#363c40;
	font-weight:bold;
}
.rowcarttitle3 {
	width:70px;
	height:30px;
	float:left;
	padding:4px 7px 0 10px;
	font-size:1.1em;
	color:#363c40;
	font-weight:bold;
	text-align: right;
}

/* send to friend */
#sendToFriendForm p,
#sendToFriendResult p{
	padding: 20px 0 0 75px;
	width: 200px;
	}
	
#placesendtofriend2 p {
	padding: 0;
	}
	
	

.offerText {
	float:left;
	padding:6px 0;
	width:auto;
	
}
.offerTextNoBut{
	line-height:18px;
	padding:7px 0 7px 26px;
	
}

.offerTextNoBut, .offerText {
	color:#D3212F;
	font-size:1.1em;
	/*height:30px;*/
	font-weight:bold;
}

/* button fix */
#btnChangePword {
	float: left;
	}

div#review_sumbit_message p.validation_message {
	padding:8px 0 11px 0;

}

div.WLcolproductlist {
	height:295px;
}

#controlButtons{
	z-index:11;
	position:absolute;
}

/* remove discount */
.butdeleteoffer {
	 border:0;
	 display: block;
     width: 35px;
	 float:left;
     height: 26px;
     background: url(but_x2.jpg) no-repeat;
     text-decoration: none;
	 text-indent:-5000px;
	 cursor:pointer;
	 font: 1px/1px sans-serif;
	 color:#fff;	 
}

.rowreviewdetail .rowreviewdetail_1 {
	padding-left:10px;
}
.rowreg2 label strong {
	font-size:0.8em;
	line-height:9px;
}

#frmreg label.signupScreen {
	display:block;
	height:30px;
}

#frmreg label.signupEmail {
	padding-top:17px;
	display:block;
	height:22px;
}

#frmnewsletter p label {
	line-height:1.1em;
	font-size:1em;
}

#mainImage {
	padding-top:6px;
}

#placeoutnow a {
	width:504px;
	height:172px;
	display:block;
}

.boxaddress1 .addresspos {
	height:76px;
}

.addresspos .addressTypeList li {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	padding-bottom:7px;
}

.addresspos .addressTypeList .notDelivery {
	padding:1px 0 0 15px;
}

.addresspos .addressTypeList .notDelivery a {
	display:inline;
	
	font-size:0.9em;
	line-height:1.1em;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}

.tourTable {
	width:94%;
	margin:8px auto;
}

.tourTable td {
	border-bottom:1px dotted #999999;
	
	font-size:1.2em;
	
	color:#464646;
	padding:5px;
	line-height:1.6em;
}

.tourTable .grey {
	background-color:#ccc;
}

.customerpanel_bottom .rowcheckout2 {
	padding-left:37px;
	width:72px;
}

input#postcode {
	width:150px !important;
}

.placebuttonbasket span,
.placebuttonbasket1 span {
	width:100px;
	line-height:9px;
	display:block;
	margin:0 auto;
	text-align:center;
	color:#464646;
}
ul.paragraph {
	padding-left:20px;
}

.productdesc span.notifyMe {
	color:#464646;
	font-size:1.1em !important;
	line-height:1.4em;
	padding-bottom:4px;
}

#cms_static_pages_content p{
	font-size:1.2em;
	padding: 10px 20px;
	line-height: 1.6em;
	color: #464646;
}

/* START style for footer */

p#footerHref, p#footerHref a {

        text-decoration:none;

        /* Amend Font to suit website */
        font:11px "Arial", "Sans-serif";


        /* Amend Colour to suit website */
       

}

/* END style for footer */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 42px;
	list-style: none;
	background-image: url(../images/menub_bg.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat left top; /*left tab image path*/
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

