@import url(base.css);
@import url(text-styles.css);

/* ** ** ** ** ** ** ** ** page ** ** ** ** ** ** ** ** */

/* -- -- -- -- -- -- -- -- content -- -- -- -- -- -- -- -- */

body{
	background:url(/public/design/img/layout/header-bg.jpg) top left repeat-x;
	min-width:1000px;
	_width:expression(document.body.clientWidth < 1000? "1000px": 'auto' );
}

.page-bg{
	background:url(/public/design/img/layout/page-bottom-bg.gif) bottom left repeat-x;
}

.rounded h2{
	line-height:25px;
	height:25px;
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	background:#bbd8ef;
	padding-left:9px;
	text-transform:uppercase;
}

.content-wrapper{
	min-width:922px;
	padding:0 39px;
	max-width:85%;
	/*width:922px;*/
	_width:expression(document.body.clientWidth * 0.85 < 922? "922px": document.body.clientWidth * 0.85 + 'px' );
	margin:0 auto;
	background:url(/public/design/img/layout/head.jpg) 40% 0px no-repeat;
	padding-top:18px;
}

.main .content-wrapper{
	background:url(/public/design/img/layout/head2.jpg) 30% 0px no-repeat;
}

.logo-bg{
	position:absolute;
	top:20px;
	background:url(/public/design/img/layout/logo.png) bottom no-repeat;
	width:214px;
	height:81px;
	z-index:0;
}
.logo{
	display:block;
	height:81px;
	width:214px;
	position:relative;
	z-index:100;
}

/* ** ** ** ** ** ** ** ** tip ** ** ** ** ** ** ** ** */
.tip{
	float:right;
	margin-top:-10px;
	height:153px;
	font-size:1.1em;
	line-height:1.1em;
	color:#333;
	width:405px;
}

.tip a{
	font-size:0.9166em;
	line-height:0.9166em;
}

.tip .right-side{
	float:right;
	width:5px;
	background:url(/public/design/img/layout/tip-right-bg.png);
	height:153px;
}

.tip .middle-side{
	 float:right;
	 width:347px;
	 padding:0 13px;
	 height:153px;
	 background:url(/public/design/img/layout/tip-middle-bg.gif) repeat-x;
}

.tip .left-side{
	float:right;
	width:24px;
	background:url(/public/design/img/layout/tip-left-bg.png);
	height:153px;
}

.tip ul{
	margin-bottom:26px;
	text-align:center;
}

.tip ul li{
	padding:0px 25px 0px 13px;
	display:inline;
	border-right:1px dotted #4e8bc1;
}

.tip ul li .ulmap{
	display:inline;
	padding:0px 1px 0px 13px;
	border-right:1px dotted #4e8bc1;
}

.tip ul li.last{
	border-right:none;
}
.tip ul li a{
	line-height:24px;
	font-weight:bold;
	font-size:1.1818em;
}
/* -- -- -- -- -- -- -- -- tip -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** tip-little ** ** ** ** ** ** ** ** */
.tip-little{
	float:right;
	height:120px;
	font-size:1.1em;
	line-height:1.1em;
	color:#333;
	width:466px;
}

.tip-little a{
	font-size:0.9166em;
	line-height:0.9166em;
}

.tip-little .top{
	float:right;
	width:340px;
	height:24px;
	margin-bottom:7px;
}

.tip-little .top .right-side{
	float:right;
	width:4px;
	background:url(/public/design/img/layout/tip-top-right.png);
	height:24px;
}

.tip-little .top .middle-side{
	float:right;
	width:332px;
	background:url(/public/design/img/layout/tip-top-middle.gif) repeat-x;
	height:24px;
}

.tip-little .top .left-side{
	float:right;
	width:4px;
	background:url(/public/design/img/layout/tip-top-left.png);
	height:24px;
}

.tip-little .bottom{
	width:466px;
	height:82px;
	clear:right;
}

.tip-little .bottom .right-side{
	float:right;
	width:4px;
	background:url(/public/design/img/layout/tip-bottom-right2.png);
	height:82px;
}

.tip-little .bottom .middle-side{
	 float:right;
	 width:414px;
	 padding:0 4px 0 2px;
	 /*padding-top:10px;*/
	 /*padding-bottom:5px;*/
	 height:82px;
	 background:url(/public/design/img/layout/tip-bottom-middle2.gif) repeat-x;
}

.tip-little .bottom .middle-side .random {
	margin-top: -11px;
}

.tip-little .bottom .left-side{
	float:right;
	width:4px;
	background:url(/public/design/img/layout/left-left.png);
	height:82px;
}

.tip-little ul{
	text-align:center;
}

.tip-little ul li{
	display:inline;
	padding:0 2.3%;
	border-right:1px dotted #4e8bc1;
}
.tip-little ul li.last{
	border-right:none;
}
.tip-little ul li a{
	line-height:24px;
	font-weight:bold;
	font-size:1.1818em;
}
/* -- -- -- -- -- -- -- -- tip-little -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** special ** ** ** ** ** ** ** ** */
.special{
	width:178px;
	height:24px;
	background:url(/public/design/img/layout/special-bg.png);
	margin-top:11px;
	padding-top:9px;
	text-align:center;
}

.special a{
	color:#333 !important;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	font-size:1.3em;
	position:relative;
	z-index:100;
}
/* -- -- -- -- -- -- -- -- special -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** structure-main ** ** ** ** ** ** ** ** */
.structure-main{
	overflow:auto;
	clear:both;
	padding-top:13px;
	_padding-top:12px;
}

.structure-main .left-side{
	width:178px;
	float:left;
}

.structure-main .right-side{
	margin-left:188px;
	_margin-left:185px;
}
/* -- -- -- -- -- -- -- -- structure-main -- -- -- -- -- -- -- -- */

.catalog-structure{
	overflow:auto;
}

.catalog-structure .right-side{
	width:178px;
	float:right;
	margin-left:0;
}

.catalog-structure .left-side{

	width:auto;
	float:none;
	_height:1%;
}
/* ** ** ** ** ** ** ** ** menu ** ** ** ** ** ** ** ** */
.menu li{
	display:block;
	margin-bottom:1px;
}
.menu li a, .menu li span{
	display:block;
	line-height:32px;
	background-color:#e2eff9;
	padding-left:14px;
	color:#333 !important;
	font-weight:bold;
	_display:inline-block;
	_width:164px;
}

 .menu li span.opened{
 font-size:1.2em;
	text-decoration:none;
	background-color:#bdd8ef;
}

 .menu li span.zopened{
 font-size:1.2em;
	text-decoration:none;

}

.menu li a:hover,.menu li a.opened:hover{
	background-color:#bdd8ef;
	text-decoration:underline;
}

.menu li a:active,.menu li a.opened:active{
	background-color:#7baada;
	color:white !important;
}

.menu li a.first{
	padding-top:10px;
	background-image:url(/public/design/img/layout/menu-top-bg.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
}
.menu-bottom{
	height:70px;
	background:url(/public/design/img/layout/menu-bottom-bg.jpg);
	margin-bottom:46px;
}

/* -- -- -- -- -- -- -- -- menu -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** search ** ** ** ** ** ** ** ** */
.search{
	height:27px;
	padding-top:8px;
	padding-left:7px;
	margin-bottom:10px;
	background:url(/public/design/img/layout/search-bg.gif);
}

.search input{
	width:106px;
	height:15px;
	border:none;
	padding:2px 5px;
	float:left;
	background:white;
	font-size:1.1em;
}

.search a{
	float:left;
	width:47px;
	height:19px;
	background:url(/public/design/img/layout/search-submit-bg.gif);
}

.search a:hover{
	background-position:0px -19px;
}

.search a:active{
	background-position:0px -38px;
}
/* -- -- -- -- -- -- -- -- search -- -- -- -- -- -- -- -- */

.rounded{
	position:relative;
	margin-bottom:10px;
}

.rounded.searchb{
	margin-bottom:4px;

}

.rounded .top-left{
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:4px;
	overflow:hidden;
	background:url(/public/design/img/layout/rounded-top-left-bg.gif);
}

.rounded .top-right{
	position:absolute;
	top:0;
	right:0;
	width:4px;
	height:4px;
	overflow:hidden;
	background:url(/public/design/img/layout/rounded-top-right-bg.gif);
}

.rounded .bottom-left{
	position:absolute;
	bottom:0;
	left:0;
	width:4px;
	height:4px;
	overflow:hidden;
	background:url(/public/design/img/layout/rounded-bottom-left-bg.gif);


}

.rounded.popularity .bottom-left,.rounded.content .bottom-left{
	background:url(/public/design/img/layout/rounded-pop-bottom-left-bg.gif) !important;
}

.rounded.searchb .bottom-left{
	background:url(/public/design/img/layout/rounded-search-bottom-left-bg.gif);

}

.rounded .bottom-right{
	position:absolute;
	bottom:0;
	right:0;
	width:4px;
	height:4px;
	overflow:hidden;
	background:url(/public/design/img/layout/rounded-bottom-right-bg.gif);
}

.rounded.popularity .bottom-right,.rounded.content .bottom-right{
	background:url(/public/design/img/layout/rounded-pop-bottom-right-bg.gif) !important;
}

.rounded.searchb .bottom-right{
	background:url(/public/design/img/layout/rounded-search-bottom-right-bg.gif);
}

.rounded h1{
	line-height:25px;
	height:25px;
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	background:#bbd8ef;
	padding-left:9px;
	text-transform:uppercase;
}


.rounded.content h2{
	margin-bottom:15px;
	color:#546f84;
	font-size:2.0em;
}

.rounded.searchb h2{
	margin-bottom:1px;
}

.rounded.catalog{
	height:106px;
}
.rounded.popularity{
	height:auto;
}

.rounded.searchb{
	height:92px;
	overflow:hidden;
}

.rounded.content{
	_height:100px;
}

.rounded.catalog .inner{
	background:#e2eff9;
	border-left:1px solid #a6c3dd;
	border-right:1px solid #a6c3dd;
	border-bottom:2px solid #a6c3dd;
	padding:5px;
	overflow:hidden;
	height:69px;
}

.rounded.popularity .inner{
	background:#fff;
	border-left:1px solid #e3e7ea;
	border-right:1px solid #e3e7ea;
	border-bottom:2px solid #e3e7ea;
	overflow:auto;
	height:100%;
}

.rounded.searchb .inner{
	background:#e2f4f9;
	border:none;
	overflow:hidden;
	height:67px;
}

.product .rounded.content{
	clear:both;
	width:100%;
}

.rounded.content .inner{
	background:#fff;
	border-left:1px solid #e3e7ea;
	border-right:1px solid #e3e7ea;
	border-bottom:1px solid #e3e7ea;
	padding:25px;
	_height:100px;
}

/* ** ** ** ** ** ** ** ** .rounded.catalog ** ** ** ** ** ** ** ** */
.rounded.catalog .inner div{
	width:33%;
	float:left;
}
.rounded.catalog .inner div.middle{
	width:34%;
	_width:33.9%;
}
.rounded.catalog .inner a{
	width:238px;
	height:69px;
	margin:0 auto;
	display:block;
	background:url(/public/design/img/layout/catalog.png);
}

.rounded.catalog .inner .first{
	background-position:0px -69px;
}

.rounded.catalog .inner .first:hover{
	background-position:0px 0px;
}

.rounded.catalog .inner .second{

	background-position:476px -69px;
}

.rounded.catalog .inner .second:hover{
	background-position:476px 0px;
}

.rounded.catalog .inner .third{
	background-position:238px -69px;
}

.rounded.catalog .inner .third:hover{
		background-position:238px 0px;
}
/* -- -- -- -- -- -- -- -- .rounded.catalog -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** .rounded.popularity ** ** ** ** ** ** ** ** */
.rounded.popularity .item{
	width:23%;
	padding:20px 0.8% 12px;
	float:left;
	border-right:1px solid #e3e7ea;
	text-align:center;
	overflow:none;
	height:195px;
}

.rounded.popularity .item.last{
	border-right:none;
}

.rounded.popularity .item .screen{
	text-align:center;
	height:65px;
	line-height:70px;
}


.rounded.popularity .item .about{
margin:0px !important;
border:0px solid blue;
height:54px !important;
}

.rounded.popularity .item .screen img{
	vertical-align:middle;
}
.rounded.popularity .item .title{
	font-weight:bold;
}

.rounded.popularity .item p{
	margin:10px auto 0;
	width:88%;
	text-align:left;
	color:#333;
	font-size:1.1em;
	line-height:1.1em;
}

.rounded.popularity .item .more{
	float:right;
	text-transform:capitalize;
	font-weight:bold;
	font-size:1em;
	line-height:18px;
}

.rounded.popularity .item span{
	color:#fff;
	background:url(/public/design/img/layout/hot-item-price-bg.gif);
	width:74px;
	height:18px;
	float:left;
	line-height:18px;
	text-align:center;
}

.rounded.popularity .item span b{
	font-weight:bold;
}
/* -- -- -- -- -- -- -- -- .rounded.popularity -- -- -- -- -- -- -- -- */

/* ** ** ** ** ** ** ** ** .rounded.searchb ** ** ** ** ** ** ** ** */
.rounded.searchb .item{
	width:50%;
	padding-top:2px;
	float:left;
	overflow:hidden;
	height:63px;
	font-size:1.1em;
	line-height:1.6em;
	color:#333;
}

.rounded.searchb .item b{
	font-weight:bold;
	display:block;
	margin-left:10px;
	margin-bottom:3px;
}

.rounded.searchb .item input{
	margin-left:10px;
}


/* -- -- -- -- -- -- -- -- .rounded.searchb -- -- -- -- -- -- -- -- */
.rounded.content p{
	color:#333;
	font-size:1.3em;
	line-height:1.3em;
	overflow:auto;
	margin-top: 10px;
}

.rounded.content p a{
	font-size:1em;
}

.rounded.content p img{
	float:left;
	margin-right:14px;
}

.rounded.content ul li{
	background:url(../img/layout/list-style.gif)  no-repeat;
	background-position:15px 7px;
	padding-left:32px;
	color:#333;
	font-size:1.3em;
	line-height:1.3em;
	margin-top: 5px;
}

.verstala
{
font-size:1.0em;

}


.rounded.content ul li a{
	font-size:1em;
}

.rounded.content ul.second-style{
	padding-left:38px;
}

.rounded.content ul.second-style li{
	background:url(../img/layout/list-style2.gif) left center no-repeat;
	background-position:0px 6px;
	padding-left:12px;
	color:#333;
	font-size:1em;
	line-height:1.3em;
}

.rounded.content h3{
	border-bottom:1px dashed #93b5d6;
	/*margin:15px 0;*/
	padding-bottom:1px;
	color:#546f84;
	font-size:1.7em;
}

.rounded.content h4{
	margin-bottom:15px;
	color:#546f84;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
}

.rounded.content h4.underline{
	border-bottom:1px dashed #93b5d6;
	padding-bottom:1px;
	margin:15px 0;
	font-size:1.3em;
	clear:left;
}



.rounded.content table {
}
.rounded.content table td{
	padding:7px 6px;
	font-size:1.1em;
	color:#333;
	border-bottom:1px solid #e6edf3;
}
.rounded.content table .header td{
	background:#dfe8f0;
	border-bottom:1px solid #c7d5e3;
	font-weight:bold;
	padding:6px;
}

.rounded.content table .light td{
	background:#f1f5f9;
}

.structure-small{

	clear:both;
}

.structure-small .left-side{
	float:left;
	width:49%;
}

.structure-small .left-side a{
	text-decoration : underline;
	color:#4e8bc1 !important;
}

.structure-small .left-side a:hover{
	text-decoration : underline;
}

.structure-small .right-side{
	float:right;
	width:49%;
}

.rounded-small{
	/*width:456px;*/
	height:77px;
	position:relative;
	padding-top:6px;
	background:url(/public/design/img/layout/rounded-small-middle-bg2.gif);
	background-repeat:repeat-x;
}

.rounded-small .left{
	width:12px;
	height:77px;
	position:absolute;
	top:0;
	left:0;
	background:url(/public/design/img/layout/rounded-small-left-bg2.gif) #fff;
	z-index:0;
	background-repeat:no-repeat;
}
.rounded-small .right{
	width:158px;
	height:77px;
	position:absolute;
	top:0;
	right:0;
	background:url(/public/design/img/layout/rounded-small-right-bg2.gif) #fff;
	background-repeat:no-repeat;
}

.rounded-small h3{
	margin-left:1px;
	margin-bottom:16px;
	padding-left:25px;
	width:171px;
	height:18px;
	font-weight:bold;
	font-size:1.2em;
	line-height:18px;
	background:url(/public/design/img/layout/rounded-small-header-bg.png);
	color:#fff;
	z-index:10;
	position:relative;
}

.rounded-small .h3{
	margin-left:1px;
	margin-bottom:6px;
	padding-left:25px;
	width:171px;
	height:18px;
	font-weight:bold;
	font-size:1.2em;
	line-height:18px;
	background:url(/public/design/img/layout/rounded-small-header-bg.png);
	color:#fff;
	z-index:10;
	position:relative;
}

.rounded-small ul{
	padding-left:29px;
	z-index:10;
	position:relative;
}

.rounded-small ul li{
	background:url(/public/design/img/layout/list-style.gif) 0px center no-repeat;
	padding-left:14px;
}

.rounded-small ul li a{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.45em;
	color:#4e8bc1 !important;
}

.rounded-small p{
	padding:0 35px 0 24px;
	color:#667;
	font-size:1.1em;
	line-height:1.2em;
	z-index:10;
	position:relative;
}


.rounded-small  a{
	font-size:1em;
	line-height:1em;
	color:#667 !important;
	text-decoration:none;
}

.rounded-small  a:hover{
	color:#034083 !important;
	text-decoration:none;
}

.footer-menu{
	margin-top:10px;
	text-align:center;
	background:#ecf3f8;
	position:relative;
	height:14px;
	padding:5px 0;
}

.footer2-menu{
	margin-top:10px;
	text-align:center;
	background:#ecf3f8;
	position:relative;
	height:14px;
	padding:5px 0;
}

.footer-menu2{
	margin-top:10px;
	text-align:center;
	background:#ecf3f8;
	position:relative;
	height:14px;
	padding:5px 0;
}

.footer2-menu2{
	margin-top:100px;
	text-align:center;
	background:#ecf3f8;
	position:relative;
	height:14px;
	padding:5px 0;
}

.footer-menu .left{
	position:absolute;
	top:0;
	left:0;
	width:217px;
	height:24px;
	background:url(/public/design/img/layout/footer-left-bg.gif);
	z-index:0;
}


.footer-menu2 .left{
	position:absolute;
	top:0;
	left:0;
	width:217px;
	height:24px;
	background:url(/public/design/img/layout/footer-left-bg.gif);
	z-index:0;
}

.footer-menu .right{
	position:absolute;
	top:0;
	right:0;
	width:217px;
	height:24px;
	background:url(/public/design/img/layout/footer-right-bg.gif);
	z-index:0;
}

.footer-menu2 .right{
	position:absolute;
	top:0;
	right:0;
	width:217px;
	height:24px;
	background:url(/public/design/img/layout/footer-right-bg.gif);
	z-index:0;
}

.footer-menu p{
	position:relative;
	z-index:10;
	color:#b8b8b8;
	font-size:1.2em;
	line-height:14px;
	word-spacing:19px;
}

.footer-menu p a{
	font-weight:bold;
	font-size:1em;
	word-spacing:normal;
}

.footer-menu p a.opened{
	text-decoration:none;
	color:#000;
}

.footer-menu2 p{
	position:relative;
	z-index:10;
	color:#b8b8b8;
	font-size:1.2em;
	line-height:14px;
	word-spacing:19px;
}

.footer-menu2 p a{
	font-weight:bold;
	font-size:1em;
	word-spacing:normal;
}

.footer-menu 2p a.opened{
	text-decoration:none;
	color:#000;
}

.footer{
	margin-top:14px;
	padding-bottom:20px;
}

.footer2{
	margin-top:14px;
	padding-bottom:20px;

}

.footer .counters{
	float:right;
	text-align:right;
	width:210px;
	margin-left:20px;
	height:35px;
	filter: alpha(opacity=45, finishopacity=45, startx=1, starty=1, finishx=1, finishy=1);
}

.footer2 .counters2{
	float:right;
	text-align:right;
	width:210px;
	margin-left:20px;
	height:35px;
	filter: alpha(opacity=45, finishopacity=45, startx=1, starty=1, finishx=1, finishy=1);
}

.footer .creator{
	float:left;
	width:200px;
	color:#666;
	font-size:1.1em;
	line-height:1.3em;
}


.footer2 .creator2{
	float:left;
	width:200px;
	color:#666;
	font-size:1.1em;
	line-height:1.3em;
}

.footer .creator a{
	color:#666;
	font-size:1em;
}

.footer2 .creator2 a{
	color:#666;
	font-size:1em;
}

.footer .copyright{
	font-size:1.1em;
	line-height:1.3em;
	text-align: center;
	color:#666;
	text-decoration : none;
}

.footer .copyright a{
	font-size:1em;
	line-height:1em;
	color:#666;
	text-decoration : none;
}


.footer2 .copyright2{
	font-size:1.1em;
	line-height:1.3em;
	text-align: center;
	color:#666;
	text-decoration : none;
}


.footer2 .copyright2 a{
	font-size:1em;
	line-height:1em;
	color:#666;
	text-decoration : none;
}

.footer .copyright b{
	display:block;
	font-weight:bold;
}

.info{
	height:20px;
	line-height:20px;
	padding-left:8px;
	background:url(/public/design/img/layout/info-bg.gif);
	font-size:1.1em;
	margin-bottom:1px;
}

.info a, .info span{
	padding-right:10px;
	background:url(/public/design/img/layout/point.gif) right 5px no-repeat;
	margin-right:7px;
}

.info a{
	font-size:1em;

}

.rounded-catalog{
	position:relative;
	background:url(/public/design/img/layout/catalog-middle-bg.gif) repeat-y;
	margin-bottom:9px;
}

.rounded-catalog h3{
	background:#97b0c6;
	height:25px;
	text-transform:uppercase;
	background:url(/public/design/img/layout/catalog-top-bg.gif);
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	line-height:25px;
	padding-left:9px;
}

.rounded-catalog ul{
	padding:5px 11px;
	background:url(/public/design/img/layout/catalog-bottom-bg.gif) bottom no-repeat;
}




.rounded-catalog ul li{

	padding:8px 2px;

}


.rounded-catalog ul li .first{


}


.rounded-catalog ul li a{
	font-size:1.1em;
	font-weight:bold;
}

.sorting{
	height:18px;
	padding-top:3px;
	padding-left:10px;
	font-size:1.1em;
	line-height:1.1em;
	background:#f6f6f6;
	color:#333;
	font-weight:bold;
	margin-bottom:1px;
}

.sorting span{
	margin:0 13px;
	font-weight:bold;
}

.paging{
	background:#f1f3f5;
	height:20px;
	line-height:20px;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:0 4px;
	word-spacing:8px;
	margin-bottom:20px;
}

.paging b{
	font-weight:bold;
}

.paging b.active{
	padding:3px 5px 2px 5px;
	background:#fff;
}

.paging a{
	font-size:1.1em;
	line-height:20px;
	font-weight:bold;
}

.paging .left{
	background:url(/public/design/img/layout/prev.gif) left center no-repeat;
	padding-left:20px;
	float:left;
}

.paging .right{
	background:url(/public/design/img/layout/next.gif) right center no-repeat;
	float:right;
	padding-right:20px;
}

.product{
	background:white;
	border:1px solid #e3e7ea;
	border-bottom:2px solid #e3e7ea;
	padding:10px;
	margin-bottom:10px;
	_height:100px;
}

.product .h{
	margin-bottom:15px;
	line-height:18px;
}

.product .h div{
	float:right;
	text-align:right;
	width:240px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
}

.product .h span{
	width:74px;
	height:18px;
	float:right;
	background:url(/public/design/img/layout/hot-item-price-bg.gif);
	color:white;
	text-align:center;
	margin-left:10px;
}


.cost {
    width:74px;
	height:18px;
	float:right;
	background:url(/public/design/img/layout/hot-item-price-bg.gif);
	color:white;
	text-align:center;
}

.product .h span b{
	font-weight:bold;
}

.product .h a{
	font-size:1.1em;
	line-height:18px;
}

.product .o{
	/*overflow:auto;*/
}

.product .o .cont{
	height:1%;
}

.product .o .cont .p_options{
	margin-right:225px;
}

.product .o{
    overflow:hidden;
}



.product .screen{
	float:right;
	border:1px solid #e3e7ea;
	border-bottom:2px solid #e3e7ea;
	width:186px;


	line-height:100px;
	text-align:center;

      margin-top:10px;
clear:right;
}

.product .screen img{
	vertical-align:middle;
}

.product table{
	width:100%;
	_width:auto;
}

.product table .value{
	width:400px !important;
}

.product table .key{
	width:270px;
}

.product table td{
	border-top:1px solid #e3e7ea;
	padding:3px 0;
	color:#333;
	font-size:1.1em;
	line-height:1.4em;
}


.product table .first td{
	border-top:none;
}

.product p{
	color:#333;
	font-size:1.1em;
	margin-top:10px;
}

.menu li a.ohmygod{
	text-decoration:underline;
	background-color:#bdd8ef;
	padding:0px;
	font-weight:bold;
	font-size:1.0em;
	color:black !important;
}

.menu li a.ohmygod:hover{
	text-decoration:underline;
	color:black !important;
}


.o h3 {
	border-bottom:1px dashed #93b5d6;
	padding-bottom:1px;
	color:#546f84;
	font-size:1.7em;

}


.with_dotted_h3{
	border:1px solid red;
	padding:0px !important;
	margin:0px !important;
}

.product_f_td {
    border-top:0px !important;
}


