.sub_categories_ul {
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none;
}

.sub_categories_ul .sub_categories_ul {
	margin-bottom: 3px;
	padding-left: 20px;
	padding-top: 5px;
}

.no_leaf .category_ref {
	color: black;
	text-decoration: none;
}

.category_ref {
	position: relative;
	bottom: 2px;
}

#container_all {
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 1; 
}
#layer_bg { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: -500; 
	overflow: hidden; 
	background: #000; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	display: none; 
}
#layer { 
	position:absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 600; 
	display: none; 
}
#layer_box { 
	position: static; 
	margin: 0 auto; 
	opacity: 0; 
	filter: alpha(opacity=0);
	background-color: white;
	border-radius: 10px;
	margin-top: 250px;
}
#close_control {
	position: relative;
    right: -40px;
    top: -10px;
    cursor: pointer;
    background: url(/images/frontend/layout/bg_close_layer.png) no-repeat;
    width: 30px;
    height: 30px;
    float: right;
}
#close_control:hover {
	background-position-y: -30px;
}
.win_content {
	padding: 10px 30px;
}
.win_title, .win_title .compatibility {
	font-size: 24px;
    margin-bottom: 16px;
}
.win_description {
	margin-bottom: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 1.2em;
}
.win_container {
	background-color: #ebebeb;
	padding: 14px 30px;
	margin: 0 -30px;
}
.win_container SELECT {
	font-size: 15px;
	border-radius: 4px;
	padding: 4px 6px;
	height: 36px;
	color: #666666;
	width: 230px;
	margin-right: 25px;
}
.win_container SELECT OPTION {
	font-size: 15px;
	margin-bottom: 4px;
}
.buttons_line {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.buttons_line BUTTON {
	width: 180px;
    height: 46px;
    background-color: #0aa70f;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.buttons_line BUTTON:hover {
	background-color: #15be1a;
}

/* Переопределение стилей */

#center-content2 {
	background-color: transparent;
}

.product_card_right H2 {
	margin-top: 5px;
    font-size: 26px;
    font-weight: normal;
}

.showcase_2016 .product_card_right .preview_title {
	margin: -15px 0 20px 0;
	color: #666666;
	font-size: 16px;
	font-family: Tahoma;
}




#accordion {
 list-style: none;
 padding: 0;
}

#accordion_second {
 list-style: none;
 padding: 0;
 width: 260px;
}

#accordion div {
 display: block;
 cursor: pointer;
 text-decoration: none;
 display: block;
 font-size: 14.5px;
 color: #3350a0; 
 list-style: circle;
 padding: 13px 0 15px 10px;
}

#accordion_second div {
 font-size: 13.5px;
}

#accordion div.act {
 color: #000;
}

#accordion div:hover {
}

.first {
}

#accordion li, #accordion_second li {
	border-bottom: 1px solid #c1c6dd;
}
#accordion ul A.active_item, #accordion_second ul A.active_item {
	color: black;
}

#accordion_second div.act {
	color: #000;
    background-color: #eaeaea;
}

#accordion_second LI DIV A {
    display: block;
    width: 245px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

#accordion_second UL.ul_second_level {
    margin-top: 10px;
}


#accordion ul, #accordion_second ul {
  	list-style: none;
  	display: none;
  	padding: 0 0 20px 19px;
}

#accordion ul li, #accordion_second ul li {
  	font-weight: normal;
  	cursor: auto;
  	padding: 3px 0;
	border-bottom: none;
}

#accordion a, #accordion_second a {
 text-decoration: none;
}

#accordion_second a {
 color: #666666;
}

#accordion a:hover {
 text-decoration: none;
}

#product_search_suggestions {
    top: 585px !important;
}
