html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:1200px;
}

/*Font*/
body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:12px;
}

/*Links*/
a:link {color: #06F;text-decoration: none;}
a:visited{color: #06F;text-decoration: none;}
a:active {color: #D30B00;text-decoration: none;}
a:hover{color: #0CF;text-decoration: none;}


small
{
	font-size:12px;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{	min-width:775px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 775 ? "775px": "auto");
}

#such_comp
{
	top: 300px;
	right: 5px;
	/*text-align: center;*/
	background: #F90;
}

.mainmenu { float: left; }

#leftcolumn { float: left; width: 200px;
margin-top: 10px; -moz-box-shadow:5px 3px 8px #CCCCCC; -webkit-box-shadow:5px 3px 8px #CCCCCC; }

.content_box { float: left; }

#header
{	float: left;
	width: 100%;
	position:relative; /*containing block*/
	height:180px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #505050 url(images/header_bg.gif) repeat-x;
}



/*#header_swf
{
	position:absolute;
	top: 0px;
}*/

#header_logo
{
	position:absolute;
}


#header_text
{
	position:absolute;
	left:310px;
	top: 30%;
	color:#fff;
	width:490px;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	background:url(images/line.gif) left bottom no-repeat;
	text-decoration:none;
}

#header_text .bx-main-subtitle
{
	font-size:90%;
	font-weight:bold;
	color:#B3B3B3;
	margin-left:50px;
}

.rect { float: left; width: 100%; backgroung: url("/bitrix/templates/22/images/cart.gif") no-repeat left; }
#header_menu .cart_mini div { padding: 0; background: none; }

/* Header menu: home, search, feedback*/
#header_menu
{	background:#e19408 /*url(images/header_menu_corner.gif) right bottom no-repeat*/;
	position:absolute;
	right:50px;
	top:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

td.navigation-column
{
	padding-right:23px;
}

td.search-column
{
	padding-right:10px;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}



/*Content table*/
#content
{
	width:100%;
	border-collapse:collapse;
}
/*Left column*/
#content .left-column
{
	width:200px;
	/*vertical-align:top;*/
	height:50px;
	padding:0;
}

#content_block_container
{
	border-left:0px solid #D2D0C6;
	border-right:0px solid #D2D0C6;
	margin-left:7px;
	background:#F5F2E6;
}

/*Shadow column*/
#content .shadow-column
{
	padding:0;
	padding-top:7px;
}

p.news-item
{
	margin-top:0;
}

/* Left Menu */

#menuleft #active { background:#0088ff; }
/*#menuleft #ul{ background:#000; }*/ 
#menuleft li{ background:#fff; }
#menuleft ul li{ background:#ccc; }
#menuleft ul ul li { background:#fff; }
#menuleft #active:hover { background:#0055ff; }
#menuleft #active a, #menuleft #active a:visited, #menuleft #active a:active { color:#fff; font-weight:bold; }
#menuleft #active a:hover { color:#ff0; font-weight:bold; }

/*Main column*/
/*#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 10px;
	
}*/

.main-column
{
vertical-align:top;width:100%;padding:0 10px;}
/*.main-column img{ width:100%;}
#sliderimage { width:auto; }	
#wheeled img { width: auto; }*/

/*Right column*/
/*#content .right-column
{
	vertical-align:top;
	
}*/

.right-column
{
	vertical-align:top;
	min-width:205px;
}
/*Bottom banner*/
#bottom_banner
{
	padding:10px;
	text-align:center;
}

.bottom_menu { float:left; width:100%; margin-top:10px; }

/*Footer*/
#footer
{       width: 100%;
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:15px;
	/*padding:8px;*/
	float:left;
}

/*Link in footer*/
#footer a
{
color: #CCC;
	font-size: 100%;
}

/*Content block*/
.content-block
{
	width:100%;
}

.content-block-head-corner
{
	background:url(images/strelka.gif) no-repeat #ff9809;
	width: 100%;
}

.content-block-head
{
	background:#ff9809 url(images/strelka2.gif) right no-repeat;
	margin-left:18px;
	font-weight:bold;
	color:#000;
	text-align:center;
	font-size:95%;
	padding: 6px 5px 5px 0px;
	height:23px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        -webkit-box-sizing: border-box;
}

.content-block-body
{
	width:100%;
	background: #fff;
	border: dashed thin #666;
        text-align: left;        
        padding:0px 0px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.prices { padding: 10px; }
.formsend { padding: 10px; }
#search-box
{
	background:#fff;
	border:thin dashed  #666;
	padding:8px;
	color:#000;
	margin-right:0px;
	margin-top:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F5F2E6;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}



/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F5F2E6; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F5F2E6; } 
table.forum-menu-popup-table td.forum-group{background-color:#F5F2E6; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #FBFAF5;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F5F2E6}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F5F2E6;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F5F2E6; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F5F2E6 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #FBFAF5;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #FBFAF5;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F5F2E6;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F5F2E6; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#FBFAF5; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#FBFAF5;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F5F2E6; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#FBFAF5; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F5F2E6;
	border:1px solid #C4C4C3;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#FBFAF5;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#FBFAF5;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #FBFAF5;}


/*
table.blog-table-post-table th, 
table.blog-table-post-table td*/

/* social network*/
div.socnet-informer {padding:5px;}
div#sonet_events_ms_message {width:150px;}
.inputtextarea { width:100%; max-width: 224px;} 

div.catalog-element h2{margin-left:0px; padding-left:0px;}
div.catalog_photo{text-align:center;}
a.big_add_to_basket {
background:url("/images/buy_64.png") no-repeat scroll 0 100% transparent;
display:block;
font-size:20px;
padding-left:70px;
padding-top:40px;
}
a.add_to_basket {
background:url("/images/cart_add.png") no-repeat scroll 0 0 transparent;
font-size:14px;
padding-left:20px;
}
#consult1, #consult2, #consult3, #consult4 {
  display:none;
  cursor:move;
  z-index: 20000;
  position: absolute;
  width: 680px;
  left: none !important;
  right: 60px !important;
  top: 40px;
  padding: 20px;
  height: 204px;
  background:#ccc;
  border:3px solid;
  -moz-border-radius:20px 20px 20px 20px;
  -webkit-border-radius:20px 20px 20px 20px;
  border-radius:20px 20px 20px 20px;
}
.cons1close, .cons2close, .cons3close, .cons4close {
  background-image:url("http://owenka.ru/images/close.png");
  cursor: pointer;
  display:block;
  height:35px;
  position:absolute;
  right:-5px;
  top:-5px;
  width:35px;
}
.module_chat {
  border:3px solid;
  background:#fff;
}