/* *{font-size:100.01%}
html {font-size:64%;} */
body {
	/* font:1.1em Arial, Helvetica, sans-serif; */
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	background:#fff;
	color:#1b1464;
}

H1 {
	FONT-SIZE: 30px;
}
H2 {
	FONT-SIZE: 16px;
}
H3 {
	FONT-SIZE: 14px;
}




img{border-style:none;}
form{
	padding:0;
	margin:0;
}
#container{
	width:940px;
	padding:0 20px;
	margin:0 auto;
	background:#013470;
}
.header{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.logo{
	/* width:681px; */
	width: 720px;
	width: 780px;
	overflow:hidden;
	float:left;
	padding: 10px 0;
}
.logo h1{
	background:url(../images/logo.gif) no-repeat;
	width:192px;
	height:78px;
	text-indent:-9999em;
	overflow:hidden;
	margin:3px 10px 0 5px;
	float:left;
	display:inline;
}
.logo h1 a{
	width:100%;
	height:100%;
	display:block;
}
.logo p{
	font-size:2.1em;
	font-size:22px;
	font-weight: bold;
	color:#013470;
	margin:25px 0 0;
	float:left;
}
.resize-block{
	width:160px;
	float:right;
	overflow:hidden;
	margin-top: 20px;
}
.language{
	float:right;
	overflow:hidden;
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
.language li{
	float:left;
	overflow:hidden;
	margin:0 3px 0 4px;
	display:inline;
}
.language li img{display:block;}
.fonts{
	width:100%;
	overflow:hidden;
	margin:15px 0 0;
}

#textchanger{
	float: right;
	color: #013470;
}
#textchanger a{
	color: #013470;
	display: block;
	float: left;
	text-decoration: none;
	padding:0 4px;
}
#textchanger ul{
	margin:0 3px 0 0;
	display:inline;
	overflow:hidden;
	padding:2px 0;
	float:right;
	list-style: none;
	border:1px solid #416794;
}
#textchanger ul li{
	float: left;
	display:inline;
	border-left:2px solid #809ab8;
	margin:0 2px 0 -2px;
}
#decrease{
	padding:3px 0 0 0;
	font-weight:bold;
	font-size:10px;
}
#increase{
	font-weight:bold;
	font-size:14px;
}
.search-block{
	width:100%;
	overflow:hidden;
	color:#fff;
	padding:8px 0;
}
.search-block ul{
	float:left;
	overflow:hidden;
	width:632px;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
.search-block ul li{
	float:left;
	overflow:hidden;
	background:url(../images/nav-separator.gif) no-repeat 0 50%;
	margin:0 2px 0 -2px;
	padding:0 5px;
}
.search-block ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	font-size: 12px;
}
.search-block ul li a:hover{text-decoration:underline;}
.search{
	float:right;
	overflow:hidden;
	width:auto;
}
.search label{
	float:left;
	padding-right:10px;
	line-height:1.41em;
	font-size:12px;
}
.search span{
	background:url(../images/input-bg.gif) no-repeat;
	width:151px;
	width: 100px;
	height:13px;
	padding:2px 0;
	overflow:hidden;
	float:left;
}
.search span input{
	display:block;
	width:138px;
	padding:0 0 0 5px;
	border:none;
	background:none;
	font:11px Arial, Helvetica, sans-serif;
}
.search input.btn{float:left;}
.subheader{
	width:935px;
	/* min-height:282px; */
	min-height: 220px;
	position:relative;
	border:3px solid #fff;
	background:#9abbff;
}
/* * html .subheader{height:283px;} */
* html .subheader{height:220px;}
.subheader img{
	position:absolute;
	top:0;
	right:0;
}
.subheader .shadow{
	position:absolute;
	width:200px;
	/* height:283px; */
	height: 220px;
	/* left:333px; */
	left: 590px;
	top:0;
	z-index:10;
}
.subheader .shadow span{
	background:url(../images/shadow-subheader.png) no-repeat;
	/* 	
	width:200px;
	height:283px;
	*/	
	width: 155px;
	height: 220px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.subheader ul{
	/* width:260px; */
	width: 504px;
	padding:20px 0 0 23px;
	margin:0;
	list-style:none;
}
.subheader ul li{
	overflow:hidden;
	background:url(../images/star.gif) no-repeat;
	padding-left:24px;
	/* margin-bottom:32px; */
	margin-bottom: 24px;
}
.subheader h2{
	color:#1b1464;
	margin:0;
	font-weight:bold;
	font-size:1.8em;
	font-size:18px;
}
.subheader p{
	color:#fff;
	margin:0;
	font-weight:bold;
	font-size:1.3em;
	font-size: 14px;
}
.navigation{
	width:100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.navigation div{
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.navigation div ul{
	left: -50%;
	float: left;
	position: relative;
	margin:0;
	padding:0;
	list-style:none;
	border-left:2px solid #fff;
}
.navigation div ul li{
	float:left;
	border-right:2px solid #fff;
}
.navigation div ul li a{
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	font-size:12px;
	line-height:2.0em;
	text-decoration:none;
	padding:0 8px;
}
.navigation div ul li a:hover, .navigation div ul li.active{background:#ed1e79;}


#main{
	width:100%;
	background:url(../images/main-bg.gif) repeat-y;
}
#main .top{
	width:100%;
	background:url(../images/main-top.gif) no-repeat;
}
#main .bottom{
	width:935px;
	overflow:hidden;
	background:url(../images/main-bottom.gif) no-repeat 0 100%;
	padding:10px 3px 0;
}
.column{
	width:152px;
	padding:0 2px 0 0;
	float:left;
}
.content{
	width:560px;
	padding:0 29px 0 36px;
	float:left;
	font-size:1.2em;
	font-size:12px;
	color: #013470;
}
.link{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:3px 0 15px;
	list-style:none;
}
.link li{
	padding:0 10px 0 3px;
	margin-bottom:6px;
	float:left;
	width:141px;
}
.link li a{
	display:block;
	padding:4px 0 4px 37px;
	background:url(../images/arrow.gif) no-repeat;
	color:#013470;
	font-weight:bold;
	font-size:1.2em;
	font-size:12px;
	text-decoration:none;
}
/* .link li a:hover, .link li a.active{background:url(../images/arrow-over.gif) no-repeat;} */
.link li a:hover, .link li a.active{background:url(../images/arrow-over.gif) no-repeat;}

.link li a.active { color: #ed1e79; }
.linktop li a.active { background-color: #ed1e79; }
.link li ul li a.active { background: none; }

.link ul{
	margin:0;
	padding:0;
	list-style:none;
}
.link ul li{margin:0;}
.link ul li a{
	color:#fff;
	background:none;
	padding:0 0 2px 35px;
}
.link ul li a:hover{background:none; color: #ed1e79;}
.column h3{
	font-weight:bold;
	font-size:1.2em;
	line-height:2.58em;
	margin:0 0 5px;
	color:#fff;
	text-align:center;
	border:solid #3b3e8b;
	border-width:1px 0;
}
.column h3.top{
	background:none !important;
	border-width:0 0 1px;
	margin:-8px 0 0;
}
.basket a.cart{
	font-weight:bold;
	font-size:1.2em;
	font-size:11px;
	color:#ed1e79;
	text-decoration:none;
	padding-left:28px;
	display:block;
	background:url(../images/basket-bg.gif) no-repeat;
	margin:27px 0 25px;
}
.basket{
	width:130px;
	padding:0 14px 0 10px;
	overflow:hidden;
}
.basket ul{
	margin:0 0 30px;
	padding:0;
	list-style:none;
}
.basket ul li{}
.basket ul li a{
	font-weight:bold;
	font-size:1.2em;
	font-size:11px;
	line-height:1.5em;
	color:#013470;
	text-decoration:none;
}
.basket ul li a:hover{text-decoration:underline;}
.top-list{
	width:134px;
	overflow:hidden;
	margin:0;
	padding:6px 10px 0;
	list-style:none;
}
.top-list li{
	width:100%;
	overflow:hidden;
	margin-bottom:14px;
}
.top-list li img{
	border:1px solid #013470;
	float:left;
	margin:0 5px 0 0;
}
.top-list li p{
	font-weight:bold;
	font-size:1.2em;
	font-size: 11px;
	color:#013470;
	margin:0;
	display:table;
	height:1%;
}
.top-list li p a{
	color:#013470;
	text-decoration:none;
}
.top-list li p strong{
	color:#ed1e79;
	display:block;
}
.content-holder{
	width:100%;
	overflow:hidden;
}
div.breadcr {
	float: right;
}
.breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:3px 0 0;
	list-style:none;
}
.breadcrumbs li{
	float:left;
	color:#ed1e79;
	font-weight:bold;
	font-size:1.15em;
	font-size:1em;
	padding:0 5px 0 7px;
	margin:0 5px 0 -5px;
	background:url(../images/breadcrumbs-separator.gif) no-repeat 0 50%;
}
.breadcrumbs li.active{background:url(../images/breadcrumbs-separator-a.gif) no-repeat 0 50%;}
.breadcrumbs li a{
	color:#013470;
	text-decoration:none;
}
.breadcrumbs li a:hover{text-decoration:underline;}
.main-content{
	width:224px;
	float:left;
	padding:15px 0 0;
}
.content-column{
	width:315px;
	float:right;
}
.main-content img{
	border:1px solid #9abbff;
	display:block;
}
.detail-box{
	background:#9abbff;
	width:208px;
	padding:3px 7px;
	margin:14px 0 0;
	color:#fff;
	
}
.detail-box h4{
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 5px;
	color:#013470;
}
/* .detail-box p{
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 10px;
	color:#fff;
} */
.detail-box {
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.detail-info{
	width:100%;
	overflow:hidden;
}
.detail-info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.detail-info ul li{
	border-bottom:2px solid #8d8ab2;
}

.detail-sbm{
border:0px;
}

.detail-info a{
	/* font-weight:bold; */
	/* font-size:1.2em; */
	color:#ed1e79;
	text-decoration:none;
}
.detail-info li a{
	display:block;
	padding:8px 0;
	background:url(../images/blue-arrow.gif) no-repeat 100% 0;
}
.detail-info li a:hover{background:url(../images/blue-arrow-over.gif) no-repeat 100% 0;}
.detail-info div{
	border-bottom:2px solid #8d8ab2;
	width:100%;
	overflow:hidden;
}
.detail-info div.top{
	background:none !important;
	padding-bottom:3px;
}
.detail-info div.top h4{
	float:left;
	font-weight:bold;
	font-size:1.2em;
	color:#ed1e79;
	margin:0;
}
.detail-info div.top strong{
	font:bold 1.2em Tahoma, sans-serif;
	color:#ed1e79;
	float:right;
}
.detail-text{padding:6px 0 27px;}
/* .detail-text p{
	font:1.3em Tahoma, sans-serif;
	color:#000;
	margin:0 0 10px;
} */
.detail-text {

}
.product-list{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:8px 0 0;
	list-style:none;
}
.product-list li{
	width:100%;
	overflow:hidden;
	margin-bottom:23px;
}
.product-list li img{
	float:left;
	border:1px solid #9abbff;
	margin-right:15px;
}
.product-info{
	width:332px;
	float:left;
}
.product-info p{
	/* font:1.3em/1.2em Tahoma, sans-serif; */
	font-size: 1.2em;
	font-size: 11px;
	/* color:#000; */
	margin:0 0 10px;
}
.product-info p, .product-info{
	/* font-size: 1.2em; */
	font-size: 12px;
}
.product-info a, a {
	color: #1b1464;
	text-decoration: underline;
}
.price{
	width:100%;
	overflow:hidden;
	margin:-5px 0 0;
}
.price a{
	font:bold 1.3em Tahoma, sans-serif;
	color:#ed1e79;
	text-decoration:none;
	background:url(../images/blue-arrow.gif) no-repeat 100% 0;
	float:right;
	padding:4px 40px 4px 0;
}
.price a:hover{background:url(../images/blue-arrow-over.gif) no-repeat 100% 0;}
.pages{
	float:right;
	margin:0 -15px 0 0;
	display:inline;
	padding:20px 0 0;
	list-style:none;
	overflow:hidden;
}
.pages li{
	float:left;
	margin:0 -1px 0 1px;
	padding: 0 5px;
	background:url(../images/pages-separator.gif) no-repeat 100% 50%;
}
.pages li a{
	font-size:1.1em;
	color:#013470;
	text-decoration:none;
}
.pages li a:hover, .pages li a.active{color:#ed1e79;}
.form{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
}




#footer{
	width:100%;
	overflow:hidden;
	border-bottom:3px solid #fff;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{
	display:inline;
	background:url(../images/footer-separator.gif) no-repeat 0 50%;
	padding:0 5px 0 7px;
}
#footer li a{
	font-size:1.0em;
	line-height:2.3em;
	color:#fff;
	text-decoration:none;
}
#footer li a:hover{text-decoration:underline;}
#footer li:first-child { 
	background-image: none; 
	padding-left: 0; 
}
#send_to_friend a{
	text-decoration:none !important;
	list-style: none !important;
	font:bold 1.3em Tahoma, sans-serif;
	color:#ed1e79;
	background:url(../images/blue-arrow.gif) no-repeat 100% 0;
	padding:4px 40px 4px 0;
}




.body h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #ed1e79;
}

span.prod-list-title {
	font-weight: bold;
}
