* {
	padding: 0px;
    margin: 0px;
}

html, body{

}

body {

}

body, td, select, input, textarea, p {
	font: normal 13px arial, tahoma; 
	color: #000000;
}

body, td, p {
	line-height: 150%;
}

p{
	margin-bottom: 15px;
}

u{

}

option{
	padding-left: 3px;
}

tr, td {
    vertical-align: top;
}

li{
	margin-left: 20px;
}

img{
	border: none;
	margin: 0px;
}

a {
	color: #583C21;
}

hr {
	background: url(hr_bg.gif) repeat-x left top;
    margin: 0px 0px 5px 0px;
    height: 1px;
	border: none;
}


h1, h1 a{
    color: #622602;
	font: normal 28px georgia, 'times new roman', arial; 
    margin: 0px 0px 10px 0px;
	padding-bottom: 3px;
	background: url(hr_bg.gif) repeat-x left bottom;
}

h1 a{
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
}

h2, h2 a{
    color: #990000;
	font: normal 18px tahoma, arial; 
    margin: 0px 0px 2px 0px;
}

h3{
    color: #622602;
	font: bold 15px arial, tahoma; 
    margin: 0px 0px 2px 0px;
}

h4{
    color: #622602;
	font: bold 14px arial, tahoma; 
    margin: 0px 0px 2px 0px;
}

/** colors **/

select.mistake, 
input.mistake,
.mistake{
	border-bottom: 5px solid #AA0000;
}

checkbox.mistake{
	outline: 5px solid #AA0000;
}

select.no_mistake, 
input.no_mistake,
.no_mistake{
	border-bottom: 5px solid #00AA00;
}

checkbox.mistake{
	outline: 5px solid #00AA00;
}

.color_hight{
	color: #AA0000;
}

.color_medium{
	color: #FF9900;
}

.color_minimum{
	color: #00AA00;
}


/** END colors **/

div.hidden{
	display: none;
}

/** input **/

fieldset{
	border: none;
}

input.file,
input.text {
    width: 100%;
	color: #000000;
	background: #FFFFFF;
}

input.text_short {
    width: 40%;
	color: #000000;
	background: #FFFFFF;
}

input.text_short2 {
	width: 20%;
	color: #000000;
	background: #FFFFFF;
}

input.button{
	background: url(button_bg.gif) no-repeat center center;
	font: bold 12px arial, tahoma;
	color: #FFFFFF;
	height: 18px;
	width: 100px;
	text-decoration: none;
	padding: 1px 8px 1px 8px;
	border: none;
}

a.button{
	background: url(button_bg.gif) no-repeat center center;
	font: bold 12px arial, tahoma;
	color: #FFFFFF;
	height: 18px;
	width: 100px;
	text-decoration: none;
	padding: 1px 8px 1px 8px;
	border: none;
	text-align: center;
}

a.button2{
	background: url(button2_bg.gif) no-repeat center;
	font: normal 11px tahoma, arial;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 77px;
	height: 20px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	border: none;
	margin: 0px 3px 3px 3px;
	text-align: center;
}

textarea {
    width: 100%;
    height: 150px;
	color: #000000;
	background: #FFFFFF;
}

textarea.short {
    width: 40%;
	color: #000000;
	background: #FFFFFF;
}

select{
    width: 100%;
	color: #000000;
	background: #FFFFFF;
}

select.short{
    width: 50%;
	color: #000000;
	background: #FFFFFF;
}

/** END input **/



/** form **/


div.form{
	float: left;
	width: 100%;
	display: block;
}

div.form div.brick{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

div.form div.brick label{
    margin-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
}

div.form div.brick div.field{
}

div.form div.brick div.field img{
	float: left;
	width: auto;
}

div.form div.brick div.expand{
	text-align: right;
	margin-right: 20px;
}

div.form div.brick div.expand a{
	font-weight: bold;
}

div.form div.brick div.second{
	margin-left: 105px;
}

div.form div.brick div.submit{
	margin-left: 0px;
	text-align: right;
}

div#form_details{
	display: none;
}

/** END form **/


/** com=content **/

div.content_item{
	margin: 0px 0px 40px 0px;
}

div.content_item img.right{
	float: right;
	width: auto;
	margin: 0px 0px 20px 10px;
}

div.content_list h2 span.date{
	display: block;
	float: right;
	width: 60px;
	font-size: 10px;
	padding-top: 6px;
}

div.content_list div.item{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.content_list div.item img{
	display: block;
	float: left;
	width: auto;
	margin: 3px 10px 0px 0px;
}

/** END com=content **/

div.scroll {
    overflow: auto;
}



/** table.grid **/

table.grid{
    width: 100%;
    border-top: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

table.grid th,
table.grid td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #999999;
}

table.grid th{
    border-right: 1px dotted #999999;
	font-size: 12px;
	background: #383838;
}

table.table{
	display: block;
    width: 100%;
    border-top: 1px dotted #FAEDD3;
}

table.table th,
table.table td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #FAEDD3;
}

table.table tr:hover td{
	background: #FAEDD3;
}

table.table th{
    border-right: 1px dotted #FAEDD3;
	font-size: 12px;
	background: #E2C692;
	font-weight: bold;
	color: #583C21;
}

table.table th.item_order{
	width: 90px;
}

table.table td input.text{
	width: 40px;
}

table.table td div.depth{
	width: 50px;
}

table.table tr.fresh td div.depth_0, 
table.table tr.fresh td{
	background: #FFF2AA;
}

table.table div.depth_0,
table.table div.depth_1,
table.table div.depth_2,
table.table div.depth_3,
table.table div.depth_4{
	text-align: left;
}

table.table div.depth_0{
	font-size: 15px;
	font-weight: bold;
}

table.table div.depth_1{
	font-weight: bold;
	margin-left: 15px;
}

table.table div.depth_2{
	margin-left: 30px;
}

table.table div.depth_3{
	margin-left: 45px;
}

table.table div.depth_4{
	margin-left: 60px;
}

/** END table.grid **/

table.default{
	width: 100%;
}

table.default td{
	width: auto;
}


/** admin menu **/

div#menu_member {
	float: left;
    margin: 0px 25px 0px 20px;
	width: 100%;
}

div#menu_member a  {
    font: bold 11px tahoma, arial, helvetica, sans-serif;
    display: block;
    text-decoration: none;
    border-left: 1px solid #000000;
	border-bottom: 1px dotted #000000;
    padding: 5px 10px 5px 10px;
	width: 100%;
}

div#menu_member a:hover {
}

div#menu_member ul{
    float: left;
	width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
	z-index: 999;
}

div#menu_member ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}

div#menu_member li {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#menu_member ul ul {
	display: none;
}

div#menu_member ul ul,
div#menu_member ul ul li {
	width: 100%;
}

div#menu_member ul li.jshover ul,  
div#menu_member ul li:hover ul{
display: block;
}

div#menu_member ul li.jshover ul ul,
div#menu_member ul li:hover ul ul{
display: none;
}

div#menu_member ul ul li.jshover ul,
div#menu_member ul ul li:hover ul{
display: block;
}

div#menu_member ul ul li.jshover ul ul,
div#menu_member ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul li.jshover ul,
div#menu_member ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul li.jshover ul ul,
div#menu_member ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul ul li:hover ul ul{
display: none;
}

/** END admin menu **/




/** members tools **/

div#member_tools{
	display: block;
	width: 100%;
	padding: 5px 0px 0px 0px;
	height: 40px;
}

div#member_tools div.brick{
    float: left;
	width: auto;
	display: block;
}

div#member_tools div.brick input.text{
	width: 100px;
}

div#member_tools .brick:first-child{
    margin-left: 10px;
}

div#member_tools input.text{
    margin-right: 5px;
}

/** END members tools **/



/** START poll **/

div.poll_item{
	width: 208px;
	background: url(poll_top_bg.gif) no-repeat left top #FFFFFF;
	padding-top: 12px;
	margin: 40px 15px 40px 14px;
}

div.poll_item div.view,
div.poll_item div.results{
	padding: 0px 0px 16px 0px;
	background: url(poll_bottom_bg.gif) no-repeat left bottom;
}

div.poll_item h3{
	color: #542001;
	font: normal 15px arial, tahoma;
	margin: 0px 15px 7px 17px;
}

div.poll_item h3 a{
	color: #542001;
	text-decoration: none;
}

div.poll_item div.answer{
	margin-bottom: 4px;
}

div.poll_item div.answer{
	padding: 5px 15px 2px 15px; 
}

div.poll_item div.msg{
	padding: 5px 15px 2px 15px; 
	text-align: center;
	color: #990000;
}

div.poll_item div.result{
	display: block;
	height: 20px;
	font: normal 9px arial, tahoma;
}

div.poll_item div.result div.bar{
	background: #990000;
	height: 5px;
	float: left;
}

div.poll_item div.result div.proc{
	float: left;
	color: #990000;
	margin: -3px 0px 0px 3px;
}


/** END poll **/


div.gallery_list{
	display: block;
	width: 409px;
}

div.gallery_list h1{
    margin-bottom: 5px;
}

div.gallery_list div.item{
    float: left;
    text-align: center;
    margin: 0px 9px 12px 0px;
    border: 1px solid #DDDDDD;
}

div.gallery_list div.item div.admin_tools{

}

div.gallery_list div.item img{
    margin: 0px 0px 0px 0px;
}

div.gallery_item{

}

div.gallery_item div.image {
    margin: 0px;
}

div.banners_list div.item{
	margin: 20px 0px 0px 0px;
}

/** START comments classes **/


div.comments_list div.item{
	padding: 10px 0px 10px 0px;
	background: url(hr_bg.gif) repeat-x left top;
}

div.comments_list div.item span.date{
	font: normal 10px arial; 
	float: right;
	width: auto;
	color: #886B44;
}

div.comments_list div.item div.admin_tools{
	float: right;
	width: auto;
}

div.comments_list div.item div.name a,
div.comments_list div.item div.name{
    color: #990000;
	font-weight: bold;
}

div.comments_form{
	background: url(hr_bg.gif) repeat-x left top;
	padding-top: 20px;
}


/** END comments classes **/


div.dev div.item{
	padding: 10px;
}


div.dev div.item:hover{
	background: #EEE;
}


/* Design classes  */

div.background_11{
	background: url(background_11.jpg) no-repeat left top #282317;
}

div.background_21{
	background: url(background_21.jpg) no-repeat left top #282317;
}

div.background_22{
	background: url(background_22.jpg) no-repeat left top #282317;
}

table.header{
	height: 198px;
}

table.header a.logo{
	display: block;
	height: 195px;
	width: 187px;
}

table.header a.home{
	color: #000000;
	display: block;
	height: 35px;
	width: 125px;
	margin-top: 8px;
	font: normal 9px tahoma, arial;
	text-decoration: none;
}

table.header a.home span.big{
	font: normal 17px georgia, 'times new roman';
	display: block;
	text-decoration: underline;
	margin-bottom: 2px;
}

table.header a.contacts{
	color: #000000;
	display: block;
	height: 15px;
	width: 398px;
	margin: 6px 0px 0px 27px;
	font: normal 11px tahoma, arial;
	text-decoration: none;
}

table.tabs{
	width: 726px;
	height: 23px;
	margin-top: 16px;
}

table.tabs td a{
	font: normal 15px georgia, 'times new roman';
	color: #542001;
	display: block;
	height: 23px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}

table.tabs td a:hover{
	text-decoration: underline;
}

table.tabs td.item_1{
	width: 117px;
}

table.tabs td.item_2, 
table.tabs td.item_3, 
table.tabs td.item_4, 
table.tabs td.item_5, 
table.tabs td.item_6{
	width: 121px;
}

table.tabs td a{
	background: url(tab_item_bg.gif) no-repeat right bottom;
}

table.tabs td.item_1 a.active,
table.tabs td.item_2 a.active{
	color: #102901;
}

table.tabs td a.active{
	background: none;
}

table.middle{
	height: 1200px;
}

table.middle td.left{
	width: 240px;
	background: url(left_bg.gif) repeat-y left top;
}

table.middle td.left div.menu{
	padding: 15px 0px 20px 0px;
	width: 240px;
	background: url(left_green_bg.gif) repeat-y left top;
}

table.middle td.left div.menu ul{
	list-style: none;
}

table.middle td.left div.menu ul li{
	margin: 0px;
	display: block;
	padding: 5px 10px 5px 15px;
	background: url(hr_2_bg.gif) repeat-x left bottom;
	width: 210px;
}

table.middle td.left div.menu a{
	width: 200px;
	color: #102901;
	font: normal 13px arial, tahoma;
	text-decoration: none;
}

table.middle td.left div.menu a:hover{
	color: #990000;
	text-decoration: underline;
}

table.middle td.left div.menu span.news{
	color: #FFFFFF;
	background: url(menu_news_bg.gif) no-repeat center center;
	padding: 0px 6px 0px 6px;
	margin-left: 5px;
	font-size: 11px;
}

table.middle td.left div.menu span.news a{
	color: #FFFFFF;
	font-size: 11px;
}

table.middle td.left div.contacts{
	clear: both;
	color: #990000;
	margin: 30px 0px 10px 15px;
	padding: 0px 0px 0px 75px;
	background: url(phone_bg.gif) no-repeat left top;
	display: block;
}

table.middle td.left div.contacts span.big{
	display: block;
	font-size: 17px;
}



table.middle td.center{
	width: 500px;
	background: url(center_bg.gif) repeat-y left top;
}

table.middle td.center div.center{
	margin: 15px 38px 10px 20px;
}

table.middle td.center div.center div.path{
	margin: 5px 0px 5px 0px;
}

table.middle td.center div.center div.path, 
table.middle td.center div.center div.path a{
	color: #8B7E56;
	text-decoration: none;
	font: normal 11px tahoma, arial;
}

table.middle td.center div.center div.path a{
	padding-left: 7px;
	margin-left: 5px;
	background: url(arrow1.gif) no-repeat left center;
}

table.middle td.center div.center div.path a:hover{
	text-decoration: underline;
}

table.middle td.center div.footer{
	margin: 30px 0px 20px 0px;
	text-align: center;
	font: normal 11px tahoma, arial;
}



div.products_list h1, 
div.products_item h1{
	margin-bottom: 0px;
}

div.products_item table.item{
	width: 450px;
	margin: 15px 0px 0px 0px;
}

div.products_item td.photo{
	width: 170px;
}

div.products_item a.thumb{
	display: block;
	width: 160px;
	height: 122px;
	background: url(thumb_border.gif) repeat-y left top;
}

div.products_item div.no_photo_lt{
	display: block;
	width: 160px;
	height: 122px;
	background: url(no_photo_lt.gif) repeat-y left top;
}

div.products_item div.no_photo_en{
	display: block;
	width: 160px;
	height: 122px;
	background: url(no_photo_en.gif) repeat-y left top;
}


div.products_list div.products_item{
	clear: both;
	background: url(hr_bg.gif) repeat-x left bottom;
	padding: 12px 0px 15px 0px;
}

div.products_item div.icons{
	clear: both;
	margin: 7px 0px 10px 0px;
	display: block;
	height: 22px;
}

div.products_item div.icons a.like{
	float: left;
	width: auto;
	padding: 5px 0px 5px 22px;
	font: normal 11px tahoma, arial; 
	background: url(like_icon.gif) no-repeat left top;
}

div.products_item div.icons a.new{
	float: left;
	width: auto;
	margin: 2px 0px 0px 10px;;
}

div.products_item div.price{
	clear: both;
	margin-top: 0px;
	display: block;
	line-height: 17px;
}

div.products_item div.price span.bg_left{
	padding-left: 8px;
	background: url(price_left_bg.gif) no-repeat left center #FBF2DD;
}

div.products_item div.price span.bg_right{
	padding-right: 4px;
	background: url(price_right_bg.gif) no-repeat right center #FBF2DD;
}

div.products_item div.price span.old{
	background: url(price_old_bg.gif) no-repeat left center #FBF2DD;
	padding: 0px 5px 0px 10px;
	margin-left: 10px;
}

div.products_item div.price span.new, 
div.products_item div.price span.current{
	padding-left: 8px;
}

div.products_item div.price span.product{

}

div.products_item div.price span.new{
	color: #990000;
	font-weight: bold;
}

div.products_list p.tip{
	margin: 10px 0px 10px 0px;
}


div.search{
	color: #102901;
	float: left;
	width: 210px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	background: url(left_green_bg.gif) repeat-y left top;
}

div.search input.button{
	background: url(button3_bg.gif) no-repeat center center;
}



div.search div.description{
	font: normal 11px tahoma, arial;
	margin-bottom: 5px;
}

div.search div.form div.brick{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding: 0px 5px 0px 0px;
}

div.search div.form div.brick input.checkbox{
	margin-right: 3px;
}

div.search div.form div.brick label{
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

div.search div.form div.brick label:hover{
	text-decoration: none;
}

div.search div.form div.submit{
	clear: both;
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;
}


div.quiz_item div.description{
	display: block;
	margin-bottom: 20px;
}

div.quiz_list img.quiz_image, 
div.quiz_item img.quiz_image{
	float: right;
	margin: 0px 0px 10px 15px;
}

div.quiz_list h1{
	margin-bottom: 0px;
}

div.quiz_list a.participate{
	padding: 0px 3px 0px 3px;
	color: #FFFFFF;
	background: #AA0000;
	text-decoration: none;
}

div.quiz_list div.item{
	background: url(hr_bg.gif) repeat-x left bottom;
	padding: 10px 0px 8px 0px;
}

div.quiz_list div.item h2 a{
	text-decoration: none;
}

div.quiz_list div.item:hover h2 a{
	text-decoration: underline;
}

div.quiz_item div.question{
	display: block;
	width: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

div.quiz_item div.answers{
	margin: 0px 0px 10px 10px;
}

div.quiz_item div.answers label:hover{
	cursor: pointer;
}

div.quiz_item div.answers label:hover{
	text-decoration: underline;
}




/* End design classes  */