/* 1 :-------- Global Styles ------------ */
.skipLink {
	position: absolute;
	margin-top: -999px;
	}

.clear {
	clear: both;
	display:block;
	}

/* general reset */
body {
    margin: 0;
    color: #333;
    font: 12px Arial, Helvetica, sans-serif;
   /* background: #d8d7d3 url(/images/store/bg-body.jpg) repeat-x; */
   background: #f1f1ef;
}
img{border-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:underline;}
input,textarea,select{
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin:0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.holder{
	width:100%;
}
.holder:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.holder br{
	height:0.5em;
	line-height:0.5em;
}

/* Main */
.main{
	margin:0 auto;
	width:920px;
	position:relative;
}
/* Header */
#header{
	width:920px;
	position:absolute;
	top:0;
	left:0;
}
/* Search */
.search{
	float:left;
	width:210px;
	height:24px;
	padding:4px 8px 0 16px;
	background:url(/images/store/bg-search.png) no-repeat;
	margin:17px 0 0;
}
.form-text{
	float:left;
	width:148px;
	border:none;
	background:none;
	color:#7f7f7f;
	position:relative;
}
.form-btn{
	float:right;
	border:none;
	background:none;
	font-weight:bold;
	color:#000;
	padding:0;
	width:53px;
	height:17px;
	position:relative;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
/* Subnav */
.subnav{
	margin:0;
	padding:28px 20px 0 0;
	list-style:none;
	float:right;
}
.subnav li{display:inline;padding:0 0 0 1px;}
.subnav li a{color:#000;}
.currencySelector {
    float: right;
    padding: 28px 20px 0 0;
}
/* My cart */
.my-cart{
	float:right;
	width:220px;
	height:60px;
	margin:12px 0 0;
	text-align:center;
	background:url(/images/store/btn-my-cart.png) no-repeat;
}
.my-cart em{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:18px 8px 0;
	display:block;
	position:relative;
}
.my-cart em a{
	color:#000;
	font-weight:normal;
	}
/* Logo */
.logo{
	background:url(/images/store/logo.gif) no-repeat;
	float:left;
	width:196px;
	height:38px;
	text-indent:-9999px;
	margin:6px 0 0 28px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
.logo-print{display:none;}

/* Navigation */
.nav-area{width:100%;}
.nav-area:after{content:"";clear:both;display:block;height:0;}
#nav{
	margin:0;
	padding:7px 11px 0 0;
	list-style:none;
	float:right;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	float:left;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	padding:0 12px;
	position:relative;
}
#nav li:hover,#nav li.hover{position:relative;}
#nav li:hover .drop-down,#nav li.hover .drop-down{display:block;}
#nav li li{
	float:none;
	font:12px/17px Arial, Helvetica, sans-serif;
	padding:0;
	color:#333;
}
#nav li.drop{padding:0;z-index:1}
#nav li a{
	color:#000;
	text-decoration:none;
	float:left;
	padding:10px 0 4px;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
#nav li.drop a{
	padding:0;
	position:relative;
	z-index:1100;
}
#nav li a span{float:left;padding:0;}
#nav li.drop a span {padding:10px 12px 15px;}
#nav li a:hover,#nav li.active a{background:url(/images/store/pink.gif) repeat-x 0 34px;}
#nav li.drop:hover a,#nav li.drop.hover a{background:url(/images/store/nav-active-left.gif) no-repeat !important;}
#nav li.drop:hover a span,#nav li.drop.hover a span{background:url(/images/store/nav-active-right.gif) no-repeat 100% 0 !important;z-index:1000;}
#nav li li a{
	color:#333;
	padding:0;
	float:none;
}
#nav li .column strong{display:block;padding:16px 0 6px;}
#nav li:hover li a:hover,#nav li.hover li a:hover{text-decoration:underline;}
#nav li:hover .column strong a,#nav li.hover .column strong a{
	background:url(/images/store/pink.gif) repeat-x 0 100% !important;
	padding:1px 4px 2px;
	font:italic bold 13px/16px Georgia, "Times New Roman", Times, serif;
	float:none;
}
#nav li .column  strong a:hover{
	text-decoration:none !important;
	background:#000 !important;
	color:#fff !important;
}
#nav li.drop:hover li a,#nav li.drop.hover li a{background:none !important;}
.drop-down{
	position:absolute;
	top:42px;
	/*left:-542px;*/
	left:-332px;
	width:840px;
	display:none;
}
.drop-down .drop-top{
	height:8px;
	background:url(/images/store/drop-top.png) no-repeat;
	font-size:0;
}
.drop-down .drop-btm{
	height:15px;
	background:url(/images/store/drop-btm.png) no-repeat;
	font-size:0;
}
.drop-down .drop-bg{
	background:url(/images/store/drop-bg.png) repeat-y;
	height:1%;
	padding:0 0 0 7px;
}
.drop-down .drop-gr{
	background:url(/images/store/drop-gr.jpg) no-repeat;
	padding:0 0 13px 20px;
	overflow:hidden;
	height:1%;
}
.drop-down .column{
	position:relative;
	z-index:1000;
	width:147px;
	padding:1px 15px 0 0;
	float:left;
}
/* Content */
#content{
	overflow:hidden;
	width:100%;
	padding:57px 0 0;
}
/* Main-block */
.main-block{width:100%;}
.main-block .top{
	background:url(/images/store/content-top.png) no-repeat;
	height:9px;
	font-size:0;
}
.main-block .bottom{
	background:url(/images/store/content-btm.png) no-repeat;
	height:9px;
	font-size:0;
}
.main-block .bg{
	background:url(/images/store/content-bg.png) repeat-y;
	padding:67px 9px 0;
	height:1%;
}
.main-block .bg:after{height:0;clear:both;content:'';display:block;}
.img{display:block;}

/* Sidearea */
#sidearea{
	width:211px;
	float:right;
	padding:14px 13px 0 0;
}
#sidearea .box{
	float:none;
	background:none;
	position:relative;
	padding:0;
	margin:0 0 18px;
}
#sidearea .btn1 strong{display:block;}
#sidearea .btn1 em{font-size:12px;}

/* list-products */
.list-products{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:925px;
}
.list-products .box,
#sidearea .box{
	float:left;
	width:211px;
	height:235px;
	background:url(/images/store/bg-list-products.png) no-repeat;
	margin-right:1px;
	padding:9px;
}
.list-products .boxflash,#sidearea .boxflash{
	float:left;
	width:229px;
	height:253px;
	background:none;
	margin-right:1px;
	padding:0;
}
.list-products .box-hold{position:relative;width:100%;}
.list-products .box img,#sidearea .box img{display:block;}
.list-products .btn1,#sidearea .btn1{
	position:absolute;
	bottom:13px;
	left:15px;
 	width:181px;
	color:#000;
	font-size:13px;
	line-height:18px;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
.list-products .btn1:hover,#sidearea .btn1:hover{text-decoration:none;}
.list-products .btn1-bg,#sidearea .btn1-bg{
	background:url(/images/store/btn-title.png) no-repeat;
	padding:6px 30px 0 8px;
	overflow:hidden;
	height:45px;
	display:block;
}
.list-products .size-1,#sidearea .size-1{font-size:15px;}
.list-products .size-2{font-size:20px;line-height:20px;}
.list-products .size-3,#sidearea .size-3{font-size:14px;}

.round-banner1,.round-banner2{
	position:absolute;
	top:10px;
	right:14px;
	width:86px;
	color:#fff;
	text-align:center;
	font-size:13px;
}
.round-banner2{
	width:103px;
	top:89px;
	right:108px;
	font-size:12px;
}
.round-banner1 a,.round-banner2 a,.round-banner3 a{ color:#fff; }
.round-banner1 a:hover,.round-banner2 a:hover,.round-banner3 a:hover{text-decoration:none;}
.round-banner1 span,.round-banner2 span{
	background:url(/images/store/bg-round-heading1.png) no-repeat;
	display:block;
	height:63px;
	padding:23px 5px 0;
}
.round-banner2 span{
	background:url(/images/store/bg-round-heading2.png) no-repeat;
	height:79px;
	padding:24px 5px 0;
}
.round-banner3{
	background:url(/images/store/bg-round-heading3.gif) no-repeat;
	width:107px;
	height:101px;
	color:#fff;
	display:block;
	padding:6px 0 0;
	text-align:center;
}
/* form-area */
.form-area{
	float:left;
	width:350px;
	padding:0 0 0 13px;
}
.form-area .box1{background:url(/images/store/select-area-r.gif) repeat-y;margin-top:18px;}
.form-area .box1 .box1-t{background:url(/images/store/select-area-t.gif) no-repeat;}
.form-area .box1 .box1-b{
	background:url(/images/store/select-area-b.gif) no-repeat 0 100%;
	min-height:107px;
	overflow:hidden;
	width:317px;
	font-size:11px;
	padding:26px 16px 10px 17px;
}
.form-area .box1 h5{
	margin:0 0 10px;
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	color:#666;
}
.form-area .box1 .select-1{
	width:316px;
	color:#666;
	margin:0 0 15px;
}
.form-area .box1 .form-text{
	width:304px;
	padding:2px 4px 2px 6px;
	border:1px solid #ccc;
	background:#fff;
	color:#ccc;
	margin:0 0 14px;
	font-style:italic;
	font-size:11px;
	float:none;
}
.form-area .btn3{
	background:url(/images/store/btn3-left.gif) no-repeat;
	float:right;
	color:#fff;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
.form-area .btn3:hover{text-decoration:none;}
.form-area .btn3 span{
	background:url(/images/store/btn3-right.gif) no-repeat 100% 0;
	padding:4px 17px 15px 24px;
	float:left;
}
/* placeholder */
.placeholder{
	float:right;
	width:509px;
	padding:18px 13px 0 0;
}
.placeholder img{display:block;}
/* contact-block */
.contact-block{
	float:left;
	width:368px;
	padding:12px 0 10px 16px;
}
.contact-block .column { float:left; width:205px; }
.contact-block .column.full { margin-left:13px; width:100% !important; }

.contact-block .column h4 {
    font-size: 15px;
    margin: 0px;
    color: #333;
}
.contact-block .column h5{
	margin:0;
	font-size:12px;
	color:#f6a7cd;
}
.contact-block .column a{ color:#494949; }
.contact-block .column address{
	margin:0;
	padding:0 0 13px;
	color:#494949;
	font-style:normal;
	line-height:17px;
}
.wysiwyg a {
	color: #ea008b !important;
	text-decoration: underline;
}
.wysiwyg a:hover,.content-block a:hover {	background-color: #fcdeeb;}
.contact-block .column dl{
	margin:0;
	padding:0 0 15px;
	overflow:hidden;
	width:100%;
}
.contact-block .column dt{float:left;padding-right:2px;}
.contact-block .column dd{
	margin:0;
	clear:right;
	float:left;
	width:345px;
}
.contact-block .column em{
	font-style:normal;
	font-size:11px;
	color:#999;
}
.contact-block .round-banner4{
	background:url(/images/store/bg-round-heading4.gif) no-repeat;
	float:right;
	width:128px;
	height:139px;
	padding:22px 16px 0;
	text-align:center;
	color:#fff;
}
.contact-block .round-banner4 p{margin:0;}
.contact-block .round-banner4 a{font:italic 14px/18px Georgia, "Times New Roman", Times, serif;color:#ff3998;}
.contact-block .round-banner4 strong{
	font-size:22px;
	line-height:24px;
	font-weight:normal;
}
.send-enquiry .formContent fieldset{ width:368px; }

/* send-enquiry */
.send-enquiry{
	float:right;
	width:443px;
	padding:0 10px 0 0;
	margin:9px 0 24px;
	background:url(/images/store/contact-box-bg.gif) repeat-y;
	overflow:hidden;
}
.send-enquiry h4{font:italic 22px Georgia, "Times New Roman", Times, serif;margin:0 0 10px;}
.send-enquiry .note{float:right;line-height:30px;}
.send-enquiry .box-t{background:url(/images/store/contact-box-t.gif) no-repeat;}
.send-enquiry .box-b{background:url(/images/store/contact-box-b.gif) no-repeat 1px 100%;padding:9px;}
.send-enquiry .box-b .box-gr{
	padding:17px 36px 22px 31px;
	color:#494949;
	background:#f1f0ee url(/images/store/contact-box-gr.jpg) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}
.send-enquiry .form-text{
	width:346px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 0 11px;
	padding:4px 5px 5px;
}

.send-links 
{
    float:right;
	width:443px;
	padding:12px 16px 10px 0;
	overflow:hidden;
}
.send-links a.bubble
{
    background:url('/images/imageEnquiry.png') no-repeat;
    display:block;
    height:57px;
    margin:5px 0px 5px 8px;
    padding:15px 20px;
    text-decoration:none;
    width:385px;
}
.send-links span.title
{
    color:#FFFFFF;
    display:block;
    font-family:Georgia,Arial;
    font-size:18px;
    font-style:italic;
    margin-bottom:5px;
}
.send-links span.on{    color:#EA008B;}
.send-links span.text{    display:block;    width:350px;}

.send-enquiry label{display:block;padding:0 0 3px;}
.send-enquiry textarea{
	width:351px;
	height:105px;
	padding:2px 0 0 5px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 0 14px;
	overflow:auto;
}
.send-enquiry .holder{margin:0 -5px 17px 0;width:368px;}
.send-enquiry .holder input{
	height:15px;
	margin:0 5px 0 0;
	width:15px;
}
.send-enquiry .holder label{
	font-size:11px;
	display:inline;
	float:left;
}
.send-enquiry .holder label a{text-decoration:underline;}
.send-enquiry .holder .checkbox{
	float:left;
	width:15px;
	height:15px;
	margin:0 5px 0 0;
}
.btn-form{
	background:url(/images/store/btn-form.gif) no-repeat;
	width:97px;
	height:37px;
	color:#fff;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	border:none;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	padding:0 0 13px;
}

.btn-back{
	background:url(/images/store/btn-back.gif) no-repeat;
	width:68px;
	height:25px;
	text-align:center;
	font:italic 11px/24px Georgia, "Times New Roman", Times, serif;
	display:block;
}

/* content-block */
.content-block{
	float:left;
	width:591px;
	padding:9px 0 37px 13px;
	color:#4b4b4b;
}
.youTubeVideo{
	float:left;
	width:591px;
	padding:9px 0 37px 13px;
	color:#4b4b4b;
}
.twoColumnPanelA, .twoColumnPanelB {
    float: left;
}
.twoColumnPanelA .content-block {
	width: 600px;
}
.twoColumnPanelB .content-block {
	width: 210px;
	margin: 0 0 0 50px;
}
.content-block h1{
	margin:0 0 2px;
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	color:#ea008b;
}
.content-block h2{
	margin:0;
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	color:#666;
	padding:4px 0 0;
}
.content-block h3{
	margin:0 0 4px;
	font-size:14px;
	color:#f696c4;
	padding:10px 0 0;
}
.content-block h4{
	margin:0 0 4px;
	font-size:14px;
	color:#4b4b4b;
	padding:10px 0 0;
}
.content-block p{
	margin:0;
 	line-height:17px;
	padding:0 0 5px;
}
.list,
.content-block ul {
	margin:0 0 4px;
	padding:5px 0 0;
	list-style:none;
}
.list li,
.content-block ul li{
	background:url(/images/store/bullet1.gif) no-repeat 0 5px;
	padding:0 0 2px 13px;
}
.content-block a,
.content-block .link{
	color:#ea008b;
	text-decoration:underline;
	padding:0 2px;
}
.content-block a:hover
.content-block .link:hover{
	background:#fbdeeb;
}
.content-block hr {
	height: 1px;
	border-top: 1px dashed #ccc;
}

/* page-nav */
.page-nav{
	background:#000 url(/images/store/page-nav-corn1.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.page-nav ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	font:15px/18px Arial, Verdana, sans-serif;
	background:url(/images/store/page-nav-corn2.gif) no-repeat 100% 0;
}
.page-nav li{float:left;padding:11px 15px 10px;}
.page-nav a{
	float:left;
	padding:0 2px 4px;
	color:#dadada;
}
.page-nav .active a,.page-nav a:hover{text-decoration:none;background:url(/images/store/pink.gif) repeat-x 0 100%;color:#fff;}

.page-nav .salePink {color:#EC008C}
.page-nav a.salePink:hover{color:#EC008C}
/* breadcrumbs */
.breadcrumbs{
	width:100%;
	background:#d3d1cb url(/images/store/breadcrumbs-bg.gif);
	overflow:hidden;
}
.breadcrumbs ul{
	list-style:none;
	padding:13px 0;
	margin:0;
	width:100%;
	overflow:hidden;
	background:url(/images/store/breadcrumbs-bg1.gif) no-repeat 0 100%;
	color:#000;
	font:italic 12px/14px Georgia, 'Times New Roman', Times, serif;

}
.breadcrumbs li {
    float: left;
    background: url(/images/store/blt-breadcrumbs.gif) no-repeat 0 4px; /* Smart stuff for IE6 to make it go. Now we are strong! */
    background-image: expression((this.previousSibling == null) ? 'none' : 'url(/images/store/blt-breadcrumbs.gif)' );
    padding: 0 3px 0 12px;
}
.breadcrumbs li:first-child{background:none;}
.breadcrumbs a{color:#666;}

/* page-title-box */
.page-title-box{
	height:1%;
	padding:16px 14px 2px;
	overflow:hidden;
}
.page-title-box.inner{padding:16px 14px 18px;}
.page-title-box h1{
	margin:0;
	float:left;
	font:italic 28px/30px Georgia, 'Times New Roman', Times, serif;
}
.page-title-box .lnk-share
{
	float:right;
}
.sidebar{
	float:left;
	width:125px;
	padding:0 0 40px 12px;
	display:inline;
	margin:0 0 0 4px;
	border-top:1px solid #e5e5e5;
}
/* side-nav */
.side-nav{
	list-style:none;
	padding:0;
	margin:0;
	font:13px/16px Arial, Verdana, sans-serif;
}
.side-nav li{
	display:block;
	padding:10px 0 0;
}
.side-nav a{
	padding:0 0 3px;
	margin-bottom:4px;
	color:#666;
}
.side-nav .active a,.side-nav a:hover{
	text-decoration:none;
	background:url(/images/store/pink.gif) repeat-x 0 100%;
	color:#000;
}

/* second level nav */
.side-nav .active ul li a{
	background:none;
	color:#666;
}
.side-nav ul{
	list-style:none;
	margin:0;
	padding:3px 0 0 20px;
}
.side-nav ul li{}
.side-nav ul li a{
	padding-bottom:3px;
}
.side-nav ul li.active a,
.side-nav ul li a:hover{
	background:url(/images/store/pink.gif) repeat-x 0 100%;
	padding-bottom:3px;
}

/* main-content */
.main-content{
	float:right;
	width:744px;
}
.main-content-inner{margin:-40px 0 0;position:relative;}

/* product box */
.product-box-big .photo-col{float:left;width:285px;}
.product-box-big .photo-col img{display:block;}

.product-box-big .photo-col #imageContainer {
	position:relative; 
	width:285px; 
	height:426px; 
	display: block;
	left: -9999px;
	}
.product-box-big .photo-col #imageContainer #detailImageNoColour {
	height: 23px; 
	width: 276px; 
	padding: 8px 0 0 9px; 
	overflow: hidden; 
	background-color: #eee; 
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
	position: absolute; 
	bottom:0; 
	left:0;
	font:italic 11px/14px Georgia, 'Times New Roman', Times, serif;
	}

.ie8Tag { margin-left:4px; }

.product-box-big .photo-col .wrap{
	background:#c2c2c2;
	overflow:hidden;
	float:left;
	width:285px;
	}
.product-box-big .photo-col strong{
	float:left;
	font:italic 15px/18px Georgia, 'Times New Roman', Times, serif;
	padding:7px 7px 7px 9px;
}
	
.product-box-big .photo-col a{
	float:right;
	color:#b5066e;
	background:url(/images/store/btn-1.gif);
}

.product-box-big #lnkBackView
{
    margin:7px 7px 7px 0px;
}
.product-box-big .photo-col a span{
	float:left;
	background:url(/images/store/btn-1-right.gif) no-repeat 100% 0;
	cursor:pointer; /* For FF */
	
	cursor:hand; /* For IE */
	padding:1px 7px 2px;
}
.product-box-big .descr-col{
	float:right;
	width:433px;
	margin:1px 2px 0 0;
	display:inline;
	border-top:1px solid #e5e5e5;
}
.product-box-big .descr-title{border-bottom:1px solid #e5e5e5;padding:7px 0;margin:0 0 10px;}
.product-box-big .descr-title p,
.product-box-big .descr-title p.fn a{
	margin:0;
	color:#666;
	font:italic 14px/16px Georgia, 'Times New Roman', Times, serif;
}
.product-box-big .descr-title h2{
	float:left;
	margin:0;
	font:italic 30px/38px Georgia, 'Times New Roman', Times, serif;
	line-height:36px;
}
.product-box-big .descr-title strong{
	float:left;
	width:100%;
	/*margin:18px 0 0 14px;*/
	margin:1px 0 4px;
	display:inline;
	color:#83817d;
	font:italic 22px/24px Georgia, 'Times New Roman', Times, serif;
}

.product-box-big .descr-title strong span{color:#ec008c;}
.product-box-big .descr-title em{font:italic 19px/22px Georgia, 'Times New Roman', Times, serif;display:block;}
.product-box-big .rShoppingCartAddToCartMessage {
	border:1px solid #c53e2a;
	color:#c53e2a;
	font-size:11px;
	margin:7px 0 0;
	padding:10px 14px;
	background-color:#ffe5e5;
}
.product-box-big .descr-form{
	float:left;
	width:191px;
	padding:0 27px 0 0;
}
.product-box-big .descr-form p{margin:0;font:13px/16px Arial, Verdana, sans-serif;}
.product-box-big .descr-form .color-list{
	list-style:none;
	padding:3px 0 0;
	margin:0;
	clear:both;
	width:100%;
}
.product-box-big .descr-form .color-list:after{height:0;clear:both;content:'';display:block;}
.product-box-big .descr-form .color-list li{float:left;padding:0 1px 0 0;}
.product-box-big .descr-form .color-list a.color{
	display:block;
	border:1px solid #fff;
	height:24px;
	width:24px;
}
.product-box-big .descr-form .color-list a.color:hover{border-color:#000;text-decoration:none;}
.product-box-big .descr-form .color-list .pink a.color{background:#ffb2d7;}
.product-box-big .descr-form .color-list .blue a.color{background:#abd9eb;}
.product-box-big .descr-form .color-list .violet a.color{background:#8c66ae;}
.product-box-big .descr-form .color-list .black a.color{background:#13181c;}
.product-box-big .descr-form .color-list .grey a.color{background:#e8e6e3;}
.product-box-big .descr-form .color-list .tooltip{
	position:absolute;
	display:none;
	width:179px;
	left:-75px;
	bottom:26px;
}
.product-box-big .descr-form .color-list li:hover,.product-box-big .descr-form .color-list li.hover{position:relative;}
/* product box tooltip */
.product-box-big .descr-form .color-list li:hover .tooltip,.product-box-big .descr-form .color-list li.hover .tooltip{display:block;}
.product-box-big .descr-form .color-list .tooltip-top,.product-box-big .descr-form .color-list .tooltip-bottom{
	display:block;
	overflow:hidden;
	width:179px;
	height:9px;
	background:url(/images/store/tooltip-top.png);
}
.product-box-big .descr-form .color-list .tooltip-bottom{height:13px;background:url(/images/store/tooltip-bottom.png);}
.product-box-big .descr-form .color-list .tooltip-center{
	background:url(/images/store/tooltip-center.png);
	width:161px;
	overflow:hidden;
	padding:0 9px;
}
.product-box-big .descr-form .color-list .tooltip .image{
	display:block;
	overflow:hidden;
	height:132px;
	width:161px;
}
.product-box-big .descr-form .color-list .pink .tooltip .image{background:#ffb2d7;}
.product-box-big .descr-form .color-list .blue .tooltip .image{background:#abd9eb;}
.product-box-big .descr-form .color-list .violet .tooltip .image{background:#8c66ae;}
.product-box-big .descr-form .color-list .black .tooltip .image{background:#13181c;}
.product-box-big .descr-form .color-list .grey .tooltip .image{background:#e8e6e3;}
.product-box-big .descr-form .color-list .tooltip .text{
	color:#fff;
	display:block;
	background:#000;
	font:11px/14px Georgia, 'Times New Roman', Times, serif;
	margin:5px 0 0;
	padding:5px 7px;
}
.product-box-big .descr-form .col{
	float:left;
	width:200px;
	padding:6px 9px 0 0;
}
/* product detail page updates */
.product-box-big .descr-form .col .cost {
	font:italic 10px/13px Georgia, 'Times New Roman', Times, serif;
	color:#010101;
}
.product-box-big .descr-form .col .cost span {
	font:italic 15px/18px Georgia, 'Times New Roman', Times, serif;
}
.product-box-big .descr-form .col .colors {
	color:#666;
	line-height:15px;
	margin-bottom:15px;
}
.product-box-big .descr-form .col .sale {
	color:#ff0000;
}
#outOfStock {
	padding:24px 0 0;
}
#spanPrice.price {
	display:block;
	margin-top:-15px;
	padding-bottom:3px;
	font:italic 10px/13px Georgia, 'Times New Roman', Times, serif;
	color:#010101;
}
#spanPrice.price span {
	font:italic 21px/24px Georgia, 'Times New Roman', Times, serif;
}
#spanPrice.price span.each {
	font:italic 12px/15px Georgia, 'Times New Roman', Times, serif;
}
.product-box-big .photo-col .wrap .rollover {
	font:italic 11px/14px Georgia, 'Times New Roman', Times, serif;
	color:#676767;
	padding:8px 0 0 9px;
	float:left;
}

.product-box-big .descr-form select{
	width:100px;
	font:12px/14px Arial, Verdana, sans-serif;
	display:block;
}
.product-box-big .descr-form .selectColour select {
	width:200px;
}
.product-box-big .descr-form label{
	display:block;
	font:13px/16px Arial, Verdana, sans-serif;
	padding:8px 0 2px;
}
.product-box-big .descr-form .note{
	float:right;
	width:79px;
	background:#edebe9 url(/images/store/bg-note-top.gif) no-repeat;
	margin:-30px 0 0;
}
.product-box-big .descr-form .note-bg{
	height:1%;
	overflow:hidden;
	background:url(/images/store/bg-note-bottom.gif) no-repeat 0 100%;
	padding:4px 14px 6px;
}
.product-box-big .descr-form .note span{
	display:block;
	font:11px/14px Arial, Verdana, sans-serif;
	color:#787878;
}
.product-box-big .descr-form .color-btn{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	line-height:200px;
	background:url(/images/store/btn-add-to-cart.gif);
	width:170px;
	height:47px;
	display:inline;
	margin:14px 0 0 -4px;
	position:relative;
	border:0;
}
.product-box-big .descr-text{
	float:left;
	width:160px;
	/*padding:7px 0 0;*/
	padding:14px 0 0;
}
.product-box-big .descr-text h3{margin:0 0 4px;font:13px/16px Arial, Verdana, sans-serif;}
.product-box-big .descr-text p{
	margin:0;
	color:#696969;
	font:12px/14px Arial, Verdana, sans-serif;
	line-height:14px;
}
.product-box-big .descr-text ul{
	list-style:none;
	margin:0 0 4px;
	padding:5px 0 0;
}
.product-box-big .descr-text li{
	background:transparent url(/images/store/bullet2.gif) no-repeat scroll 0 5px;
	color:#666666;
	/* font-style:italic;*/
	padding:0 0 2px 13px;
}
.product-box-big .descr-text .item{padding:4px 0 0;}
.product-box-big .descr-text .item p{margin:2px 0 0;color:#666;}
.holder1{clear:both;}
.product-box-big .galley-col{
	float:left;
	width:300px;
	display:inline;
	position:relative;
	margin:0 0 0 -4px;
	padding:8px 0 106px;
}
.product-box-big .galley-col h3{
	margin:0;
	padding:26px 4px 12px;
	color:#333;
	font:italic 17px/20px Georgia, 'Times New Roman', Times, serif;
}
/* product box thumbnail */
.product-box-big .thumbnails{
	list-style:none;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}
.product-box-big .thumbnails li{float:left;padding:0 7px 0 0;}
.product-box-big .thumbnails img{display:block;}
.product-box-big .rewiew-box{
	width:435px;
	float:right;
	padding:29px 0 0;
}
.product-box-big .rewiew-box h3{
	margin:0;
	float:left;
	font:italic 17px/20px Georgia, 'Times New Roman', Times, serif;
}
.product-box-big .rewiew-box .tabset{
	float:right;
	list-style:none;
	padding:0 14px 0 0;
	margin:0;
	font:11px/14px Arial, Verdana, sans-serif;
}
.product-box-big .rewiew-box .tabset li{float:left;padding:0 1px 0 0;}
.product-box-big .rewiew-box .tabset a{
	float:left;
	color:#323232;
	background:url(/images/store/bg-tab.gif) no-repeat;
	outline:none;
}
.product-box-big .rewiew-box .tabset a:hover{text-decoration:none;}
.product-box-big .rewiew-box .tabset a.active{background:url(/images/store/bg-tab-active.gif) no-repeat;color:#ec008c;}
.product-box-big .rewiew-box .tabset a span{
	float:left;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	background:url(/images/store/bg-tab-right.gif) no-repeat 100% 0;
	padding:8px 18px 7px;
}
.product-box-big .rewiew-box .tabset a.active span{background:url(/images/store/bg-tab-active-right.gif) no-repeat 100% 0;}
.product-box-big .rewiew-box .tabs-content{
	background:#f4f3f1;
	width:100%;
	overflow:hidden;
}
.product-box-big .rewiew-box .rating-row{
	background:#fdeaf2;
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #fbd6ea;
	padding:14px 16px 12px;
}
.product-box-big .rewiew-box .rating-row p{
	margin:0;
	float:left;
	color:#ec008c;
	font:17px/20px Georgia, 'Times New Roman', Times, serif;
}

/* headings */
.heading1,.heading2,.heading3{
	margin:0 13px;
	font:italic 28px Georgia, "Times New Roman", Times, serif;
	padding:14px 34px 4px 0;
	border-bottom:1px solid #ccc;
	display:block;
	color:#000;
}
#content-scroll .heading1 {
	margin:0;
}
.heading2{
	border-top:1px solid #000;
	border-bottom: none;
	margin-left:2px;
	padding:14px 14px 1px 14px;
}
.holder .heading1{float:left;display:inline;}
.heading3{border:none;padding-bottom:18px;}
.faq .heading3{
	color:#666;
	font-size:22px;
	margin:-2px 0 0 3px;
	padding:0;
}
/* articleHeader */
.articleHeader{
	background:#fcfcfc url(/images/store/bg-new-looks.gif) 0 100% repeat-x;
	height:406px;
	overflow:hidden;
	position:relative;
	margin:0 13px;
}
.articleHeader .image{
	float:left;
	width:598px;
	height:406px;
	overflow:hidden;
	}
.articleHeader .wrapper{
	padding:140px 18px 0;
	float:left;
	width:239px;
	}
.articleHeaderPortrait .image{ width:309px; }
.articleHeaderPortrait .wrapper{ width:531px; }

.articleHeader .wrapper h3{
	margin:0 0 24px;
	color:#ea008b;
	font:italic 24px Georgia, "Times New Roman", Times, serif;
}
.articleHeader .wrapper p{
	margin:0;
	padding:0 0 24px 0;
	font-size:14px;
	line-height:20px;
	color:#494949;
}
.articleHeader .btn2{
	background: url(/images/store/btn-more.jpg) no-repeat;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	color:#000;
	width:106px;
	height:25px;
	line-height:24px;
	padding:0 0 0 10px;
	display:block;
}

.articleHeaderDetail{
	background:#fff;
	}

/* article-list */
.article-list{
	margin:0 0 0 8px;
	padding:0 0 11px 5px;
	list-style:none;
	width:544px;
	overflow:hidden;
}
.article-list li{
	width:100%;
	border-top:1px solid #e5e5e5;
	padding:12px 0 13px;
	float:left;
}
.article-list li:first-child{border:none;}
.article-list li .conteiner{
	background:url(/images/store/conteiner-img.gif) no-repeat;
	width:170px;
	height:89px;
	padding:10px;
	float:left;
	margin:0 0 0 -5px;
	position:relative;
}
.article-list li .conteiner img{
	display:block;
	width:170px;
	height:89px;
}
.article-list .wrapper{float:right;width:336px;}
.article-list .wrapper h2{
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0 0 5px;
}
.article-list .wrapper p{
	margin:0;
	padding:0 0 5px;
	line-height:17px;
}
.article-list .link{
	color:#ea008b;
	text-decoration:underline;
	font:12px Georgia, "Times New Roman", Times, serif;
}
.article-list .link:hover{color:#fb90c0;}
.article-list .link em{padding-left:2px;}
/* main-column */
#main-column{
	float:left;
	width:646px;
	padding:0 0 34px 14px;
}
#main-column .img{margin:0 0 23px;}
#main-column h2{
	color:#e9008a;
	font:bold italic 16px/22px Georgia, "Times New Roman", Times, serif;
	margin:0 0 22px;
}
#main-column h3{margin:0 0 6px;font-size:15px;}
#main-column p{
	margin:0;
	padding:0 0 18px;
	line-height:17px;
}
/* product-gallery */
.product-gallery{
	margin:0;
	padding:0 13px 0 20px;
	list-style:none;
	float:left;
	width:211px;
	overflow:hidden;
}
.product-gallery li{
	padding:0 0 18px;
	vertical-align:top;
	float:left;
	/* width:100%; */
}
.product-gallery li img{display:block;}
/* inform-block */
.inform-block{
	margin:0 17px;
	width:868px;
	padding:18px 0 10px;
}
.faq .inform-block{
	width:734px;
	margin:0;
	padding:7px 0 9px;
}
.inform-block .heading-block{
	overflow:hidden;
	width:100%;
	font:italic 12px/17px Georgia, "Times New Roman", Times, serif;
}
.inform-block .heading-block strong{float:left;}
.inform-block .heading-block .column2{width:172px;padding-left:34px;}

.inform-block .column1{width:28px;padding:15px 0 16px;}
.inform-block .column2{width:178px;}
.inform-block .column3{width:258px;}
.inform-block .column4{width:233px;padding-left:55px;}
.inform-block .column5{width:115px;}
.inform-block .column6{width:679px;padding:16px 0 15px 9px;}

.inform-block .column3 address {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-size: 11px;
}
.inform-block .column6 strong {
    font-weight: normal;
}

.inform-block div.column1, /* we don't want float table cells; only divs. */ .inform-block div.column2, .inform-block div.column3, .inform-block div.column4, .inform-block div.column5, .inform-block div.column6 {
    float: left;
}

.inform-block .box-holder .column2 {
    padding: 15px 0 8px 6px;
    width: 172px;
}
.inform-block .box-holder .column3 {
    padding: 7px 0 5px;
}
.inform-block .box-holder .column4 {
    padding: 9px 0 5px 55px;
}
.inform-block .box-holder .column5 {
    padding: 2px 0 0;
}

.inform-block .btn-platinum,.inform-block .icon-new{
	background:url(/images/store/btn-platinum.gif) no-repeat;
	width:79px;
	height:21px;
	display:block;
	margin:10px auto 0;
	text-indent:-9999px;
	overflow:hidden;
}
.inform-block .icon-new{
	background:url(/images/store/icon-new.gif) no-repeat;
	width:40px;
	height:40px;
	margin:0 auto;
}
.inform-block .accordion{
	margin:0;
	padding:0;
	list-style:none;
}
.faq .inform-block .accordion{border-bottom:1px solid #cbcbc9;}
.inform-block .accordion li{
	width:100%;
	background:url(/images/store/border1.gif) repeat-x;
	padding:2px 0 0;
	vertical-align:top;
}
.inform-block li .box-holder{
	width:100%;
	overflow:hidden;
	background:#edece9;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
.inform-block li.selected .box-holder{background:#e1dfdc;}
.inform-block li .box-holder .opener{
	width:16px;
	height:15px;
	margin:0 auto;
	display:block;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/store/btn-opener.gif) no-repeat;
}
.inform-block li .box-holder .closer{
	width:16px;
	height:15px;
	margin:0 auto;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/store/btn-close.gif) no-repeat;
}
.inform-block li.selected .box-holder .opener{background:url(/images/store/btn-close.gif) no-repeat;}
.inform-block .accordion li .slide{
	height:1%;
	overflow:hidden;
	background:#f7f7f7;
	padding:9px 20px 5px 35px;
	font-size:11px;
}
.inform-block .accordion li .slide h1 {
	color:#EA008B !important;
	font:italic 22px Georgia,"Times New Roman",Times,serif !important;
	margin:0 0 2px !important;
}
.inform-block .accordion li .slide ul{
	margin:0;
	padding:5px 0 0;
	list-style:none;
	color:#6a6a6a;
}
.inform-block li .slide ul li{background:none;padding:0 0 1px;}
.inform-block .accordion li .slide ul a{color:#6a6a6a;}
.faq .inform-block .accordion li .slide p{
	margin:0;
	line-height:17px;
	font-size:12px;
	padding:0 0 7px;
}
.inform-block li.selected .column6,.inform-block li.selected .column6 a{color:#000;font-weight:bold;}
.faq .inform-block .box-holder:hover,.faq .inform-block .box-holder.hover{
	background:#fbdeeb;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
.faq .inform-block li.selected .box-holder:hover,.faq .inform-block li.selected .box-holder.hover{
	background:#e1dfdc;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}

/* page title */
.page-title-box{
	height:1%;
	padding:16px 0 2px 14px;
	overflow:hidden;
}
.page-title-box h1{
	margin:0;
	padding:0 5px 6px 0;
	overflow:hidden;
	float:left;
	font:italic 28px/30px Georgia, 'Times New Roman', Times, serif;
}
 .page-title-box .lnk-share{
	float:right;
 }
/*	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/store/lnk-share.gif);
	width:125px;
	height:16px;
	margin:26px 0 0;
}*/


/* star rating */
.star-rating{
	list-style:none;
	margin:0 0 0 18px;
	padding:0;
	float:left;
	display:inline;
	width:100px;
	height:17px;
	position:relative;
	background:url(/images/store/star.gif) repeat-x;
	overflow: hidden;
}
.star-rating li{float:left;}
.star-rating li a{
	display:block;
	width:20px;
	height:17px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
}
.star-rating li a:hover,.star-rating li.active a,.star-rating li.setted a{
	background:url(/images/store/star.gif) 0 -17px;
	z-index:1;
	left:0;
}
.star-rating li.setted a,.star-rating li.setted a:hover{background-position: 0 100%;}
.star-rating a.one-star{left:0;}
.star-rating a.one-star:hover,.star-rating li.active a.one-star,.star-rating li.setted a.one-star{width:20px;}
.star-rating a.two-stars{left:20px;}
.star-rating a.two-stars:hover,.star-rating li.active a.two-stars,.star-rating li.setted a.two-stars{width:40px;}
.star-rating a.three-stars{left:40px;}
.star-rating a.three-stars:hover,.star-rating li.active a.three-stars,.star-rating li.setted a.three-stars{width:60px;}
.star-rating a.four-stars{left:60px;}
.star-rating a.four-stars:hover,.star-rating li.active a.four-stars,.star-rating li.setted a.four-stars{width:80px;}
.star-rating a.five-stars{left:80px;}
.star-rating a.five-stars:hover,.star-rating li.active a.five-stars,.star-rating li.setted a.five-stars{width:100px;}
/* tabs */
.tab-wrap{
	overflow:hidden;
	padding:18px 12px 6px 16px;
	width:407px;
}
.tab-wrap .holder1{
	margin:0 -10px 0 0;
	padding:2px 0 10px;
	overflow:hidden;
	width:417px;
}
.tab-wrap .label-wrap{
	float:left;
	padding:0 2px 0 0;
	width:90px;
	font:italic 16px/18px Georgia, 'Times New Roman', Times, serif;
}
.tab-wrap label{color:#666;font:italic 16px/18px Georgia, 'Times New Roman', Times, serif;}
.tab-wrap p{
	display:block;
	margin:0 0 6px;
	padding:0 12px 6px 12px;
	font:14px/16px Arial, Verdana, sans-serif;
}
.tab-wrap > p{ /* this displays an error box in the tabbed section. NEEDS A CLASS NAME */
	border:1px solid #c53e2a;
	color:#c53e2a;
	font-size:11px;
	padding:10px 14px;
	margin-bottom:7px;
	background-color:#ffe5e5;
}

.tab-wrap textarea{
	float:left;
	border:1px solid #ccc;
	padding:4px;
	height:81px;
	width:304px;
}
.tab-wrap .btn-submit{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	line-height:200px;
	background:url(/images/store/btn-submit-comment.gif);
	width:89px;
	height:36px;
	margin:28px 0 0;
}
.rating1{
	float:left;
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
}
.rating1 li{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:20px;
	height:17px;
	background:url(/images/store/star.gif);
}
.rating1 li.active{background-position:0 -34px;}
.product-box-big .post{
	height:1%;
	overflow:hidden;
	background:#edebe9 url(/images/store/bg-post-tabs.gif) repeat-x 0 100%;
	padding:8px 16px 12px;
}
.product-box-big .post-light-item{background:#f4f3f1 url(/images/store/bg-post-tabs-light.gif) repeat-x 0 100%;}
.product-box-big .post-title{
	width:100%;
	overflow:hidden;
	padding:0 0 6px;
}
.product-box-big .post-title h3{
	color:#000;
	font:14px/16px Arial, Verdana, sans-serif;
	background:url(/images/store/sep1.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
.product-box-big .post-title .rating-list{float:left;padding:0 0 0 8px;}
.product-box-big .post-title .rating-list p{
	float:left;
	padding:0 32px 0 0;
	color:#ec008c;
}
.product-box-big .post-title .rating-list ul{
	float:left;
	list-style:none;
	padding:3px 0 0;
	margin:0;
}
.product-box-big .post-title .rating-list li{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/store/star-small.gif);
	width:10px;
	height:11px;
}
.product-box-big .post-title .rating-list li.active{background-position:0 -11px;}
.product-box-big .post p{
	margin:0;
	color:#666;
	font:12px/16px Arial, Verdana, sans-serif;
}
.product-box-big .post-title em{
	display:block;
	color:#666;
	font:bold 11px/14px Arial, Verdana, sans-serif;
	padding:8px 0 0;
}
.lnk-back,
.lnk-back-toSale{
	float:left;
	clear:both;
	height:25px;
	position:relative;
	background:url(/images/store/bg-lnk-back.gif);
	width:68px;
	text-align:center;
	font:italic 12px/25px Georgia, 'Times New Roman', Times, serif;
}
.lnk-back-toSale {
	width:141px;
	background:url(/images/store/bg-lnk-back-to-sale.gif);
}
.main-block .bg .lnk-back{
	margin:-25px 0 0;
}
.main-block .lnk-back{
	margin:7px 0 0 4px;	/* special case for store landing page */
}

.holder2{width:100%;}
.holder2:after{height:0;clear:both;content:'';display:block;}

.btnPrev{
	bottom: 0;
	right: 20px;
	float:left;
	width:68px;
	margin:0 15px;
	display:inline;
	height:44px;
	padding:0 0 9px 0;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	text-align:center;
	font:italic 12px/25px Georgia, 'Times New Roman', Times, serif;
	background:url(/images/store/btn-2-68.gif) no-repeat;
	border:none;
}
.btnNext{
	position:relative;
	float:right;
	width:152px;
	height:44px;
	padding:0 0 9px 0;
	border:none;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	text-align:center;
	font:italic 12px/25px Georgia, 'Times New Roman', Times, serif;
	background:url(/images/store/btn-2-152.gif) no-repeat;
}
.btnSubmit{
	position:relative;
	float:right;
	height:44px;
	padding:0 0 9px 0;
	border:none;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	text-align:center;
	font:italic 12px/25px Georgia, 'Times New Roman', Times, serif;
	background:url(/images/store/btn-2-right.gif) no-repeat top right;
}

.formButtons {
	width:68px;
	height:44px;
	background:url(/images/store/btn-2-left.gif) no-repeat top left;
}
.formButtons input{
	width:68px;
	height:44px;
	padding:0 0 9px 0;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	text-align:center;
	font:italic 12px/25px Georgia, 'Times New Roman', Times, serif;
	background:url(/images/store/btn-2-right.gif) no-repeat top right;
	border:none;
}
.searchText {
	float:left;
}
.searchButton {
	display:block;
	float:left;
	width:68px;
	height:21px;
	text-align:center;
	font-size:0;
	border:none;
	background:url(/store/images/buttons/btn-search.gif) no-repeat top left;
}

/* Search Results */
.listPageSelector {
	display:block;
	height:25px;
	margin:0 14px 10px;
	padding:5px 0 0;
	border-bottom:1px solid #E5E5E5;
}
.listPageSelector .topicSelector {
	float:left;
}
.listPageSelector .resultsFrom {
	float:right;
}
ul.listingPage {
	display:block;
	margin:0 14px;
	padding:0;
	list-style:none;
	border-bottom:1px solid #E5E5E5;
}
li.listingItem {
	display:block;
	padding:10px 0;
}
li.listingItem .listingItemTitle {	display:block;
	margin-bottom:0.4em;
	color:#EA008B;
}
li.listingItem .listingItemDesc {
	display:block;
	margin-bottom:0.4em;
}
li.listingItem .listingItemURL { color:#9c9a96; }
li.listingItem a { color:#EA008B; }

p.noItemsToDisplay{margin:0 14px 1em;}

/* Sitemap */
#sitemap {
}
#sitemap .level0,
#sitemap .level0on {
	list-style:none;
	margin-bottom:0.5em;
}
#sitemap .level0 a {
	color:#EA008B;
	font-size:1.4em;
	text-decoration:none;
	font:1.4em Georgia;
	font-style:Italic;
}
#sitemap .level0on a {
	color:#000;
	border:0 none;
	font-size:1.3em;
	font-style:Normal;
}
#sitemap .level0on a {
	text-decoration:underline;
}
#sitemap .level1 {
	list-style:none;
	margin:0;
	font-weight:normal;
	border-bottom:0 none;
}
#sitemap .level1 a {
	color:#666666;
	font-size:1.0em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
#sitemap .level1 a:hover {
	text-decoration:underline;
}

/* sale listing */
.saleListing {
	margin-top:40px;
	}

/* visual box */
.visual-inner-box{
	/* margin:0 -4px; */
	position:relative;
	width:739px;
}
.visual-inner-box img{display:block;}
.visual-inner-box .text-box{
	position:absolute;
	width:220px;
	left:21px;
	top:156px;
}
.visual-inner-box .filter {
    padding: 7px 0 0; /*margin-bottom:39px; 	bottom: -39px;*/
    height: 39px;
    background: #fff url(../Images/store/bg-filters.gif) 0 bottom no-repeat;
    width: 739px;
}
.visual-inner-box .filter .filterText {
	color:#ec008c;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	margin:12px 15px 0 15px;
}
.visual-inner-box .filter span{
	float: left;
	display: block;
	margin-right: 10px;
}
.visual-inner-box .filter span label{font-weight: bold;}

.visual-inner-box .filter span.size, .visual-inner-box .filter span.cup, .visual-inner-box .filter span.subcat {
    margin: 11px 9px 0 0;
}
.visual-inner-box .filter span.size select{width:55px;}
.visual-inner-box .filter span.cup select{width:55px;}
.visual-inner-box .filter span.subcat select{width:136px;}
.visual-inner-box .filter span.filterBtn {margin:10px 10px 0 0;}
.visual-inner-box .filter span.resetBtn {margin:0; position:absolute; right:0;}

.visual-inner-box .btn-lnk {
    display: block;
    background: url(/images/store/btn-2.gif);
    overflow: hidden;
    text-align: center;
    margin: 0 0 0 -5px;
    padding: 3px 5px 7px;
    width: 133px;
    height: 22px;
    font: italic 13px/22px Georgia, 'Times New Roman' , Times, serif;
}
.visual-inner-box .btn-lnk:hover {
    text-decoration: none;
}
.visual-inner-box p {
    margin: 7px 0 0;
    text-indent: -8px;
    color: #c2dded;
    letter-spacing: -1px;
    font: 10px/10px Arial, Verdana, sans-serif;
}
.shopHomeBanner img {
    width: 902px;
    height: 467px;
    display: block;
}
/* pagination */
.pagination {
    height: 1%;
    overflow: hidden;
    padding: 10px 14px 4px 14px;
    text-align: right;
    font: 12px/14px Georgia, 'Times New Roman' , Times, serif;
}
.pagination .prev {
    float: left;
}
.pagination .next {
    float: right;
}

.pageNumber {
    display: block;
    text-align: center;
}

.pagination ul {
    display: inline;
    list-style: none;
    padding: 0 6px;
    margin: 0;
    color: #ec008c;
}
.pagination li {
    display: inline;
}
.pagination li a {
    color: #000;
}
.pagination li a.active, .pagination li a.pageFalse {
    color: #ec008c;
    cursor: text;
}
.pagination li a.active:hover, .pagination li a.pageFalse:hover {
    text-decoration: none;
}
.pagination p{
	margin:0 0 0 8px;
	display:inline;
	background:url(/images/store/sep2.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
.pagination-top{border-top:1px solid #E5E5E5;}

/* product gallery */
.product-gallery1{
	list-style:none;
	padding:0 0 9px;
	margin:0 -15px 0 0;
	width:753px;
	clear:both;
}
.product-gallery1-last{padding:0 0 15px;}
.product-gallery1 li{
	float:left;
	padding:0 7px 0 0;
	width:143px;
	height:320px;
}
.product-gallery1 li:hover,
.product-gallery1 li.hover{position:relative;z-index:100;}
.product-gallery1 li a{
	display:block;
	position:relative;
	width:143px;
	min-height:263px;
	float:left;
	}
.product-gallery1 li a span{
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
}
.product-gallery1 li a:hover{text-decoration:none;}
.product-gallery1 .photo{display:block; position:relative; z-index:-1;}
.product-gallery1 .rating{
	height:1%;
	background:#e1deda;
	padding:5px 3px;
	overflow:hidden;
	display:block;
}
.product-gallery1 .main-text{
	height:1%;
	display:block;
	overflow:hidden;
	padding:4px 3px;
	font:12px/14px Georgia, 'Times New Roman', Times, serif;
}
.product-gallery1 .main-text .brand{display:block;font-weight:normal;}
.product-gallery1 .main-text .fn{display:block;color:#8e8c8a;margin-bottom:5px;}
.product-gallery1 .main-text .price{margin:0;font-style:italic;line-height:12px;}
.product-gallery1 .main-text .price .sale{color:#ec0000; margin-top:5px; display:block;}
.product-gallery1 .main-text em{
	display:block;
	color:#ec008c;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	margin-top:5px;
}
.product-gallery1 .note{
	display:block;
	position:absolute;
	color:#fff;
	background:#000;
	top:184px;
	left:4px;
	padding:5px;
	width:125px;
	font:italic 12px/14px Georgia, 'Times New Roman', Times, serif;
}
.product-gallery1 .lnk-bg{display:block;width:100%; position:relative; z-index:0;}
.product-gallery1 .lnk-bg-top{width:100%;display:block;}
.product-gallery1 .lnk-bg-top:after{height:0;clear:both;content:'';display:block;}
.product-gallery1 .lnk-bg-bottom{
	width:135px;
	padding:5px 4px 6px;
	display:block;
	min-height:202px;
}
.product-gallery1 .lnk-bg-bottom:after{height:0;clear:both;content:'';display:block;}
.product-gallery1-box{
	/* border-top:1px solid #e5e5e5;*/
	padding-top:6px;
	width:100%;
}
.product-gallery1-box p.no-items{
	margin:0;
	padding:50px 0 20px;
	text-align:center;
	border-top:1px solid #E5E5E5;
}
.product-gallery1-box:after{height:0;clear:both;content:'';display:block;}
.product-gallery1 li:hover .lnk-bg,
.product-gallery1 li.hover .lnk-bg{background:url(/images/store/bg-lnk-hover.gif) repeat-y left top;}
.product-gallery1 li:hover .lnk-bg-top,
.product-gallery1 li.hover .lnk-bg-top{background:url(/images/store/bg-lnk-hover-top.gif) no-repeat left top;}
.product-gallery1 li:hover .lnk-bg-bottom,
.product-gallery1 li.hover .lnk-bg-bottom{background:url(/images/store/bg-lnk-hover-bottom.gif) no-repeat left bottom;}

/* START FOR IE6 ONLY */
.product-gallery1 a .lnk-bg{background-image:none;}
.product-gallery1 a .lnk-bg-top{background-image:none;}
.product-gallery1 a .lnk-bg-bottom{background-image:none;}

.product-gallery1 a:hover .lnk-bg{background:url(/images/store/bg-lnk-hover.gif) repeat-y left top;}
.product-gallery1 a:hover .lnk-bg-top{background:url(/images/store/bg-lnk-hover-top.gif) no-repeat left top;}
.product-gallery1 a:hover .lnk-bg-bottom{background:url(/images/store/bg-lnk-hover-bottom.gif) no-repeat left bottom;}
/* END FOR IE6 ONLY */

.product-gallery1 .tooltip{
	position:absolute;
	z-index:100;
	width:399px;
	height: 332px;
	top:-137px;
	display:none;
	left:35px;
	background:url(/images/store/none.gif);
}
.product-gallery1 .centre { left: -35px; }
.product-gallery1 .left { left: -135px; }
.product-gallery1 .moreleft { left: -250px; }

.product-gallery1 li:hover .tooltip, .product-gallery1 li.hover .tooltip {
    display: block;
}

.product-gallery1 .tooltip-top, .product-gallery1 .tooltip-bottom {
    display: block;
    overflow: hidden;
    width: 399px;
    margin: 0;
    padding: 0;
    font-size: 1px;
}
.product-gallery1 .tooltip-top{
	height:5px;
	background:url(/images/store/tooltip1-top.png) no-repeat 2px 0;
}
.product-gallery1 .tooltip-bottom{
	height:14px;
	background:url(/images/store/tooltip1-bottom.png) no-repeat 0 0;
}
.product-gallery1 .tooltip-center{
	overflow:hidden;
	background:url(/images/store/tooltip1-center.png) repeat-y 0 0;
	padding:0 9px;
	width:381px;
}
.product-gallery1 .tooltip .photo-col{
	float:left;
	width:200px;
	position:relative;
}
.product-gallery1 .tooltip .note{
	top:276px;
	width:190px;
	left:0;
}

.product-gallery1 .tooltip .descr-col{
	float:right;
	width:147px;
	height:276px;
	margin:0;
	padding:23px 15px 0 0;
	position:relative;
}
.product-gallery1 .tooltip strong{
	display:block;
	font:13px/16px Georgia, 'Times New Roman', Times, serif;
}
.product-gallery1 .tooltip h4{
	color:#666;
	font:18px/20px Georgia, 'Times New Roman', Times, serif;
	margin:6px 0 0;
}
.product-gallery1 .tooltip em{
	display:block;
	font:italic 18px/20px Georgia, 'Times New Roman', Times, serif;
}
.product-gallery1 .tooltip em span{text-decoration:line-through;}
.product-gallery1 .tooltip p{
	color:#666;
	margin:8px 0 0;
	font:12px/15px Arial, Verdana, sans-serif;
}
.product-gallery1 .tooltip p em{
	display:inline;
	color:#ec008c;
	font:italic 16px/18px Georgia, 'Times New Roman', Times, serif;
}
.product-gallery1 .tooltip .btn-more{
	position:absolute;
	display:block;
	bottom:10px;
	color:#fff;
	font:italic 14px/14px Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	background:url(/images/store/btn-3.gif);
	width:150px;
	height:35px;
	overflow:hidden;
	margin:28px 0 0;
	padding:6px 0 2px;
}
.product-gallery2-box{padding:10px 0 0;}
.product-gallery2{
	list-style:none;
	padding:0 0 27px;
	margin:0 -16px 0 0;
	width:754px;
	overflow:hidden;
}
.product-gallery2 li{
	float:left;
	margin:0 15px 27px 0;
	width:135px;
	position:relative;
	background-color: #000;
}
.product-gallery2 a{display:block;}
.product-gallery2 a:hover{text-decoration:none;}
.product-gallery2 a:hover img{
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.product-gallery2 img{display:block;}
.product-gallery2 strong{
	display:block;
	color:#fff;
	background:#000;
	font:12px/14px Georgia, 'Times New Roman', Times, serif;
	padding:4px 5px;
}
.product-gallery2 .bg-gallery-hover {display:none;}

/* Footer */
#footer{width:100%;padding:0 0 40px;}
.footer-area{margin:0 0 7px;}
.footer-area .top{
	background:url(/images/store/footer-top.png) no-repeat;
	height:44px;
	padding:24px 26px 0 0;
}
.footer-area .top:after{content:"";display:block;clear:both;height:0;}
.footer-area .top-area{
	width:100%;
	position:relative;
}
.footer-area .close{
	float:right;
	width:23px;
	height:23px;
	background:url(/images/store/close.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.footer-area .fitting{
	float:right;
	color:#fff;
	font-size:19px;
	line-height:18px;
	padding:0 8px 2px 0;
}
.footer-area .bottom{
	background:url(/images/store/content-btm.png) no-repeat;
	height:9px;
	font-size:0;
}
.footer-area .bg{
	background:url(/images/store/content-bg.png) repeat-y;
	padding:0 9px;
	height:1%;
}
.footer-area .bg .gr{
	background:url(/images/store/footer-gr.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	padding:0 5px;
}
#footer .column{
	float:left;
	width:186px;
	padding:0 0 0 28px;
}
#footer .column h4{
	margin:0 0 9px;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	padding:12px 0 0;
}
#footer .customer-service{width:222px;padding:0;}
#footer .customer-service h4{margin-left:9px;}
#footer .customer-service ul{
	margin:0;
	padding:0 0 14px;
	list-style:none;
}
#footer .customer-service li{
	background:url(/images/store/border2.gif) no-repeat;
	padding:4px 0 3px 12px;
	overflow:hidden;
	height:1%;
	vertical-align:top;
}
#footer .customer-service li a{
	color:#000;
	width:71px;
	float:left;
}
#footer .round-banner3{
	float:right;
	margin:0;
}
#footer .slogan{
	width:222px;
	padding:0;
	margin:0 14px 0 0;
}
#footer .slogan div{
	background:url(/images/store/bg-box-ftr.gif) no-repeat;
	margin:37px 0 0;
	color:#000;
	padding:5px 11px 3px;
}
#footer .slogan div strong{
	font-weight:normal;
	font-size:21px;
	line-height:21px;
	display:block;
	padding:0 0 7px;
	position:absolute;
}
#footer .slogan div p{padding:54px 0 0;}
#footer .column p{
	margin:0;
	color:#403f39;
	padding:0 0 10px;
}
#footer .holder {
    color: #000;
    font-size: 11px;
    width: 907px;
    margin: 0 0 0 6px;
}
#footer .holder ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
#footer .holder ul li {
    display: inline;
    background: url(/images/store/separator1.gif) no-repeat 100% 3px;
    padding: 0 11px 0 11px;
}
#footer .holder a{color:#000;text-decoration:underline;}
#footer .holder a:hover{text-decoration:none;}
#footer .holder p,
#footer .holder .region{
	float:left;
	margin:0;
}
#footer .holder .builtby {
    float: right;
    margin: 0;
	vertical-align:text-top;
	width: 238px;
}

.visa {
	margin-left: 30px;
	}

.visa_card {
	float: right;
	margin-left: 5px;
	margin-top: -3px;
	width: 47px;
	*margin-top: -15px;
	}

.visa_checkout {
	float:right;
	width:242px;
	margin:20px 10px 0 0;
	display:inline;
	zoom:1; /* fixes an IE7 bug */
}
	
.visa_checkout img{
	margin-right:10px
}	

#footer .btn2:hover {
    text-decoration: none;
}
#footer .btn2 {
    background: url(/images/store/btn1-right.gif) no-repeat 100% 0;
    float: left;
    font: italic 12px Georgia, "Times New Roman" , Times, serif;
    cursor: pointer; /* For FF */
    cursor: hand; /* For IE */
}
#holder .btn2 {
	text-decoration: none;
	margin: -3px 0 0;	
}
#footer .btn2 span {
    background: url(/images/store/btn1-left.gif) no-repeat;
    padding: 4px 17px 0 9px;
    height: 21px;
    float: left;
}
#footer .btn2 span.mailingList, #holder .btn2 span.mailingList {
    width: 139px;
}
#footer .btnTwitter, #footer .btnFacebook {
    display: block;
    float: left;
    width: 78px;
    height: 29px;
    margin-bottom: 4px;
    background: url(/images/store/bnt_footer_tweet.png) no-repeat 0 0;
    font: italic 12px Georgia, "Times New Roman" , Times, serif;
    cursor: pointer; /* For FF */
    cursor: hand; /* For IE */
}
#footer .btnFacebook{
	background:url(/images/store/bnt_footer_face.png) no-repeat 0 0;
	margin-left: 14px;
}
#footer .btnTwitter span, #footer .btnFacebook span{
	display:none;
}
/* popup-1 */
#footer .popup-1{
	position:absolute;
	top:-213px;
	right:-26px;
	width:345px;
	color:#fff;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	display:none;
	z-index:2000;
}
#footer .div-parent-add-class .popup-1{display:block;}
#footer .popup-1 .popup-top{
	background:url(/images/store/popup1-top.png) no-repeat;
	font-size:0;
	height:8px;
}
#footer .popup-1 .popup-btm{
	background:url(/images/store/popup1-btm.png) no-repeat;
	font-size:0;
	height:37px;
}
#footer .popup-1 .popup-bg{
	background:url(/images/store/popup1-bg.png) repeat-y;
	height:1%;
	padding:0 5px;
}
#footer .popup-1 .popup-gr{background:url(/images/store/popup1-gr.jpg) no-repeat 100% 100%;padding:13px 26px 11px;}
#footer .popup-1 p{margin:0;padding:9px 0;}
#footer .popup-1 strong{font:18px/24px Arial, Helvetica, sans-serif;}
#footer .popup-1 a{color:#fff;font-style:italic;}

/* BrasNthings-2 */

.col-1 h2, .account-details h2, .login-create h2, .create-account h2, .forgot-username h2, .change-password h2, .billing-deliv h2 {
    color: #ea008b;
    font: italic 22px Georgia, "Times New Roman" , Times, serif;
    border-bottom: 1px solid #ccc;
    margin: 0 0 21px;
    padding: 0 0 2px 2px;
}

#popupContactHeader h3,
#popupContactInside h1 {
	color:#ea008b;
	font:italic 22px Goergia, "Times New Roman", Times, serif;
	margin:0 0 21px;
	padding:0 0 2px;
}
#popupContactInside h1 {
	margin: 0!important;
	padding:0!important;
}

/* form elements */
.radio,
.check{
	position: relative;
	width:13px;
	height:13px;
	vertical-align: bottom;
}
.holder .radio,
.holder .check,
.billing-deliv .col-1 .holder-checkbox input,
.box-wrap .holder span input,
.shipping-method .holder span input {	/* <-- not ideal: prefer to add 'class="radio"' into those radio inputs > GiftWrappingControl.ascx, ShippingControl.ascx */
	float:left;
	margin-right:5px;
}
.form-text1,
.form-text2{
	width:250px;
	border:1px solid #ccc;
	padding:2px 5px;
	color:#999;
	font-size:11px;
}
.holder .form-text1{float:right;}
.select-2,
.select-3{
	width:262px;
	border:1px solid #ccc;
	font-size:11px;
	color:#999;
	float:right;
}
.select-3{
	width:84px;
	margin:0 0 0 4px;
	float:left;
}
/* btn-4 */
.btn-4{
	/* position:relative; */
	float:right;
	background:url(/images/store/btn-2-left.gif) no-repeat;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	color:#333;
	/* margin-right:-6px; */
}
.btn-4:hover{text-decoration:none;}
input.btn-4 {
	position:relative;
	float:left;
	display:block;
	width:152px;
	height:44px;
	background:url(/images/store/btn-2-152.gif) no-repeat;
	margin-right:-6px;
	padding:0 0 9px 0;
	border:none;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	color:#333;
	font:italic 1.0em Georgia, "Times New Roman", Times, serif;
}
.btn-4 span{
	background:url(/images/store/btn-2-right.gif) no-repeat 100% 0;
	height:26px;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	padding:9px 19px 0;
	text-align:center;
	float:left;
}
.btn-left{float:left;}
.btn-cancel{}
.btn-4 input{
	border:none;
	height:36px;
	font:italic 12px/17px Georgia, "Times New Roman", Times, serif;
	padding:8px 12px 12px;
	color:#333;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	background:url(/images/store/btn-2-right.gif) no-repeat 100% 0;
	text-align:center;
	float:left;
}
.btn-holder{
	clear:both;
	height:1%;
}
.btn-holder:after,
.btn-holder-2:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.btn-holder-2{
	padding:0 0 0 15px;
	height:1%;
}
.btn-4 .btn-create-account{width:125px;}
.btn-4 .btn-login{width:76px;}
.btn-4 .btnSubmit,
.btn-4 .btn-submit{/*width:82px;*/}
.btn-4 .btn-save-password{width:118px;}
.btn-4 .btn-submit-order{width:118px;}
.btn-4 .btn-cancelInput{width:79px;}

/* 1-acc-create */
/* 5-acc-âetails */
.col-1{
	float:left;
	width:394px;
	padding:29px 0 48px 15px;
}
.col-1 .note,
.payment-details .note{
	float:right;
	line-height:34px;
	font-size:11px;
	color:#929292;
}
.col-1 .box-hold{padding:0 0 14px;}
.col-1 .holder label,
.col-1 .box-hold .holder span{
	float:left;
	color:#4b4b4b;
	width:130px;
}
.col-1 .holder .label-3 {width:200px;}

.col-1 .box-hold .holder .label-1 { width:75px;}
.col-1 .box-hold .label-1 input {
	width:13px;
	height:13px;
	margin:0 3px 3px 2px;
	}
.col-1 .box-hold .label-1 label{width:41px; float:none}
.col-1 .box-hold .label-2 {width:128px;}
.col-1 .box-hold .holder{padding:0 0 10px;}
.col-1 .holder-checkbox{
	border-bottom:1px solid #ccc;
	padding:0 0 8px;
	margin:0 0 14px;
	overflow:hidden;
	height:1%;
}
.col-1 .holder-checkbox .holder{padding:0 0 12px;}
.col-1 .holder label a{
	color:#ea008b;
	text-decoration:underline;
}
.col-1 .holder-checkbox label{
	width:auto;
	float:left;
	padding:0;
	line-height:15px;
}
.col-2{
	float:right;
	width:394px;
	padding:30px 15px 57px 0;
}
.col-2 h3{
	font:italic 22px/22px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #ccc;
	margin:0 0 19px;
	color:#000;
	padding-bottom:4px;
}
.col-1 p,
.col-2 p{
	margin:0 0 20px;
	line-height:18px;
	color:#4b4b4b;
}
.col-2 .list li{
	background:url(/images/store/bullet2.gif) no-repeat 0 5px;
	font-style: italic;
	color:#666;
}
.col-1 .btn-holder .link{
	float:left;
	text-decoration:underline;
	color:#e70082;
	font-size:11px;
	padding-top:10px;
}
.col-3{
	width:116px;
	float:left;
	text-align:center;
	padding:49px 0 0 6px;
}
.col-3 em{
	font:italic 26px Georgia, "Times New Roman", Times, serif;
	color:#999;
}
/* 2-login-create */
.login-create{
	width:377px;
	padding-bottom:118px;
}
.login-create .holder{
	padding:0 0 7px;
}
.login-create h2{margin:0 0 11px;}
.login-create .holder label{
	width:auto;
	padding-left:3px;
}
.login-create p{margin:0 0 30px;}
.login-create .form-text1{width:284px;}
.login-create .btn-holder{padding-left:82px;}
.login-create .btn-4{margin:2px -4px 0 0;}
.create-account h2{margin:0 0 7px;}
.create-account{
	width:373px;
	padding-bottom:118px;
}
.create-account p{
	margin:0 0 20px;
	padding-top:2px;
}
/* 3-forgot-username */
.forgot-username{
	width:421px;
	padding-bottom:83px;
}
.forgot-username h2{margin:0 0 10px;}
.forgot-username .holder label{
	width:auto;
	padding-left:3px;
}
.forgot-username p{margin:0 0 34px;}
.forgot-username .form-text1{width:253px;}
.forgot-username .btn-4{margin:12px -4px 0 0;}

/* 4-my-acc */
.account-details {
    padding: 13px 0 50px;
    color: #494949;
    line-height: 16px;
    overflow: hidden;
    width: 100%;
}
.account-details .heading1, .tax-invoice .heading1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
}
.account-details h2 {
    border: none;
    margin-bottom: 11px;
    padding-left: 0;
}
.account-details dl, .billing-deliv .billing-address dl, .billing-deliv .delivery-address dl {
    margin: 0;
    padding: 0 0 3px;
    overflow: hidden;
    width: 100%;
}
.billing-deliv dl{line-height:17px;}
.account-details dl dt,
.billing-deliv .billing-address dl dt,
.billing-deliv .delivery-address dl dt{
	float:left;
	padding:0 2px 0 0;
}
* html .account-details dl dt, * html .billing-deliv .billing-address dl dt, * html .billing-deliv .delivery-address dl dt {
    margin: 0 -2px 0 0;
}
.account-details dl dd, .billing-deliv dl dd {
    margin: 0;
}
.account-details address, .billing-address address, .delivery-address address {
    padding: 0 0 7px;
    margin: 0;
    font-style: normal;
}
.billing-deliv .billing-address address,
.billing-deliv .delivery-address address{line-height:17px;}
.my-personal-details{
	width:342px;
	float:left;
	padding:0 0 68px 12px;
}
.account-details .my-personal-details address{padding:0 0 20px;}
.account-details .my-personal-details dl{padding:0 0 30px;}
.account-details .my-personal-details dt{width:70px;}
.account-details .my-personal-details dd,
.account-details .my-personal-details dd a{color:#7a7a7a;}

.billing-address{
	width:275px;
	float:left;
	padding-bottom:68px;
}
.delivery-address{
	width:238px;
	float:right;
	padding:0 14px 68px 0;
}
.billing-deliv .billing-address,
.billing-deliv .delivery-address{padding-bottom:25px;}
.billing-deliv .delivery-address{padding-right:0;}
.account-details .btn-4{
	display:block;
	float:none;
	width:118px;
	margin:12px 0 0 -2px;
}
.account-details .btn-4 span{
	float:none;
	display:block;
}
.account-details .inform-block h2 {
	text-align:center;
	clear:both;
	display:block;
}

.account-details .my-personal-details .btn-4{width:148px;}
.account-details .my-personal-details .btn-4 span{padding:9px 0 0;}
.account-details .delivery-address .btn-4{margin:28px 0 0;}
.account-details .tax-invoice .title,
.account-details .inform-block .title{background:#000 url(/images/store/page-nav-corn1.gif) no-repeat;}
.account-details .tax-invoice .title .box-holder,
.account-details .inform-block .title .box-holder{
	background:url(/images/store/page-nav-corn2.gif) no-repeat 100% 0;
	padding:8px 0 12px 31px;
	color:#fff;
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	height:1%;
}
.account-details .inform-block .title .box-holder div{padding:0;}
.account-details .inform-block .title .box-holder .column1{padding-left:2px;}
.account-details .inform-block table{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
}
.account-details .inform-block table tr{background:#f1f0ed url(/images/store/border1.gif) repeat-x 0 100%;}
.account-details .inform-block table tr td{
	padding:15px 0;
	vertical-align:middle;
}
.account-details .inform-block table tr:hover,
.account-details .inform-block table tr.hover{
	background:#fbdeeb url(/images/store/border1.gif) repeat-x 0 100%;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	color:#000 !important;
}
.account-details .inform-block .column1{width:191px;padding-left:31px;}
.account-details .inform-block .column2{width:167px;}
.account-details .inform-block .column3{width:190px;}
.account-details .inform-block .column4{width:149px;}
.account-details .inform-block .column5{width:137px;}
.account-details .inform-block a{
	color:#ea008b;
	text-decoration:underline;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.tax-invoice .inform-block .column1{
	width:100px;
	padding-left:31px;
}
.tax-invoice .inform-block .column2{width:500px;}
.tax-invoice .inform-block .column3{width:190px;}

/* 6-change-pass */
.change-password{
	width:436px;
	padding-bottom:44px;
}
.change-password .holder{padding:0 0 8px;}
.change-password h2{margin:0 0 17px;}
.change-password .holder label{
	width:139px;
	padding-left:3px;
}
.change-password .form-text1{width:282px;}
.change-password .btn-4{margin:6px -4px 0 0;}

/* 7-edit-address */
.inner1 .col-1 h2{margin-bottom:15px;}
.inner1 .col-1 .form-text1{width:283px;}
.inner1 .select-2{width:296px;}
.inner1 .col-1{
	margin:0 9px 0 0;
	padding:41px 0 6px 15px;
	width:426px;
}
.inner1 .col-1 .box-hold{padding:0 0 5px;}
.inner1 .col-1 .label-3{
	float:right;
	font-size:11px;
	color:#929292;
	padding:10px 0 0 5px;
}
.inner1 .col-1 .check{
	float:right;
	margin:9px 0 0;
}
.inner1 .btn-holder{
	margin:0  0 0 13px;
	width:877px;
	border-top:1px solid #e5e5e5;
	padding:14px 0 44px;
}
/* shop-cart */
.shop-cart h1{
	padding:12px 14px 24px;
	margin:0;
	font:italic 24px Georgia, 'Times New Roman', Times, serif;
	border-top:1px solid #000;
	color:#000;
}
.shop-cart #main-column{width:697px;}
.shop-cart #main-column .title{background:#000 url(/images/store/page-nav-corn1.gif) no-repeat;}
.shop-cart #main-column .title-bg{
	background:url(/images/store/page-nav-corn2.gif) no-repeat 100% 0;
	overflow:hidden;
	height:1%;
	color:#fff;
	padding:5px 0 4px;
}
.shop-cart #main-column .title-bg div{float:left;}
.shop-cart #main-column .title-bg .column1{padding-left:21px;}
.shop-cart #main-column .title-bg .column4{padding-left:3px;}
.shop-cart .products{
	width:100%;
	margin:0 0 24px;
	padding:0;
	position:relative;
	border-collapse:collapse;
	color:#494949;
}
.shop-cart .products td{
	background:#fff3f8 url(/images/store/border3.gif) repeat-x 0 100%;
	padding-top:16px;
	padding-bottom:21px;
	vertical-align:top;
}
.shop-cart #main-column .column1{
	width:242px;
	padding-left:18px;
}
.shop-cart .products .column1 img{
	float:left;
	margin:0 11px 0 0;
}
.shop-cart .products .column1 .holder{
	overflow:hidden;
	height:1%;
	width:auto;
}
.shop-cart #main-column .products .column1 p{padding:0 0 5px;}
.shop-cart .products .column1 .holder span{
	font-size:11px;
	color:#999;
	display:block;
}
.shop-cart .products .column1 .holder em{
	font-size:9px;
	color:#999;
	font-style:normal;
}
.shop-cart #main-column .column2 {
    width: 185px;
}
.shop-cart .products .column2 dl {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 11px;
}
.shop-cart .products .column2 dt{
	display:inline;
	padding:0 4px 0 0;
}
.shop-cart .products .column2 dd{
	margin:0;
	display:inline;
	font-weight:normal;
}
.shop-cart #main-column .column3{width:82px;}
.shop-cart #main-column .column4{width:78px;}
.shop-cart .products .column4 select{
	width:55px;
	margin:0 0 5px;
	float:left;
	position:relative;
	z-index:1;

}
.shop-cart .products .column4 a{
	text-decoration:underline;
	color:#494949;
	font-size:11px;
}
.shop-cart .products .promo-codes td{
	background:#ffe6f1;
	padding-top:4px;
	padding-bottom:4px;
}
.shop-cart .products .promo-codes strong{
	float:left;
	color:#ff1d8a;
	font:bold italic 15px/24px Georgia, "Times New Roman", Times, serif;
	padding-left:16px;
}
.shop-cart .products .promo-codes .wrap{float:right;}
.shop-cart .products .promo-codes .wrap span{
	float:left;
	padding:6px 9px 0 0;
}
.shop-cart .products .promo-codes .wrap .form-text1{
	width:104px;
	float:left;
	margin:4px 7px 0 0;
}
.shop-cart .promo-codes .wrap .btn-verify{
	float:left;
	width:72px;
	height:29px;
	color:#494949;
	font:italic 12px/28px Georgia, "Times New Roman", Times, serif;
	background:url(/images/store/btn-verify.gif) no-repeat;
	text-align:center;
	margin:0 5px 0 0;
}
.shop-cart .promo-codes .wrap .btn-verify:hover{text-decoration:none;}
.free-shipping{
	float:left;
	width:255px;
	background:url(/images/store/free-shipping-bg.gif) repeat-y;
	color:#494949;
	font-size:11px;
	margin:4px 33px 0 0;
}
.free-shipping .box-top{background:url(/images/store/free-shipping-top.gif) no-repeat;}
.free-shipping .box-btm{
	background:url(/images/store/free-shipping-btm.gif) no-repeat 0 100%;
	padding:12px 5px 11px 12px;
}
.free-shipping h5{
	margin:0 0 6px;
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	color:#ea008b;
}
#main-column .free-shipping p{
	margin:0;
	padding:0 0 11px;
	line-height:14px;
}
/*.free-shipping .note {
    display: block;
    background: url(/images/store/bg-note.gif) no-repeat;
    width: 223px;
    height: 17px;
    color: #fff;
    padding: 3px 5px 0;
}*/
.free-shipping .note {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: block;
    padding: 3px 5px;
    width: 223px;
}
.delivery-info{
	float:left;
	width:204px;
	color:#999;
	font-size:10px;
	padding:4px 0 0;
}
.delivery-info h6{
	margin:0;
	font-size:12px;
	line-height:22px;
	color:#f6a7cd;
}

.cart-updated-message,
.cart-error-message{
	display:block;
	clear:both;
	padding:5px 10px;
	margin:0 0 11px 0;
}
.cart-updated-message{
	border-top:1px solid #ffcee5;	/* green: #00ff00; */
	background-color:#fff3f8; /* palegreen: #e5ffe5; */
	text-align:center;
}
.cart-error-message{
	color:#c53e2a;
	border-top:1px solid #c53e2a;
	background-color:#ffe5e5;
	text-align:center;
}

#main-column .delivery-info p {
    line-height: 14px;
}
.checkout {
    float: right;
    width: 164px;
}
.checkout .btn-4{
	width:149px;
	float:none;
	display:block;
	margin:0;
}
.checkout .btn-4 span{
	padding:9px 0;
	float:none;
	display:block;
}
.checkout .btn-checkout{
	display:block;
	width:152px;
	height:45px;
	background:url(/images/store/btn-checkout.gif) no-repeat;
	margin-bottom:15px;
	padding:0 0 6px 0;
	border:none;
	cursor:pointer; /* For FF */
	cursor:hand; /* For IE */
	color:#fff;
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:38px;
}
.checkout .btn-checkout:hover{text-decoration:none;}
.shop-cart .product-gallery{
	width:173px;
	padding:9px 0 0 0;
	margin:0 0 0 18px;
}
.shop-cart .product-gallery h4{
	margin:0 0 15px 0;
	color:#333;
	font:italic 18px Georgia, 'Times New Roman', Times, serif;
}
.shop-cart .product-gallery ul{
	margin:0;
	padding:0;
	list-style:none;
}
.shop-cart .product-gallery li{padding-bottom:15px;}
.shop-cart .product-gallery li img{
	margin:0 12px 0 0;
	float:left;
	display:inline;
}
/* 8-check-login */
.check-login{
	width:389px !important;
	padding:43px 0 58px 15px !important;
	margin: 0 !important;
}
.check-login .login-create{
	width:auto;
	float:none;
	padding:0;
}
.check-login h2{margin:0 0 18px;}
.check-login .number{
	float:left;
	width:19px;
	height:19px;
	color:#fff;
	background:url(/images/store/numder-bg.gif) no-repeat;
	margin:3px 10px 0 0;
	line-height:18px;
	text-align:center;
	font-weight:bold;
}
.check-login .holder label{
	width:auto;
	padding-left:3px;
}
.check-login .form-text1{width:284px !important;}
.check-login .holder{padding:0 0 7px;}
.check-login .btn-holder
{
	padding:5px 0 0 0 !important;
	border-top:none !important;
}
.check-login .btn-holder .link{color:#acacac;}
.check-login .btn-4{margin:2px -6px 0 0;}
.check-login .btn-4 .btn-login{width:132px;}
.check-login p{margin:-8px 0 0;}
.check-login p a{
	color:#8e8e8e;
 	text-decoration:underline;
}
.check-login p a:hover{text-decoration:none;}
.check-login .btn-checkout{margin:0 -6px 0 0;}
.check-login .choice{
	margin:0;
	padding:32px 0 38px;
	font:italic 26px Georgia, "Times New Roman", Times, serif;
	color:#999;
	text-align:center;
}
/* order-summary */
.order-summary{
	float:right;
	width:242px;
	background:url(/images/store/order-summary-bg.gif) repeat-y;
	color:#494949;
	margin:42px 10px 0 0;
	display:inline;
	zoom:1; /* fixes an IE7 bug */
}
.order-summary .box-top{background:url(/images/store/order-summary-top.gif) no-repeat;}
.order-summary .box-btm{
	background:url(/images/store/order-summary-btm.gif) no-repeat 0 100%;
	padding:8px;
}
.order-summary .box-gr{
	background:#fcfcfc url(/images/store/order-summary-gr.gif) repeat-x 0 100%;
	padding:19px 11px 5px 8px;
}
.order-summary h3{
	margin:0 0 11px 4px;
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	color:#494949;
}
.order-summary .summary{
	margin:0;
	padding:0 0 3px;
	list-style:none;
	border-bottom:1px solid #808080;
}
.order-summary .summary li{
	border-top:1px solid #ccc;
	padding:0 0 10px 6px;
	overflow:hidden;
	vertical-align:top;
	height:1%;
}
.order-summary .summary li:first-child{border:none;}
.order-summary .summary li p{
	margin:0;
	font-size:11px;
	line-height:15px;
	width:123px;
	float:left;
	padding-top:7px;
}
.order-summary .summary li span{
	float:left;
	width:29px;
	font-weight:bold;
	text-align:center;
	padding-top:9px;
}
.order-summary .summary li strong{
	width:49px;
	float:left;
	text-align:right;
	padding-top:9px;
}
.order-summary .summary li a{color:#494949;}
.order-summary .total,
.checkout .total{
	text-align:right;
	padding:12px 0 0;
	line-height:17px;
}
.checkout .total{
	margin:0 8px 12px 2px;
	border-bottom:1px solid #c2c2c2;
	padding:12px 6px 14px 0;
}
.order-summary .total dl,
.checkout .total dl{
	margin:0;
	padding:0;
	font-size:11px;
}
.order-summary .total dt,
.checkout .total dt{display:inline;}
.order-summary .total dd,
.checkout .total dd{
	margin:0;
	display:inline;
	padding:0 0 0 2px;
}
.order-summary .total dl em,
.checkout .total em{font-size:10px;}
.order-summary .total strong,
.checkout .total strong{
	font-size:16px;
	display:block;
	padding:6px 0 2px;
	color:#000;
}
/* 9-billing-deliv */
#main-block{
	float:left;
	width:620px;
	overflow:hidden;
	padding-bottom:20px;
}
.billing-deliv .main-area{
	width:646px;
	overflow:hidden;
	margin:0 0 0 -43px;
	padding:0 0 7px 15px;
}
.billing-deliv h2{margin-bottom:24px;}
.billing-deliv .billing-address h2,
.billing-deliv .delivery-address h2{
	margin-bottom:11px;
}
.billing-deliv .col-1{
	width:280px;
	margin:0 0 0 43px;
	padding:0;
	display:inline;
}
.billing-deliv .col-1 .holder,
.col-1 .holder{
	padding:0 0 10px;
}
.billing-deliv .col-1 .holder-checkbox{
	padding:0;
	border:none;
	color:#929292;
	overflow:hidden;
	height:1%;
}
.holder-checkbox input{
	position: relative;
	width:13px;
	height:13px;
	vertical-align: bottom;
}
.billing-deliv .col-1 .form-text1{width:145px;}
.billing-deliv .col-1 .select-2{width:157px;}
.billing-deliv .col-1 label{width:auto;}
.billing-deliv .col-1 textarea,
.billing-deliv .box-wrap .col-5 textarea{
	border:1px solid #ccc;
	padding:2px 0 0 5px;
	color:#999;
	font-size:11px;
	width:273px;
	height:67px;
	overflow:auto;
	background:none;
	margin:9px 0 0;
	float:left;
}
.billing-deliv .box-wrap,
.billing-deliv .account-detail{
	overflow:hidden;
	height:1%;
	padding:0 0 24px 15px;
}
.billing-deliv .gift-card .form-text1,
.billing-deliv .account-detail .form-text1{
	width:145px;
	float:left;
}
.billing-deliv .account-detail .holder{padding:0 0 10px;}
.billing-deliv .box-wrap h2,
.billing-deliv .account-detail h2{
	width:601px;
	margin-bottom:18px;
}
.billing-deliv .account-detail p,
.billing-deliv .box-wrap .col-4 p{
	margin:0;
	color:#929292;
	padding:0 0 21px;
}
.billing-deliv .box-wrap .col-1{margin:0;}
.billing-deliv .box-wrap .col-4{
	float:left;
	width:305px;
	padding:0 35px 0 0;
}
.billing-deliv .box-wrap .col-4 p{
	padding:0 0 8px;
	line-height:17px;
}
.billing-deliv .box-wrap .col-4 .holder{padding-bottom:6px;}
.billing-deliv .box-wrap .holder input{
	position: relative;
	width:13px;
	height:13px;
	vertical-align: bottom;
}
.billing-deliv .box-wrap .holder label{
	display:block;
	line-height:13px;
}
.billing-deliv .gift-card .holder,
.billing-deliv .account-detail .holder{
	padding:0 0 10px;
}
.billing-deliv .gift-card .holder label,
.billing-deliv .account-detail .holder label {
	width:123px;
	float:left;
	line-height:16px;
}
.billing-deliv .account-detail .holder .checkbox-label {width:280px;}
.billing-deliv .gift-card .holder .required2,
.billing-deliv .gift-card .holder .required3 {
	width:150px;
}

.billing-deliv .box-wrap .holder a{
	font-size:11px;
	text-decoration:underline;
	color:#EA008B;
}
.billing-deliv .box-wrap .col-5{
	float:left;
	width:264px;
}
.billing-deliv .box-wrap .col-5 .holder{
	padding:0 0 18px;
	color:#494949;
}
.billing-deliv .box-wrap .col-5 .label-3{
	color:#ff11a0;
	font:bold italic 14px Georgia, "Times New Roman", Times, serif;
	display:block;
}
.billing-deliv .box-wrap .col-5 textarea{
	width:255px;
	height:78px;
}
.billing-deliv .shipping-method .link{
	float:right;
	color:#EA008B;
	font-size:11px;
	padding:8px 0 0;
	text-decoration:underline;
}
.billing-deliv .shipping-method{
	padding:22px 0 33px 15px;
	overflow:hidden;
	height:1%;
}
.billing-deliv .shipping-method h2{
	width:auto;
	margin-bottom:19px;
}

.billing-deliv .shipping-method .holder{padding-bottom:6px;}
.billing-deliv .shipping-method input {
	position: relative;
	width:13px;
	height:13px;
	vertical-align: bottom;
	}
.billing-deliv .shipping-method label{
	line-height:13px;
	display:block;
}
.billing-deliv .btn-holder{
	border-top:1px solid #ccc;
	padding:12px 0 15px;
	margin:0 0 0 4px;
	/* margin:0 0 0 15px; */
}
.billing-deliv .btn-holder .btn-4{margin:0 -3px 0 0;}
.billing-deliv .btn-holder .btn-4 span{padding:9px 25px 0;}
.billing-deliv .billing-address{
	padding-left:12px;
	width:222px;
}
.billing-deliv .delivery-address{width:222px;}
.billing-deliv .link1{
	float:right;
	text-decoration:underline;
	color:#929292;
	padding:10px 0 0;
}
.delivery-instructions{padding:0 0 39px 15px;}
.delivery-instructions h2{margin-bottom:12px;}
.delivery-instructions p{
	margin:0;
	color:#999;
	line-height:17px;
}
.delivery-instructions .btn-holder{
	border:none;
	padding:9px 0 0;
}
.delivery-instructions .btn-holder .btn-4{margin:0;}
.gift-card{padding:0 0 35px 15px;}
.gift-card h2{margin-bottom:12px;}
.gift-card p{margin:0 0 7px;}
.gift-card .holder span{
	padding-right:8px;
}
.gift-card .holder .radio{margin:0 5px 0 0;}
.gift-card .holder label{
	float:left;
	margin-right:17px;
}

.payment-details {
    padding: 0 0 0 15px;
    color: #494949;
    margin-bottom: 25px;
}
.payment-details-bg {
    background: #fff6fa;
    padding: 12px 10px 0 10px;
}
.payment-details h2 {
    border-bottom: 1px solid #ffb8d8;
    margin-bottom: 0;
}
.payment-details p {
    margin: 0;
    padding-bottom: 14px;
}
.payment-details label {
    float: left;
    width: 134px;
}
.payment-details .form-text1 {
    float: left;
    width: 252px;
}
.payment-details .select-1 {
    float: left;
    width: 264px;
}
.payment-details .select-2 {
    float: left;
    width: 127px;
    margin: 0 0 0 11px;
}
.payment-details .label-1{width:123px;}
.payment-details .form-text2{
	float:left;
	width:52px;
	margin:0 9px 0 0;
}
.payment-details .link-2 {
    text-decoration: underline;
    color: #e70082;
}
.payment-details .holder {
    padding: 11px 0;
}
.payment-details .holder .link-2 {
    float: left;
    padding-top: 2px;
}
.payment-details .holder-checkbox {
    overflow: hidden;
    height: 1%;
    padding-bottom: 20px;
}
.payment-details .holder-checkbox label {
    float: left;
    width: 200px;
    width: auto;
}

.payment-details .payment .col1 {
    text-align: left;
    width: 128px;
    padding-left: 8px;
}
.payment-details .payment .col2 {
    text-align: left;
}

.holder.paymentOptions {
    border-bottom: 1px solid #FFD7E7;
    margin-bottom: 15px;
}
table.payment {
    border: 0 none;
    padding: 4px 0;
    background-color: #f9f9f9;
    margin-bottom: 2px;
}
.payment-details .holder.paymentOptions .label {
    float: left;
    width: 134px;
}
.payment-details .holder.paymentOptions .radio {
    float: left;
    width: 122px;
}
.payment-details .holder.paymentOptions .radio input {
    margin-bottom: 4px;
    margin-right: 3px;
}
.payment-details span {
    float: none;
}
.payment-details span label {
    float: none;
}
.payment-details .holder .msg {
    padding: 0;
}
.payment-details.orderComplete {
    color: #999999;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
}
.payment-details.orderComplete p {
    padding: 14px 0;
    font-weight: bold;
}

.btn-holder-2 .btn-4 {
    margin: 0;
}

/* 11-order-conf */
.heading-t {
    margin: 0 6px 0 15px;
    color: #999;
    padding-bottom: 21px;
    border-bottom: 1px solid #e5e5e5;
}
.heading-t a {
    text-decoration: underline;
    color: #999;
}
.block-inform {
    margin: 0 0 0 15px;
    overflow: hidden;
    height: 1%;
    padding: 14px 0 38px 2px;
}
.reports {
    float: left;
    width: 400px;
    color: #494949;
}
.reports strong {
    display: block;
	margin: 9px 0 4px;
}
.reports span, .approved {
   /* color: #999;
    display: block;
    padding-bottom: 21px; */
	
	background: none repeat scroll 0 0 #EA008B;
    color: #FFFFFF;
    display: inline;
    margin-bottom: 11px;
    padding: 3px;
}

.status 	{margin-top:5px;}

.reports .approved {display: inline; line-height: 14px; margin-top: 0;}

.reports span a {
    color: #999;
}
.reports dl {
    margin: 0 0 2px 0;
    padding: 0;
}
.reports dt{
	display:inline;
	padding:0 4px 0 0;
}
.reports dd {
    display: inline;
    margin: 0;
    color: #999;
}
.reports .store-abn {
    padding-top: 17px;
}
.block-inform .btn-4 {
    float: right;
    margin: 2px 0 0;
}
/* submenu */
.submenu {
    margin: 0 0 0 18px;
    padding: 45px 0 50px;
    list-style: none;
    overflow: hidden;
    width: 640px;
}
.submenu li {
    float: left;
    padding: 0 11px 0 0;
    font: italic 13px Georgia, "Times New Roman" , Times, serif;
}
.submenu li span {
    padding: 0 18px 0 0;
    background: url(/images/store/blt-submenu.gif) no-repeat 100% 3px;
    color: #a19f9d;
}
.submenu li.last span, .submenu li.last span.active {
    background: none;
}
.submenu li span.active {
    background-position: 100% -21px;
    color: #000;
    text-decoration: none;
}

/* ERROR MESSAGES */
.errorMessage {
    border: 1px solid #c53e2a;
    color: #c53e2a;
    font-size: 11px;
    padding: 10px 14px;
    margin: 10px 0 7px 15px;
    background-color: #ffe5e5;
}
span.errorMessage, .col-1 .errorMessage, .gift-card .errorMessage, .billing-deliv .main-block .errorMessage {
    display: block;
    margin: 0 0 7px 0;
}

.errorField, .col-1 .box-hold .holder span.errorField {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    color: #c53e2a;
    width: auto;
}
.forgetThis {
    display: inline;
    margin-left: 2px;
    color: #c53e2a;
}
.forgotThis {
    position: absolute;
    top: 0;
    left: 284px;
    color: #c53e2a;
    width: auto;
}
.gift-card .forgotThis {
    left: 326px;
}
.payment-details .forgotThis {
    left: 400px;
}

.errorFieldMessage, .col-1 .box-hold .holder span.errorFieldMessage {
    font-size: 11px;
    margin-right: 2px;
    color: #c53e2a;
    width: auto;
}

.errorBox {
    display: block;
    margin: 0 0 11px;
    padding: 5px 10px;
    border: 1px solid #f31717;
    background-color: #fee7e7;
    color: #f31717;
}
.errorBox ul {
    margin: 12px 30px 10px;
}

/* Random tooltip thingie on payment page */
.show-tooltip-text {
    display: block;
    width: 400px;
    border: 1px solid #FFB8D8;
    padding: 20px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    color: #000;
    z-index: 1000;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>
*/

/*---- sIFR ---*/
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
}

.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt;
    padding: 0pt;
    overflow: auto;
    letter-spacing: 0px;
    float: none;
}

/* Layer styles to keep the Shop menu and 'Specialist Fitting' pop-up on top. Required for ALL versions of IE */

#header {
    z-index: 30;
}
#content {
    z-index: 20;
}
#content .main-block .holder {
    z-index: 19;
}
#footer {
    z-index: 30;
}
#footer .footer-area .top-area {
    z-index: 29;
}

/*---- Header styling ---*/


/*---- sIFR styling ---*/

.sIFR-active .fitting {
	visibility: hidden;
	font-family: 'Century Gothic', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1em;
}
.sIFR-active .round-banner3 a {
	visibility:hidden;
	padding:6px;
	font-family: 'Century Gothic', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size:1.4em;
	text-align:center;
}
.sIFR-active #footer .slogan div strong {
	visibility: hidden;
	font-family: 'Century Gothic', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1em;
}

/*---- sIFR styling ---*/

/* terms and conditions pop-up */
#backgroundPopup {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9100;
}
.backgroundPopup iframe {
    position: absolute; /*must have*/
    top: 0; /*must have*/
    left: 0; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    width: 2000px; /*must have for any big value*/
    height: 3000px /*must have for any big value*/;
}
#contactArea {
    padding: 0 !important;
    margin: 0 !important;
}
#popupContact h2 {
    display: none !important;
}
#popupContact h3, #popupContact h4, #popupContact h5 {
    width: 560px !important;
    display: block !important;
}
#popupContact {
    display: none;
    position: fixed;
    height: 500px;
    width: 600px;
    background: #fff;
    border: 2px solid #d1d1d1;
    z-index: 9200;
    padding: 20px !important;
    font-size: 1em;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 10% !important;
}
#popupContact #popupContactInside {
    height: 404px;
    overflow: auto;
    margin: 20px 0 0;
    padding: 0 20px 0 0;
}
#popupContact p {
    margin: 0 0 1em;
}
#popupContact ol, #myGallery ol {
    padding: 0;
    margin: -3px 0 10px 20px;
}
#popupContact ol ol, #myGallery ol ol {
    padding: 3px 0 0;
    margin-top: 0 !important;
    margin-bottom: 0;
}
#popupContact ol li, #myGallery ol li {
    padding: 0 0 10px 0;
    margin: 0;
}
#popupContact ol ol li, #myGallery ol ol li {
    list-style: lower-alpha;
}
#popupContact ol ol ol, #myGallery ol ol ol {
    padding: 8px 0 0;
    margin-bottom: 0;
}
#popupContact ol ol ol li, #myGallery ol ol ol li {
    list-style: lower-roman;
    padding: 3px 0 0;
}
#popupContact ol ol ol ol li, #myGallery ol ol ol ol li {
    list-style: decimal;
}
#popupContact input {
    bottom: 0;
    right: 0;
    margin: 11px 20px !important;
    position: absolute !important;
}
#popupContactHeader {
    height: 33px;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
}
#content-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 410px;
    width: 630px;
}

	table {
		border-top: 1px solid #bebebe;
	}
	table tbody tr td {
		padding: 10px 3px 5px;
		border-bottom: 1px solid #bebebe;
	}
	
table tbody tr.heading,	table tbody tr td.heading {
	background: #efeeec;
}
	.content-block table tbody tr td h4 {
		padding: 0;
	}

.saleItem .onSale {
	position: absolute;
	top: 5px;
	left: 4px;
}

.markdownPrice, .markdown, .saleItem .sellPrice {
	color: #cb1e00 !important;
	text-decoration: none !important;
	}

.markdown {
	margin-left: 5px;
}
a.sale {
	color: #ec008c !important;
	font-weight: bold;
}
.saleItem .price strike, #spanPrice strike, .price .sale strike {
    color: #333333 !important;
    display: block;
}
		
/* product detail page zoom */
#zoomAvailable {
    background: #a7a7a7;
    color: #fff;
    width: 275px;
    height: 23px;
    float: left;
    padding: 8px 0 0 10px;
    font: italic 11px/14px Georgia, 'Times New Roman' , Times, serif;
}
.priceSummary {
    color: #666;
    font: italic 13px/16px Georgia, 'Times New Roman' , Times, serif;
    padding: 5px 0 15px;
    line-height: 17px;
}
.priceSummary strong {
    font-weight: normal;
    color: #333;
}
.priceSummary .sale {
    color: #ff0000;
}
.priceSummary .sale strike {
    color: #666;
}
.shop-cart .column5 {
    width: 77px;
}

/* COUNTRY NAV */
.country-picker {
	background: url('/images/flags/country-backgroundarrow.png') no-repeat scroll 112px center transparent;    
	float: right;
    margin: 0 9px 0 0;
    padding: 9px 12px 11px;
    position: relative;
    top: 20px;
    width: 99px;
    z-index: 100;
}
.country-selected {
    position: relative;
    z-index: 100;
}
.country-selected img {
    float: left;
    margin: 2px 6px 0 0;
}
.country-picker ul {
    background: url('/images/flags/country-background.png') no-repeat scroll 0 0 transparent;
    display: none;
    height: 111px;
    left: -4px;
    padding: 41px 12px;
    position: absolute;
    top: -16px;
    width: 126px;
    z-index: 99;
}
.country-picker ul li {
    line-height: 25px;
    list-style-type: none;
}
.country-picker ul a {
    display: block;
    padding: 0 7px 1px;
}
.country-picker ul a:hover {
    background: #fff;
    text-decoration: none !important;
}
.country-picker ul li.world-wide {
    margin: 2px 0 0 0;
}
.country-picker ul li.world-wide img {
    margin: 4px 7px 0 0;
}
.country-picker ul img {
    float: left;
    margin: 8px 7px 0 0;
}

