html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 15px Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	min-width: 1000px;
    background: url("/images/bg.png") repeat-x scroll left top #FFFFFF;
}
ul, ol, p, h1, h2, h3, h4, h5, h6, form {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img {
	vertical-align: top;
	border: none;
}
a {
	color: #d2aa56;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

#SliderNameNavigation_2 {display: none!important;}
/*
#top-bg {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
*/

/* Блок авторизации */
#login-form {
	background: #d9e7c4;
	font-size: 11px;
	z-index: 3;
    padding: 3px;
    z-index: 3;
}
#login-form input{
	width: 100px;
}
#login-form .link {
	width: 145px;
	height: 22px;
	padding-top: 5px;
	float: left;
	background: #fff url(../images/l_left.gif) no-repeat left top;
}
#login-form .link a {
	margin-left: 12px;
	padding: 2px 0px 2px 25px;
	background: url(../images/login.png) no-repeat left center;
	color: #cf5300;
	font-style: italic;
	cursor: pointer;
	position: relative;
}
#login-form .link a:hover {
	color: #ED2224;
}
#login-form .link a span {
	border-bottom: 1px #cf5300 dashed;
	cursor: pointer;
}
#login-form .link a:hover span {
	border-color: #ED2224;
}
#login-form .form {
	width: 264px;
	height: 25px;
	float: left;
	background: url(../images/l_right.gif) no-repeat left top;
	padding: 2px 0px 0px 13px;
}
#login-form .form .text {
	width: 85px;
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #b4bd9f;
	text-align: center;
	margin-right: 4px;
}
#login-form .form .black {
	color: #000;
}
#login-form .form .submit {
	font: 11px Arial, Helvetica, sans-serif;
}


/* Блок подписки Начало */

#subscribe-block {
	background: #d9e7c4;
	font-size: 11px;
	z-index: 3;
    padding: 3px;
    z-index: 3;
}
#subscribe-block input{
	width: 140px;
}
#subscribe-block .link {
	width: 145px;
	height: 22px;
	padding-top: 5px;
	float: left;
	background: #fff url(../images/l_left.gif) no-repeat left top;
}
#subscribe-block .link a {
	margin-left: 12px;
	padding: 2px 0px 2px 25px;
	background: url(../images/login.png) no-repeat left center;
	color: #cf5300;
	font-style: italic;
	cursor: pointer;
	position: relative;
}
#subscribe-block .link a:hover {
	color: #ED2224;
}
#subscribe-block .link a span {
	border-bottom: 1px #cf5300 dashed;
	cursor: pointer;
}
#subscribe-block .link a:hover span {
	border-color: #ED2224;
}
#subscribe-block .form {
	width: 264px;
	height: 25px;
	float: left;
	background: url(../images/l_right.gif) no-repeat left top;
	padding: 2px 0px 0px 13px;
}
#subscribe-block .form .text {
	width: 85px;
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #b4bd9f;
	text-align: center;
	margin-right: 4px;
}
#subscribe-block .form .black {
	color: #000;
}
#subscribe-block .form .submit {
	font: 11px Arial, Helvetica, sans-serif;
}

#subscribe_success{
    display:none;
    color:green;
}
#subscribe_error{
    display:none;
    color:red;
}


/* Основной макет */


#main {
	min-height: 100%;
	min-width: 920px;
	max-width: 1360px;
	position: relative;
	z-index: 2;
	padding: 0px 40px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
#header {
	height: 160px;
	position: relative;
	text-align: left;
}
#logo {
	position: absolute;
	left: -3px;
	top: 61px;
}


/* Горизонтальное меню */
#top-menu {
	position: absolute;
	left: 240px;
	top: 60px;
	width: 75%;
}
#top-menu li {
	display: inline;
	margin-right: 6.5%;
	position: relative;
}
#top-menu li a {
	font-size: 20px;
	font-style: italic;
	position: relative;
	z-index: 2;
}
#top-menu li a.act {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
#top-menu li.rol a {
	color: #fffddc;
}


#page {
	text-align: left;
	width: 100%;
	float: left;
	padding-bottom: 265px;
}
#page h1 {
	font-size: 30px;
	font-style: italic;
}
#page h2 {
	font-size: 20px;
	font-style: italic;
}


/* Левая колонка */
#left-col {
	width: 200px;
	float: left;
	padding-top: 30px;
	position: relative;
}
#left-col h3 {
	font-size: 18px;
}
#left-col h3.cat-m-item {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
}
#left-col h3.cat-m-item a, #left-col h3.cat-m-item strong {
	padding-left: 11px;
}
#left-col h3.cat-m-item strong, #left-col h3.cat-m-item a.act {
	color: #000;
}
#left-col h3.cat-m-item a.act:hover {
	color: #ED2224;
}

#left-col h3.cat-m-item a.act.curr:hover {
	color: #000;
}


/* Боковое меню */
.services-menu {
	margin-bottom: 30px;
}

.services-menu ul li {
	font-size: 16px;
	margin-top: 10px;
}

.services-menu ul.level1 li.active a:hover {
	color: #ED2224;
}

.services-menu ul.level1 li.current a:hover {
	color: #000;
}



.services-menu ul.level1 ul.level2 {
	margin: 10px 0px 0px 20px;
}
.services-menu ul.level1 ul.level2 li {
	margin-top: 3px;
}


.services-menu ul.level1 ul.level2 a, .services-menu ul.level1 ul.level2 a span {
	font-size: 12px;
	font-weight: normal;
	color: #d2aa56;
	background: none;
	padding-left: 0px;
}


.services-menu ul.level1 ul.level2 a, .services-menu ul.level1 ul.level2 a span, .services-menu ul.level1 ul.level2 strong span, .services-menu ul.level1 ul.level2 strong {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-style: italic;
}
.services-menu ul.level1 ul.level2 a span, .services-menu ul.level1 ul.level2 strong span {
	height: 19px;
	margin-left: 3px;
	padding: 4px 8px 0px 0px;
	text-decoration: underline;
	cursor: pointer;
}

.services-menu ul.level1 ul.level2 a, .services-menu ul.level1 ul.level2 strong {
	padding-left: 4px;
}

.services-menu ul.level1 ul.level2 li.active a {
	color: #d2aa56;
	font-weight: bold;
}

.services-menu ul.level1 ul.level2 li.active a span {
	font-weight: bold;
}

.services-menu ul.level1 ul.level2 li.current strong {
	color:#000;
	font-weight: bold;
	font-size: 12px;
}



.services-menu ul.level1 ul.level2 li.current strong span {
	text-decoration: none;
	cursor: default;
	font-weight: normal;
}


.services-menu ul.level1 ul.level2 ul.level3 li {
	margin-left: 10px;
}





#right-col {
	margin-left: 235px;
	padding-top: 27px;
}




div.text-block {
	margin: 0px 10% 0px 0px;
	line-height: 130%;
	position: relative;
}




.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -7px 16px 0px 0px;
	background: url(/images/green_but.png) no-repeat left top;
	text-decoration: none;
	color: #fff!important;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px -1px #3e6c09;
}
.button span {
	position: relative;
	display: block;
	margin-right: -16px;
	background: url(/images/green_but.png) no-repeat right -33px;
	height: 78px;
	padding: 7px 15px 0px;
	color: #fff!important;
	cursor: pointer;
}
.button span img {
	margin-right: 7px;
}
.button:hover {
	background-position: left -66px;
}
.button:hover span {
	background-position: right -99px;
}
.button.pushed {
	background-position: left -132px;
}
.button.pushed span {
	background-position: right -165px;
	padding-top: 8px;
	height: 25px;
}

.tpls {
	float: left;
	width: 100%;
}
.tpls .cat {
	float: right;
	font-size: 13px;
	font-style: italic;
	width: 100%;
	text-align: right;
	position: relative;
	margin: 15px -15px -10px 0px;
}
.tpls .cat select {
	font: italic 13px Arial, Helvetica, sans-serif;
}
.tpls ul {
	position: relative;
	margin: 0px -32px 0px -11px;
	width: 104%;
	margin-right: -4%;
	list-style:none outside none;
}
.tpls li {
	float: left;
	margin: 40px 3px 0px 0px;
	list-style:none outside none;
}
.tpl {
	width: 161px;
	height: 167px;
	position: relative;
	padding: 19px 0px 0px 13px;
	float: left;
}
.tpl div {
	width: 150px;
	height: 140px;
	position: relative;
	overflow: hidden;
}
.tpl a {
	cursor: pointer;
}
.tpl .lupa {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
.tpl .added {
	position: absolute;
	left: 10px;
	bottom: 10px;
	cursor: pointer;
	display: none;
}


/* Подвал */
#footer {
	height: 147px;
	position: relative;
	float: left;
	width: 100%;
	min-width: 1000px;
	margin-top: -147px;
	font-size: 12px;
	text-align: left;
	z-index: 3;
	overflow: hidden;
}
.f-wrap {
	height: 147px;
	position: relative;
	margin: 0px auto;
	padding: 0px 40px;
	text-align: center;
}

#copy a {
	margin-left: 12px;
}
#sup-links {
	position: absolute;
	left: 24%;
	top: 57px;
	font-style: italic;
	font-size: 25px;
	text-align: left;
}
#sup-links div {
	float: left;
}

#payfooter{
    position: absolute;
	left: 16%;
	top: 57px;
	font-style: italic;
	font-size: 35px;
	text-align: left;
}

#phones {
	position: absolute;
	left: 61%;
	top: 57px;
	font-style: italic;
	font-size: 35px;
	text-align: left;
}
#phones sup {
	font-size: 12px;
	display: inline-block;
	vertical-align: text-top;
	margin: 5px 3px 0px 0px;
}


#ilike {
	position: absolute;
	top: 55px;
	right: 40px;
}




/* Форма обратной связи */
#contactForm {

}
#contactForm .label {
     position: absolute;
     top: 20px;
     right: -300px;
}
#contactForm label {
     display: block;
     font-size: 14px;
     font-weight: bold;
     margin: 17px 0px 5px;
}
#contactForm input.text, #contactForm textarea, #contactForm select {
     font-size: 12px;
     width: 100%;
}
#contactForm select {
     width: 32%;
}
#contactForm textarea {
     height: 125px;
}


#dopInput {
     position: relative;
     display: none;
}
#dopInput img {
     display: inline;
     margin: 7px 0px 0px 0px;
}
#dopInput input.text {
     float: right;
     position: relative;
}
#contactForm .submit {

}




/* Форма отзыва для товара*/

#commentForm {
     width: 45%;
     position: relative;
}
#commentForm .label {
     position: absolute;
     top: 20px;
     right: -300px;
}
#commentForm label {
     display: block;
     font-size: 14px;
     font-weight: bold;
     margin: 17px 0px 5px;
}
#commentForm input.text, #commentForm textarea, #commentForm select {
     font-size: 12px;
     width: 100%;
}
#commentForm select {
     width: 32%;
}
#commentForm textarea {
     height: 125px;
}
#commentForm .submit {
     float: right;
     margin-right: -4px;
}
#comment_moderation{
    display:none;
}

.stars_comment {
    background: url("/images/stars.png") no-repeat scroll 0px 0 transparent;
    display: inline-block;
    height: 31px;
    width: 33px;
}

.comments {
    font-size: 14px;
}
.comments .comment_name{
    color:#0D81D5;
    font-weight: 600;
}
.comments .comment_text{
    display: block;
    margin-top: 5px;
}
.comments .comment_answer{
    display: block;
    margin: 5px 0px 0px 20px;
    padding: 5px;
    width:200px;
    background-color: #F6F5F5;
}



/* Вывод списка продуктов */
.products {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.products .color-sep {
	margin-bottom: 25px;
}
.products .item {
	float: left;
	width: 33%;
	//width: 32.5%;
	vertical-align: top;
}
.products .item .i-wrap {
	width: 183px;
	height: 262px;
	display: inline-block;
}
.products .img {
	width: 180px;
	height: 140px;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 7px;
	cursor: pointer;
}
.products .item a {
	text-decoration: none;
	position: relative;
}
.products .item p {
	color: #5c5c5c;
	font-size: 11px;
	margin: 10px 3px 5px 0px;
}
.products .item .title {
	text-decoration: underline;
}
.products .item .price strong {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
}
.products .item .button {
	display: none;
	float: right;
}
.products .item:hover .button {
	display: inline-block;
}




/* Хлебные крошки */

#breadcrumbs {
	font-size: 13px;
	color: #999;
	padding-bottom: 10px;
}
#breadcrumbs span{
    color: #999;
}
#breadcrumbs a {
	font-size: 12px;
    text-shadow: 0 1px 0 #ffffff;
}
#breadcrumbs h1 {
	color: #000;
    font: 20px/1.4 'candara', sans-serif;
}



/* Страница товара */
#cat-item {
	margin-top: 30px;
}
#ci-photos {
	width: 320px;
	float: left;
}
#cip-main {
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#cip-main .lupa {
	position: absolute;
	width: 47px;
	height: 46px;
	background: url(/images/lupa.png) no-repeat;
	left: 50%;
	top: 50%;
	margin: -23px 0px 0px -23px;
	display: none;
}

/* Маленькие фото у товара */
#cip-thumbs {
	margin-top: 18px;
}
#cip-thumbs li {
	float: left;
	width: 71px;
	height: 51px;
	border: 1px #fff solid;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
}
#cip-thumbs li.act {
	border-color: #ff7800;
}

/* Маленькие фото у вариантов товара */
#cip-thumbs-variant {
	margin-top: 18px;
}
#cip-thumbs-variant li {
	float: left;
	width: 110px;
	height: 100px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
}


#cat-item .price {
	font-size: 15px;
}
#cat-item .button {
	vertical-align: middle;
	margin-left: 13px;
}
#cat-item .price strong {
	color: #f00;
	font-size: 20px;
}



.text {
	font-size: 13px;
	line-height: 130%;
	width: 100%;
}

.text p, .text-block p {
	margin-bottom: 20px;
}


.text h2, .text-block h2 {
	margin: 10px 0px 10px 0px;
}

#cat-item .summary {
	margin: 14px 0px;
}

.clr {
	clear: both;
}






/* Блок сортировки вид 1 */
#sort-block {
	font-size: 13px;
	position: relative;
	margin: -10px 0px 25px;
}
#sort-block #ddl {
	float: right;
    margin-top: 3px;
}
#sort-block #ddl a.act {
	font-weight: bold;
    text-decoration: none;
}
.sort-how{
    display: inline-block;
	height: 21px;
	padding: 3px 0px 0px;
	position: relative;
	margin-right: -2px;
    vertical-align: middle;
}
.lnk-sort {
	display: inline-block;
	margin-right: 2px;
	text-decoration: none;
	vertical-align: middle;
}
.lnk-sort.act {
    font-weight: bold;
}
.lnk-sort .ls-wrap {
	display: block;
	height: 21px;
	padding: 3px 9px 0px;
	position: relative;
	margin-right: -2px;
	cursor: pointer;
}

.ls-wrap span {
	border-bottom: 1px dashed;
	zoom: 1;
}

.lnk-sort.act .ls-wrap i {
	display: inline-block;
}


/* Блок сортировки вид 2*/
#sort-block2 {
	font-size: 13px;
	position: relative;
	margin: -10px 0px 25px;
}
#sort-block2 #ddl2 {
	float: right;
}
#sort-block2 strong{
    vertical-align: middle;
}
.lnk-sort2 {
	display: inline-block;
	margin-right: 2px;
	text-decoration: none;
	vertical-align: middle;
}
.lnk-sort2.act {
	background: url(/images/blue_bg.png) no-repeat left top;
	color: #fff!important;
}
.lnk-sort2 .ls-wrap2 {
	display: block;
	height: 21px;
	padding: 3px 9px 0px;
	position: relative;
	margin-right: -2px;
	cursor: pointer;
}
.lnk-sort2.act .ls-wrap2 {
	background: url(/images/blue_bg.png) no-repeat right -24px;
}
.ls-wrap2 span {
	border-bottom: 1px dashed;
	zoom: 1;
}
.lnk-sort2 .ls-wrap2 i {
	width: 7px;
	height: 10px;
	vertical-align: top;
	margin: 4px 0px 0px 3px;
	background: url(/images/arr_top.png) no-repeat;
	display: none;
}
.lnk-sort2.act .ls-wrap2 i {
	display: inline-block;
}
.ls-wrap2 i.bot-up {
	background-image: url(/images/arr_bot_up.png);
	margin-top: 5px;
}
.ls-wrap2 i.bot-down {
	background-image: url(/images/arr_bot_down.png);
	margin-top: 5px;
}


/* Блок сортировки вид 3 */
#sort-block3 {
	font-size: 13px;
	position: relative;
	margin: -10px 0px 25px;
}
#sort-block3 strong{
    vertical-align: middle;
}


/* Пагинатор */
#paging {
    padding-left: 312px;
    text-align: center;    
	font-size: 13px;
}
#paging .lnk-page {
	margin: 0px 5px;
}
#paging ul {
	margin-top: 0px;
}
#paging li {
	display: inline;
}
#paging li a {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	margin-right: 3px;
}
#paging li a span {
	display: block;
	margin-right: -3px;
	position: relative;
	height: 21px;
	padding: 3px 6px 0px 4px;
	cursor: pointer;
}
#paging li a.act {   
	font-weight: bold;
	color: #000!important;
	text-decoration: none;
}
#paging li a.act span {
	padding: 3px 11px 0px 9px;
}




.brand-logo {
	float: right;
	margin: 0px 0px 10px 10px;
}



#top-panel {
    padding: 5px 15px;
    position: fixed;
    right: 10%;
    top: 0;
    z-index: 3;
}

#top-panel a {
	color: #CF5300;
}








.attributes {
	padding: 30px 0px 60px;
	width: 100%;
	float: left;
}

.attributes h2 {
	font-weight: normal;
}

.attributes table {
	width: 100%;
	margin-top: 25px;
}

.attributes table th {
	text-align: left;
	padding: 10px 0px;
}

.attributes table td {
	vertical-align: top;
	padding: 8px 0px;
	color: #222;
	width: 40%;
	text-align: left;
	background: url(/images/crop.gif) repeat-x left top;
}

.attributes td:first-child {
	width: 60%;
	font-style: normal;
}



.lnk-regorder {
	padding-left: 17px;
	position: relative;
	color: #589600!important;
}

.lnk-regorder span {
	position: absolute;
	left: 0px;
	top: -2px;
	text-decoration: none;
}

.products .item a.lnk-regorder {
	text-decoration: underline;
}

.added-label {
	display: none;
	color: green;
}


.incart {
	color: #589600 !important;
	text-decoration: underline !important;
}

.products .item .incart {
	float: right;
}



/* Корзина */

#cart-tbl {
	width: 100%;
	color: #000;
}



#cart-tbl th {
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
}
#cart-tbl td {
	vertical-align: top;
	padding: 20px 0px 10px;
	font-size: 13px;
	background: url(/img/blue/crop.gif) repeat-x left bottom;
}
#cart-tbl td.td-img {
	width: 200px;
}
#cart-tbl td.td-info {

}

#cart-tbl .td-input {
	width: 90px;
	text-align: right;
	padding-right: 30px;
}
#cart-tbl .td-total {
	width: 120px;
}
#cart-tbl .td-total strong {
	font-size: 15px;
	color: #f00;
}
#cart-tbl .td-del {
	width: 30px;
}
#cart-tbl .lnk-title {
	font-size: 15px;
}
#cart-tbl p {
	margin-top: 10px;
}
#cart-tbl input {
	width: 25px;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: right;
}
#cart-tbl .del {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	cursor: pointer;
}

#cart-total {

}

#cart-total strong {
	color: #f00;
}


/* Карта сайта */
#tree-sitemap ul {
	padding: 0px;
	margin: 0px;
}

#tree-sitemap ul li {
	list-style: circle;
	padding: 2px 0px;
	margin-left: 14px;
}

#tree-sitemap ul li ul li {
	margin-left: 41px;
}


/* Отзывы */
#testimonials .testimonial-answer{
    background: url("/images/answer.png") no-repeat scroll 0 0 transparent;
    color: #4D4D4D;
    font-size: 12px;
    margin-top: 15px;
    padding-left: 24px;
    
}

/* Количество добавляемых товаров в корзину */
.inputboxquantity {
    text-align: center;
    width: 20px;    
}

.quantity_box_button_up {
    background: url("/images/arrows.gif") 0 0 no-repeat;
    width: 19px !important;
    vertical-align: middle;
    height: 19px;
    border: none;
    font-size: 12px;
}

.quantity_box_button_up:hover {
    background-position: 0 -21px;
    cursor: pointer;
}
.quantity_box_button_down {
    background: url("/images/arrows.gif") -21px 0 no-repeat;
    width: 19px !important;
    vertical-align: middle;
    height: 19px;
    border: none;
    font-size: 12px;
}

.quantity_box_button_down:hover {
    background-position: -21px -21px;
    cursor: pointer;
}


/* Заказ обратного звонка */
.popupPhone{
	background-attachment:scroll;
	background-clip:border-box;
	background-color:transparent;
	background-image:url(/images/pop_bg.png);
	background-origin:padding-box;
	background-position:-294px 0;
	background-repeat:repeat-y;
	background-size:auto;
	display:none;
	margin-bottom:21px;
	margin-left:0;
	margin-right:0;
	margin-top:21px;
	position:absolute;
	text-align:left;
	top:59px;
	width:294px;
	z-index:100000000;
}
.callback-wrap{
	background-attachment:scroll;
	background-clip:border-box;
	background-color:transparent;
	background-image:url(/images/pop_bg.png);
	background-origin:padding-box;
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size:auto;
	margin-top:-21px;
	position:relative;
}
.callback-wrap .callback-wrap{
	background-position:-588px 100%;
	margin-bottom:-21px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
.callback-close{
	cursor:pointer;
	position:absolute;
	right:35px;
	top:30px;
}
.callback-form{
	font-size:14px;
	padding-bottom:32px;
	padding-left:32px;
	padding-right:32px;
	padding-top:32px;
}
.callback-form div{
	margin-top:10px
}
.callback-form label{
	display:block;
	margin-bottom:3px;
}
.callback-form input{
	width:223px;
}
.callback-form div.but{
	margin-top:20px;
	text-align:center;
}
#callback-result{
    display: none; 
    font-size:14px;
}
#callback-preload{
    display: none;
}

/* Новости */
#news h3 .date{
    background-color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 4px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 11px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999999;
}

#news h3 a{text-decoration: none; vertical-align: middle;}
#news h3 a:hover{text-decoration: underline}
#news h3{margin-bottom: 6px}

/* Акции */
#events h3 .date{
    background-color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 4px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 11px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999999;
}

#events h3 a{text-decoration: none; vertical-align: middle;}
#events h3 a:hover{text-decoration: underline}
#events h3{margin-bottom: 6px}

/* Статьи */
.photos{padding:5px 0 0 1px;}
.photos a{ display:inline-block; margin-bottom:10px;}
.photos .button1{ margin:10px 0 21px 0;}
.sub_title{font-size: 12px; color:#040404;margin: -7px 0 0 0;}
.sub_title a{ color:#fc1e4c; text-decoration:underline; padding-left:4px;}
.sub_title a:hover{ text-decoration:none;}
.sub_title .admin{ color:#898888; display:inline-block; padding-left:4px;}
.comment{ margin-bottom:8px;}
.comment div{width:345px;}
.comment .button1{ margin-right:16px;}
.comment figure{ padding-top:5px;}
.extra_h3{margin: -8px 0 25px 0;}
.m_bottom_zero{
    font-size: 20px;
line-height: 40px;
}
.img_box figure{float: left; border: 1px #DDDDDD dotted;
margin: 0px 20px 20px 0px;}
.comment figure{padding-top:5px}
.img_box{overflow:hidden}
.img_box div{float: left}

div.article-categories>div>div{float:left}
table.article-categories {border-spacing: 10px 25px;}
table.article-categories td{vertical-align: top;}
table.article-categories h3 a{font-size: 22px;
line-height: 40px; text-decoration: none}
table.article-categories td:nth-child(even){ padding-left: 10px}

/* Галерея */
table.gallery{width: 100%}

table.gallery a img {
    border: none; /*Убираем границу*/
    outline: none; /*Убираем рамку*/
    border: 10px solid #dddddd; /*Граница вокруг изображения*/
    margin: 5px 15px 5px 0; /*Отступы от изображения*/
    -webkit-transition: all linear 0.3s; /*Устанавливаем плавный переход при наведении курсора мыши, в нашем примере будет изменяться прозрачность и цвет границы*/
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0.9; /*Прозрачность изображения*/
}
table.gallery a:hover img {
    opacity: 1; /*Делаем изображения непрозрачным*/
    border: 10px solid #afd3dc; /*Изменяем цвет границы*/
}

/* */

.text ul{
    margin: 5px 0px 5px 20px;
    list-style: disc;
    list-style-position: inside;
    
}
.text p{
    margin: 5px 0px;
}
#slider_container_2 {   width: 100%; }

.SliderName_2 {
	width: 100%;
	/*height: 370px;*/
    margin-top:0px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../images/slide_img/left.png) no-repeat left center;
	width: 50px;
	height: 250px;
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/slide_img/right.png) no-repeat right center;
	width: 50px;
	height: 250px;
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_2 { margin: 0; padding: 0px 0 0 0; height: 0; text-align: center; }

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../images/slide_img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../images/slide_img/bullet_active.png) no-repeat center center;
}