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

/*  ----------------------------------------

	LAYOUT

 ---------------------------------------- */

/* Basic ---------------------------------------- */

body{
	margin:0px;
	padding:0px;
	background: url(../img/bg-tile.gif) #FFF top left repeat-x;
}
#pagecontainer{
	margin:0 auto;
	width:960px;
	text-align:left;
}

#maincontainer{
	width:960px;
	float:left;
	display:block;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HEADER * * * * * * * * * * * * * * * * * * */


#headercontainer{
	width:960px;
	height:107px;
	float:left;
	display:block;
}
h1{
	float:left;
	display:inline;
	margin:11px 0 0 0px;
	width:79px;
	height:56px;
}
h1 a {
	width: 79px;
	height: 56px;
	display: block;
	background:url(../img/logo.png) top left no-repeat;
}

h1 a span { display: none; }
#headerbar{
	float:right;
	display:inline;
	margin:25px 0 0 10px;
	height: 34px;
	background:url(../img/bg-headerbar.gif) top right no-repeat;
	}
#headerbar .left{
	float:left;
	display:inline;
	width:2px;
	height:34px;
	background:url(../img/bg-left-headerbar.gif) top left no-repeat;
	}
#headerbar form, #headerbar fieldset{
	float:left;
	display:inline;
}
#headerbar .qsearch{
	float:left;
	display:inline;
	border:none;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background:#FFF;
	width:259px;
	height:18px;
	margin:6px 0 0 3px;
	padding:2px 0 0 2px;
	}
#headerbar .qsearch:focus{
	background:#ffecf2;
	}
#headerbar .btn_qsearch{
	width:21px;
	height:21px;
	float:left;
	display:inline;
	margin:6px 0 0 4px;
	background:url(../img/btn-qsearch.gif) top left no-repeat;
	cursor:pointer;
}
#headerbar .btn_asearch{
	width:35px;
	height:32px;
	float:left;
	display:inline;
	margin:1px 0 0 1px;
	background:url(../img/btn-asearch.gif) top left no-repeat;
	border-right:1px solid #d3dde6;
}
#headerbar .buttons{
	height:30px;
	padding:3px 0 0 8px;
	float:left;
	display:inline;
	color:#333;
}
#headerbar .buttons a{
	float:left;
	display:inline;
	background:url(../img/bg-btn-header.gif) top right no-repeat;
	padding-right:22px;
	margin-top:7px;
	color:#333;
	text-decoration:none;
}
#headerbar .buttons strong a{
	background:none;
	padding-right:10px;
}
#headerbar .buttons a:hover{
	text-decoration:underline
}
#cart{
	height:34px;
	margin:25px 0 0 9px;
	float:right;
	display:inline;
	line-height:12px;
	}
#cart a.btn{
	width:57px;
	height:34px;
	background:url(../img/btn_cart.gif) top left no-repeat;
	float:left;
	display:inline;
}
#cart a.btn:hover{
	background:url(../img/btn_cart.gif) top right no-repeat;
}
#cart .btn span{ display:none}
#cart span{
	float:left;
	display:inline;
	margin:5px 0 0 7px;
	height:34px;
	color:#333;
	font-size:11px;
	}
#cart span a{
	text-decoration:none;
	color:#004a8b;
	font-weight:bold;
	font-size:11px;
}
#menucontainer{
	float:left;
	display:inline;
	width:960px;
	height:27px;
	margin-top:13px;
}
#menucontainer .catmenu{ /* classes in catmenu.css*/
	float:left;
	display:inline;
	width:700px;
	padding:7px 0 0 10px;
	color:#FFF;
}
#menucontainer a.special{
	float:right;
	display:inline;
	width:auto;
	height:20px;
	background:url(../img/bg-special.gif) top left no-repeat;
	color:#FFF;
	font-weight:bold;
	padding:7px 10px 0 26px;
	text-decoration:none;
	margin-left:20px;
}
#menucontainer a.special:hover{
	background:url(../img/bg-special.gif) bottom left no-repeat;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HOME * * * * * * * * * * * * * * * * * * */

.bannercontainer{
	width:960px;
	height:377px;
	float:left;
	display:block;
	background:url(../img/bg-banner.jpg) top left no-repeat;
	margin-top:19px;
}
.bannercontainer img{
	float:left;
	display:inline
	}
.bannercontainer .product-finder{
	float:right;
	display:inline;
	width:234px;
	height:351px;
	padding:26px 25px 0 23px;
}
.product-finder img{
	float:left;
	display:inline;
	border-bottom:1px solid #CCC;
}
.product-finder form,
.product-finder fieldset,
.product-finder label,
.product-finder select,
.product-finder input,
.product-finder span,
.product-finder hr{
	float:left;
	display:inline;
}
.product-finder label{
	width:234px;
	margin:10px 0 2px 0;
}
.product-finder select{
	width:227px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px 2px 0;
}
.product-finder .text{
	width:222px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	background:#FFF;
	border-left:1px solid #333;
	border-top:1px solid #333;
	}
.product-finder span{
	padding-top:3px;
	height:20px;
	font-size:11px;
}
.product-finder .btn{
	width:91px;
	height:28px;
	text-align:center;
	color:#555;
	background:url(../img/bg-btn-green.gif) top left no-repeat;
	float:right;
	font-size:11px;
	font-weight:bold
}
.product-finder hr{
	width:234px;
	height:1px;
	background:#ccc;
	margin:5px 0;
	color:#c4d5e4;
}
.homeblock{
	width:958px;
	float:left;
	display:block;
	background:#FFF;
	margin-top:11px;
	border:1px solid #d1d1d1;
}
.newsblock-left{
	float:left;
	display:inline;
	width:446px;
	height:169px;
	border-right:1px solid #e5eaed;
	margin:14px 0px 16px 0px;
	padding-right:16px;
	padding-left:16px;
}
.newsblock-right{
	float:left;
	display:inline;
	width:446px;
	height:169px;
	margin:14px 0px 16px 0px;
	padding-left:16px;
	padding-left:16px;
}
.newsblock-left .text, .newsblock-right .text{
	width:216px;
	height:169px;
	display:inline;
	float:left;
	color:#333;
	line-height:1.3em;
}
.newsblock-left .text{
	float:right;
	display:inline;
	width:216px;
	height:124px;
	font-size:11px;
	line-height:13px;
}
.newsblock-right .text{
	float:left;
	display:inline;
	width:216px;
	height:124px;
	font-size:11px;
	line-height:13px;
}
.newsblock-left .text strong, .newsblock-right .text strong{
	color:#ff0f5a;
	font-size:13px;
}
.newsblock-left .text p, .newsblock-right .text p{
	margin:0;
	padding:0;
	font-size:11px;
}
.newsblock-left a{
	width:91px;
	height:22px;
	text-align:center;
	color:#005cc4;
	background:url(../img/bg-btn-blue.gif) top left no-repeat;
	float:right;
	display:inline;
	text-decoration:none;
	padding-top:6px;
	font-size:11px;
	font-weight:bold;
	margin:0 127px 0 0;
}
.newsblock-right a{
	width:91px;
	height:22px;
	text-align:center;
	color:#005cc4;
	background:url(../img/bg-btn-blue.gif) top left no-repeat;
	float:left;
	display:inline;
	text-decoration:none;
	padding-top:6px;
	font-size:11px;
	font-weight:bold;
}

.newsblock-right .pic{
	width:225px;
	height:169px;
	float:right;
	display:inline;
	padding-left:5px;
	overflow:hidden;
}
.newsblock-left .pic{
	width:225px;
	height:169px;
	float:left;
	display:inline;
	overflow:hidden;
}
.newsblock-right .pic img, .newsblock-left .pic img{
	max-width:225px;
	max-height:169px;
	*width:225px;
	*height:169px;
}
a.expand{
	height:12px;
	width:960px;
	float:left;
	display:inline;
	background:url(../img/bg-btn-expand.gif) top center no-repeat;
}
a.expand:hover{
	height:12px;
	width:960px;
	float:left;
	display:inline;
	background:url(../img/bg-btn-expand.gif) bottom center no-repeat;
}
.expand span{display:none;}
.bannerblock{
	width:944px;
	float:left;
	display:block;
	background:#F2F9FF;
	margin-top:11px;
	border:1px solid #d1d1d1;
	padding:7px;
}
.homeblock .title{
	float:left;
	display:inline;
	width:935px;
	height:20px;
	padding:5px 0 0 23px;
	font-weight:bold;
	color:#444;
	background:url(../img/green-star.gif) bottom left no-repeat;
}
.homeblock .wrapper{
	float:left;
	display:inline;
	margin:0 5px 0 5px;
}
.smallprod-block{
	width:157px;
	height:158px;
	float:left;
	display:inline;
	border-right:1px solid #E5EAED;
	margin:5px 0 5px 0;
}
.smallprod-block .pic{
	width:108px;
	height:108px;
	float:left;
	display:inline;
	margin:10px 24px 0 25px;
	overflow:hidden;
	text-align:center;
}
.smallprod-block .pic table{
	float:left;
	display:inline;
	width:108px;
	height:108px;
	vertical-align:middle;
	text-align:center;
}
.smallprod-block .pic td{
	height:108px;
	width:108px;
	vertical-align:middle;
}
.smallprod-block .text{
	width:147px;
	height:40px;
	float:left;
	display:inline;
	margin:5px;
	text-align:center;
	font-size:11px;
}
.smallprod-block .text a{
	color:#333;
	text-decoration:none;
	}
.stats-header{
	height:26px;
	float:left;
	display:inline;
	width:959px;
	margin:10px 0 0 0;
	
	border-left:1px solid #d1d1d1;
	background:url(../img/bg-stats-header.gif) bottom left repeat-x;
}
.stats-header a.selected{
	height:20px;
	background: url(../img/bg-btn-stats.jpg) top left no-repeat #FFF;
	padding:6px 5px 0 10px;
	width:213px;
	float:left;
	display:inline;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #f1f1f1;
}
.stats-header a.notselected{
	height:20px;
	background: url(../img/bg-btn-stats.jpg) center left no-repeat;
	padding:6px 5px 0 10px;
	width:213px;
	float:left;
	display:inline;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #d1d1d1;
}
.stats-header a.notselected:hover{
	background: url(../img/bg-btn-stats.jpg) bottom left no-repeat;
}
.stats-content{
	padding:10px 0;
	float:left;
	display:inline;
}
.stats-content a{
	width:958px;
	float:left;
	display:inline;
	border-bottom:solid 1px #e2e2e2;
	height:23px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
.stats-content a:hover{
	background:#f7f7f7;
	border-bottom:solid 1px #d1d1d1;
	cursor:pointer;
	}
.stats-content a span.name{
	width:510px;
	float:left;
	display:inline;
	height:18px;
	font-size:11px;
	padding:5px 0 0 10px;
}
.stats-content a span.rating{
	width:101px;
	float:left;
	display:inline;
	height:19px;
	padding:4px 0 0 0;
}
.stats-content a span.stock{
	width:160px;
	float:left;
	display:inline;
	height:20px;
	padding:5px 0 0 60px;
	font-size:11px;
}
.stats-content a span.price{
	width:87px;
	float:left;
	display:inline;
	height:20px;
	padding:5px 20px 0 10px;
	color:#012d74;
	font-weight:bold;
	font-size:11px;
	text-align:right;
}

.newsletterblock{
	width:960px;
	float:left;
	display:block;
	background:url(../img/bg-newsletter.jpg) top left no-repeat;
	position:relative;
	margin:10px 0 0 0;
}
#newsletter-content{
	float:left;
	display:inline;
	margin-left:120px;
	width:824px;
	height:41px;
	padding:25px 0 0 0;
}
#newsletter-content span{
	float:left;
	display:inline;
	width:414px;
	margin-right:10px;
}
#newsletter-content form, #newsletter-content fieldset{
	float:left;
	display:inline;
}
#newsletter-content .input{
	float:left;
	display:inline;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:290px;
	height:18px;
	margin:4px 10px 0 3px;
	padding:2px 0 0 2px;
}
#newsletter-content .input:focus{
	background:#edffc7;
}
#newsletter-content .btn{
	width:91px;
	height:28px;
	text-align:center;
	color:#005cc4;
	background:url(../img/bg-btn-green.gif) top left no-repeat;
	float:left;
	display:inline;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FOOTER * * * * * * * * * * * * * * * * * * */

#footercontainer{
	width:100%;
	height:auto;
	padding:60px 0 30px 0;
	background:url(../img/bg-footer.gif) top left repeat-x #012d74;
}
#footercontainer .wrapper{
	width:960px;
	margin:0 auto;
	color:#FFF;
}
#footercontainer .breadcrumb{
	width:960px;
	float:left;
	display:inline;
	margin:20px 0 30px 0;
	background:url(../img/bg-footer-breadcrumb.gif) bottom left repeat-x;
	padding:0 0 10px 0;
}

#footercontainer .breadcrumb span{
	float:left;
	display:inline;
	color:#a1c6e7;
	font-size:11px;
}

#footercontainer .breadcrumb a{
	float:left;
	display:inline;
	color:#a1c6e7;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 0 0 0 9px;
	margin: 0 0 0 4px;
	background:url(../img/blue-arrow.gif) center left no-repeat;
}

#footercontainer .breadcrumb a strong{
	color:#FFF;
	font-size:11px;
}



#footercontainer .breadcrumb .language_links{
	float:right;
}

#footercontainer .breadcrumb .language_links a{
	text-decoration:none;
	color:#FFF;
	background:none;
}


#footercontainer .jumpto{
	float:left;
	display:block;
	width:200px;
}
.jumpto .title{
	float:left;
	display:inline;
	color:#FFF;
	height:15px;
	background:url(../img/green-arrow.gif) top left no-repeat;
	width:142px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding:1px 0 0 20px;
	margin-bottom:5px;
}
.jumpto .menu{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
.jumpto .menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.jumpto .menu ul li{
	display:block;
}
.jumpto ul.menu a {
	display:block;
	width:142px;
	font-size:11px;
	text-decoration: none;
	padding:5px 0px 4px 20px;
	color:#a1c6e7;
	background:url(../img/bg-foot-menu-short.gif) right bottom no-repeat transparent;
}
.jumpto ul.menu a:hover {
	background:url(../img/bg-foot-menu-short.gif) left bottom no-repeat transparent;
	color:#c3def6
}

#footercontainer .lastview{
	float:left;
	display:block;
	width:266px;
	margin-right:39px;
}
.lastview .title{
	float:left;
	display:inline;
	color:#FFF;
	height:15px;
	background:url(../img/green-arrow.gif) top left no-repeat;
	width:246px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding:1px 0 0 20px;
	margin-bottom:5px;
}
.lastview .menu{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	color:#a1c6e7;
}
.lastview .menu a{
	color:#c3def6;
}
.lastview .menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.lastview .menu ul li{
	display:block;
}
.lastview ul.menu a {
	display:block;
	width:246px;
	font-size:11px;
	text-decoration: none;
	padding:5px 0px 4px 20px;
	color:#a1c6e7;
	background:url(../img/bg-foot-menu-long.gif) right bottom no-repeat transparent;
}
.lastview ul.menu a:hover {
	background:url(../img/bg-foot-menu-long.gif) left bottom no-repeat transparent;
	color:#c3def6
}
#footercontainer .rss{
	float:right;
	display:block;
	height:71px;
	background:url(../img/rss-cup.jpg) top left no-repeat;
	width:431px;
	margin:20px 5px 0 0;
}
#footercontainer .rss .feeds{
	float:left;
	display:inline;
	height:21px;
	padding:27px 0 0 63px;
}
#footercontainer .rss .feeds a{
	float:left;
	display:inline;
	height:16px;
	background:url(../img/icon-feed.gif) bottom left no-repeat;
	padding:5px 0 0 26px;
	margin:0 0 0 13px;
	color:#a1c6e7;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#footercontainer .rss .feeds a:hover{
	background:url(../img/icon-feed.gif) top left no-repeat;
	color:#a1c6e7;
}
#footercontainer .search{
	float:right;
	display:block;
	height:42px;
	background:url(../img/bg-footer-search.jpg) top left no-repeat;
	width:425px;
	margin:0 5px 0 0;
	padding:24px 0 0 6px;
}
#footercontainer .search form, #footercontainer .search fieldset{
	float:left;
	display:block;
	width:330px;
	height:30px;
}
#footercontainer .search .text-input{
	float:left;
	display:inline;
	border:none;
	border:1px solid #3583c5;
	border-right:none;
	background:#bbd4ea;
	width:220px;
	height:19px;
	padding:3px 0 0 2px;
	color:#1a64a3
	}
#footercontainer .search .text-input:focus{
	background:#edffc7;
	}
#footercontainer .search .btnRO{
	width:66px;
	height:24px;
	float:left;
	display:inline;
	background:url(../img/btn-footer-search.gif) top left no-repeat;
	cursor:pointer;
}
#footercontainer .search .btnEN{
	width:66px;
	height:24px;
	float:left;
	display:inline;
	background:url(../img/btn-footer-searchEN.gif) top left no-repeat;
	cursor:pointer;
}
#footercontainer .copyright{
	width:960px;
	float:left;
	display:inline;
	margin:50px 0 30px 0;
	background:url(../img/bg-footer-breadcrumb.gif) top left repeat-x;
	padding:10px 0 0 0;
	text-align:center;
	color:#a1c6e7;
	font-size:11px;
}
#footercontainer .copyright a{
	color:#a1c6e7;
	text-decoration:none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * BROWSE * * * * * * * * * * * * * * * * * * */


#maincontainer .breadcrumb{
	width:965px;
	float:left;
	display:inline;
	padding:10px;
}
#maincontainer .breadcrumb span{
	float:left;
	display:inline;
	color:#666;
	font-size:11px;
}
#maincontainer .breadcrumb a{
	float:left;
	display:inline;
	color:#333;
	font-size:11px;
	text-decoration:none;
	padding: 0 0 0 9px;
	margin: 0 0 0 4px;
	background:url(../img/blue-arrow.gif) center left no-repeat;
}
#maincontainer .breadcrumb a.nav{
	text-decoration:underline;
}
#maincontainer .breadcrumb a strong{
	color:#ff0f5a;
	font-size:11px;
	text-decoration:none
}


#maincontainer .breadcrumb .language_links{
	float:right;
}

#maincontainer .breadcrumb .language_links a{
	text-decoration:none;
	background:none;
}


.tags{
	width:739px;
	height:37px;
	float:left;
	display:inline;
	background:url(../img/bg-pagination.gif) top left repeat-x;
	font-weight:bold;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	margin:11px 0 0 0;
}
.tags span{
	width:60px;
	height:26px;
	float:left;
	display:inline;
	padding:11px 0 0 10px;
}
.tags a{
	height:26px;
	float:left;
	display:inline;
	padding:11px 8px 0 8px;
	color:#ff0f5a;
	text-decoration:none;
}
.tags a:hover{
	background:url(../img/bg-pagination-hover.gif) top left repeat-x;
}
.tags a.nr{
	color:#333;
}
.tags a.nr:hover{
	background:url(../img/bg-pagination-hover.gif) top left repeat-x;
}
.tags a.selected{
	color:#FFF;
	background:url(../img/bg-pagination-selected.gif) top left repeat-x;
}
.promo-block{
	width:958px;
	float:left;
	display:block;
	background:#FFF;
	border:1px solid #d1d1d1;
	border-top:none;
	padding:2px 0px;
}

#leftcontainer{
	width:208px;
	float:left;
	display:inline;
	margin-right:11px;
	margin-top:11px;
}

/* * * * * * * * * * * * * * * * * SIDEBARS * * * * */

.block-wline{
	width:208px;
	display:inline;
	float:left;
	border-bottom: 1px solid #ffdae6;
	margin:0 0 11px 0;
}
.block-wline h2{
	width:198px;
	display:inline;
	float:left;
	background:url(../img/bg-side-h2.gif) top right no-repeat #b21252;
	color:#FFF;
}
.block-wline .content{
	width:206px;
	display:inline;
	float:left;
	background:#FFF;
	border-left:1px solid #ffdae6;
	border-right:1px solid #ffdae6;
}
.block-wline .content .contentText{
	width:191px;
	display:inline;
	float:left;
	font-size:11px;
	padding:5px 5px 5px 10px;
	background:#f1f1f1;
}
.block-wline .content form{
	width:191px;
	display:inline;
	float:left;
	font-size:11px;
	padding:5px 5px 5px 10px;
	background:#FFF;
}
.block-wline .content fieldset{
	float:left;
	display:inline;
}
.block-wline .content .contentText strong a{
	color:#333;
	text-decoration:none;
	font-size:11px;
	width:186px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	border:none;
	text-align:left;
}
.block-wline .content .contentText a{
	color:#4888C0;
	text-decoration:none;
	font-size:11px;
	width:186px;
	float:left;
	display:inline;
	text-align:right;
	margin:0 0 10px 0;
	padding:2px 0 5px 0;
	border-bottom: 1px solid #d1d1d1;
}
.block-wline .content .contentText p{
	text-align:left;
	font-style:italic;
	font-size:11px;
	color:#999;
	width:186px;
	float:left;
	display:inline;
}
.block-wline .content .graph{
	background:#A1DF1B;
	border-bottom:8px solid #87BF0B;
	display:inline;
	float:left;
	height:8px;
}
.block-wline .content .answer{
	display:inline;
	float:left;
	line-height:12px;
	width:191px;
	height:13px;
	margin:4px 0 0 0;
	font-size:11px;
	font-weight:bold;
}
.block-wline .content .percent{
	display:inline;
	float:left;
	line-height:12px;
	width:191px;
	height:13px;
	margin:4px 0 0 0;
	padding:0 0 4px 0;
	font-size:11px;
	text-align:right;
	border-bottom:1px solid #d6dfe8;
}
.block-wline .content .users{
	display:inline;
	float:left;
	line-height:12px;
	width:191px;
	height:15px;
	margin:5px 0 0 0;
	padding:0 0 4px 0;
	border-bottom:1px solid #d6dfe8;
}
.block-wline .content fieldset .select{
	float:left;
	display:inline;
	width:191px;
	font-size:11px;
	color:#666;
	padding:2px;
}
.block-wline .content .c {
	display:inline;
	float:left;
	height:13px;
	margin:5px 0 0 0;
	padding:0;
	width:13px;
}
.block-wline .content label {
	cursor:pointer;
	display:inline;
	float:left;
	line-height:12px;
	width:160px;
	height:13px;
	padding:0 0 0 7px;
	margin:5px 0 0 0;
	font-size:11px;
}
.block-wline .content .btn {
	cursor:pointer;
	display:inline;
	float:right;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#ff0f5a;
}
.block-wline .content img{
	width:186px;
	padding:5px 10px;
	float:left;
	display:inline;
}
.block-wline .content ul{
	float:left;
    width:206px;
	margin:0;
	padding:0;
	list-style-type:none;
}
}
.block-wline .content ul li{
	display:block;
}
.block-wline .content li a {
	display:block;
	width:191px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	padding:8px 5px 8px 10px;
	border-top:1px solid #d6dfe8;
	background:#ffecf2;
}
.block-wline .content li a:hover {
	background:#F0F5F9;
}
.block-wline .content ul li.first{
	display:block;
}
li.first1 a {
	font-weight:bold;
	display:block;
	width:193px;
	height:70px;
	text-decoration:none;
	color:#333;
	padding:8px 5px 8px 8px;
	border-top:1px solid #d6dfe8;
	background:#f7fbff;
}
li.first1 a .pic{
	width:67px;
	height:67px;
	float:left;
	display:inline;
	text-align:center;
	overflow:hidden;
	border:1px solid #D6DFE8;
	margin-right:5px;
	background:#FFF
}
li.first1 a .pic img{
	float:left;
	display:inline;
	width:59px;
	height:59px;
	padding:4px;
}
li.first1 a .name{
	width:117px;
	height:67px;
	float:left;
	display:inline;
	text-align:left;
	font-size:12px;
}









.sidebar-menu{
	float:left;
    width:208px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul li{
	display:block;
}
ul.sidebar-menu .cat_level0 a {
	display:block;
	width:176px;
	border: 1px solid #ffdae6;
	border-bottom:none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color:#333;
	padding:8px 20px 7px 10px;
	background: url(../img/bg-sidebar-level0.gif) top left no-repeat #ffecf2;
}
ul.sidebar-menu .cat_level0 a:hover {
	background: url(../img/bg-sidebar-level0.gif) top right no-repeat #eaf0f5;
}

ul.sidebar-menu .cat_level1 a {
	display:block;
	width:171px;
	border-top: 1px solid #FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color:#ff0f5a;
	padding:8px 10px 7px 27px;
	background: url(../img/bg-sidebar-level1.gif) top left no-repeat #ffecf2;
}
ul.sidebar-menu .cat_level1 a:hover {

}

ul.sidebar-menu .cat_level2 a {
	display:block;
	width:162px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
	color:#333;
	padding:8px 10px 7px 36px;
	background: url(../img/bg-sidebar-level2.gif) top left no-repeat;
}
ul.sidebar-menu .cat_level2 a:hover {

}


/* * * * * * * * * * * * * * * * * PRODUCT-DISPLAY * * * * */

#centercontainer{
	float:left;
	display:inline;
	width:741px;
	margin-top:11px;
}

#filter{
	float:left;
	display:inline;
	font-size:11px;
	width:719px;
	border: 1px solid #d1d1d1;
	border-bottom:none;
	background:#f1f1f1;
	padding:10px;
	padding-top:0px;
}
#filter .column{
	width:178px;
	/*height:150px;*/
	float:left;
	display:inline;
	font-size:11px;
}
#filter .column strong{
	float:left;
	display:inline;
	font-size:11px;
	padding-bottom:10px;
	padding-top:10px;
}
#filter .column ul {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:178px;
	list-style-position:outside;
}
#filter .column ul li {
	display:block;
	height:16px;
	*height:auto;
	margin:0;
	padding:0;
	width:190px;
}
#filter .column ul, #filter .column ul li {
	overflow:hidden;
}
#filter .column ul li .c {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
}
#filter .column ul li label {
	cursor:pointer;
	display:inline;
	float:left;
	line-height:12px;
	padding:0 0 0 7px;
	font-size:11px;
}
#filter .column ul li a {
	cursor:pointer;
	display:inline;
	float:left;
	font-size:11px;
	color:#4888c0;
	text-decoration:underline;
}

#sorting{
	float:left;
	display:inline;
	width:739px;
	border: 1px solid #d1d1d1;
	border-top:none;
	background:url(../img/blue.gif) top left repeat-x #FFF;
	padding:0;
	margin:0;
}
#sorting strong{
	float:left;
	display:inline;
	padding:8px 0px 7px 10px;
	color:#004a8b;
}
#sorting .selected-down{
	float:right;
	display:inline;
	padding:8px 0px 7px 10px;
	color:#333;
	width:150px;
	background:#f0f5f9 url(../img/bg-sort_down.gif) top right no-repeat;
	border-left: 1px solid #d1d1d1;
	font-weight:bold;
	text-decoration:none;
}
#sorting .selected-up{
	float:right;
	display:inline;
	padding:8px 0px 7px 10px;
	color:#333;
	width:150px;
	background:#f0f5f9 url(../img/bg-sort_up.gif) top right no-repeat;
	border-left: 1px solid #d1d1d1;
	font-weight:bold;
	text-decoration:none;
}
#sorting .notselected{
	float:right;
	display:inline;
	padding:8px 0px 7px 10px;
	color:#333;
	width:150px;
	border-left: 1px solid #d1d1d1;
	text-decoration:none;
}
#sorting .notselected:hover{
	background:#F8FAFC;
	margin-top:1px;
	padding-top:7px;
}
#prod_boxes{
	float:left;
	display:inline;
	margin-top:11px;
	border:1px solid #ffdae6;
	border-bottom:none;
	border-top:none;
	width:739px;
	padding:0;
}
#prod_boxes .row{
	float:left;
	display:inline;
	border-top:1px solid #ffdae6;
	width:739px;
	padding:0;
}
.product-block{
	float:left;
	display:inline;
	width:154px;
	height:338px;
	border-right:1px solid #ffdae6;
	background:url(../img/bg-productblock.gif) top left no-repeat;
	padding:15px;
	padding-bottom:0px;
	position:relative;
}




.product-block form, .product-block fieldset{
	float:left;
	display:inline;
	width:154px;
}
.product-block .promo{
	width:186px;
	height:22px;
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(../img/bg-promo.gif) top left no-repeat;
	text-align:center;
	padding-top:6px;
}
.product-block .pic{
	width:152px;
	height:152px;
	float:left;
	display:inline;
	border:1px solid #ffdae6;
	text-align:center;
	overflow:hidden;
}
.product-block .pic table{
	width:152px;
	height:152px;
	vertical-align:middle;
}
.product-block .pic td{
	height:152px;
	vertical-align:middle;
}
.product-block .pic img{
	*max-width:122px;
	*max-height:122px;
	width:122px;
}
.product-block .title{
	float:left;
	display:inline;
	height:27px;
	width:154px;
	padding:12px 0 8px 0;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	text-align:center;
	overflow:hidden;
	line-height:12px;
	font-size:11px;
}
.product-block .descr-left{
	float:left;
	display:inline;
	height:14px;
	width:77px;
	padding:2px 0 2px 0;
	color:#333;
	font-size:11px;
	background:#FFF;
	border-bottom:1px solid #d1d1d1;
}
.product-block .descr-right{
	float:left;
	display:inline;
	height:14px;
	width:77px;
	padding:2px 0 2px 0;
	color:#333;
	font-size:11px;
	background:#FFF;
	border-bottom:1px solid #d1d1d1;
}
.product-block .descr{
	float:left;
	display:inline;
	width:156px;
	padding:5px 0 5px 0;
}
.product-block .price{
	float:left;
	display:inline;
	width:156px;
	height:47px;
	color:#ff0f5a;
	text-align:center;
	overflow:hidden;
	font-size:11px;
}
.product-block .strike{
	color:#4888c0;
	font-size:11px;
	font-weight:normal;
	text-decoration:line-through;
}
.product-block .buy{
	float:left;
	display:block;
	width:135px;
	height:28px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-left:12px;
	background:url(../img/btn-productblock.gif) top left no-repeat;
	text-decoration:none;
	padding:0px;
	cursor:pointer;
}

.product-block .buy:hover{
	background:url(../img/btn-productblock.gif) top right no-repeat;
}
.pagination{
	width:739px;
	height:37px;
	float:left;
	display:inline;
	background:url(../img/bg-pagination.gif) top left repeat-x;
	font-weight:bold;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
.pagination span{
	width:60px;
	height:26px;
	float:left;
	display:inline;
	padding:11px 0 0 10px;
}
.pagination a{
	height:26px;
	float:left;
	display:inline;
	padding:11px 10px 0 10px;
	color:#4888c0;
	text-decoration:none;
}
.pagination a:hover{
	height:26px;
	float:left;
	display:inline;
	padding:11px 10px 0 10px;
	text-decoration:none;
	background:url(../img/bg-pagination-hover.gif) top left repeat-x;
}
.pagination a.nr{
	color:#333;
}
.pagination a.nr:hover{
	background:url(../img/bg-pagination-hover.gif) top left repeat-x;
}
.pagination a.selected{
	color:#666;
	background:url(../img/bg-pagination-selected.gif) top left repeat-x;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DETAILS * * * * * * * * * * * * * * * * * * */


#product-summary{
	width:958px;
	float:left;
	display:block;
	border:1px solid #d1d1d1;
	background:url(../img/bg-details-summary.gif) top left repeat-y #FFF;
	position:relative;
}
#product-summary .thumbs{
	width:91px;
	float:left;
	display:inline;
	/*border-right:1px solid #d6dfe8;*/
}
.thumbs .pic{
	width:67px;
	height:67px;
	float:left;
	display:inline;
	margin:11px 0 0 11px;
	overflow:hidden;
	border:1px solid #d6dfe8;
	background:#FFF;
}
.thumbs .pic table{
	float:left;
	display:inline;
	width:67px;
	height:67px;
	vertical-align:middle;
	text-align:center;
}
.thumbs .pic td{
	height:67px;
	width:67px;
	vertical-align:middle;
	text-align:center;
}
.thumbs .pic a img{
	width:60px;
	border:none;
	margin:0 auto;
}
#product-summary .bigpic{
	height:331px;
	width:331px;
	float:left;
	display:inline;
	overflow:hidden;
}
.bigpic table{
	float:left;
	display:inline;
	width:331px;
	height:331px;
	vertical-align:middle;
	text-align:center;
}
.bigpic td{
	width:331px;
	height:331px;
	vertical-align:middle;
	text-align:center;
}
.bigpic img{
	width:291px;
}
#product-summary .info{
	width:495px;
	display:inline;
	margin:22px 22px 22px 0;
	float:right
}
#product-summary .info h2{
	width:495px;
	font-size:13px;
	color:#ff0f5a;
	padding:0;
	margin:0;
	text-align:right;
	float:left;
	display:inline;
}
.info .useful{
	width:495px;
	margin:10px 0;
	float:left;
	display:inline;
}
.info .useful .row{
	width:495px;
	float:left;
	display:inline;
	border-bottom:1px solid #FFF;
	background:#f1f1f1;
	margin-right:-3px;
	
}
.info .useful .left{
	width:127px;
	float:left;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}
.info .useful .right{
	width:352px;
	float:right;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}
.info .price{
	width:495px;
	float:left;
	display:inline;
	font-size:12px;
}
.info .price .row{
	width:495px;
	float:left;
	display:inline;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	border-bottom:1px solid #d6dfe8;
	background:#FFF;
	*height:30px;
	*overflow:hidden
}
.info .price .left{
	width:127px;
	float:left;
	display:inline;
	padding:2px 4px;
	font-weight:bold;
}
.info .price .greenstamp{
	width:264px;
	float:left;
	display:inline;
	padding:2px 4px;
	margin:10px 0 0 0;
	background:#f2ffd3;
	font-style:italic;
	font-size:11px;
	text-align:center;
}
.info .price .middle{
	width:177px;
	float:left;
	display:inline;
	padding:2px 4px;
	font-weight:bold;
	color:#ff0f5a;
}
.info .price .right{
	width:167px;
	float:right;
	display:inline;
	padding:2px 4px;
}
.info form{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	margin-right:-3px;

	}
.info fieldset{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
.info .price .qty{
	background:#FFF;
	margin-top:-3px;
	border-left:1px solid #626659;
	border-top:1px solid #626659;
	border-right:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
	height:17px;
	width:52px;
	padding:2px 0 0 2px;
}
.info .price label{
	margin-right:4px;
	font-weight:bold;
}
.info .strike{
	text-decoration:line-through;
	color:#333;
}
.info .buy{
	width:495px;
	height:28px;
	float:left;
	display:inline;
	text-align:center
}
.info .buy .btnEN{
	float:left;
	display:inline;
	height:28px;
	width:166px;
	background:url(../img/btn-addtocartEN.gif) top left no-repeat;
	margin-left:153px;
	cursor:pointer;
}
.info .buy .btnRO{
	float:left;
	display:inline;
	height:28px;
	width:185px;
	background:url(../img/btn-addtocartRO.gif) top left no-repeat;
	cursor:pointer;
	margin-left:153px;
}
.info .buy .btnNL{
	float:left;
	display:inline;
	height:28px;
	width:262px;
	background:url(../img/btn-addtocartNL.gif) top left no-repeat;
	cursor:pointer;
	margin-left:113px;
}
#details-centercontent{
	float:left;
	display:block;
	margin-top:11px;
	width:742px;
}
#details-centercontent .title{
	float:left;
	display:inline;
	padding:6px 2px;
	color:#4888c0;
	font-weight:bold;
	border-bottom:1px solid #d6dfe8;
	width:738px;
	margin-bottom:6px;
}
#details-centercontent .title span{
	color:#333;
	font-weight:normal;
}
#details-centercontent .text{
	float:left;
	display:inline;
	width:738px;
	margin-bottom:11px;
	padding:0 2px;
	text-align:justify;
}
.text .rowa{
	width:738px;
	float:left;
	display:inline;
	border-bottom:1px solid #FFF;
	background:#f1f1f1;
}
.text .rowb{
	width:738px;
	float:left;
	display:inline;
	border-bottom:1px solid #FFF;
	background:#e8e8e8;
}
.text .left{
	width:230px;
	float:left;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}
.text .right{
	width:492px;
	float:right;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}
#details-centercontent #embed{
	float:left;
	display:inline;
	}
#details-centercontent .actions{
	display:inline;
	float:left;
	width:740px;
	border: 1px solid #d1d1d1;
	background:#f7f7f7;
	margin:0 0 11px 0;
}
#details-centercontent .actions a.info-supl{
	display:inline;
	float:left;
	width:155px;
	height:46px;
	font-size:11px;
	text-decoration: none;
	color:#999;
	background:url(../img/bg-info-supl.jpg) top left no-repeat;
	padding:10px 10px 0 80px;
	line-height:11px;
}
#details-centercontent .actions a strong{
	font-size:12px;
	color:#333
	}
#details-centercontent .actions a.compare{
	display:inline;
	float:left;
	width:155px;
	height:46px;
	font-size:11px;
	text-decoration: none;
	color:#999;
	background:url(../img/bg-comp.jpg) bottom left no-repeat;
	padding:10px 10px 0 80px;
	line-height:11px;
}
#details-centercontent .actions a.comm{
	display:inline;
	float:left;
	width:175px;
	height:46px;
	font-size:11px;
	text-decoration: none;
	color:#999;
	background:url(../img/bg-comm.jpg) bottom left no-repeat;
	padding:10px 0 0 70px;
	line-height:11px;
}
#details-centercontent .alarm{
	display:inline;
	float:left;
	width:625px;
	border: 1px solid #d1d1d1;
	background:url(../img/icon-alarm.jpg) bottom left no-repeat #f1f1f1;
	font-size:12px;
	margin:41px 0 31px 0;
	padding:15px 10px 5px 105px;
}
.alarm span{
	float:left;
	display:inline;
	margin-bottom:5px;
	width:625px;
}
.alarm .input{
	float:left;
	display:inline;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:200px;
	height:18px;
	margin:6px 0 0 13px;
	padding:2px 0 0 2px;
}
.alarm .input:focus{
	background:#edffc7;
}
.alarm fieldset, .alarm form{float:left; display:inline;}
.alarm fieldset span{
	float:left;
	display:inline;
	width:190px;
	margin:8px 0 0 10px;
}
.alarm .btn{
	width:91px;
	height:28px;
	text-align:center;
	color:#333;
	background:url(../img/bg-btn-blue.gif) top left no-repeat;
	float:right;
	display:inline;
	margin-top:2px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}
.alarm .btn:hover{
	background:url(../img/bg-btn-green.gif) top left no-repeat;
	}

#details-centercontent .notice{
	display:inline;
	float:left;
	width:720px;
	border: 1px solid #d6dfe8;
	background:#f7fbff;
	font-size:12px;
	margin:0px 0 11px 0;
	padding:5px 10px 5px 10px;
}
.notice strong{
	color:#4888c0;
	float:left;
	display:inline;
	margin-bottom:5px;
	width:720px;
}
.notice span{
	float:left;
	display:inline;
	margin-bottom:5px;
	width:720px;
}
.notice .input{
	float:left;
	display:inline;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:200px;
	height:18px;
	margin:6px 0 0 0;
	padding:2px 0 0 2px;
}
.alarm .input:focus{
	background:#edffc7;
}
.notice fieldset, .notice form{float:left; display:inline;width:720px;}
.notice fieldset span{
	float:left;
	display:inline;
	width:190px;
	margin:8px 0 0 10px;
}
.notice .btn{
	width:91px;
	height:22px;
	text-align:center;
	color:#333;
	background:url(../img/bg-btn-blue.gif) top left no-repeat;
	float:right;
	display:inline;
	margin-top:2px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0 0 0;
}

#details-centercontent .comment{
	float:left;
	display:inline;
	width:742px;
	margin-bottom:11px;
	text-align:justify;
	padding-bottom:8px;
	border-bottom: 1px solid #d6dfe8;
}
#details-centercontent .comment strong{
	float:left;
	display:inline;
	width:642px;
	margin-bottom:5px;
}
#details-centercontent .comment .date{
	float:left;
	display:inline;
	width:100px;
	text-align:right;
	margin-bottom:5px;
}
#details-centercontent .showall{
	float:right;
	display:inline;
	color:#4888c0;
	font-weight:bold;
}
#details-centercontent .comment img{
	padding-bottom:4px
}
#details-rightcontent{
	float:left;
	display:block;
	padding-left:10px;
	width:208px;
}
#details-rightcontent .sidebox{
	width:206px;
	float:left;
	display:inline;
	border: 1px solid #d6dfe8;
	border-bottom:none;
	margin-top:11px;
}
.sidebox .title{
	width:196px;
	display:inline;
	float:left;
	background:url(../img/bg-side-h2.gif) top right no-repeat #b21252;
	color:#FFF;
	padding:8px 0 8px 10px;
	font-weight:bold
}
.sidebox .wrapper{
	float:left;
	display:inline;
	width:206px;
}
.sidebox .wrapper .smallprod-block{
	width:206px;
	height:158px;
	float:left;
	display:inline;
	border:none;
}
.sidebox .wrapper .smallprod-block .pic{
	width:108px;
	height:108px;
	float:left;
	display:inline;
	margin:10px 49px 0 49px;
	overflow:hidden;
	text-align:center;
}
.sidebox .wrapper .smallprod-block .pic table{
	float:left;
	display:inline;
	width:108px;
	height:108px;
	vertical-align:middle;
	text-align:center;
}
.sidebox .wrapper .smallprod-block .pic td{
	height:108px;
	width:108px;
	vertical-align:middle;
}
.sidebox .wrapper .smallprod-block .pic img{
	max-width:108px;
	max-height:108px;
	*width:108px;
}
.sidebox .wrapper .smallprod-block .text{
	width:186px;
	height:40px;
	float:left;
	display:inline;
	margin:5px 10px;
	text-align:center;
}
.sidebox .wrapper .smallprod-block .text a{
	color:#333;
	text-decoration:none;
	font-weight:bold
	}
#details-rightcontent a.expand{
	height:12px;
	width:208px;
	float:left;
	display:inline;
	background:url(../img/bg-btn-expand_side.gif) top center no-repeat;
}
#details-rightcontent a.expand:hover{
	background:url(../img/bg-btn-expand_side.gif) bottom center no-repeat;
}
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CART * * * * * * * * * * * * * * * * * * */

.cart-block{
	width:717px;
	float:left;
	display:block;
	border:1px solid #d1d1d1;
	padding:11px;
	margin-bottom:11px;
}
.cart-content-row{
	width:715px;
	float:left;
	display:inline;
	background: url(../img/bg-cart-row.gif) repeat-y top left;
	border:1px solid #ffdae6;
	margin-bottom:1px;
	position:relative;
}

.cart-content-column{
	float:left;
	display:inline;
	padding:5px;
}
.cart-content-row-head{
	width:715px;
	float:left;
	display:inline;
	font-weight:bold;
	border:1px solid #FFF;	
}
.cart-content-column-head{
	float:left;
	display:inline;
	padding:5px;
}
.last{
	border:none;
}
.cart-content-column .pic{
	width:67px;
	height:67px;
	float:left;
	display:inline;
	margin-right:5px;
	overflow:hidden;
	border:1px solid #d6dfe8;
	background:#FFF;
}
.cart-content-column .pic table{
	float:left;
	display:inline;
	width:67px;
	height:67px;
	vertical-align:middle;
	text-align:center;
}
.cart-content-column .pic td{
	height:67px;
	width:67px;
	vertical-align:middle;
	text-align:center;
}
.cart-content-column .pic a img{
	width:60px;
	border:none;
	margin:0 auto;
}
.cart-content-column .name{
	font-weight:bold;
	float:left;
	display:inline;
	height:30px;
	width:367px;
}
.cart-content-column .descr{
	float:left;
	display:inline;
	height:38px;
	width:367px;
	font-size:11px;
	overflow:hidden;
	line-height:12px;
	color:#666
}
.cart-content-column .qty{
	border:none;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:60px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	}
.cart-content-column .qty:focus{
	background:#edffc7;
	}
.cart-content-column a{
	cursor:pointer;
	font-size:12px;
	color:#ff0f5a;
	text-decoration:underline;
	}
.cart-content-row .removeRO{
	position:absolute;
	width:19px;
	height:81px;
	top:-1px;
	right:-1px;
	background:url(../img/btn-cart-removeRO.gif) top left #4888c0;
}
.cart-content-row .removeEN{
	position:absolute;
	width:19px;
	height:81px;
	top:-1px;
	right:-1px;
	background:url(../img/btn-cart-removeEN.gif) top left #4888c0;
}
.cart-content-row .removeNL{
	position:absolute;
	width:19px;
	height:81px;
	top:-1px;
	right:-1px;
	background:url(../img/btn-cart-removeNL.gif) top left #4888c0;
}
.cart-content-row .removeDE{
	position:absolute;
	width:19px;
	height:81px;
	top:-1px;
	right:-1px;
	background:url(../img/btn-cart-removeDE.gif) top left #4888c0;
}
.login-head{
	width:717px;
	float:left;
	display:block;
	border:1px solid #d1d1d1;
	padding:11px;
	background:#ffdae6;
	font-weight:bold;
}
.login-content{
	width:717px;
	float:left;
	display:block;
	border:1px solid #ffdae6;
	border-top:none;
	padding:11px;
	background:#ffecf2;
}
.login-content .column{
	width:358px;
	float:left;
	display:inline;
}
.login-content .column strong{
	width:358px;
	float:left;
	display:inline;
	margin-bottom:10px;
}
.login-content .column form, .login-content .column fieldset{
	width:358px;
	float:left;
	display:inline;
}
.login-content .column label{
	width:120px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
}
.login-content .column .input-text{
	border:none;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:220px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	float:left;
	display:inline;
	margin-bottom:5px;
	}
.login-content .column a{
	width:160px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
	color:#004a8b;
	text-decoration:underline;
}
.login-content .column .btn{
	width:91px;
	height:28px;
	text-align:center;
	color:#333;
	background:url(../img/bg-btn-green.gif) top left no-repeat;
	float:right;
	margin-right:15px;
}
.cart-head{
	width:705px;
	float:left;
	display:inline;
	background:#ffecf2;
	border:1px solid #ffdae6;
	margin-bottom:1px;
	padding:5px;
	font-weight:bold;
}
.cart-content{
	width:705px;
	float:left;
	display:inline;
	border:1px solid #d3dde6;
	border-top:none;
	border-bottom:none;
	margin-bottom:1px;
	padding:5px;
}
.cart-block .expand, .cart-block .expand:hover{
	width:717px;
	margin-bottom:11px;
}
#cart-adress, #cart-delivery, #cart-info, #cart-discount, #cart-gift, #profile-password-change{
	width:705px;
	float:left;
	display:none;
	padding-top:5px;
	border-top:1px solid #d3dde6;
	margin-top:5px;
}
#profile-orders{
	width:705px;
	float:left;
	display:inline;
	padding-top:5px;
	border-top:1px solid #d3dde6;
	margin-top:5px;
}
#info-jurid{
	float:left;
	display:none;
}
.cart-block .row{
	width:705px;
	float:left;
	display:inline;
}
.cart-block .column{
	width:352px;
	float:left;
	display:inline;
}
.cart-content .column strong{
	width:352px;
	float:left;
	display:inline;
	margin-bottom:10px;
	text-decoration:underline
}
.cart-block form, .cart-block fieldset{
	float:left;
	display:inline;
}
.cart-block label{
	width:120px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
}
.cart-block .long{
	width:330px;
	margin:0px;
}
.cart-block .medium{
	width:250px;
}
.cart-block .input-text{
	border:1px solid #e6eef4;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:220px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	float:left;
	display:inline;
	margin-bottom:5px;
	}
.cart-block .input-text:focus{
	background:#edffc7;
	}
.cart-block textarea{
	border:1px solid #e6eef4;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:340px;
	height:100px;
	padding:2px 0 0 2px;
	float:right;
	display:inline;
	margin-bottom:5px;
	}
.cart-block textarea:focus{
	background:#edffc7;
	}
.cart-block select{
	width:227px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 2px 2px 0;
	float:left;
	display:inline;
	margin-bottom:5px;
}
.cart-block .c {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin-top:5px;
	margin-right:5px;
}
.cart-block .radio {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin-top:5px;
	margin-right:5px;
}
.cart-block .btn{
	width:91px;
	height:28px;
	text-align:center;
	color:#333;
	background:url(../img/bg-btn-blue.gif) top left no-repeat;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
.cart-block .remarks{
	width:707px;
	float:left;
	display:inline;
	padding:5px;
}
.cart-block .remarks a{
	color:#ff0f5a;
	text-decoration:underline;
}
.totalcost{
	width:717px;
	float:left;
	display:block;
	border:1px solid #ffdae6;
	padding:11px;
	background:#ffecf2;
}
.totalcost span{
	float:left;
	display:inline;
	font-size:36px;
}
.totalcost strong{
	color:#ff0f5a;
	font-weight:normal;
	font-size:36px;
}
.totalcost .btnRO{
	float:right;
	display:inline;
	width:166px;
	height:47px;
	background: url(../img/btn-sendRO.gif) top left no-repeat;
}
.totalcost .btnEN{
	float:right;
	display:inline;
	width:166px;
	height:47px;
	background: url(../img/btn-sendEN.gif) top left no-repeat;
}
.totalcost .btnNL{
	float:right;
	display:inline;
	width:166px;
	height:47px;
	background: url(../img/btn-sendNL.gif) top left no-repeat;
}
h3 {
	color:#ff0f5a;
	display:inline;
	float:left;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
	width:960px;
	padding:8px 0 3px 0;
	border-bottom:1px solid #f1f1f1;
	text-transform:uppercase
}

.licit-row{
	width:960px;
	display:block;
	float:left;
	text-align:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0;
	}
.licit-column{
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:5px 0px;
	}
.licit-column .c{
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin:4px 5px 0 0;
}
.licit-column-ex{
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:0px 0px 5px 212px;
	width:506px;
	color:#999
	}
.licit-column-nopadding{
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	padding:0px;
	}
	
.licit-textfield{
	float:left;
	display:inline;
	width:743px;
	height:18px;
	border:none;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #e9eae5;
	border-right:1px solid #e9eae5;
	background:#FFF;
	margin-left:10px;
	color:#666;
	padding:2px 2px 0 2px;
}
.licit-textfield2{
	float:left;
	display:inline;
	width:433px;
	height:18px;
	border:none;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #e9eae5;
	border-right:1px solid #e9eae5;
	background:#FFF;
	margin-left:10px;
	color:#666;
	padding:2px 2px 0 2px;
}
.licit-textfield-small{
	float:left;
	display:inline;
	width:226px;
	height:18px;
	border:none;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #e9eae5;
	border-right:1px solid #e9eae5;
	background:#FFF;
	margin-left:10px;
	color:#666;
	padding:2px 2px 0 2px;
}
.licit-select{
	float:left;
	display:inline;
	width:750px;
	height:24px;
	background:#FFF;
	margin-left:10px;
	color:#666;
}

.licit-textarea{
	float:left;
	display:inline;
	width:433px;
	height:100px;
	border:none;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #e9eae5;
	border-right:1px solid #e9eae5;
	background:#FFF;
	margin-left:10px;
	color:#666;
	padding:2px 2px 0 2px;	
}

.licit-row label{
	width:150px;
	display:inline;
	float:left;
	padding-top:3px;
}
.licit-row .range{
	display:inline;
	float:left;
	margin-left:10px;
}
.licit-submit{
	float:left;
	display:inline;
	width:91px;
	height:28px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-left:433px;
	background:url(../img/btn-productblock.gif) top left no-repeat;
	text-decoration:none;
	padding:0px;
	cursor:pointer;
}
.licit-submit:hover{
	background:url(../img/btn-productblock.gif) top right no-repeat;
}
h1 .subt{
	font-weight:normal;
	color:#333;
	font-size:11px;
}
h1 .top{
	position:absolute;
	width:714px;
	height:2px;
	line-height:0px;
	top:-2px;
	left:0px;
	background:url(../img/h1-top.gif) top left no-repeat;
}

#yahoo-map{  
   height: 270px;  
   width: 320px; 
}
.error-block{
	border:1px solid #e49999;
	background:#fff2f2;
	display:block;
	float:left;
	margin-bottom:11px;
	padding:11px;
	width:717px;
	color:#FF0000;
	font-weight:bold;
	text-align:center
}
.display_tags{
	float:left;
	display:inline;
	margin:10px 0;
}
.display_tags a{
	color:#333;
	text-decoration:none;
}
.display_tags a:hover{
	text-decoration:underline;
}
