html, body{
	width: 100%;
	min-width: 1000px;
	//width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000':'100%');
	font-family: Tahoma, Verdana, Arial; 
	font-size: 13px;
	background-color: #323639;
	background-image: url('images/bg_top.jpg');
	background-repeat: repeat-x;
	background-position:left top;
	text-align: left;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
a{
	color:#97c8e3;
	text-decoration:underline;
}
a:hover{
	color:#97c8e3;
	text-decoration:none;
}
a img{
	border:0px;
}
h1{
	font-family: "Trebuchet MS";
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color: #EEE;
	border-bottom: 4px solid #888;
	padding-bottom: 2px;
	display: inline;
	line-height: 35px;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#top{
	display:block;
	min-width: 987px;
	background-image: url('images/top.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:48px;
}
#logo{
	clear:left;
	display:block;
	width:250px;
	height:71px;
	margin-left:22px;
	float:left;
}
#menu{
	display:block;
	height: 71px;
	margin-left:315px;
	position: relative;
	z-index: 50;
}
#menu .about{
	display:block;
	float:left;
	width:92px;
	height:17px;
	margin-top:30px;
	background-image:url('images/btn_about.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .about:hover{
	background-image:url('images/btn_about_hover.png');
}
#menu .news{
	display:block;
	float:left;
	width:64px;
	height:17px;
	margin-top:30px;
	margin-left:20px;
	background-image:url('images/btn_news.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .news:hover{
	background-image:url('images/btn_news_hover.png');
}
#menu .sewing{
	display:block;
	float:left;
	width:123px;
	height:97px;
	margin-top:-10px;
	margin-left:15px;
	background-image:url('images/menu_sewing.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .sewing:hover{
	background-image: url('images/menu_sewing_hover.png');
}
#menu .catalog{
	display:block;
	float:left;
	width:64px;
	height:17px;
	margin-top:30px;
	margin-left:5px;
	background-image:url('images/btn_cat.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .catalog:hover{
	background-image:url('images/btn_cat_hover.png');
}
#menu .price{
	display:block;
	float:left;
	width:48px;
	height:20px;
	margin-top:27px;
	margin-left:15px;
	background-image:url('images/btn_price.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .price:hover{
	background-image:url('images/btn_price_hover.png');
}
#menu .delivery{
	display:block;
	float:left;
	width:74px;
	height:19px;
	margin-top:30px;
	margin-left:15px;
	background-image:url('images/btn_delivery.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .delivery:hover{
	background-image:url('images/btn_delivery_hover.png');
}
#menu .contact{
	display:block;
	float:left;
	width:77px;
	height:17px;
	margin-top:30px;
	margin-left:15px;
	background-image:url('images/btn_contacts.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .contact:hover{
	background-image:url('images/btn_contacts_hover.png');
}
#menu a:hover{
	background-position:left bottom !important;
}
#left_columb{
	clear:left;
	float:left;
	display:block;
	width:310px;
	position: relative;
	z-index: 20;
	margin-top: -10px;
}
#left_columb .consult{
	display: block;
	width: 280px;
	height: 76px;
	background-image: url('images/icon_online.png');
	background-repeat: no-repeat; 
	margin: 5px 0 0 15px;
}
#left_columb .telephone{
	display:block;
	width:239px;
	height:22px;
	margin: 10px 0 0 10px;
	background-image:url('images/phone.png');
	background-position:left top;
	background-repeat:no-repeat
}
#left_columb .catalog{
	width: 295px;
	min-height: 78px;
	background-image: url('images/title_prod.png');
	background-repeat: no-repeat;
	padding-top: 75px;
	margin: 10px 0 0 10px;
}
#left_columb .catalog ul{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
#left_columb .catalog ul li{
	padding: 0 0 25px 0; 
	background-image:url('images/horz_line.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}
#left_columb .catalog ul li span{
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px #fff solid;
	padding-bottom: 1px;
}
#left_columb .catalog ul li:last-child{
	background: none;
}
#left_columb .catalog ul li span:hover{
	border-bottom: none;
}
#left_columb .catalog ul li span a{
	text-decoration: none;
	color: #fff;
}
#left_columb .catalog ul ul{
	margin: 15px 0 0 15px;
	display: none;
}
#left_columb .catalog ul ul.sel{
	display: block;
}
#left_columb .catalog ul ul li{
	font-size: 12px;
	padding: 0;
	background: none;
	line-height: 18px;
	text-decoration: none;
}
#left_columb .catalog ul ul li a.sel{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}

#left_columb .horz_line{
	clear:left;
	display:block;
	width:100%;
	height:20px;
	background-image:url('images/horz_line.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

#left_columb .search{
	width: 300px;
	margin: 0 0 20px 15px;
}
#left_columb .search form{
	display: inline;
}
#left_columb .search .title_search{
	display: block;
	width: 114px;
	height: 15px;
	background: url('images/btn_title_search.gif') no-repeat 3px left;
	margin-bottom: 5px;
}
#left_columb .search .input_search{
	border: 1px #232628 solid;
	background-color:#A7ABAD;
	color:#272B2E;
	vertical-align: middle;
	width: 190px;
	height: 16px;
}
#left_columb .search .button_search{
	width: 57px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}
#left_columb .partner{
	background:  url(images/title_partner.gif) no-repeat left top;
	padding-top: 30px;
	width: 204px;
	height: 90px;
	margin: 10px 0 20px 15px;
}
#left_columb .partner div{
	width: 190px;
	background: #505456;
	margin: auto;
	padding: 6px;
}
#left_columb .partner img{
	width: 184px;
	height: 71px;
	border: 4px #FFF solid;
	display: none;
}
.n_news{
	display:block;
	clear:left;
	margin-bottom: 20px;
	overflow: hidden;
}
.d_news{
	float:left;
	display:block;
	width:40px;
	font-size:28px;
	color:#717476;
	vertical-align:top;
}
.c_news, .cf_news{
	display:block;
	width:90%;
	float:left;
	padding-top:7px;
	color:#c9cacb;
	font-size:12px;
}
.c_news a{
	display:block;
	font-size:12px;
}
.m_news{
	background-color:#a20403;
	font-size:10px;
	color:#FFFFFF;
	padding:0px 3px 0px 3px;
}
.g_news{
	display:block;
	font-size:10px;
	color:#FFFFFF;	
}
.v_news{
	display:block;
	padding-top:20px;
	clear:left
}
.v_news a, .v_news a:hover{
	background-color:#a20403;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:40px;
	padding:1px 5px 1px 5px;
}
#main_body{
	display:block;
	float:left;
	width:660px;
	margin-left:20px;
	margin-top:17px
}
.cont_left{
	display:block;
	background-image:url('images/cont_left2.gif');
	background-position:left top;
	background-repeat:no-repeat;
	
}
.cont_right{
	display:block;
	background-image:url('images/cont_right2.gif');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-right:24px;
	padding-left:7px;
	
}
.cont{
	display:block;
	height:180px;
	background-color:#505456;
	background-image:url('images/cont.gif');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;

}
html > body .cont{
	height:auto;
	min-height:180px;
}
.cont .text{
	color:#e2ddcc;
	margin-left:20px;
	padding-bottom:10px;
	margin-right:10px;
	overflow: hidden;
}
/*************************
		Загаловки
*************************/
.text .about{
	display:block;
	width:120px;
	height:27px;
	background-image:url('images/about.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .news{
	display:block;
	width:70px;
	height:27px;
	background-image:url('images/news.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .service{
	display:block;
	width:59px;
	height:27px;
	background-image:url('images/service.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .catalog{
	display:block;
	width:159px;
	height:27px;
	background-image:url('images/catalog.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .basket{
	display:block;
	width:127px;
	height:29px;
	background-image:url('images/basket.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .contact{
	display:block;
	width:103px;
	height:27px;
	background-image:url('images/contact.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .shema{
	display:block;
	width:127px;
	height:27px;
	background-image:url('images/shema.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.text .feedback{
	clear:left;
	display:block;
	width:127px;
	height:27px;
	background-image:url('images/feedback.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
/*************************
		Конец
*************************/

.text .more{
	clear:left;
	display:block;
	margin-top:10px;
}
.text .more a, .text .more a:hover{
	background-color:#a20403;
	font-size:11px;
	line-height:15px;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 5px 2px 5px;
	vertical-align:top;
}
.text dt{
	color:#e2ddcc;
	font-weight:bold;
	font-size:12px;
	margin-left:5px;
	margin-top:20px
}
.text dd{
	color:#FFFFFF;
	margin-left:15px;
}
.text dd .kod{
	color:#bbbec1;
	float:left;
	height: 30px;
	padding-top:9px;
	margin-right:10px
}
.text dd .tel{
	line-height:20px;
}
.text .shema_small img{
	width:500px;
	height:210px;
	border:0px;
	margin-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	float:left
}
.nbar{
	display:block;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
	border: none
}
.nbar a{
	color:#FFFFFF;
	text-decoration: none;
}
.nbar a:hover{
	text-decoration: underline;
}
.nlist{
	display:block;
	width:570px;
	background-color:#272b2e;
	color:#717476;
	font-size:11px;
	padding:5px 10px 5px 10px;
	margin-bottom:20px;
}
.nlist a{
	color:#717476;
}
.nlist a.sel{
	color:#D5D5D5;
	font-weight:bold;
}
#s_spezposhiv{
	display:block;
	width:350px;
	height:95px;
	background-image:url('images/s_spezposhiv.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#s_logo{
	display:block;
	width:350px;
	height:95px;
	background-image:url('images/s_logo.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#s_dostavka{
	display:block;
	width:350px;
	height:95px;
	background-image:url('images/s_dostavka.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.red{
	color:#E30000;
	font-weight:bold;
}
/*************************
	Список продукции
*************************/	
.catalog_list{
	margin-left:0px;
	list-style:none;
	display: block;
	margin:0px;
	padding:0px;
	clear:left
}
.catalog_list LI {
	float: left;
	padding-top:5px;
	padding-bottom:20px;
	width: 33.3%;
	text-align:center
}
.catalog_list li a{
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.catalog_list li div.small_title a{
	display: block;
}
.notborder li div.small_title a{
	font-weight: bold;
}
.catalog_list LI span{

	padding:0px;
	display:block;
	;
	margin: auto;
}
.notborder LI span{
	border:0px;
	background-color:none;
	padding:0px;
	width:auto;
}
.notborder img{
	border: 0px !important;
}
.catalog_list LI span img{
	border:1px #FFF solid;
	width: 145px;
	height: 145px;
	background: #666
}
.catalog_list LI.c_line{
	width:92%;
	background-image:url('images/c_line.gif');
	background-position:left 3px;
	background-repeat:repeat-x;
	height:1px;
	padding-top:0px;
}
.h_line{
	clear:left;
	width:92%;
	background-color:#6b7072;
	height:4px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:4px;
}
.numpage{
	margin-top:10px;
	font-size:11px;
	color:#97c8e3;
	text-decoration:none;
	float:left
}
.numpage a{
	text-decoration:none;
	margin-left:5px
}
.numpage a:hover{
	text-decoration:underline;
	margin-left:5px
}
.numpage b{
	text-decoration:none;
	margin-left:5px;
	color:#ffffff;
	background-color:#a20403;
	padding-left:2px;
	padding-right:2px;
	font-weight:normal	
}
.seeall{
	display:block;
	margin-top:10px;
}
.seeall a, .seeall a:hover{
	background-color:#a20403;
	font-size:11px;
	line-height:15px;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 5px 2px 5px;
	vertical-align:top;
	margin-left:20px;
}
.small_title{
	display:block;
	margin-top:5px;
	padding: 0 25px;
}
.small_title a, .small_title a:hover{
	background-color:#a20403;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	vertical-align:top;
	padding: 4px 10px 5px 10px;
}
.cat_home{
	 text-align: center;
}
.cat_home a{
	display: block;
	width: 589px;
	height: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
.cat_home a.p1{
	background-image: url(images/p1.png);
}
.cat_home a.p2{
	background-image: url(images/p2.png);
}
.cat_home a.p3{
	background-image: url(images/p3.png);
}
.cat_home a.p1:hover{
	background-image: url(images/p1_over.png);
}
.cat_home a.p2:hover{
	background-image: url(images/p2_over.png);
}
.cat_home a.p3:hover{
	background-image: url(images/p3_over.png);
}
/*************************
		Конец
*************************/
form{
	color:#e2ddcc;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;

}
.f1{
	background-color:#a7abad;
	border:1px #282c2e solid;
	width:160px;
	height:15px;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
}
.f2{
	background-color:#a7abad;
	border:1px #282c2e solid;
	width:415px;
	height:15px;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
}
.f3{
	background-color:#a7abad;
	border:1px #282c2e solid;
	width:415px;
	height:159px;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
	overflow:auto	
}
.f4, .button{
	background-color:#a20403;
	border:1px #282c2e solid;
	color:#FFFFFF;	
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	cursor: pointer;
}
.not{
	border:1px #a20403 solid
}
.print{
	background: black;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial;
	font-size: 13px; 
	color: white; 
	margin-top: 5px; 
	padding: 5px
}
/*************************
		highslide
*************************/
.highslide {
    cursor: url('/site/highslide/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide-html {
    background-color: #272b2e;
    padding:0px 5px 0px 5px;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 520px;
   	padding:5px 3px 0px 4px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	text-transform:lowercase
}
.highslide-wrapper .highslide-header .seeall{
	display:inline;
	padding:0px;
	margin:0px;
}
.highslide-wrapper .highslide-header .seeall a{
	margin:0px !important;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 35px;
	padding-top:5px;
	clear:both
}
.highslide-wrapper .highslide-footer .prev{
	display:block;
	width: 24px;
	height:24px;
	background-image:url('images/more_prev.gif');
	float:left;

}
.highslide-wrapper .highslide-footer .next{
	display:block;
	width: 24px;
	height:24px;
	margin-left:4px;
	background-image:url('images/more_next.gif');
	float:left;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url('highslide/graphics/resize.gif');
	margin-top:22px
}
.highslide-wrapper .highslide-body {
	clear:both
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url('highslide/graphics/loader.white.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url('highslide/graphics/fullexpand.gif') no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay{
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.close{
	width:24px;
	height:24px;
	display:block;
	float:right;
	margin-bottom:5px;
	background-image:url('images/close.gif');
	background-repeat:no-repeat
}
.move{
	width:24px;
	height:24px;
	display:block;
	float:right;
	margin-right:5px;
	margin-bottom:5px;
	background-image:url('images/move.gif');
	background-repeat:no-repeat
}

/*************************
		footer
*************************/

#foter{
	display:block;
	clear:left;
	height:30px;
	margin-top:20px;
	padding-bottom:5px;
	vertical-align:bottom;
}
#foter #tigla, #foter #couter{
	float:right
}
#foter #couter{
	margin-top:20px;
	margin-right:20px;
}
#foter #part{
	display:block;
	width:330px;
	float:left;
}
#foter #part a{
	display:block;
	width:141px;
	height:45px;
	margin-left:10px;
	background-image:url('images/strotec.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
#foter #copy{
	display:block;
	float:left;
	width:610px;
	background-color:#272b2e;
	margin-left:7px;
	color:#717476;
	font-size:11px;
	padding:5px 10px 5px 10px;
}
#creator_site{
	display:block;
	width:99px;
	height:30px;
	background-image:url('/site/images/tigla.gif');
	background-repeat:no-repeat;
	margin-left:10px;
	margin-right:5px;
	margin-top:10px;
}
.clear{
	clear:left;
	padding-top:15px
}
.image_big{
	border:1px #272b2e solid;
	background-color:#323639;
	padding:4px;
	display:table-cell;
	width:280px;
	height:280px;
	float:left;
	overflow: hidden
}
.desc{
	padding-left:10px;
	width:200px;
	float:left		
}
.horiz_line{
	height:1px;
	font-size:0px;
	line-height:0px;
	background-color:#6b7072;
	margin-top:10px;
}
.posit{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse
}
.posit td{
	vertical-align:top;
	border-top:1px #6b7072 solid;
	padding:5px 3px 5px 5px;
}
.posit .name{
	font-size:11px;
	color:#ffcc00
}
.posit .name td{
	border-top:0px;
	padding-left:8px;
}
.posit .artkl{
	border-right: 2px #6b7072 solid;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.posit .price{
	border-left: 2px #6b7072 solid;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.pics { 
    height:  280px; 
    width:   280px; 
    padding: 0; 
    margin:  0; 
}
.addbasket{
	font-size: 11px;
	color:#6b7072;
	float:right;
	vertical-align: middle;
	margin-right: 20px;
	white-space: nowrap;
}
.full{
	background-color: #272B2E;
	padding:3px 20px 5px 20px;
	margin-top: 30px;
}
.addbasket input, .addbasket select, .basket_table input{
	width: 30px;
	border: 1px #000000 solid;
	background-color: #505456;
	color: #ffffff;
	vertical-align: middle;
}
.addbasket img{
	cursor: pointer;
	vertical-align: middle;
}
.addbasket .articuls{
	width: 80px;
	margin-right: 5px;
}
.basket_table{
	border-collapse: collapse;
	width: 99%;
}
.basket_table th{
	font-weight: normal;
	font-size: 12px;
	color:#e2ddcc;
	text-align: left;
	height: 30px;
	white-space: nowrap;
}
.basket_table tbody td{
	border-top: 2px #6b7072 solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
.basket_table .article{
	color:#999999;
}
.basket_table input{
	background-color:#6b7072;
	text-align: center;
}
.basket_table .bold{
	font-weight: bold;
}
.basket_table .empty{
	text-align: center;
	padding-top: 10px;
}
.basket_table tfoot .bold td{
	border-top: 4px #6b7072 solid;
	padding-top: 10px;
}
.basket_table .rightp{
	text-align: right;
	white-space: nowrap;
}
.basket_table .delete{
	display: block;
	width: 23px;
	height: 23px;
	background-image: url('/site/images/basket_delet.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
.button_order{
	text-align: right;
}
#button_clear, #button_order{
	margin-right: 15px;
	margin-top: 20px;
}
.input{
	background-color:#a7abad;
	border:1px #282c2e solid;
	width:300px;
	height:15px;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
}
.textarea{
	background-color:#a7abad;
	border:1px #282c2e solid;
	width:300px;
	height:80px;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
	overflow: auto;
}
.form div{
	margin-top: 20px;
}
.search{
	width: 240px;
	position: absolute;
	top:-5px;
	right: 0px;
	margin-bottom: -40px;
}
.search form{
	display: inline;
}
.title_search{
	display: block;
	width: 114px;
	height: 15px;
	background: url('images/btn_title_search.gif') no-repeat 3px left;
	margin-bottom: 5px;
}
.input_search{
	border: 1px #232628 solid;
	background-color:#A7ABAD;
	color:#272B2E;
	vertical-align: middle;
	width: 155px;
	height: 16px;
}
.button_search{
	width: 57px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}
.info{
	border: 1px #272B2E solid;
	background-color: #272B2E;
	padding: 10px;
	color: #717476;
}
.info b{
	color:#A7ABAD;
}

input.disable{
	background-color: #666;
	color: #CCC;
	cursor: default;
}
.cat_info{
	background-color: #717476;
	padding:5px 10px 5px 10px;
	color: #272b2e;
	font-size: 12px;
	margin: 20px 10px 20px 0;
	clear: both;
}
.cat_info p{
	margin: 5px 0 5px 0px;
}
a.pirobox{
	cursor: url(/site/images/zoom-in.cur), none;
}
.nnav{
	overflow: hidden;
	padding-bottom: 20px;
	color:#ffcc00;
}
.nnav a{
	color:#ffcc00;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px #ffcc00 solid;
	padding-bottom: 1px;
}
.nnav a:hover{
	border-bottom: none;
}
.nnav .prev{
	float:left;
}
.nnav .next{
	float:right;
}
