body{
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	background:#f7eeb2 url(images/bg-body.gif);
	min-width:1000px;
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{text-decoration:none;}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input, textarea, select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
img{border:none;}
.page{
	width:100%;
	overflow:hidden;
	background:url(images/bg-page.jpg) no-repeat 50% 0;
}
.wrap{
	width:100%;
	overflow:hidden;
	background:url(images/bg-wrap.jpg) no-repeat 100% 100%;
}
#wrapper{
	overflow:hidden;
	padding:0 10px;
	margin:0 auto;
}
* html #wrapper{
	height:1%;
	overflow:visible;
}
#header{width:100%;}
#header:after{
	display:block;
	clear:both;
	content:"";
}
#header .logo{
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:17px 0 0 40px;
	background:url(images/txt-logo.png) no-repeat;
	width:220px;
	height:130px;
}
#header .logo a{
	display:block;
	height:100%;
	position:relative;
}
#header .frame{
	float:right;
	padding:20px 0 0;
}
#header .holder{
	overflow:hidden;
	height:160px;
}
.cut-holder{
	width:100%;
	overflow:hidden;
}
#header .frame .cut-holder{margin:0 0 10px;}
.phone-box{
	float:right;
	margin:0 40px 0 0;
	display:inline;
}
.phone-box .name{
	display:block;
	font-weight:normal;
	color:#929394;
	text-transform:uppercase;
}
.title{display:block;}
.phone-number{
	display:block;
	font-size:18px;
	font-style:normal;
}
.phone-number span{color:#b3b3b3;}
.skype-box{float:right;}
.skype,
.icq{
	display:block;
	width:129px;
	height:19px;
	margin:0 0 8px;
	color:#8e553b;
	padding:4px 0 0 36px;
}
.skype{background:url(images/btn-skype.png) no-repeat;}
.icq{background:url(images/btn-icq.png) no-repeat;}
.delivery{
	margin:0;
	font-size:17px;
	color:#b16a4a;
	text-transform:uppercase;
	text-align:right;
	padding:0 85px 0 0;
	font-weight:bold;
}
.navigation-holder{
	width:100%;
	overflow:hidden;
	background:url(images/bg-navigation-holder.gif) repeat-x;
}
.navigation-frame{
	width:100%;
	overflow:hidden;
	background:url(images/bg-navigation-frame.gif) no-repeat;
}
.navigation-box{
	width:100%;
	overflow:hidden;
	height:38px;
	background:url(images/bg-navigation-box.gif) no-repeat 100% 0;
}
#navigation{
	margin: 0;
	padding: 9px 0 0 12px;
	list-style:none;
	float:left;
}
#navigation li{
	float:left;

}
#navigation a{
	float:left;
	height:18px;
	padding:5px 10px 0;
	text-decoration:none;
}
#navigation li:hover,
#navigation li.hover,
#navigation li.active{
	background:url(images/bg-nav-list.gif) no-repeat;
}
#navigation li:hover a,
#navigation li.hover a,
#navigation li.active a{
	background:url(images/bg-nav-list-right.gif) no-repeat 100% 0;
}
.search-form{
	float:left;
	width:280px;
	height:23px;
	margin:8px 0 0;
	padding:0 0 0 12px;
	background:url(images/bg-search-text.gif) no-repeat;
}
.search-form .txt{
	float:left;
	margin:0;
	padding:4px 5px 0 0;
	background:none;
	border:0;
	width:177px;
	color:#999;
	font-size:12px;
}
.search-form .submit{
	float:left;
	margin:0;
	padding:0;
	background:url(images/btn-search.gif) no-repeat;
	width:81px;
	height:23px;
	font-size:12px;
	text-transform:uppercase;
	border:0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.nav-holder{
	width:100%;
	background:url(images/bg-nav-holder.gif) repeat-x;
}
.nav-holder:after{
	display:block;
	clear:both;
	content:"";
}
.nav-frame{
	width:100%;
	background:url(images/bg-nav-frame.gif) no-repeat;
}
.nav-frame:after{
	display:block;
	clear:both;
	content:"";
}
.nav-box{
	height:54px;
	background:url(images/bg-nav-box.gif) no-repeat 100% 0;
}




#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: table;
	position: relative;
	z-index: 10;
}
#nav li {
	display: table-cell;
	font-size: 11px;
	background:url(images/sep-navigation.gif) repeat-y;
}
* html #nav li { float: left; }
*+html #nav li { float: left; }
*+html #nav li.last-child {
	height: 1%;
	float: none;
}
#nav li:first-child,
#nav li.first-child {
	padding-left: 0;
	background: none;
}
#nav li.first-child a { background-position: 0 0; }
#nav li.last-child a { background-position: 100% 0; }
#nav li a {
	color:#8a5203;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 50px;
	padding:0;
	background: url(images/bg-nav.gif) no-repeat -10px 0;
}
* html #nav li a { float: left; }
/* for equal links mode */
#nav.scaling-active li a {float: left;}
#nav.scaling-ready li a {
	float: none;
	display: block;
}
/* ----------------- */
#nav li a:hover,
#nav li.active a,
#nav li:hover a,
#nav li.hover a {
	text-decoration:underline;
}
#nav li.hover ul a {text-decoration:none;}
#nav li a.first-child-a:hover,
#nav li.active a.first-child-a,
#nav li:hover a.first-child-a,
#nav li.hover a.first-child-a { background-position: 0 -46px; }
#nav li a.last-child-a:hover,
#nav li.active a.last-child-a,
#nav li:hover a.last-child-a,
#nav li.hover a.last-child-a { background-position: 100% -46px; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 3px;
	z-index: 10;
	display: none;
	border: solid #a5aea4;
	border-width: 0 1px 1px;
	width: 183px;
	background-color: #ced9cd;
}
#nav ul li {
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	display: block;
	background: none;
	float: none;
	border-top: 1px solid #a5aea4;
	height: 1%;
	vertical-align: top;
	position:relative;
}
#nav ul li a {
	padding: 6px 10px 5px !important;
	text-align: left;
	float: none;
	display: block;
	background: none;
	height: 1%;
	color:#000;
	text-decoration:none;
}
#nav li:hover div,
#nav li.hover div { position: relative; }
#nav li:hover ul,
#nav li.hover ul { display: block; }
#nav ul li:hover a,
#nav ul li.hover a {
	text-decoration:underline;
}
#nav ul li:hover li a,
#nav ul li.hover li a {
	text-decoration:none;
 }
#nav ul ul{
	top:0;
	left: 163px;
	display:none;
	border:0;
	padding:0 0 0 3px;
	background:none;
	background:url(images/bg-nav-drop.png) repeat-y;
}
#nav ul ul li{
	border:0;
}
#nav ul ul li a{
	background:#ced9cd url(images/divider-drop.gif) repeat-x;
}
#nav li:hover ul ul,
#nav li.hover ul ul{ display: none; }
#nav ul li:hover ul,
#nav ul li.hover ul{
	display:block;
}
#nav ul ul li a:hover{
	text-decoration:underline;
}
.hiden-holder{
	overflow:hidden;
	height:1%;
}
#main{
	width:100%;
	overflow:hidden;
	padding:0 0 40px;
	position:relative;
	z-index:2;
}
#sidebar{
	float:left;
	width:215px;
	padding:14px 0 0;
    z-index: 5;
    position: relative;
}
.yellow-area{
	width:100%;
	margin:0 0 15px;
	background:#f0db88 url(images/bg-yellow-area.gif) no-repeat;
}
.yellow-frame{
	width:100%;
	padding:0 0 5px;
	background:url(images/bg-yellow-frame.gif) no-repeat 0 100%;
}
.heading-holder{
	width:100%;
	overflow:hidden;
	margin:0;
	background:#ced9cd url(images/bg-heading-holder.gif) no-repeat;
}
.heading{
	margin:0;
	padding:10px 0 10px 14px;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	background:url(images/bg-heading.gif) no-repeat 0 100%;
}
.heading .all{
	color:#fff;
	margin:0 0 0 4px;
	text-decoration:none;
	font-weight:bold;
}
.heading .all:hover{text-decoration:underline;}
.catalog{
	margin: 0;
	padding:0;
	list-style:none;
}
.catalog li{
	position:relative;
	font-size:12px;
	height:1%;
	text-transform:uppercase;
	background:url(images/divider-catalog.gif) repeat-x;
}
.catalog a{
	display:block;
	padding:6px 0 6px 26px;
	text-decoration:none;
	background:url(images/arrow-catalog.gif) no-repeat 12px 9px;
}
.catalog a:hover{text-decoration:underline;}
.catalog li:first-child{
	padding-left:0;
	background:none;
}
.catalog .drop{
	position:absolute;
	left:212px;
	top:0;
	width:207px;
	display:none;
}
.catalog ul{
	margin: 0;
	padding:0 0 0 3px;
	list-style:none;
	width:207px;
	background:url(images/bg-catalog-drop.png);
}
.catalog ul li{
	padding:2px 0 0;
	background:url(images/bg-catalog-drop-list.gif) repeat-x;
}
.catalog ul li a{
	height:1%;
	background:#ced9cd;
	padding:4px 0 6px 16px;
}
.catalog li:hover .drop,
.catalog li.hover .drop{
	display:block;
}
.white-area{
	width:100%;
	margin:0 0 19px;
	background:#fff url(images/bg-white-area.gif) no-repeat;
}
.white-area:after{
	display:block;
	clear:both;
	content:"";
}
.white-frame{
	width:100%;
	padding:0 0 1px;
	background:url(images/bg-white-frame.gif) no-repeat 0 100%;
}
.white-frame:after{
	display:block;
	clear:both;
	content:"";
}
.goods-holder{
	width:193px;
	margin:0 auto 11px;
	overflow:hidden;
	background:url(images/bg-goods-holder.gif) repeat-y;
}
.goods-frame{
	width:100%;
	overflow:hidden;
	background:url(images/bg-goods-frame.gif) no-repeat;
}
.goods-box{
	width:100%;
	overflow:hidden;
	padding:10px 0 8px;
	background:url(images/bg-goods-box.gif) no-repeat 0 100%;
}
.head-goods{
	margin:0;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin:0 0 15px;
}
.head-goods a{color:#000;}
.goods-box img{
	display:block;
	margin:0 auto 10px;
}
.goods-price{
	overflow:hidden;
	padding:0 5px 0 5px;
}
* html .goods-price{
	height:1%;
	overflow:visible;
}
.goods-price .price{
	font-style:normal;
	float:left;
	margin:0 20px 0 0;
	color:#e44700;
	font:20px Georgia, "Times New Roman", Times, serif;
}
.goods-price .price span{
	font-size:12px;
	color:#000;
}
.more{
	float:right;
	width:76px;
	height:20px;
	padding:5px 0 0;
	font-size:12px;
	color:#b16a4a;
	background:url(images/btn-more.gif) no-repeat;
	text-align:center;
	text-decoration:none;
}
#right-column{
	float:right;
	width:215px;
	padding:15px 0 0;
}
.caption-holder{
	width:100%;
	background:#ef976f url(images/bg-caption-holder.gif) no-repeat;
}
.caption-holder:after{
	display:block;
	clear:both;
	content:"";
}
.caption{
	position:relative;
	padding:12px 0 12px 77px;
	margin:0;
	font-size:12px;
	height:1%;
	font-weight:normal;
	text-transform:uppercase;
	background:url(images/bg-caption.gif) no-repeat 0 100%;
}
.caption:after{
	display:block;
	clear:both;
	content:"";
}
.caption-holder .arrow{
	position:absolute;
	top:-16px;
	left:12px;
}
.basket-list{
	margin:0 0 8px;
	padding: 0;
	list-style:none;
}
.basket-list li{
	overflow:hidden;
	height:1%;
	background:url(images/divider-basket-list.gif) repeat-x 0 100%;
}
.basket-list a{
	display:block;
	color:#000;
	padding:5px 5px 5px 12px;
}
.sum{
	margin:0 0 10px;
	padding:0 0 0 12px;

}
.sum dt{
	float:left;
	font-size:11px;
	margin:0 8px 0 0;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}
.sum dd{
	display:block;
	color:#4c4c4c;
	font-weight:bold;
}
.green-holder{
	background:url(images/bg-green-holder.gif) no-repeat;
	height:30px;
	padding:6px 0 0 9px;
	position:relative;
	margin:0 0 -1px;
}
.green-link{
	float:left;
	height:23px;
	cursor:pointer;
	background:url(images/bg-green-link.gif) no-repeat;
}
.green-link span{
	float:left;
	height:19px;
	padding:4px 14px 0 28px;
	text-transform:uppercase;
	color:#7b9b30;
	font-size:12px;
	font-style:normal;
	background:url(images/bg-green-link-right.gif) no-repeat 100% 0;
}
.producer-list{
	margin: 0 0 10px;
	padding:0 0 0 8px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.producer-list li{
	float:left;
	width:62px;
	padding:0 7px 0 0;
	margin:0 0 4px;
}
.comment-box{
	width:100%;
	overflow:hidden;
}
.comment-box p{
	margin:0;
	color:#4c4c4c;
}
.author-holder{
	overflow:hidden;
	padding:0 0 13px 13px;
	margin:0 0 10px;
	background:url(images/bg-author-holder.gif) no-repeat 0 100%;
}
* html .author-holder{
	height:1%;
	overflow:visible;
}
.author{margin:0 10px 0 0;}
.date{
	color:#b2b2b2;
	font-weight:bold;
	font-style:normal;
}
.comment-box .txt-box{
	padding:0 10px 0 13px;
	overflow:hidden;
	margin:0 0 17px;
}
* html .comment-box .txt-box{
	height:1%;
	overflow:visible;
}
.comment-form{
	background:#ced9cd;
	padding:8px 0 0 13px;
}
.comment-form .rubric{
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin:0 0 9px;
}
.comment-form .txt{
	width:191px;
	float:left;
	margin:0;
	padding:0;
	border:1px inset #fff;
	background:#fff;
}
.comment-form textarea{
	float:left;
	min-height:68px;
	margin:0;
	padding:0;
	width:191px;
	background:#fff;
	border:1px inset #fff;
}
* html .comment-form textarea{
	height:68px;
	overflow:visible;
}
.comment-form .box{
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.comment-form .submit{
	float:left;
	margin:0;
	padding:0;
	background:none;
	border:0;
	width:98px;
	height:23px;
	background:url(images/btn-comment.gif) no-repeat;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
.news-holder{
	width:100%;
	overflow:hidden;
}
.news-box{
	overflow:hidden;
	padding:10px 10px 0 13px;
	border-top:1px solid #e5e5e5;
	margin:-1px 0 0;
}
* html .news-box{
	height:1%;
	overflow:visible;
}
.head-news{
	margin:0 0 10px;
	font-size:16px;
	color:#ef976f;
}
.head-news a{color:#ef976f;}
.news-box p{
	margin:0 0 10px;
	color:#4c4c4c;
}
.date-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
#content{
	overflow:hidden;
	height:1%;
	padding:14px 30px 30px;
    z-index: 3;
}
.sale-holder{
	width:100%;
	overflow:hidden;
	background:url(images/bg-sale-holder.gif) no-repeat 50% 0;
	padding:15px 0 0;
}
.head-sale{
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	width:347px;
	height:60px;
	background:url(images/txt-sale.png) no-repeat;
}
.head-sale a{
	width:347px;
	height:60px;
    display: block;
}
.product-box{
	width:230px;
	margin:0 12px 17px 0;
	background:#fff url(images/bg-product-box.gif) no-repeat;
	display:inline-block;
	vertical-align:top;
}
.product-frame{
	width:210px;
    min-height: 305px;
	position:relative;
	padding:14px 10px 16px;
	background:url(images/bg-product-frame.gif) no-repeat 0 100%;
}
*html .product-frame{
    height: 290px;
}
.head-product{
    min-height: 45px;
	margin:0 0 10px;
	font-size:12px;
	text-align:center;
}
*html .head-product{
    height: 30px;
}
.product-box .img-frame{
	width:100%;
	overflow:hidden;
	text-align:center;
    height: 200px;
}
.cost{
	display:block;
	font-style:normal;
	font:bold 24px Georgia, "Times New Roman", Times, serif;
	color:#e44700;
	text-align:left;
}
.old-cost{
	float:left;
	font-style:normal;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#a8a279;
	background:url(images/bg-old-cost.gif) repeat-x 0 12px;
}
.cost span,
.old-cost span{
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#a8a279;
}
.oldcost-holder{
	width:100%;
	overflow:hidden;
}
.more-info{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	background:url(images/btn-more-info.png) no-repeat;
	width:126px;
	height:43px;
	right:-11px;
	bottom:-9px;
	cursor:pointer;
}
.share-area{
	width:100%;
	overflow:hidden;
	background:url(images/bg-share-area.gif) no-repeat 50% 0;
	padding:25px 0 0;
}
.share-holder{
	height:77px;
	overflow:hidden;
	margin:0 0 10px;
}
.share-holder .box{
	width:485px;
	margin:0 auto;
	padding:0 0 58px;
	overflow:hidden;
	position:relative;
}
.head-share{
	position:relative;
	margin: 18px auto 0;
	text-indent:-9999px;
	overflow:hidden;
	width:285px;
	height:60px;
	background:url(images/txt-head-share.gif) no-repeat;
}
.head-share a{
  	width:285px;
	height:60px;
    display: block;
}
.share-box{
	position:absolute;
	width:175px;
	height:57px;
	padding:20px 40px 0 10px;
	top:0;
	left:0;
	background:url(images/bg-share-box.gif) no-repeat;
	text-align:center;
}
#content .share-box p{margin:0;}
.share-box a{
	color:#e44700;
	font-weight:bold;
	font-size:13px;
}
.bestproduct-holder{
	width:100%;
	overflow:hidden;
	background:url(images/bg-bestproduct-holder.gif) no-repeat 50% 0;
	padding:45px 0 0;
}
.head-bestproduct{
	margin:0 auto 5px;
	text-indent:-9999px;
	overflow:hidden;
	width:347px;
	height:60px;
	background:url(images/txt-head-bestproduct.png) no-repeat;
}
.head-bestproduct a{
	width:347px;
	height:60px;
    display: block; 
}
.head-makers{
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/txt-head-makers.png) no-repeat;
	width:298px;
	height:101px;
}
.makers-area{
	overflow:hidden;
	margin:0 0 25px;
	background:#fff url(images/bg-makers-area.gif) repeat-x;
}
.makers-frame{
	overflow:hidden;
	height:1%;
	padding:17px 0;
	background:url(images/bg-makers-frame.gif) repeat-x 0 100%;
}
.makers-box{
	width:128px;
	height:51px;
	padding:1px;
	display:inline-block;
	margin:0 9px 14px 0;
	background:url(images/bg-makers-box.gif) no-repeat;
}
.makers-box a{
	display:block;
	width:100%;
}
.makers-box img{
	display:block;
	margin:0 auto;
}
#content h2{
	margin:0 0 14px;
	font-weight:normal;
	font-size:18px;
}
#content p{
	margin:0 0 10px;
	font-size:12px;
}
#footer{
	width:100%;
	overflow:hidden;
	background:#fff url(images/divider-footer.gif) repeat-x 0 6px;
}
.footer-holder{
	overflow:hidden;
	padding:22px 10px 30px;
	background:url(images/bg-footer-holder.gif) no-repeat 100% 30px;
}
* html .footer-holder{
	height:1%;
	overflow:visible;
}
.copy-box{
	float:left;
	margin:0 40px 0 0;
	width:221px;
	padding:0 20px 0 0;
}
.statistics-list{
	margin:0 0 10px;
	padding: 0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.statistics-list li{
	float:left;
	margin:0 6px 0 0;
}
.statistics-list li img{display:block;}
.copy{margin:0;}
.copy span{
	display:block;
	color:#b2b2b2;
	font-style:italic;
}
.footer-nav{
	margin: 0;
	padding: 0;
	list-style:none;
	width:286px;
	float:left;
}
.footer-nav li{
	float:left;
	width:133px;
	padding:0 10px 0 0;
	margin:0 0 4px;
	font-size:12px;
}
.contact-box{
	float:left;
	color:#5f4800;
	font-size:12px;
	margin: 0 50px 0 0;
}
.contact-box strong{
	display:block;
	margin:0 0 5px;
}
.contact-box .phone{
	font-style:normal;
	display:block;
}
.contact-box .email-list{
	margin:0;
	padding:0;
}
.contact-box .email-list dt{
	float:left;
	width:42px;
}
.contact-box .email-list dd{
	display:block;
	margin:0;
}
.network-box{
	float:left;
	color:#5f4800;
	font-size:12px;
}
.network-box strong{
	display:block;
	margin:0 0 5px;
}
.network-list{
	margin: 0;
	padding: 0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.network-list li{
	float:left;
	margin:0 5px 0 0;
}
.align-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.align-block{
	position:relative;
	float:left;
	left:50%;
}
.align-box{
	position:relative;
	float:left;
	left:-50%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.breadcrumbs{
	margin: 0 0 6px;
	padding: 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	font-size:14px;
	background:url(images/sep-dreadcrumbs.gif) no-repeat 0 6px;
	padding:0 8px;
    color:#1E90FF;
}
.breadcrumbs a{color:#1E90FF/*  */;}
.breadcrumbs li:first-child{
	padding-left:0;
	background:none;
}
.breadcrumbs .active{
	text-decoration:none;
	font-weight:bold;
}
.headline-holder{
	width:100%;
	margin:0 0 17px;
	overflow:hidden;
	background:#f0db88 url(images/bg-headline.gif) repeat-x;
}
#content .headline{
	margin:0;
	padding:15px 0;
	width:100%;
	overflow:hidden;
	background:url(images/bg-headline-bottom.gif) repeat-x 0 100%;
	font:18px Arial, Helvetica, sans-serif;
	color:#e37d4f;
	text-transform:uppercase;
	text-align:center;
}
.btn-sale{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:26px;
	left:-10px;
	width:70px;
	height:52px;
	background:url(images/btn-sale.png) no-repeat;
	cursor:pointer;
}
.btn-share{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:26px;
	left:-10px;
	width:51px;
	height:52px;
	background:url(images/btn-share.png) no-repeat;
	cursor:pointer;
}
.btn-new{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:26px;
	left:-10px;
	width:51px;
	height:52px;
	background:url(images/btn-new.png) no-repeat;
	cursor:pointer;
}
.btn-bestproduct{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:26px;
	left:-10px;
	width:87px;
	height:52px;
	background:url(images/btn-bestproduct.png) no-repeat;
	cursor:pointer;
}
.mail-box{
	background:url(images/bg-mail-box.png) no-repeat;
	width:215px;
	height:226px;
}
.mail-box a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:100%;
	position:relative;
	cursor:pointer;
}
#center{
	overflow:hidden;
	height:1%;
	padding:18px 21px 0 0;
}
.basic-area{
	width:100%;
	overflow:hidden;
	background:#fff url(images/bg-center-holder.gif) repeat-x;
	margin:0 0 21px;
}
.basic-frame{
	overflow:hidden;
	padding:15px 17px;
	background:url(images/bg-center.gif) repeat-x 0 100%;
}
* html .basic-frame{
	height:1%;
	overflow:visible;
}
.definition-area{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	font-size:12px;
}
.gallery-holder{
	float:left;
	width:401px;
	margin:0 20px 0 0;
	overflow:hidden;
}
.head-gallery{
	color:#000;
	font-size:18px;
	display:block;
	font-weight:normal;
	margin:0 0 20px;
}
.gallery {
	width:381px;
	padding:10px;
	height:404px;
	margin:0 0 4px;
	overflow:hidden;
	position:relative;
	float:left;
	background:url(images/bg-gallery.gif) no-repeat;
}
.gallery a:hover{text-decoration:none;}
.gallery .link-prev {
	float:left;
	font-size:14px;
	color:#ef976f;
	text-decoration:underline;
}
.gallery .link-next {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	font-size:14px;
	color:#ef976f;
	text-decoration:underline;
}
.gallery div {
	float:left;
	width:381px;
	overflow:hidden;
	height:382px;
	position:relative;
	margin:6px 0 0;
}

.gallery div ul {
	position:absolute;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	top:5px;
	left:0;
}
.gallery div ul li {
	float:left;
	width:381px;
}
.gallery div ul li img{
	display:block;
	margin:0 auto;
}
.definition-area .top{
	width:100%;
	overflow:hidden;
	background:url(images/divider-dashed-bold.gif) repeat-x 0 100%;
	padding:0 0 35px;
	margin:0 0 18px;
}
.head-definition{
	margin:0;
	font-size:18px;
	font-weight:normal;
}
.article{
	font-style:normal;
	display:block;
	font-size:12px;
	margin:0 0 12px;
}
.button-holder{
	width:100%;
	overflow:hidden;
}
.align-left{
	float:left;
	margin:0 20px 0 0;
}
.buy-link{
	float:left;
	position:relative;
	margin:0 18px 0 0;
	cursor:pointer;
	background:url(images/bg-buy-link.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#49840a;
	text-transform:uppercase;
	text-decoration:none;
}
.buy-link span{
	float:left;
	height:36px;
	padding:8px 22px 0;
	background:url(images/bg-buy-link-right.gif) no-repeat 100% 0;
}
.addintotable{font-size:12px;}
.addintotable span{padding:11px 22px 0;}
.options-holder{
	width:100%;
	overflow:hidden;
}
.options-area{
	overflow:hidden;
	padding:0 53px 0 0;
	margin:0;
}
* html .options-area{
	height:1%;
	overflow:visible;
}
.options-area .options-list{float:right;}
.val-list{
	margin:0;
	padding:0;
	color:#bababa;
	float:left;
	width:200px;
}
.val-list dt{
	float:left;
	width:96px;
	font-size:14px;
	margin:5px 0 0;
}
.val-list dd{
	margin:0 0 10px;
	display:block;
	font:18px Georgia, "Times New Roman", Times, serif;
}
.val-list .color{color:#000;}
.btn-sale2{
	float:left;
	background:url(images/btn-sale.png) no-repeat;
	cursor:pointer;
	position:relative;
	height:52px;
	width:70px;
	text-indent:-9999px;
	overflow:hidden;
}
.options-list{
	margin: 0;
	padding:0 0 0 15px;
	list-style:none;
	float:left;
}
.options-list a {
    color:#000;
}
.options-list li{
	margin:0 0 4px;
	overflow:hidden;
	height:1%;
}
.options-list a{text-decoration:none;}
.question{
	float:left;
	background:url(images/bg-question.gif) no-repeat;
	position:relative;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.question span{
	float:left;
	height:19px;
	padding:4px 14px 0 28px;
	background:url(images/bg-question-right.gif) no-repeat 100% 0;
}
.return{
	float:left;
	background:url(images/bg-return.gif) no-repeat;
	position:relative;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.return span{
	float:left;
	height:19px;
	padding:4px 30px 0 28px;
	background:url(images/bg-return-right.gif) no-repeat 100% 0;
}
.definition-area p{
	font-size:14px;
	line-height:17px;
	margin:0 0 14px;
}
.head-specifications{
	margin:15px 0 4px;
	font-size:16px;
	color:#595959;
}
.specifications-list{
	margin:0 0 45px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.specifications-list dt{
	float:left;
	width:279px;
	margin:7px 0 0;
}
.specifications-list dd{
	margin:0;
	padding:6px 0 10px;
	display:block;
	background:url(images/divider-dotted.gif) repeat-x 0 100%;
}
.specifications-list a{color:#e44700;}

#center .headline-holder{
	position:relative;
	margin:0 0 15px;
	background:#f0db88 url(images/divider-white-top.gif) repeat-x;
	width:auto;
}
#center .headline{
	position:relative;
	margin:0;
	padding:15px 10px;
	overflow:hidden;
	background:url(images/divider-white-bottom.gif) repeat-x 0 100%;
	font:18px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
* html #center .headline{
	height:1%;
	overflow:visible;
}
#center .headline .color{color:#786d44;}
.review-holder{
	width:100%;
	overflow:hidden;
}
.review-holder .hiden-holder{padding:26px 0 0;}
.review-form{
    position: relative;
	float:left;
	width:340px;
	height:404px;
	margin:0 25px 0 0;
	padding:161px 0 46px 48px;
	background:url(images/bg-review-form.gif) no-repeat;
}
.review-form .frame,
.review-form .form-item{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.review-form label{
	display:block;
	text-transform:uppercase;
}
.review-form .box{
	width:283px;
	height:37px;
	padding:0 0 0 8px;
	background:url(images/bg-review-text.gif) no-repeat;
}
.review-form .txt,
.review-form .form-text{
	margin:0;
	padding:8px 5px 0;
	background:none;
	border:0;
	width:271px;
	font-size:12px;
}
.textarea-holder,
.review-form .resizable-textarea{
	width:281px;
	height:124px;
	background:url(images/bg-review-textarea.gif) no-repeat;
	padding:5px 5px 10px;
	margin:0 0 25px;
}
.review-form .resizable-textarea .grippie{
    display: none;
}
.review-form .ckeditor_links,
.review-form .description{
  display: none;
}
.review-form textarea{
	margin:0;
	padding:0;
	width:281px;
	height:124px;
	max-height:124px;
	border:0;
	overflow:auto;
}
.captcha-box{
	width:260px;
	overflow:hidden;
	padding:0 0 0 23px;
}
.captcha-box .img-frame{
	float:left;
	background:#d7d7d7 url(images/img-captcha-01.gif) no-repeat;
	width:120px;
	height:60px;
	margin:0 17px 0 0;
}
.captcha-box .txt-frame{
	overflow:hidden;
	height:1%;
}
.captcha-box label{
	font-size:12px;
	text-transform:none;
	color:#cac9c2;
	margin:0 0 7px;
}
.captcha-box .txt{
	margin:0;
	padding:0;
	background:#fff;
	border:2px ridge #cac9c2;
	width:96px;
	font-size:12px;
}
.review-form #edit-preview-2{
  display: none;
}
.review-form .submit-frame{
	width:100%;
	overflow:hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.review-form .submit,
.review-form .form-submit{
	margin:0;
	padding:0;
	background:none;
	border:0;
	float:right;
	width:183px;
	height:80px;
	background:url(images/btn-review.png) no-repeat;
	position:relative;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}
.writer-frame{
	width:100%;
	overflow:hidden;
	background:url(images/bg-corner-write-box.gif) no-repeat 21px 100%;
	position:relative;
	margin:0 0 -1px;
	padding:0 0 7px;
}
.writer-name{
	font-size:12px;
	margin:0 3px 0 0;
}
.write-date{
	font-style:normal;
	color:#000;
	font-size:12px;
}
.writer-box{
	overflow:hidden;
	border:1px solid #e3e3e3;
	padding:18px 11px 11px;
	margin:0 0 18px;
}
* html .writer-box{
	height:1%;
	overflow:visible;
}
.writer-box p{
	margin:0;
	font-size:14px;
}
.headgray-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
	background:#ced9cd url(images/bg-headgray-holder.gif) repeat-x;
}
.headgray{
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	color:#6a7269;
	text-align:center;
	padding:15px 0;
	font-weight:normal;
	width:100%;
	overflow:hidden;
	background:url(images/bg-headgray.gif) repeat-x 0 100%;
}
.bunner-list{
	margin: 0;
	padding: 0;
	list-style:none;
}
.bunner-list li{
	margin:0 0 20px;
	text-align:center;
}
.color-holder{
	width:401px;
	overflow:hidden;
}
.color-list{
	margin: 0;
	padding: 0;
	list-style:none;
	width:414px;
	overflow:hidden;
}
.color-list li{
	float:left;
	width:124px;
    height: 168px;
	margin:0 14px 0 0;
	padding:0 0 19px;
	overflow:hidden;
    text-align: center;
}
.color-list .img-box{
	background:url(images/bg-color-img-box.gif) no-repeat;
	width:122px;
	height:116px;
	padding:8px 1px 1px;
	position:relative;
	overflow:hidden;
}
.color-list .img-box img{
	display:block;
	margin:0 auto;
}
.color-list .qualifier{color:#000;text-decoration:none;}
.zoom{
	display:block;
	position:absolute;
	width:23px;
	height:23px;
	background:url(images/bg-zoom.gif) no-repeat;
	left:3px;
	top:3px;
	text-decoration:none;
}
.orange-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 14px;
	background:#ef976f url(images/bg-orange-holder.gif) repeat-x;
}
#content .orange-head{
	margin:0;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:15px 10px;
	background:url(images/bg-orange-head.gif) repeat-x 0 100%;
}
.action-box{
	width:100%;
	overflow:hidden;
}
.action-box .img-frame{
	float:left;
	width:149px;
	padding:60px 0 0;
	margin:0 15px 0 0;
	text-align:center;
	background:url(images/bg-action-box.gif) no-repeat 50% 0;
	color:#000;
}
.action-box .img-frame strong{color:#666;}
.action-box .img-frame em{font-style:normal;}
.action-box .txt-frame{
	overflow:hidden;
	height:1%;
	color:#4c4c4c;
}
.action-box .txt-frame h4{
	margin:0 0 13px;
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.general-box{
	width:100%;
	overflow:hidden;
	color:#4c4c4c;
}
.general-box .img-frame{
	width:189px;
	height:124px;
	padding:4px 0 0 4px;
	margin:0 10px 0 0;
	overflow:hidden;
	float:left;
	background:url(images/bg-general-box-img-frame.gif) no-repeat;
}
.general-box .txt-frame{
	overflow:hidden;
	height:1%;
}
.general-box .area{
	width:100%;
	overflow:hidden;
}
.general-head{
	margin:0 0 13px;
	overflow:hidden;
	height:1%;
	color:#b5992c;
	font-size:18px;
	font-weight:normal;
}
.general-head a{color:#b5992c;}
.general-date{
	float:right;
	margin:0 0 0 10px;
	color:#ccc;
	font-style:normal;
}
.general-box p{margin:0 0 16px;}
.readnews-hoder{
	width:100%;
	overflow:hidden;
}
.sheet-list{
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sheet-list li{
	float:left;
	font-size:24px;
}
.sheet-list a{
	float:left;
	width:33px;
	height:31px;
	color:#e37d4f;
	text-align:center;
	padding:9px 0 0;
}
.sheet-list .active{
	background:url(images/bg-sheet-list.gif) no-repeat;
	color:#fff;
	text-decoration:none;
}
.buy-holder{
	position:relative;
	margin:0 0 -9px;
	overflow:hidden;
	background:#f0db88 url(images/bg-headline.gif) repeat-x;
}
* html .buy-holder{
	height:1%;
	overflow:visible;
}
.buy-frame{
	padding:13px 20px 13px 33px;
	background:url(images/divider-white-bottom.gif) repeat-x 0 100%;
}
.buy-menu{
	margin:0 auto;
	width:614px;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.buy-menu li{
	float:left;
	background:url(images/bg-btn-yellow.gif) no-repeat;
	font-size:18px;
	margin:0 13px 0 0;
	text-transform:uppercase;
}
.buy-menu a{
	float:left;
	padding:4px 25px 0;
	height:27px;
	color:#786d44;
	background:url(images/bg-btn-yellow-right.gif) no-repeat 100% 0;
	text-decoration:none;
}
.buy-menu .active{background:#fff url(images/bg-btn-white.gif) no-repeat;}
.buy-menu .active a{
	background:url(images/bg-btn-white-right.gif) no-repeat 100% 0;
	color:#000;
}
.buy-area{
	width:570px;
	margin:0 auto 28px;
	background:url(images/bg-buy-area.gif) repeat-y;
}
.buy-area:after{
	display:block;
	clear:both;
	content:"";
}
.buy-area .top{
	width:100%;
	background:url(images/bg-buy-area-top.gif) no-repeat;
}
.buy-area .top:after{
	display:block;
	clear:both;
	content:"";
}
.buy-area .bottom{
	padding:34px 23px 23px;
	background:url(images/bg-buy-area-bottom.gif) no-repeat 0 100%;
}
.buy-area .bottom:after{
	display:block;
	clear:both;
	content:"";
}
* html .buy-area .bottom{
	height:1%;
	overflow:visible;
}
.delivery-area{
	width:465px;
	overflow:hidden;
	margin:0 auto;
}
.buy-head{
	font-weight:normal;
	overflow:hidden;
	color:#353535;
	font-size:18px;
	position:relative;
	margin:45px 0 -9px;
	text-align:center;
}
.buy-head span{
	background:#fff;
	padding:0 10px;
}
.delivery-form{
	width:100%;
	overflow:hidden;
	padding:0 0 21px;
}
.delivery-form .radio-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.delivery-form .radio-holder .box{
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.delivery-form .radio-holder .radio{
	margin:1px 7px 0 0;
	padding:0;
	float:left;
	height:14px;
}
.delivery-form .radio-holder label{
	font-size:14px;
	float:left;
}
.delivery-form .frame{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.delivery-form .frame label{
	display:block;
	font-size:14px;
}
.delivery-form .txt{
	margin:0;
	padding:3px 5px;
	background:none;
	width:453px;
	border-width:1px;
	border-color:#cac9c2;
    font-size: 13px;
}
.delivery-form textarea#message{
      font-size: 13px;
}
.deliverysubmit-holder{
	width:570px;
	margin:0 auto;
	overflow:hidden;
}
.alignright{float:right;}
.delivery-submit{
	display:block;
	width:170px;
	height:36px;
	margin:0 auto;
	padding:0;
	border:0;
	background:url(images/btn-next.gif) no-repeat;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	color:#49840a;
	font-weight:bold;
	text-align:center;
}
.btn-back{
	float:left;
	text-align:center;
	width:170px;
	height:27px;
	background:url(images/btn-back.gif) no-repeat;
	text-decoration:none;
	color:#909090;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:9px 0 0;
}
.order-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 8px;
	background:url(images/divider-gray-dashed.gif) repeat-x 0 100%;
}
.order-holder .box{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.order-holder .img-frame{
	float:left;
	width:118px;
	margin:0 25px 0 0;
	height:112px;
	padding:6px 3px;
	background:url(images/bg-order-img-frame.gif) no-repeat;
}
.order-holder .img-frame img{
	display:block;
	margin:0 auto;
}
.order-holder .txt-frame{
	overflow:hidden;
	height:1%;
}
.amount{
	float:right;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#bababa;
}
.amount span{
	font-size:18px;
	color:#000;
	font-weight:normal;
}
.order-head{
	margin:0;
	font:18px Arial, Helvetica, sans-serif;
	color:#e44700;
}
.order-head a{color:#e44700;}
.order-price{
	font-style:normal;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#bababa;
}
.order-price span{
	font-size:18px;
	color:#000;
}
.order-sum{
	margin:0;
	padding:0;
}
.order-sum dt{
	float:left;
	margin:0 5px 33px 0;
	font-size:18px;
	color:#999;
	text-transform:uppercase;
}
.order-sum dd{
	display:block;
	margin:0;
	font:bold 24px/16px Georgia, "Times New Roman", Times, serif;
	color:#e44700;
}
.order-sum dd span{
	color:#bababa;
	font:14px Georgia, "Times New Roman", Times, serif;
}
.userinfo-holder{
	width:100%;
	overflow:hidden;
	font-size:14px;
	margin:0 0 40px;
}
.userinfo-head{
	display:block;
	margin:0 0 8px;
}
.userinfo-holder .box{
	float:left;
	width:316px;
	padding:0 8px 0 0;
}
.userinfo-list{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.userinfo-list dt{
	float:left;
	margin:0 5px 0 0;
}
.userinfo-list dd{
	margin:0 0 6px;
	display:block;
}
.change-address{color:#ef976f;}
.userinfo-holder .area{
	overflow:hidden;
	height:1%;
}
.order-form{
	width:100%;
	overflow:hidden;
	margin:0 0 21px;
}
.order-form label{
	display:block;
	font-size:12px;
	margin:0 0 2px;
}
.order-form textarea{
	margin:0;
	padding:0;
	width:519px;
	height:82px;
	max-width:519px;
	max-height:82px;
	border-width:2px;
	border-color:#cac9c2;
	overflow:auto;
}
.confirm-submit{
	float:right;
	width:245px;
	height:36px;
	margin:0;
	padding:0;
	border:0;
	background:url(images/btn-confirm.gif) no-repeat;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	color:#49840a;
	font-weight:bold;
	text-align:center;
}
.comment-author{
	font-size: 18px;
	font-weight: normal;
	height: 1%;
	margin: 0 0 13px;
	overflow: hidden;
}
.contact-list{
	margin:0 0 15px;
	padding:0;
	font-size:12px;
	color:#4c4c4c;
	width:100%;
	overflow:hidden;
}
.contact-list dt{
	float:left;
	width:80px;
	padding:0 10px 0 0;
	font-weight:bold;
}
.contact-list dd{
	margin:0 0 15px;
	padding:0 0 0 90px;
	display:block;
}
.contact-list a{color:#e37d4f;}
.map-box{margin:0 0 20px;}
.map-box img{display:block;}
.number-list{
	margin: 0;
	padding: 0;
	list-style:none;
}
.number-list li{
	width:100%;
	overflow:hidden;
}
.numeric{
	float:left;
	width:26px;
	height:21px;
	margin:0 17px 0 0;
	padding:5px 0 0;
	background:url(images/bg-umeric.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#f0db88;
	text-align:center;
}
.number-list .txt{
	overflow:hidden;
	height:1%;
}
.feedback{
	background:url(images/bg-feedback-form.gif) no-repeat;
	margin:0 auto 40px;
	float:none;
}
#content .noveltyhead{
	color:#fff;
	margin:0;
}
#content .basket-head{
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.pannier-frame{
	width:100%;
	overflow:hidden;
	background:url(images/divider-pannier-frame.gif) repeat-x 0 100%;
	padding:0 0 18px;
	margin:0 0 23px;
}
.pannier-frame .description-box{
	float:left;
	width:512px;
}
.description-box .img-area{
	float:left;
	position:relative;
	width:118px;
	height:112px;
	background:url(images/bg-order-img-frame.gif) no-repeat;
	margin:0 30px 0 0;
	padding: 6px 3px;
}
.description-box .txt-area{
	overflow:hidden;
	height:1%;
}
.individual-sum{
	font-style:normal;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#bababa;
	float:right;
}
.individual-sum span{
	font-size:18px;
	color:#000;
}
.how-many{width:81px;}
.how-many input{
	margin:3px 8px 0 0;
	padding:0;
	width:49px;
	border-width:1px;
	border-color:#a3a29d;
	background:#fff;
	font-size:18px;
	text-align:right;
	float:left;
}
.how-many .link-box{
	float:left;
	width:22px;
}
.how-many .link-box a{
	display:block;
	height:12px;
	text-decoration:none;
}
.how-many .larger{
	background:url(images/btn-larger.gif) no-repeat;
	margin:0 0 5px;
}
.how-many .less{background:url(images/btn-less.gif) no-repeat;}
.pannier-caption{
	font-style:normal;
	font-size:12px;
	color:#bababa;
}
.left-area{
	float:left;
	width:118px;
	margin:0 30px 0 0;
}
.topbox{
	background:url(images/divider-gray-dashed.gif) repeat-x 0 100%;
	padding:0 0 10px;
	margin:0 0 23px;
}
.total-holder{
	width:100%;
	overflow:hidden;
}
.total-holder .box{
	float:left;
	width:328px;
	color:#999;
}
#content .total-holder .box p{
	margin:0 0 6px;
	line-height:20px;
}
.total-holder .link{
	font-size:14px;
	color:#e44700;
	text-transform:uppercase;
}
.total-holder .telephone{
	font-style:normal;
	font-size:14px;
	padding:0 10px 0 0;
	color:#000;
}
.total-holder .frame{
	float:right;
	width:348px;
	overflow:hidden;
}
.total-list{
	margin:0 0 21px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.total-list dt{
	float:left;
	margin:0 5px 0 0;
	font-size:16px;
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	line-height:26px;
}
.total-list dd{
	margin:0;
	display:block;
	font:bold 24px/18px Georgia, "Times New Roman", Times, serif;
	color:#e44700;
	text-align:right;
}
.total-list dd span{
	color:#bababa;
	font-size:14px;
}
.total-holder .frame .alignright{margin:0;}
.information-holder{
	width:100%;
	overflow:hidden;
}
.information-holder .box{
	float:left;
	width:50%;
}
.information-holder .col-1{
	overflow:hidden;
	height:1%;
	padding:0 15px 0 0;
}
.information-holder .col-2{
	overflow:hidden;
	height:1%;
	padding:0 0 0 15px;
}
* html .information-holder .col-1,
* html .information-holder .col-2{
	height:1%;
	overflow:visible;
}
h3 {
font-size:18px;
font-weight:normal;
margin:0 0 10px;
}
/*#block-tree_menus-1 .item-1-15,
#block-tree_menus-1 .item-1-11,
#block-tree_menus-1 .item-1-9,
#block-tree_menus-1 .item-1-10,
#block-tree_menus-1 .item-1-7,
#block-tree_menus-1 .item-1-3 {
    display: none;
} */
tbody{
  border:0;
}

.pager-next,
.pager-last,
.pager-first
.pager-previous{
  font-size:14px;
}

