body { 
	background: #A7A9B4;
	font-size: 0.75em; 
	color: #000000; 
	padding: 0; 
	margin: 0; 
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
}
html { height: 100% }

#login-form {
	position: absolute; 
	top: 550px;
	left: 40px;
	width: 267px;
	height: 142px;
	padding: 6px 0 0 22px;
	background: url(/images/skin/login_bg.gif) no-repeat;
	display: none;
	z-index: 66;
	font-size: 11px;
	color: #C68F93;
}
#login-form table {
	clear: left;
	display: block;
}
#login-form h3 {
	margin-top: 0px;
	margin-left: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	float: left;
}
#login-form #close {
	margin-top: 0px;
	margin-left: 50px;
	width: 55px;
	font-size: 10px;
	color: #A86063;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	float: left;
	background: url(/images/skin/close.gif) no-repeat right 2px;
	height: 14px;
	
}
#login-form #close a {
	color: #A86063;
	text-decoration: none;
	display: block;
	width: 55px;
	height: 14px;
}
#login-form td {
	padding-top: 14px;
}
#login-form input {
	width: 78px;
	height: 16px;
	margin-right: 6px;
	margin-top: 4px;
}
#login-form #login_submit {
	width: 47px;
	height: 20px;
	font-size: 10px;
	margin-top: 6px;
	margin-left: 2px;
}
#remind {
	margin-top: 19px;
}
#remind a {
	color: #FFF;
}
body#child {
	background: url(/images/skin/body_bg.gif) repeat-x;
}
h1 {
	color: #2995B1;
	font-size: 2.7em;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 12px;
	margin-top: 10px;
}
h2 {
	color: #5E5E64;
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 12px;
}
h3, h4 {
	color: #7F7F86;
	font-size: 1.65em;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 12px;
}
.dbt h1 {
	color: #2995B1;
}
.baza h1 {
	color: #33928C;
}
.prestige h1 {
	color: #3E6EAE;
}
.control h1 {
	color: #C90026;
}
.products h1 {
	color: #ED6C01;
}
.about {
	color: #4C4C4F;
}
h3 {
	padding-bottom: 0;
	margin-bottom: 12px;
}
h4 { 
	font-size: 1em; 
	padding: 0 0 8px 0; 
	color: #4C4C4F; 
	margin: 0; 
	font-weight: bold; 
}
a { 
	color: #008BBE; 
	text-decoration: underline; 
}
a:hover { 
	text-decoration: none; 
}
th, td	{ 
	font-size: 1em;
	vertical-align: top;
	text-align: left;
}
* html .minwidth { 
	border-left: 950px dotted #fff;
	position: relative; 
	float: left; 
	z-index: 1; 
	height: 100%;
} 
* html .container { 
	margin-left: -950px;
	position: relative; 
	float: left; 
	z-index: 2;
} 
ul {
	margin-left: 38px;
}
ul li {
	padding-left: 0px;
	padding-bottom: 3px;
}

#body { 
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); 
	min-width: 980px;
	height: 100%;
	background: #dedfe7;
}




#header {
	background: url(/images/skin/head_bg.gif) repeat-x;
	width: 100%;
	height: 28px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	padding-top: 10px;
	vertical-align: top;
}
#header ul {
	margin: 0 0 0 4%;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 10px;
}
#header ul li {
	display: inline;
}
#header ul li#home {
	background: url(/images/nav/home.gif) no-repeat;
	padding-left: 25px;
	color: #FF6C74;
}
#header .line {
	color: #FF6C74;
	padding-right: 6px;
	padding-left: 2px;
}
#header a {
	color: #FF6C74;
}
#header ul li span {
	color: #FFF;
}


#logo_block {
	background: url(/images/skin/logo_block_bg.gif) repeat-x;
	width: 100%;
	/*height: 120px;*/
	/*position: absolute;
	top: 38px;*/
	/*margin-top: -10px;
	margin-bottom: 10px;
	//margin-bottom: 0px;*/
}

#child #logo_block {
	background: #efefef url(/images/skin/logo_block_bg_child.gif) repeat-x;
	/*height: 115px;*/
}

#logo_block table {
	min-width: 400px;
}

#logo img {
	margin: 20px 0 0 3.4%;
}


#menu {
	vertical-align: middle;
}
#menu a {
	color: #CD0000;
	text-decoration: none;
	display: block;
	width: 100%;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul {
	font-weight: bold;
	font-size: 12px;
	color: #CD0000;
	list-style-type: none;
	margin: 4px 0 0;
	padding: 0;
}
#menu ul li {
	background: url(/images/nav/bul.gif) no-repeat left 1px;
	padding-left: 15px;
	margin-bottom: 0px;
	display: block;
	float: left;
	width: 42%;
	margin-right: 3%;
	height: 20px;
	padding-top: 1px;
}
.dbt #menu ul li#selected {
	background: url(/images/skin/menu_span.gif) no-repeat top left;
}
.dbt #menu ul li#selected span {
	color: #FFF;
	background: url(/images/skin/menu_span_r.gif) no-repeat top right;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding-top: 1px;
}

.control #menu ul li#selected {
	background: url(/images/skin/menu_span_comp.gif) no-repeat top left;
}
.control #menu ul li#selected span {
	color: #FFF;
	background: url(/images/skin/menu_span_r_comp.gif) no-repeat top right;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding-top: 1px;
}

.baza #menu ul li#selected {
	background: url(/images/skin/menu_span_rest.gif) no-repeat top left;
}
.baza #menu ul li#selected span {
	color: #FFF;
	background: url(/images/skin/menu_span_r_rest.gif) no-repeat top right;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding-top: 1px;
}

.prestige #menu ul li#selected {
	background: url(/images/skin/menu_span_prest.gif) no-repeat top left;
}
.prestige #menu ul li#selected span {
	color: #FFF;
	background: url(/images/skin/menu_span_r_prest.gif) no-repeat right top;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding-top: 1px;
}

.products #menu ul li#selected {
	background: url(/images/skin/menu_span_prod.gif) no-repeat top left;
}
.products #menu ul li#selected span {
	color: #FFF;
	background: url(/images/skin/menu_span_r_prod.gif) no-repeat top right;
	display: block;
	height: 20px;
	margin-top: -1px;
	padding-top: 1px;
}


#assort_block {
	position: relative;
	top: 5px;
	left: 0;
	width: 100%;
	height: 227px;
	
}
#assort_block_one {
	position: absolute;
	top: 163px;
	left: 33%;
	margin-left: -14px;
	width: 10px;
	height: 207px;
	z-index: 2;
}
#assort_block_two_left {
	position: absolute;
	top: 163px;
	left: 33%;
	margin-left: 1px;
	width: 10px;
	height: 207px;
	z-index: 2;
}
#assort_block_two_right {
	position: absolute;
	top: 163px;
	left: 66%;
	margin-left: -12px;
	width: 10px;
	height: 207px;
	z-index: 2;
}
#assort_block_three {
	position: absolute;
	top: 163px;
	left: 66%;
	margin-left: 3px;
	width: 10px;
	height: 207px;
	z-index: 2;
}
#assort_block h3 {
	background: url(/images/skin/h1_bg.gif) no-repeat;
	padding-left: 19px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	/*margin-top: 29px;*/
	margin-left: 25px;
	width: 54%;
	margin-bottom: 0;
	padding-bottom: 0;
}
#assort_block h3#red {
	background: url(/images/skin/h1_bg_red.gif) no-repeat left 3px;
}
#assort_block h3#red a { color: #CD3702 }

#assort_block h3#blue {
	background: url(/images/skin/h1_bg_blue.gif) no-repeat left center;
}
#assort_block p {
	font-size: 11px;
	margin-top: 7px;
	margin-left: 46px;
	width: 54%;
	text-transform: lowercase;
}


#head_block {
	width: 100%;
	/*height: 390px;*/
	min-width: 980px;
	
}
#child #head_block {
	width: 100%;
	/*height: 153px;*/
}
#main {
	width: 100%;		
	display: block;
	min-width: 980px;
	background: #dedfe7;
}
#main th {
	background: url(/images/skin/cont_bg.gif) repeat-x top left #EFEFEF;
}
#child #main th {
	background: #EFEFEF;
}
#main td {
	background: #EFEFEF;
}
#left_img {
	margin-bottom: 50px;
}
#right_img {
	margin-bottom: 25px;
}
#structure {
	width: 21%;
	padding-top: 50px;
}
#structure ul {
	margin: 23px 0 0 8px;
	padding: 0;
	list-style-type: none;
}
#structure ul li {
	background: url(/images/skin/struct_li.gif) no-repeat left center;
	color: #B51019;
	padding-left: 15px;
	margin-bottom: 9px;
	font-size: 0.9em;
}
#structure ul li a {
	color: #B51019;
	text-decoration: none;
}
#structure ul li a:hover {
	text-decoration: underline;
}
#content {
	width: 69%;
	padding-top: 25px;
	padding-right: 1%;
	// height: 450px;
	min-height: 600px;
}
#child #content {
	width: 73%;
	padding: 5px 0 0;
}


#content p {
	line-height: 1.5em;
}
.date {
	color: #8F919D;
	font-size: 0.8em;
	margin-top: 26px;
	margin-bottom: 0;
}
.newstext {
	margin-top: 4px;
}
#main #bottom {
	padding-top: 85px;
	text-align: right;
	background: url(/images/skin/cont_bot.jpg) no-repeat left bottom #EFEFEF;
}

#job, #franch, #dilers {
	margin-top: 17px;
	padding: 0;
	width: 100%;
	font-size: 9px;
}


#body .footer {
	background: #dedfe7;
	padding-top: 28px;
	color: #a1a4b8;
	font-size: 0.95em;
	padding-bottom: 20px;
	height: 100%;
}
#body .footer a {
	color: #a1a4b8;
}

body td.shadow {
	text-align: center;
}

#note {
	margin-top: 30px;
	height: 48px;
	background: url(/images/skin/note_index.jpg) no-repeat left top;
	margin-right: 30px;
}
#note td {
	height: 48px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 11px;
	background: none;
}
#child #note td {
	height: 58px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 10px;
}
#note td#login_bg {
	background: url(/images/skin/note_index_r.jpg) no-repeat right top;
	padding-right: 10px;
}
.index #note td.note_right {
	background: url(/images/skin/note_index_r.jpg) no-repeat right top;
}
.dbt #note td.note_right,
.factory #note td.note_right {
	background: url(/images/skin/note_child_r.jpg) no-repeat right top;
}
.prestige #note td.note_right {
	background: url(/images/skin/note_prest_r.jpg) no-repeat right top;
}
.products #note td.note_right {
	background: url(/images/skin/note_products_r.jpg) no-repeat right top;
}
.baza #note td.note_right {
	background: url(/images/skin/note_rest_r.jpg) no-repeat right top;
}
.control #note td.note_right, .sitemap #note td.note_right {
	background: url(/images/skin/note_comp_r.jpg) no-repeat right top;
}
#login_bg a {
	padding-top: 0px;
	//padding-top: 10px;
}
.dbt #login_bg a {
	padding-top: 0;
}
#note a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 38px;
	background: url(/images/skin/login.gif) no-repeat left top;
	padding-left: 52px;
	padding-top: 8px;
	margin-top: -10px;
	//margin-top: 0px;
	//padding-top: 8px;
	text-decoration: underline;
}
#child #note a {
	background: url(/images/skin/basket.gif) no-repeat left top;
	padding-left: 61px;
	text-decoration: none;
	padding-top: 7px;
	//margin-top: -8px;
}
#child #note {
	padding-top: 0px;
}
#child #note img {
	padding-top: 5px;
}
.dbt #note,
.factory #note {
	margin-top: 30px;
	height: 58px;
	background: url(/images/skin/note_child.jpg) no-repeat left top;
}
.prestige #note {
	margin-top: 30px;
	height: 58px;
	background: url(/images/skin/note_prest.jpg) no-repeat left top;
}
.products #note {
	margin-top: 30px;
	height: 58px;
	background: url(/images/skin/note_products.jpg) no-repeat left top;
}
.baza #note {
	margin-top: 30px;
	height: 58px;
	background: url(/images/skin/note_rest.jpg) no-repeat left top;
}
.control #note, .sitemap #note {
	margin-top: 30px;
	height: 58px;
	background: url(/images/skin/note_comp.jpg) no-repeat left top;
}
#child #note a {
	color: #FFF;
	text-decoration: none;
}
#child #note h4 {
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0;
	padding: 0;
}
#child #note p {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}



#main #main_illustr {
	background: url(/images/skin/main_illustr_bg.gif) repeat-x top left;
	height: 290px;
}

#main #main_illustr h3 {
	cursor: hand;
}

#main #main_illustr object {
	width: 97%;
}

#main #main_illustr div {
	width: 100%;
}

.small_illustr_one {
	background: url(/images/skin/assort_block_right.gif) no-repeat right top; 
	width: 100%; 
	height: 207px;
	cursor: hand;
}
.small_illustr_two {
	 background: url(/images/skin/assort_block_left.gif) no-repeat left top; 
	 width: 100%; 
	 height: 207px;
	cursor: hand;
}
.small_illustr_two div {
	 background: url(/images/skin/assort_block_right.gif) no-repeat right top; 
	 width: 100%; 
	 height: 207px;
}
.small_illustr_three {
	 background: url(/images/skin/assort_block_left.gif) no-repeat left top; 
	 width: 100%; 
	 height: 207px;
	 cursor: hand;
}

.small_illustr_two a {
	 height: 100%;
	 width: 100%;
	 display: block;
	 text-decoration: none;
	 margin: 0;
	 padding: 27px 0 0 0;
	 //padding: 0;
}
.small_illustr_one a {
	 height: 100%;
	 width: 100%;
	 display: block;
	 text-decoration: none;
	 padding: 27px 0 0 0;
	 //padding: 0;
}
.small_illustr_three a {
	 height: 100%;
	 width: 99%;
	 display: block;
	 text-decoration: none;
	 padding: 27px 0 0 0;
	 //padding: 0;
}


#main #illustr td.bot_left {
	padding-left: 1px;
}
#main #illustr td.bot_right {
	text-align: left;
}

#illustr {
	width: 98%;
	width: 100%;
}



#left_menu {
	padding-top: 10px;
	width: 21%;
	font-size: 12px;
}
#left_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left_menu ul li {
	background: url(/images/skin/left_menu_li.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#left_menu ul li#selected {
	background: url(/images/skin/left_menu_li_sel.gif) no-repeat left top;
}
#left_menu ul li a {
	background: url(/images/skin/left_menu_a.gif) no-repeat left center;
	padding-left: 14px;
	color: #008BBE;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}

#left_menu ul li ul {
	margin: 0 0 19px 12px;
	padding: 0;
	list-style-type: none;
}
#left_menu ul li ul li ul {
	margin: -19px 0 19px 12px;
	padding: 0;
	list-style-type: none;
}
#left_menu ul li ul li {
	background: none;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
#left_menu ul li ul li a {
	background: url(/images/skin/left_menu_li_add.gif) no-repeat left center;
	padding-left: 11px;
	color: #008BBE;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}

#left_menu ul li ul li ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style-type: none;
}

#left_menu ul li span {
	background: url(/images/skin/left_menu_li_add.gif) no-repeat left center;
	padding-left: 11px;
	color: #008BBE;
	margin-left: 11px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.products #left_menu ul li {
	background: url(/images/skin/left_menu_li_prod.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.products #left_menu ul li#selected {
	background: url(/images/skin/left_menu_li_sel_prod.gif) no-repeat left top;
}
.products #left_menu ul li ul li {
	background: none;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
.products #left_menu ul li ul li a {
	background: url(/images/skin/left_menu_li_add_prod.gif) no-repeat left center;
	padding-left: 11px;
	color: #ED6C01;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.products #left_menu ul li span {
	background: url(/images/skin/left_menu_a_prod.gif) no-repeat left center;
}
.products #left_menu ul li a {
	background: url(/images/skin/left_menu_a_prod.gif) no-repeat left center;
	padding-left: 14px;
	color: #ED6C01;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}

.products #left_menu ul li span {
	color: #ED6C01;
}

.prestige #left_menu ul li {
	background: url(/images/skin/left_menu_li_prest.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.prestige #left_menu ul li#selected {
	background: url(/images/skin/left_menu_li_sel_prest.gif) no-repeat left top;
}
.prestige #left_menu ul li ul li {
	background: none;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
.prestige #left_menu ul li ul li a {
	background: url(/images/skin/left_menu_li_add_prest.gif) no-repeat left center;
	padding-left: 11px;
	color: #3E6EAE;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.prestige #left_menu ul li span {
	background: url(/images/skin/left_menu_a_prest.gif) no-repeat left center;
}
.prestige #left_menu ul li a {
	background: url(/images/skin/left_menu_a_prest.gif) no-repeat left center;
	padding-left: 14px;
	color: #3E6EAE;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.prestige #left_menu ul li span {
	color: #3E6EAE;
}

.control #left_menu ul li {
	background: url(/images/skin/left_menu_li_comp.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.control #left_menu ul li ul li {
	background: none;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
.control #left_menu ul li#selected {
	background: url(/images/skin/left_menu_li_sel_comp.gif) no-repeat left top;
}
.control #left_menu ul li ul li a {
	background: url(/images/skin/left_menu_li_add_comp.gif) no-repeat left center;
	padding-left: 11px;
	color: #C90026;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.control #left_menu ul li span {
	background: url(/images/skin/left_menu_li_add_comp.gif) no-repeat left center;
}
.control #left_menu ul li a {
	background: url(/images/skin/left_menu_a_comp.gif) no-repeat left center;
	padding-left: 14px;
	color: #C90026;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.control #left_menu ul li span {
	color: #C90026;
}

.baza #left_menu ul li {
	background: url(/images/skin/left_menu_li_rest.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.baza #left_menu ul li ul li {
	background: none;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
.baza #left_menu ul li#selected {
	background: url(/images/skin/left_menu_li_sel_rest.gif) no-repeat left top;
}
.baza #left_menu ul li ul li a {
	background: url(/images/skin/left_menu_li_add_rest.gif) no-repeat left center;
	padding-left: 11px;
	color: #33928C;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.baza #left_menu ul li span {
	background: url(/images/skin/left_menu_a_rest.gif) no-repeat left center;
}
.baza #left_menu ul li a {
	background: url(/images/skin/left_menu_a_rest.gif) no-repeat left center;
	padding-left: 14px;
	color: #33928C;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}
.baza #left_menu ul li span {
	color: #33928C;
}


.control #left_menu ul li {
	background: url(/images/skin/left_menu_li_comp.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.control #left_menu ul li a {
	background: url(/images/skin/left_menu_a_comp.gif) no-repeat left center;
	padding-left: 14px;
	color: #C90026;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}

.baza #left_menu ul li {
	background: url(/images/skin/left_menu_li_rest.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.baza #left_menu ul li a {
	background: url(/images/skin/left_menu_a_rest.gif) no-repeat left center;
	padding-left: 14px;
	color: #33928C;
	margin-left: 11px;
	text-decoration: none;
	display: block;
}

#left_menu ul {
	margin: 0;
}

#contacts {
	margin-top: 35px;
}
#contacts h4 {
	color: #8C8E9B;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0;	
}
#contacts p {
	color: #8C8E9B;
	font-size: 0.9em;	
	margin-top: 0;
	margin-bottom: 10px;
}
#contacts a {
	color: #8C8E9B;
}


#catalog {
	margin-top: 25px;
}
#main #catalog #rasp {
	background: #FFF;
}

#main #small_illustr_new, .prestige #main #small_illustr_new {
	background: url(/images/skin/small_illustr_new.jpg) no-repeat left top #EFEFEF;
}

.dbt #main #small_illustr_new {
	background: url(/images/skin/small_illustr_new.jpg) no-repeat left top #FFF;
}

#main #small_illustr_new a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	margin: 0;
}

#main .text {
	height: 95px;
	vertical-align: middle;
	background: none;
}
.text h3 {
	font-size: 18px;
	font-weight: normal;
	margin-left: 29px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-top: 11px;
}
.text p {
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
	background: url(/images/skin/tiz_arr.gif) no-repeat;
	color: #FFF;
	cursor: hand;
	padding-left: 19px;
	height: 23px;
}
#main .pic {
	text-align: right;
	background: none;
	padding: 0;
}

#main #small_illustr_pop {
	background: url(/images/skin/small_illustr_pop.jpg) repeat-x right top #EFEFEF;
}

.dbt #main #small_illustr_pop {
	background: url(/images/skin/small_illustr_pop.jpg) repeat-x right top #FFF;
}

#main #small_illustr_pop a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#main #left_bord {
	border-left: 1px solid #D3D3D3; 
	background: #FFF;
	font-size: 1px;
}
#main #right_bord {
	border-right: 1px solid #D3D3D3; 
	background: #FFF;
	font-size: 1px;
}


#main #cat_descrip {
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 25px;
}
#main #cat_descrip table td {
	background: #FFF;
	color: #6D6D6D;
}
#main #cat_descrip table td img {
	margin-right: 45px;
}
#main #cat_descrip table td h4 {
	color: #58727C;
	font-weight: bold;
	font-size: 1.1em;
}
#main #cat_descrip table td ul {
	list-style-type: none;
	margin-left: 9px;
	margin-top: 0px;
}
#main #cat_descrip table td li {
	background: url(/images/skin/cat_li.gif) no-repeat left center;
	padding-left: 7px;
	margin-bottom: 4px;
}
#main #cat_descrip table td p#price {
	background: url(/images/skin/price.gif) no-repeat left center;
	padding-left: 44px;
	height: 60px;
	vertical-align: middle;
	padding-top: 11px;
	font-size: 12px;
/*	border: 1px solid green;*/
}
#main #cat_descrip table td p#price span {
	color: #6D6D6D;
	font-size: 11px;
	padding-bottom: 9px;
/*	border: 1px solid blue;*/
}
#main #cat_descrip table td p#price span#num {
	color: #B51019;
	font-size: 18px;
	padding-bottom: 0;
	line-height: 130%;
}
#main #cat_descrip table td p#price span#rub {
	color: #B51019;
	font-size: 11px;
/*	border: 1px solid black;*/
}
.links {
	margin-top: -10px;
	padding-top: 0;
}

#main .small_shadow {
	background: #FFF;
	text-align: center;
	padding-top: 10px;
	//padding-top: 0px;	
}
#main .small_shadow img {
	margin: -10px 0 0;
	_margin: 0;
	padding: 0;
}

#main .right_shadow {
	text-align: right;
}


#main #cat_descrip table td img.nomargin {
	margin: 0;
}

#main #cat_bot_left {
	padding-top: 0px;
	background: #FFF;
	font-size: 1px;
}
#main #cat_bot_center {
	padding-top: 0px;
	background: #FFF;
	border-bottom: 1px solid #D3D3D3;
	font-size: 1px;
}
#main #cat_bot_right {
	padding-top: 0px;
	background: #FFF;
	text-align: right;
	font-size: 1px;
}

#main .goods {
	margin-bottom: 25px;
}
#main .goods td {
	background: #FFF;
}
#main .goods_descrip {
	padding-top: 17px;
	color: #4C4C4F;
	font-size: 0.9em;
	padding-right: 15px;
	padding-bottom: 15px;
}
#main .goods_descrip_pic {
	padding-left: 8px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#main .goods_descrip h4 {
	color: #4C4C4F;
	font-weight: bold;
}
#main .goods_descrip ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
}
#main .goods_descrip ul li {
	margin-bottom: 5px;
}
#main .goods td.goods_bot {
	background: url(/images/skin/list_goods_bot_bg.gif) repeat-x;
}
.goods_price {
	background: url(/images/skin/list_goods_price.gif) no-repeat;
	width: 200px;
	height: 36px;
	padding: 20px 0 0 14px;
	color: #FFF;
	font-size: 18px;
	margin-top: 0px;
}
#main .goods td.nobg {
	background: none;
}
#main td.i_block {
	background: url(/images/skin/i_block_left.gif) no-repeat #FFFFFF left top;
	height: 117px;
	padding: 11px 0 0 10px; 
	width: 0;
}
#main td.i_block img {
	margin-right: 12px;
}
#main td.text_block {
	background: url(/images/skin/text_block.gif) no-repeat #FFFFFF right top;
	padding: 17px 0 0;
	color: #82808B;
	font-size: 10px;
	width: 100%;
	text-align: left;
}
#main td.i_block_2 {
	background: url(/images/skin/i_block_left.gif) no-repeat #FFFFFF left top;
	height: 117px;
	padding: 11px 8px 0 10px; 
	width: 0;
}
#main td.i_block_2_1 {
	background: #FFFFFF;
	height: 117px;
	padding: 11px 15px 0 0; 
	width: 0;
}
#main td.i_block_3_1 {
	background: #FFFFFF;
	height: 117px;
	padding: 11px 8px 0 0; 
	width: 0;
}
#main td.i_block_3_2 {
	background: url(/images/skin/text_block.gif) no-repeat #FFFFFF right top;
	height: 117px;
	padding: 11px 8px 0 0; 
	width: 0;
}

#child #main table.content_table {
	/*width: 0;*/
}
#child #main table.content_table th {
	color: #A4A3A9;
	font-size: 1em;
	background: #FAFAFA;
	border-bottom: 1px solid #EFEFEF;
	padding: 9px 14px;
	font-weight: normal;
	vertical-align: middle;
}
#child #main .content_table th.table_right {
	background: url(/images/skin/table_right.gif) no-repeat right top #FAFAFA;
}
#child #main .content_table th.table_left {
	background: url(/images/skin/table_left.gif) no-repeat left top #FAFAFA;
}
#child #main table.content_table th.th_onepx {
	width: 1px;
	background: url(/images/skin/th_onepx_bg.gif) no-repeat left top;
	padding: 0;
	vertical-align: bottom;
}
#child #main .content_table td {
	color: #868491;
	font-size: 1em;
	background: #FFFFFF;
	border-bottom: 1px solid #EFEFEF;
	padding: 9px 14px;
	font-weight: normal;
}
#child #main table.content_table td.td_onepx {
	width: 1px;
	background: url(/images/skin/td_onepx_bg.gif) no-repeat left top;
	padding: 0;
	vertical-align: bottom;
}
#child #main .content_table td.table_bot {
	background: url(/images/skin/table_bot_bg.gif) no-repeat left top;
	height: 6px;
	padding: 0;
	text-align: right;
}
























/* new styles */

.faq_form, .faq_form2 {
	border-bottom: 1px solid #A5ACB2;
	padding-bottom: 15px;
	margin-top: 12px;
	_margin-top: 31px;
	width: 72%;
}

.faq_form2 {
	border-bottom: none;
	//margin-top: 31px;
}

.faq_form td, .faq_form2 td {
	color: #424242;
	vertical-align: middle;
	padding-bottom: 9px;
}

.textfield {
	border: 1px solid #A5ACB2;
	width: 188px;
	height: 18px;
}

.textfield2 {
	border: 1px solid #A5ACB2;
	width: 168px;
	height: 18px;
}

.quest {
	padding-top: 12px;
}

.textarea {
	border: 1px solid #A5ACB2;
	margin-top: 2px;
	width: 530px;
	height: 96px;
	margin-bottom: -8px;
}

.checkbox {
	margin-right: 9px;
	margin-bottom: -1px;
}

.submit {
	font-size: 11px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 8px;
}

.message {
	margin-bottom: 20px;
}

.faq_header {
	color: #8C8E9B;
}

.faq_header a {
	font-size: 1.1em;
	font-weight: bold;
}

.faq_quest_answer {
	color: #000;
	font-weight: bold;
	margin-top: -8px;
	margin-left: 9px;
	display: block;
}

.faq_quest {
	color: #3E6EAE;
	font-weight: normal;
	margin-top: -10px;
	margin-left: 9px;
	margin-bottom: 17px;
	display: block;
}

.faq_answer {
	background: #FFF;
	padding: 7px;
	width: 80%;
	margin-top: -8px;
	//margin-top: -15px;
}

.pages {
	color: #8C8E9B;
	text-align: center;
	margin-top: -9px;
}

.pages span {
	color: #000;
	font-weight: bold;
}

.years {
	font-size: 1.2em;
	color: #8F919D;
}

.years span {
	color: #A41C27;
	font-size: 1.25em;
}

.years a {
	font-size: 1.25em;
}

.months {
	font-size: 0.9em;
	color: #8F919D;
	margin-top: 20px;
	margin-bottom: 45px;
}

.months span {
	color: #A41C27;
}

.months span.line {
	padding: 0 6px;
	color: #8F919D;
}

.news_date {
	color: #8F919D;
	font-size: 0.85em;
}

.news_text {
	font-size: 0.9em;
	color: #4C4C4F;
	margin-top: -14px;
}

.prepar {
	font-size: 1.3em;
	color: #000;
	background: url(/images/skin/arr.gif) no-repeat left 6px;
	padding-left: 13px;
	margin-top: 0;
}

.prepar span {
	border-bottom: 1px solid #A4A3A9;
	padding-bottom: 8px;
	display: block;
}

.rec_arr {
	padding-left: 32px;
	font-size: 1em;
	vertical-align: top;
}

.rec_text {
	margin-left: 13px;
}

.textpage {
	font-size: 0.9em;
	color: #4C4C4F;
}


.textpage h1 {
	font-size: 2.8em;
}

.textpage h2 {
	font-size: 2.2em;
}

.textpage h3, .textpage h4 {
	font-size: 1.7em;
}
.textpage {
	font-size: 0.9em;
	color: #4C4C4F;
}

.textpage h1 {
	font-size: 2.8em;
}

.textpage h2 {
	font-size: 2.2em;
}

.textpage h3, .textpage h4 {
	font-size: 1.7em;
}

.list_news {
	font-size: 1.1em;
}

.tiz_ug_left {
	background: url(/images/skin/tiz_ug_left.gif) no-repeat left top;
	width: 100%;
	height: 100%;
}
.tiz_ug_right {
	background: url(/images/skin/tiz_ug_right.gif) no-repeat right top;
	width: 100%;
	height: 100%;
}

#content .tiz_ug_left p {
	width: 67%;
}

#content .tiz_ug_right p {
	width: 70%;
}

.mini_tiz {
	vertical-align: middle;
	background-position: left bottom;
}
.mini_tiz a {
	padding: 7px 15px 7px 58px;
	display: block;
	color: #C93039;
	text-decoration: none;
}
#content .mini_tiz h3 {
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #C93039;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0;
}



.bottom_banners {  clear: left; display: block; margin-top: 45px  }

.bottom_banners	div	{ font-size: 0.9em; font-weight: bold; color: #c93039; text-transform: uppercase; }

.bbanner		{ height: 93px; color: #A7A9B4; width: 30%; cursor: hand }
.bbanner h3		{ font-size: 9px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #C93039; font-weight: bold; text-transform: uppercase; margin-left: 0 }
.bbanner a		{ display: block; text-decoration: none; height: 100%; color: #A7A9B4; padding-left: 60px; padding-top: 11px; width: 50% }
#content .bbanner p		{ width: 90%; font-size: 9px; line-height: 1.2em; cursor: hand; margin-top: 11px; margin-bottom: 0; }

#child .bottom_banners	{ margin-top: 60px }
#child .bottom_banners td { vertical-align: middle; height: 66px }
#child .bottom_banners a { text-decoration: none; display: block; cursor: hand; width: 150px }
#child .bottom_banners div { padding: 20px 0 20px 58px }

#child .bbanner_24 div	{ padding-left: 62px }
#child .bbanner_26 div	{ padding-left: 66px }
#child .bbanner_27 div	{ padding-left: 62px }
#child .bbanner_28	{ background: url(/images/tiresome/28_bg.jpg) left top no-repeat }
#child .bbanner_70 div	{ padding-left: 71px }
#child .bbanner_71 div	{ padding-left: 63px }

/*
.bbanner_13 a		{ width: 90% }
.bbanner_13 p		{ width: 100% }
*/




#main .small_shadow2 {
	text-align: center;
	padding-top: 1px;	
}
#main .small_shadow2 img {
	margin: -10px 0 0;
	_margin: 0;
	padding: 0;
}


.tiz #small_illustr_new { background: none }
.tiz #small_illustr_new { background: none }


.tban_h3_14 { color: #445262 }
.tban_h3_16 { color: #712020 }

.tban_h3_20 { color: #256d00 }
.tban_h3_21 { color: #d43e02 }

.tban_h3_22 { color: #10458b }
.tban_h3_23 { color: #590da2 }

.tban_h3_35 { color: #8e0700 }
.tban_h3_37 { color: #ae0101 }

.tban_h3_68 { color: #134c7d }
.tban_h3_69 { color: #265e61 }

.bbanner_75 { padding-left: 18px; }

.bbanner_145 { padding-left: 3px; }

.tban_h3_103206 { color: #3a4757 }
.tban_h3_103207 { color: #fff }



.photos h1		{ font-size: 32px; font-weight: normal; color: #c90026 }
.photos h1 a		{ color: #c90026 }
.photos h2		{ color: #c90026 }
.photos h2 a		{ color: #c90026 }

.photos .pictbox	{ height: 224px; width: 214px; background: url(/images/skin/photos.gif) left top no-repeat; float: left; margin: 0 36px 36px 0; text-align: center }
.picture_block .pictbox	{ height: 224px; width: 214px; background: url(/images/skin/photos.gif) left top no-repeat; float: left; margin: 0 36px 36px 0; text-align: center }
.picture_block h1		{ font-size: 32px; font-weight: normal; color: #c90026 }
.picture_block h1 a		{ color: #c90026 }
.picture_block h2		{ color: #c90026 }
.picture_block h2 a		{ color: #c90026 }

.picture_block span		{ display: block; color: #9c9ca9; font-size: 9px; height: 17px; padding: 13px 0 0 0 }
.picture_block p		{ margin: 8px 0 0 0; padding: 0; }
.foto_full	 img {clear:both; margin: 30px;}	
.picture_block #clear		{ clear: both }
.picture_block .foto_full	{ text-align: center; width: 100% }
.picture_block .foto_full td	{ text-align: center }
.picture_block .foto_full span	{ color: #c90026; font-size: 12px; display: block; margin-top: 9px }
.picture_block .foto_full p	{ margin-top: 24px; color: #8f919d }



.photos span		{ display: block; color: #9c9ca9; font-size: 9px; height: 17px; padding: 13px 0 0 0 }
.photos p		{ margin: 8px 0 0 0; padding: 0; }
.photos #clear		{ clear: both }
.photos .foto_full	{ text-align: center; width: 100% }
.photos .foto_full td	{ text-align: center }
.photos .foto_full span	{ color: #c90026; font-size: 12px; display: block; margin-top: 9px }
.photos .foto_full p	{ margin-top: 24px; color: #8f919d }


.news_blocks {
float: left;
display: inline;
width: 47%;
margin-right: 2%;
}

body p.title {
margin-bottom: 0;
padding-bottom: 0;
}

body p.anons_text {
margin-top: 0;
}

#main_nav {
	border-left: 3px solid #B51019;
	padding: 1px 0 1px 5px;
	font-size: 1.1em;
	margin-bottom: 46px;
}

#main_nav ul {
	margin: 0 0 -7px;
	list-style-type: none;
}

#main_nav ul li {
	margin-bottom: 7px;
	background: none;
}

#main_nav ul li a {
	text-decoration: underline;
}

#structure h2 {
	margin-left: 4px;
}

#PROD_ANONS[id] ul	{ padding: 0; margin: 0 0 0 5px }
#shops p		{ margin: 0; padding: 0 }
#shops ul		{ margin-top: 0; padding: 0; margin-bottom: 0 }


#main .goods2 				{ width: 95% }
#main .goods2 .goods_descrip_pic	{ padding-left: 45px; padding-right: 35px }
#main .goods2 h4			{ margin-bottom: 15px }
#main .goods2 .goods_descrip		{ font-size: 1em; color: #6d6d6d }


#main .goods3 				{ width: 95% }
#main .goods3 .goods_descrip_pic	{ padding-left: 20px; padding-right: 25px }
#main .goods3 h4			{ margin-bottom: 25px; color: #58727c }
#main .goods3 .goods_descrip		{ font-size: 1em; color: #6d6d6d }
#main .goods3 ul			{ margin-top: 8px; padding-top: 0 }


