#m_gostinaja h1 {
	color: #32CD32;
}

#fashion h1 {
	color: #D2691E;
}

#m_gostinaja .header .logo-header, #fashion .header .logo-header {
	margin: 12px 0px 0 12px;
}

#m_gostinaja .logo-header-txt, #fashion .logo-header-txt {
	margin-right: 50px;
}

#m_gostinaja .header .search-block input.search-btn {
	background: #98e129; /* Old browsers */
	background: -moz-linear-gradient(top, #98e129 0%, #ADFF2F 35%, #98e129 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98e129), color-stop(35%,#ADFF2F), color-stop(100%,#98e129)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98e129 0%,#ADFF2F 35%,#98e129 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98e129 0%,#ADFF2F 35%,#98e129 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98e129 0%,#ADFF2F 35%,#98e129 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98e129 0%,#ADFF2F 35%,#98e129 100%); /* W3C */
}

#fashion .header .search-block input.search-btn {
	background: #f28b37; /* Old browsers */
	background: -moz-linear-gradient(top, #f28b37 0%, #f4a460 50%, #f28b37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28b37), color-stop(50%,#f4a460), color-stop(100%,#f28b37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28b37', endColorstr='#f28b37',GradientType=0 ); /* IE6-9 */
}	

#fashion .header .search-block input.search-btn:hover {
	background: #d2691e; /* Old browsers */
	background: -moz-linear-gradient(top, #d2691e 0%, #d17f49 50%, #d2691e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2691e), color-stop(50%,#d17f49), color-stop(100%,#d2691e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2691e', endColorstr='#d2691e',GradientType=0 ); /* IE6-9 */
}	

#m_gostinaja .search-block input.search-btn:hover {
	background: #ffaf01; /* Old browsers */
	background: -moz-linear-gradient(top, #32CD32 0%, #38e738 50%, #32CD32 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32CD32), color-stop(50%,#38e738), color-stop(100%,#32CD32)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #32CD32 0%,#38e738 50%,#32CD32 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #32CD32 0%,#38e738 50%,#32CD32 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #32CD32 0%,#38e738 50%,#32CD32 100%); /* IE10+ */
	background: linear-gradient(to bottom, #32CD32 0%,#38e738 50%,#32CD32 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38e738', endColorstr='#32CD32',GradientType=0 ); /* IE6-9 */
}

#m_gostinaja .horizontal_menu li {
	background: #ADFF2F; /* Old browsers */
	background: -moz-linear-gradient(top, #ADFF2F 0%, #98e129 50%, #ADFF2F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADFF2F), color-stop(50%,#32CD32), color-stop(100%,#ADFF2F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ADFF2F 0%,#98e129 50%,#ADFF2F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ADFF2F 0%,#98e129 50%,#ADFF2F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ADFF2F 0%,#98e129 50%,#ADFF2F 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ADFF2F 0%,#98e129 50%,#ADFF2F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98e129', endColorstr='#32CD32',GradientType=0 ); /* IE6-9 */
}

#m_gostinaja .horizontal_menu li:nth-child(2n) {
	background: #74cc74; /* Old browsers */
	background: -moz-linear-gradient(top, #74cc74 0%, #32cd32 51%, #74cc74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74cc74), color-stop(51%,#32cd32), color-stop(100%,#74cc74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* IE10+ */
	background: linear-gradient(to bottom, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cc74', endColorstr='#74cc74',GradientType=0 ); /* IE6-9 */
}



#fashion .horizontal_menu li {
	background: #f28b37; /* Old browsers */
	background: -moz-linear-gradient(top, #f28b37 0%, #f4a460 50%, #f28b37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28b37), color-stop(50%,#f4a460), color-stop(100%,#f28b37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f28b37 0%,#f4a460 50%,#f28b37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28b37', endColorstr='#f28b37',GradientType=0 ); /* IE6-9 */
}

#fashion .horizontal_menu li:nth-child(2n)   {
	background: #d2691e; /* Old browsers */
	background: -moz-linear-gradient(top, #d2691e 0%, #d17f49 50%, #d2691e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2691e), color-stop(50%,#d17f49), color-stop(100%,#d2691e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2691e', endColorstr='#d2691e',GradientType=0 ); /* IE6-9 */
}

/*#fashion .horizontal_menu li {
	background: #F4A460;
}*/

/*#m_gostinaja .horizontal_menu li.menu-orange  {
	background: #D2691E;
}

#m_gostinaja .horizontal_menu li {
	background: #32CD32;
}

#m_gostinaja .horizontal_menu li.menu-orange  {
	background: #ADFF2F;
}*/

#m_gostinaja .left-menu-title {
	width: 176px;
	padding: 10px 0 0 18px;
	background: #74cc74; /* Old browsers */
	background: -moz-linear-gradient(top, #74cc74 0%, #32cd32 51%, #74cc74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74cc74), color-stop(51%,#32cd32), color-stop(100%,#74cc74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* IE10+ */
	background: linear-gradient(to bottom, #74cc74 0%,#32cd32 51%,#74cc74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cc74', endColorstr='#74cc74',GradientType=0 ); /* IE6-9 */
}

#m_gostinaja .left-menu ul li:hover {
	background: #9ACD32;
}

#fashion .left-menu ul li:hover {
	background: #A52A2A;
}

#m_gostinaja .left-menu ul li:hover a {
	border-bottom: 1px solid #9ACD32 !important;
}

#fashion .left-menu ul li:hover a {
	border-bottom: 1px solid #A52A2A;
}

#fashion .carousel-container {
	position: relative;
	width: 755px;
	overflow: hidden;
	margin: 10px 0 26px -20px;
}
#fashion .left-menu-title {
	background: #d2691e; /* Old browsers */
	background: -moz-linear-gradient(top, #d2691e 0%, #d17f49 50%, #d2691e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2691e), color-stop(50%,#d17f49), color-stop(100%,#d2691e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2691e 0%,#d17f49 50%,#d2691e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2691e', endColorstr='#d2691e',GradientType=0 ); /* IE6-9 */
}