@CHARSET "UTF-8";

@IMPORT url("site-logic.css");
/* @IMPORT url("slider.css"); */

body { 
	background: #E3E3E3 url('../images/bg.png') repeat-x 0px 0px;
	margin-top: 10px;
	text-align: center;
	font-family: Tahoma;
}

.maincontent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.content { 
	width: 940px;
	margin: 10px 10px 10px 10px;
	float: left;
}

.head { 
	float: left;
	background: url('../images/head_bg.png') repeat-x 0px 0px;
	width: 940px;
	margin-left: 0px;
	margin-top: 0px;
	height: 73px;
	overflow: hidden;
}

.register_login { 
	width: 720px;
	height: 29px;
	float: right;
	padding-right: 10px;
	margin-top: 0px;
}

.top_menu { 
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	height: 40px;
	width: 940px;
	margin-top: 4px;
	margin-left: 0px;
}

.top_menu ul { 
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	float: left;
}

.top_menu ul li { 
	display: inline;
	margin: 0;
	padding: 0;
}

.top_menu ul li ul { 
	visibility: visible; 
}

.top_menu ul li a { 
	color: #FFFFFF;
	font-size: medium;
	font-weight: 500;
	text-decoration: none;
	height: 40px;
	width: 153px;
	float: left;
	text-align: center;
	background: url('../images/button.png') no-repeat 0px 0px;
	padding-top: 12px;
}

.top_menu ul li a:hover { 
	color: #FFFF99;
	background: url('../images/button_act.png') no-repeat 0px 0px;
}

.top_menu ul li.active a { 
	color: #FFFF00;
	background: url('../images/button_act.png') no-repeat 0px 0px;
}

.register_login .navigation {
	list-style-type: none;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}

.register_login .navigation li { 
	display: inline;
	float: left;
	background: url('../images/top_button.png') no-repeat top;
	height: 29px;
	width: 138px;
}

.register_login .navigation li a { 
	color: #FFFFFF;
	text-decoration: none;
	height: 29px;
	width: 138px;
	float: left;
	text-align: center;
}

.register_login .navigation li a:hover { 
	color: #FFFF00;
}

#baner { 
	background: url('../images/baner.jpg') no-repeat top;
	width: 940px;
	height: 118px;
	float: left;
}

#mainimage { 
	float: left;
	width: 940px;
	height: 365px;
}

.contents { 
	float: left;
	width: 940px;
	background: #2B2A2A;	
}

.bg_contents { 
	clear: both;
	background: url('../images/bottom_bg.png') no-repeat top;
	height: 12px;
	width: 940px;
}

.left_side { 
	float: left;
	width: 220px;
	background: url('../images/line.png') no-repeat right;
	min-height: 300px;
	padding-bottom: 20px;
}

.left_side ul { 
	margin-left: 3px;
	padding-left: 3px;
	list-style-type: none;
	margin-top: 10px;
	padding-top: 10px;
	text-align: left;
}

.left_side ul li { 
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

.left_side ul li.active>a { 
	font-weight: bold; 
}

.left_side ul li ul { 
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}

.left_side ul li ul li { 
	display: block;
	line-height: 16px;
}

.left_side ul li ul li ul { 
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}

.left_side ul li ul li a { 
	color: #FFFF00;
	background: url('../images/arrow2.png') no-repeat 0px 1px;
	padding-left: 17px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.left_side ul li ul li a:hover { 
	color: #CC0000;
	background: url('../images/arrow2a.png') no-repeat 0px 1px;
}

.left_side ul li ul li ul li a { 
	color: #CC3300;
	background: url('../images/arrow3.png') no-repeat 0px 1px;
	padding-left: 17px;
	text-decoration: none;
	font-size: 12px;
}

.left_side ul li ul li ul li a:hover { 
	color: #CC0000;
	background: url('../images/arrow3a.png') no-repeat 0px 1px;
}

.left_side ul li a { 
	color: #FFFFFF;
	background: url('../images/arrow1.png') no-repeat 0px 4px;
	padding-left: 17px;
	text-decoration: none;
}

.left_side ul li a:hover {
	color: #CC0000;
	background: url('../images/arrow1a.png') no-repeat 0px 4px;
}

.foot {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #575757;
	text-align: right;
	margin-top: 5px;
	clear: both;
}

.foot a { 
	color: #141414;
	text-decoration: none;	
}

.foot a:hover { 
	color: #575757;
	text-decoration: underline;
}

.right_side { 
	float: right;
	width: 710px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.right_side p { 
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.right_side a { 
	color: #FF0000;
}

.rigth_side a:hover {
	color: #FFFF00; 
}

.right_side_login { 
	float: right;
	width: 940px;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.right_side_login a { 
	color: #FF0000;
	text-decoration: none; 	
}

.right_side_login a:hover { 
	color: #C7C7C7;
	text-decoration: underline; 	
}

.right_side_login p { 
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.product_menu { 
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.product_menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 15px;
}

.product_menu ul li {
	display: inline;
}

.product_menu ul li.active a { 
	background: url('../images/product_button_act.png') no-repeat top;
	color: #FFCC00;
	font-weight: bold;
}

.product_menu ul li a {
	float: left;
	background: url('../images/product_button.png') no-repeat top;
	height: 28px;
	width: 110px;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
	font-size: 12px;
}

.product_menu ul li a:hover {
	background: url('../images/product_button_act.png') no-repeat top;
	color: #FFFF00;
	font-weight: bold;
}

.product { 
	clear: left;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

.news { 
	clear: left;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

h1.product_title { 
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1.news_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.short_description { 
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-style: italic;
	color: #C5C5C5;
}

div.full_description {
	color: #C5C5C5;
}
.full_description h3 { 
	margin-bottom: 7px;
	font-weight: bold;
	color: #FFFFFF;
}

.gallery_images { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gallery_images img { 
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

.std_gallery { 
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

.name_file { 
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}

.attachment { 
	margin-top: 15px;
}

.attachments { 
	padding-top: 15px;
}

.detalis { 
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 10px;
	font-size: 14px;
}

.detalis tr { 

}

.detalis td {
	padding: 3px 3px 3px 3px;
	margin: 10px;
}

.title_paramter { 
	font-weight: bold;
	margin-left: 10px;
}

.even{ 
	margin: 2px 2px 2px 2px;
	color: #FFFFFF;
	padding: 2;	
}

.odd  { 
	background: #171717;
	color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}

.product_title a { 
	color: #FF0000;
	text-decoration: none;
}

.product_title a:hover { 
	color: #959595;
}

.short_list_describe { 
	text-align: justify;	
}

.short_list_describe a { 
	text-decoration: none;
	color: #FFFFFF;
}

.short_list_describe a:hover { 
	text-decoration: underline;
	color: #A9A9A9;
}

.one_product { 
	float: left;
	width: 50%;	
}

.list_product { 
	margin-top: 10px;
}

.one_product p {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.home_site {
	
}

div.news_category {
	float: left;
}

div.list_news img { 
	padding-right: 15px; 
}

div.list_news { 
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.list_news a { 
	color: #A9A9A9;
	text-decoration: none;
}

.list_news a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

h1.title { 
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

h1.title a { 
	color: #FFFFFF;
	text-decoration: none;
}

h1.title a:hover { 
	color: #9A9A9A;
	text-decoration: underline;
}

.information { 
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-left: 10px;
}

.information h1 { 
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.info { 
	color: #A9A9A9;
	font-size: 10px;
	margin-top: 10px;
	border: 1px dotted #A9A9A9;
	padding: 3; 
}

.zend_form {
	font-size: 12px;
}

.zend_form dt { 
	float: left;
	text-align: right;
	padding-right: 10px;
	clear: left;
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
	line-height: 18px;
	width: 45%;
}

.zend_form dd { 
	float: right;
	text-align: left;
	clear: right;
	margin: 1;
	padding: 1;
	width:50%
}

.zend_form input { 
	height: 18px;
}

.reg { 
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	clear: both;
}

.login_dv {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
	clear: both;
}

.nav { 
	text-align: center;
	width: 100%;
}

textarea { 
	width: 300px;
	height: 200px;
}

.description { 
	text-align: left;
	color: #787878;
	font-size: 10px;
}

.price {
	color: #C5C5C5;
	text-align: right;
	margin-right: 15px;
	width: 100%;
}

.dealers { 
	margin-top: 10px;
	background: url('../images/mapka.png') no-repeat top right;
	color: #D8D8D8;
	min-height: 300px;
}

.dealers h1 { 
	font-size: 16px;
	font-weight: bold;
	float: left;	
}

.dealers ul { 
	float: left;
	padding-top: 10px;
	text-align: left;
	clear: both;	
}

.dealers ul li { 
	display: block;
}

.dealers ul li a {
	background: url('../images/arrow1a.png') no-repeat 0px 4px;
	padding-left: 17px;
	text-decoration: none;
	font-size: 16px;
}

.dealers ul li a:hover {
	background: url('../images/arrow1.png') no-repeat 0px 4px;
	text-decoration: underline;
	color: #FFFFFF;
}

.tab_deal { 
	float: left;
	clear: both;
	padding-left: 10px;
	color: #D8D8D8;
	width: 90%;
	font-size: 13px;
}

.tab_deal th {
	width: 110px;
}

.tab_deal td {
	margin: 2px;
	padding: 2px;
	text-align: left;
}

.breadcrumbs { 
	float: left;
	width: 90%;
	padding-top: 4px;
	text-align: left;
	padding-bottom: 4px;
}

.breadcrumbs a { 
	text-decoration: none;
	color: #787878;
}

.breadcrumbs a:hover { 
	text-decoration: underline;
	color: #CC0000;
}
