*{
	font-size:100%;
	font-family:Arial
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	background-color:#FFFFFF;
	font-size:0.75em;
	color:#000000;
	font-family:Arial
}
.w100 {width:100%;}
.h100 {height:100%;}
.wh {width:100%; height:100%;}
.div_1px {width:1px; height:1px; overflow:hidden;}
#main{
	width:100%;
	height:100%;
	/*border:1px solid #FF0000;*/
	background-image:url(/images/design/top_right_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#header {
	height:54px;
}

#footer_td {
	height:71px;
	padding-right:67px;
	padding-left:66px;
}
#footer {
	padding-top:50px;
	height:69px;
}
#main_container {
	width:100%;
	height:100%;
}
.center_empty_col {
	width:36px;
}
.center_empty_col div {
	width:20px;
}
#left_col {
	width:295px;
	background-image:url(/images/design/left_bg.gif);
	background-position:left 226px;
	background-repeat:no-repeat;
}
.left_left_empty_col {
	width:65px;
}
.left_left_empty_col div {
	width:30px;
}
#logo {
	padding-top:3px;
}
#phones {
	padding-top:27px;
}
#contact_info {
	padding-top:12px;
	color:#000000;
	text-align:right;
	padding-right:31px;
}

#save_price {
	padding-top:12px;
	font-weight:bold;
	font-size:1.2em;
}
#save_price a {
	font-weight:bold;
/*	color:#e13034;*/
	color:#9b0b0f;
}

#banner {
	padding-top:20px;
	/*padding-top:43px;
	/padding-top:40px;*/
	padding-bottom:23px;
	
}
.text_header {
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:15px;
}
.text_header a {
	color:#000000;
	text-decoration:underline;
}
.text_header a:hover {
	color:#000000;
	text-decoration:none;
}

.news .date {
	padding-left:11px;
	padding-top:7px;
	color:#ca2027;
}
.news .header {
	clear:both;
	padding-top:6px;
}
.news .header a {
	text-decoration:none;
}
.news .header a:hover {
	text-decoration:underline;
}
.red_stick_td {
	padding:25px 0px 17px 0px;
}
.red_stick_td div {
	height:1px; background-color:#ca2027; overflow:hidden;
}

.table_3col {
	width:100%;
}

#undermenu_grad {
	background-image:url(/images/design/undermenu_grad.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#undermenu_pic {
	width:419px;
}

#about_td {
	width:33%;
	height:50px;
	background-color:#9b0b0f;
}
.topmenu_entry {
	position:relative;
	padding-top:20px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.topmenu_entry a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.topmenu_entry a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.topmenu_entry_about {
	position:relative;
	text-align:center;
	font-weight:bold;
}
.topmenu_entry_about a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.topmenu_entry_about a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

#catalog_td {
	width:34%;
	height:50px;
	background-color:#ca2027;
}
#info_td {
	width:33%;
	height:50px;
	background-color:#e13034;
	font-weight:bold;
}
.div_relative {
	position:relative;
}
.dropmenu_div {
	position:absolute;
	width:100%;
	top:15px;
	right:0px;
	z-index:100;
	display:none;
}
.dropmenu_div a {
	color:#FFFFFF;
	text-decoration:none;
}
.dropmenu_div a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.red_corner {
	height:20px;
	background-image:url(/images/design/red_corner.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#icons {
	padding-right:59px;
}
#info_menu {
	padding-top:20px;
	padding-left:36px;
}

.before_infomenu_field {
	width:72px;
	height:22px;
	background:transparent;
	color:#da171c;
}
.infomenu_field {
	height:22px;
	background:transparent;
	color:#da171c;
}
.infomenu_field a {
	color:#da171c;
	text-decoration:underline;
}
/*.infomenu_field a:hover {
	color:#ffffff;
	text-decoration:none;
}*/

.before_infomenu_field_hover {
	width:72px;
	height:22px;
	background:url(/images/design/info_menu_hover.gif) top left repeat-y #9b0b0f;
	color:#ffffff;
}
.infomenu_field_hover {
	height:22px;
	background:#9b0b0f;
	color:#ffffff;
}
.infomenu_field_hover a {
	color:#ffffff;
	text-decoration:none;
}
.infomenu_field_hover a:hover {
	color:#ffffff;
	text-decoration:none;
}


#pathbar {
	padding:15px;
	padding-top:20px;
}

h2 {
	padding:0px 0px 0px 20px;
	font-size:1.2em;

}

#content {
/*	padding-top:24px;*/
	padding-top:10px;
	padding-left:5px;
}

#search {
	width:200px;
	padding-left:36px;
	padding-top:150px;
}

.dark_red_bg {
	background-color:#9b0b0f;
	color:#FFFFFF;
}
.dark_red_bg a { 
	color:#FFFFFF;
	text-decoration:none;
}
.dark_red_bg a:hover { 
	color:#FFFFFF;
	text-decoration:underline;
}


.red_bg {
	background-color:#ca2027;
}

.node_name {
	background-image:url(/images/design/red_corner2.gif);
	background-color:#9c0b10;
	background-position:left bottom;
	background-repeat:no-repeat;
	height:24px;
	color:#FFFFFF;
}

.goodroup a {
	color:#9b0b0f;
	text-decoration:underline;
	font-weight:bold;
}
.goodroup a:hover {
	color:#9b0b0f;
	text-decoration:none;
}

#colorpicker.js {

}
#colorpicker #cp-image {
	text-align:center;
}
#colorpicker.pict ul {
	padding:0px;
	margin-left:0px;
}

#colorpicker.pict .color_div {
	float:left;
	list-style-type:none;
	margin:0px;
	margin-top:3px;
	margin-right:5px;
	width:31px;
	height:31px;
	cursor:pointer;
}

#colorpicker.pict li {
	float:left;
	list-style-type:none;
	margin:0px;
	padding-top:3px;
	padding-right:5px;
}
#colorpicker.pict li a {
	display:block;
	height:31px;
	overflow:hidden;
	text-indent:-50px;
	width:31px;
}

.goodlist_names {
	padding-bottom:7px;
	padding-left:5px;
	color:#9c0b10;
	font-weight:bold;
}
.goodlist_names a {
	color:#9c0b10;
	text-decoration:underline;
}
.goodlist_names a:hover {
	color:#9c0b10;
	text-decoration:none;
}

.right_goodgroups_names a {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}

.return_to_group {
	padding-bottom:20px;
}
.return_to_group a {
	color:#da171c;
	text-decoration:underline;
}
.return_to_group a:hover {
	text-decoration:none;
}



/*Стиль таблиц в товарах*/
.table_border {border-collapse:collapse;}
.table_border td, .table_border th {border:1px solid #000000;}
.table_border th {color:#FFFFFF; background-color:#ca2027;}