/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family: tahoma;
	font-size: 10pt;
	color: #434c56;
}
h1 {
	font-family: Myriad pro, Arial;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5a6471;
}
h2, h2 a {
	font-family: Myriad pro, Arial;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5a6471;
}

.mb5 {
	margin-bottom:5px;
}

h3 {
	color: #237aaf;
	font-weight: bold;
	font-size: 12px;
}

a {
	color: #1b91bd;
	font-size: 10px;
	text-decoration: underline;
}
img {
	border: none;
}


span.green {
	color : #61cc61;
	font-weight : bold;
}
span.red {
	color : #f00;
	font-weight : bold;
}
.all {
position: relative;
min-width:1140px;
}
#logo {
	margin-left: 72px;
}
#header {
	position: relative;
	height: 135px;
	background: url(../img/head_bg.gif) repeat-x 0px 47px;
}
#header #header_text {
	position: absolute;
	height: 30px;
	width: 417px;
	right: 90px;
	top: 17px;
	text-align: right;
}

#header_text b{
  font-size: 14px;
}

#header_text sup{
  font-size: 10px;
}

#header #cart {
	position: absolute;
	height: 30px;
	width: 515px;
	right: 90px;
	top: 103px;
	text-align: right;
}
#menu {
	position:absolute;
	/*width:90%;*/
	height: 30px;
	left: 240px;
	top: 59px;
	display: block;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 23px;
}
#menu a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .menu_split {
	margin-left: 22px;
	vertical-align: middle;
}

.leftmenu {
	padding-top: 53px;
	color: #424242;
}
.leftmenu a{
	color: #1b93e7;
	font-size: 13px;
}
.leftmenu  a.active{
	font-weight:bold;
}
.leftmenu ul {
	display: block;
	padding-left: 15px;
}
.leftmenu li {
	list-style-type: none;
	display: block;
	padding: 3px 0px 3px 15px;
	background: url(../img/p_cat1.gif) no-repeat left 8px;
}
.leftmenu li li {
	padding-left: 30px;
	background: url(../img/arr.gif) no-repeat left 8px;
}
.leftmenu li li li {
	padding-left: 20px;
	background: url(../img/main_cat_inner_item.gif) no-repeat left 8px;
	font-size:10px;
}
.leftmenu li li li a:hover {
	text-decoration:underline;
}

#search_form {
	display:block;height:19px;padding-left:25px;
}
#search_form .input_text {
	width:166px;height:17px;border:1px solid #a5acb2;font-size:11px;color:#434c56;float:left;margin-right:11px;
}
#search_form .input_image {
	display:block;float:left;
}
hr {
	margin-top: 12px;
	margin-bottom: 19px;
	border: 0px;
	border-top:1px solid #c3c3c3;
	height:0px;
	display: block;
	overflow: hidden;
	margin-left:-30px;
	clear: both;
}	
.content {
	color: #434c56;
	padding-right:10px;
}
.news {
	background-color:#fff;
	padding:10px;
}
.news .block {
	margin-bottom: 10px;
}
.news .block img{
	float: left;
	margin-right: 15px;
}
.news .block a{
	color: #f25c62;
	margin-bottom: 12px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
.catalog a{
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}
.catalog ul{
	display: block;
	padding: 0px 0px 0px 15px;
}
.catalog li{
	list-style-type: none;
	display: block;
	padding: 0px 0px 3px 12px;
	background: url(../img/p_cat3.gif) no-repeat left 6px;
}
.catalog h3{
	background: url(../img/p_cat2.gif) no-repeat left 4px;
	padding-left: 16px;
	margin-bottom: 5px;
}

.catalog .infoblock .leftli li, .catalog .infoblock .rightli li{
	list-style-image: url(../img/main_cat_inner_item.gif);
	margin-left: 26px;
	margin-bottom: 4px;
}
.catalog .infoblock .infoitem .leftli, .catalog .infoblock .infoitem .rightli{
	display: block;
	float: left;
	width: 300px;
}
.catalog .topblock {
	background: url(../img/main_cat_top.jpg) no-repeat #f7f7ef;
	width: 634px;
	height: 10px;
}
.catalog .bottomblock {
	background: url(../img/main_cat_bottom.jpg) no-repeat;
	width: 634px;
	height: 12px;
	margin-bottom: 7px;
}
.catalog .infoblock {
	background: #f7f7ef;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
	width: 609px;
}
* html .catalog .infoblock {
	background: #f7f7ef;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
	width: 609px;
}
.products .info{
	margin-left: 10px;
}
.product_td {
	padding: 0px 20px 30px 0px;
}
.product_ul {
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	overflow:hidden;
	position: relative;
	width: 220px;
}
.product_ul p{
	margin-bottom: 6px;
	margin-top: 10px;
}
.product_ul span{
	color: #f15c62;
	font-size: 14px;
}
.product_ul a.foto {
	text-decoration: none;
	display: block;
	margin: 0px 0px 5px 4px;
	text-align: center;
	width: 167px;
	height: 167px;
	border: 5px solid #ebebeb;
	overflow: hidden;
}


.product_ul h3 {
	color: #f14249;
	display:block;
	height: 40px;
	background: url(../img/main_catalog_item.gif) no-repeat left 4px;
	padding-left: 14px;
	margin-bottom: 5px;
}

.product_ul.mid {
	border-left: 1px dashed #d7d7d7;
	border-right: 1px dashed #d7d7d7;
	padding-left: 25px;
	width:195px;
}
.product_ul.last {
	width: 185px;
	padding-left: 25px;
}
.product_ul .text {
	margin-left: 6px;
	margin-bottom: 12px;
}
.product_ul .doing {
	clear:both;
	margin-left: 6px;
	margin-top: 5px;
}
.product_ul .doing a{
	margin-bottom: 6px;
	display: block;
	margin-left:55px;
}
.block_model_img {
	width:230px;
	float:left;
	border: solid #f9f9f9 4px;
	text-align:center;
	margin-right:20px;
	padding: 10px 0px;
position:relative;
}
.block_model_img img {
	
}
.price {color:#f15c62;font-size:18px;}

.footer {
	width: 100%;
	margin-top: 18px;
	padding-top: 13px;
	color: #5a6c7a;
	border-top: 3px solid #f14c52;
	height: 55px;
}
.address {
	float: right;
	margin-right: 15px;
	font-weight: bold;
}
.copy {
	margin-top: 10px;
	margin-left: 70px;
	font-size: 10px;
}
#shoping_cart {
	font-size: 12px;
	border-collapse:collapse;
}
#shoping_cart td {
	font-size: 12px;
	padding: 3px 7px;
	border: 1px solid #c8e5e9;
}
.clear_cat {
	clear: both;
	margin-bottom:10px;
}
.clear {
	clear: both;
}


.block_pages .block h2 {
	margin-bottom: 12px;
	margin-top: 5px;
}
.block_pages .block h3 {
	margin-bottom: 12px;
	margin-top: 5px;
}


.block_pages .block p {
	margin-bottom: 5px;
}

.block_pages .block table {
	font-size: 10px;
	
}

.block_pages .block td {
	/*margin-bottom: 8px;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;*/
	padding: 3px 5px;
}
table.border {
	border-collapse:collapse;
}
table.border td {
	border: 1px #eeeeee solid;
}
table.info_table {
	border-collapse:collapse;
	width:100%;
}
table.info_table td {
	border: 1px #ddd solid;
	padding: 3px 3px;
	font-size: 13px;
	text-align:center;
}
table.info_table td.naim {
	text-align:left;
}
table.info_table td a {
	font-size: 13px;
}
table.info_table th {
	border: 1px #ddd solid;
	padding: 3px 5px;
	font-weight:bold;
	background-color:#497890;
	color: #fff;
	text-align:center;
	font-size: 13px;
}
.block_pages .block h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.block_pages .block ul, .block_pages .block ol  {
	margin-left: 40px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: url(/img/main_cat_inner_item.gif);
}
.block_pages .block_model_info, .block_pages .block_model_img {
	float: left;
}
.block_pages .block_model_info {
	width: 370px;
}
.block_pages .block_model_img {
	width: 250px;
}


ul.sul {
	margin-left:20px;
	margin-bottom: 20px;
	display:block;
	float:left;
}
ul.sul li {
	list-style-type: none;
	list-style-image: none;
	display:block;
	border-bottom: 0px;
	padding-left: 30px;
	margin:0px 0px 8px 0px;
	background: url(../img/arr.gif) no-repeat left 6px;
	font-size:12px;
}
ul.sul li a {
	font-size:12px;
}



.mb5 {
	font-size: 17px;
}
.mb5 a {
	font-size: 17px;
}

.news .info p {
	text-indent: 15px;
	margin-bottom: 5px;
}
.news .info ul li,  .news .info ol li{
	margin-left: 50px;
}
.news .info img {
	padding-right: 20px;
}

a.foto {
	padding-top: 20px;
}	

.contactinfo {
	color: #424242;
	font-size: 11px;
}
.contactinfo td{
	padding-bottom: 7px;
}

.contactinput {
	width: 200px;
	height: 20px;
	font-size: 10px;
}

#contacttextarea {
	height: 60xp;
	width: 200px;
	font-size: 10px;
}
img.left_img {
	border: solid #f9f9f9 4px;
	float:left;
	margin-right:5px;
}

#form_answer input {
	width: 225px;
	margin-bottom:7px;
}
#form_answer textarea {
	width: 225px;
	height: 80px;
	margin-bottom:7px;
}

.warranty{
  font-size: 1em;
}

.installation{
  padding-top: 10px;
  font-family: tahoma;
  font-size: 11px;
  height: 1%;
  overflow: hidden;
}

.installation img{
  border: 0;
}

.installation div.img{
  float: left;
  padding: 0 5px 5px 0;  
}
