html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a {
  color:#476491;
}

.content p{
  padding:8px 0;
}

.content .filter p {
  padding:0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Arial;
	font-size: 14px;
	position: relative;
}

.policy, .policy * { box-sizing: border-box; }
.policy { text-align:left; font-size:14px; margin:0; position:relative;  width:73%; float:right;}
.policy input { position:absolute; left:0; top:10px; border-radius:0 !important; float:none !important; border:none !important; font-size:inherit !important; height:auto !important; margin:0 !important; padding:0 !important; width:auto !important; }
.policy-info { width:100%; padding:0 0 0 24px !important; margin:0 !important; line-height:1.2 !important; }
.policy a { color:#c00; border-bottom:1px dotted #7d7a78; text-decoration:none; }
.policy a:hover { color:#777; border-bottom:none; text-decoration:none; }


@font-face {
	font-family: Roboto-Black; /* Имя шрифта */
	src: url('/skin/font/Roboto-Black.ttf'), url('/skin/font/Roboto-Black.svg'), url('/skin/font/Roboto-Black.eot'), url('/skin/font/Roboto-Black.woff');
}

@font-face {
	font-family: RobotoLight; /* Имя шрифта */
	src: url('/skin/font/Roboto-Light.ttf'), url('/skin/font/Roboto-Light.svg'), url('/skin/font/Roboto-Light.eot'), url('/skin/font/Roboto-Light.woff');
}

/*
@font-face {
	font-family: Roboto-Medium;
	src: url(/skin/font/Roboto-Medium.ttf), url(/skin/font/Roboto-Medium.svg), url(/skin/font/Roboto-Medium.eot), url(/skin/font/Roboto-Medium.woff);
}
*/

@font-face {
	font-family: Roboto-Bold;
	src: url(/skin/font/Roboto-Bold.ttf), url(/skin/font/Roboto-Bold.svg), url(/skin/font/Roboto-Bold.eot), url(/skin/font/Roboto-Bold.woff); /* Путь к файлу со шрифтом */
}

/* Header
 -----------------------------------------------------------------------------*/
.header {
	height: 165px;
}

.header  .section_top {
	height: 60px;
	position: relative;
	border-bottom: 1px solid #e1e8f0;
}

.header  .section_top nav {
	float: right;
/*	font-family: Roboto-Medium; */
	font-weight: 400;
	margin-top: 12px;
}

.header  .section_top nav ul li {
	float: left;
	font-size: 14px;
	background: url(/skin/images/header_nav_li_bg.png) #40526c 0px 0px repeat-x;
	border-radius: 5px;
	margin-right: 3px;
	border-bottom: 1px solid #40526c;
	position: relative;
}

.header  .section_top nav ul li:last-child {
	margin-right: 0px;
}

.header  .section_top nav ul li a {

	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 25px 5px 25px;
}

.header  .section_top nav ul li ul {

	position: absolute;
	background: white;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin-top: 5px;
	padding: 10px 20px 10px 20px;
	width: 170px;
	border-radius: 8px;
	border: 1px dashed #a8a8a8;
	margin-top: 15px;
	display: none;
	z-index: 55;
}

.header  .section_top nav ul li:hover ul {

	display: block;
}

.header  .section_top nav ul li ul li a {
	font-family: RobotoLight;
	color: #000000;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	text-decoration: underline;
}

.header  .section_top nav ul li ul li:hover {

	transition: none;
	transition: 0;
	background: none;
}

.header  .section_top nav ul li ul li a:hover {
	color: #3a7ac1;
	transition: 0;
}

.logo_box {
	border-top: 1px solid #d8d8d8;
	display: block;
	background: rgb(241, 241, 241);
	background: -moz-linear-gradient(90deg, rgb(241, 241, 241) 27%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgb(241, 241, 241) 27%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgb(241, 241, 241) 27%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgb(241, 241, 241) 27%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgb(241, 241, 241) 27%, rgb(255, 255, 255) 100%);
	height: 104px;
}

.logo_box .logo {
	float: left;
	width: 275px;
	height: 70px;
	text-indent: -9999px;
	background: url(/skin/images/logo.png) no-repeat left top;
	margin-top: 15px;
}

.header  .section_top nav ul li ul li {
	background: none;
	border: none;
	margin-bottom: 5px;
    display:block;
    width:99%;
}

.header  .section_top nav ul li:hover {

	transition: 0.5s;
	background: url(/skin/images/header_nav_li_bg.png) #40526c 0px 3px repeat-x;
}

.header .section_top nav ul .parenting a span {

	width: 11px;
	height: 7px;
	background: url(/skin/images/children_li_bg.png) right center no-repeat;
	float: right;
	margin-top: 5px;
}

.header  .section_top nav ul li ul:after {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
	background: url(/skin/images/treug.png) no-repeat 20px bottom;
}

.header .title_enterprise {
	color: #40526C;
    float: left;
    margin-top: 9px;
    width: 350px;
    height: 50px;
    overflow: hidden;
}

.header .title_enterprise b {

	color: #40526C;
}

.header .phone_box {

	position: relative;
	float: left;
	font-family: Roboto-Bold;
	font-size: 18px;
	margin-left: 55px;
	margin-top: 30px;
	line-height: 22px;
}

.header .phone_box .smoll {
	font-family: RobotoLight;
	font-size: 12px;
	color: #787878;
}

.header .slog {

	width: 275px;
	height: 132px;
	position: absolute;
	right: 0px;
	background: url(/skin/images/master.png) no-repeat;
	top: -8px;
	font-style: italic;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	z-index: 0;
}

.header .slog p {
	margin: 38px 0px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.bg {
	width: 100%;
	height: 225px;
	background: url(/skin/images/body_bg.png) repeat-x;
	z-index: 1;
	position: absolute;
	top: 163px;
}

/**фильтер**/

.filter {
	display: block;
	height: 155px;
}

.jq-selectbox {
	margin-top: 15px;
	width: 214px;
}

#pressure .jq-selectbox {
	margin-top: 8px;
}

.big {

	width: 220px;
}

.filter_tanle {
	padding: 0;
	width: 690px;
}

.content .filter p.title_filter {

	float: left;
	font-family: Roboto-Bold;
	font-size: 15px;
	color: #f5f6f7;
	background: #40526c;
	padding: 10px 15px 0px 15px;
	border-radius: 5px 5px 0px 0px;
}

.filter_param {
	height: 107px;
	background: url(/skin/images/filter_bg.jpg) #40526c center bottom repeat-x;
	float: left;
	border-radius: 0px 5px 5px 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: 677px;
	border-bottom: 2px solid #40526c;
	padding-bottom: 10px;
}

#skobka{ background:url(/skin/skobka.png) no-repeat 13px 20px;  }

.small { width:85px; float:left;}

.big2 {

	width: 200px;
	margin-top: 5px;
}

.filter [type=text] {
	border: none;
	outline: none;
	border-radius: 7px;
	width: 80px;
	height: 22px;
	padding: 0 25px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	border-top: 2px solid #2f3d50;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	color: #000;
	border-bottom: 2px solid #fff;
	margin-right: 5px;
}

.filter .desk {

	font-family: Arial;
	font-size: 12px;
	width: 100%;
}

.select_bar_min {

	vertical-align: bottom;
	padding-left: 20px;
	padding-top: 2px;
}

.filter .desk2 {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

.filter_tanle_two {
	width: 690px;
}

.filter .smoll {
	width: 115px;
	margin-top: 0px;
	margin-right: 5px;
}

.filter_tanle_two td {
	height: 55px;
	vertical-align: center;
}

.filter .add_filter {
	font-family: Roboto-Black;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: url(/skin/images/filter_bg_button.jpg) #7f1f1d repeat-x center top;
	color: #ffffff;
	padding: 0px 25px 0px 25px;
	border-radius: 5px;
	border-bottom: 1px solid #7f1f1d;
	float: right;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	height: 40px;
	text-shadow: #7e1e1d 1px 1px 1px;
	display: block;
	margin-right: 15px;
	margin-top: 10px;
}

.filter .add_filter:hover {

	cursor: pointer;
	background: #961f1d;
}

.filter .add_filter:active {

	transition: 0.6s;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.sbros_filter {
	font-family: Arial;
	float: right;
}
.sbros_filter a {
	font-style: italic;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	background: url(/skin/images/sbros_filter_bg.png) no-repeat left center;
}

.sbros_filter a:hover {

	text-decoration: underline;
}

/**фильтер**/

/**Контент***/

.content_site {
	display: block;
	position: relative;
	margin-top: 15px;
	color: #333333;
}

.title_page {
    line-height: 28px;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	color: black;
}

.spoiler {

	display: block;
}

.cmlex-up-kolontitul-wrap  { font-size:12px; margin-bottom:20px; float:left; width:100%; overflow:hidden; }
.cmlex-up-kolontitul { }
.kolontitul_right { width:450px; float:right; }
.cmlex-photo-kolontitul { width:250px; float:left; margin-top:33px;}
.cmlex_dwn_kolontitul{ clear:both; margin-top:40px; }

.content_site .read_more_str {

	float: right;
	color: #476491;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 1px dotted #476491;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0px;
	line-height: 12px;
}
.content_site .read_more_str:hover {
	border: none;
}

.content_site  .read_more_box_bg_relace {
	background: url(/skin/images/read_more_box_bg_relace.png) no-repeat right center;
}

.read_more_box {
	background: url(/skin/images/read_more_box_bg.png) no-repeat right center;
	height: 13px;
	padding-right: 15px;
	height: 13px;
	width: 692px;
}

.section_item_box {

	display: block;
}

.images_brend {

	height: auto;
	background: url(/skin/images/line_images_bg.jpg) center repeat-x;
	margin: 15px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

.images_brend img {
	padding: 0px 20px 0px 20px;
	background: #fff;
	margin-top: 2px;
}

/*Таблица с товарами*/

.price_table {
	width: 100%; font-size: 12px; font-family:Arial;
}

.price_table td {
	display: table-cell;
	position: relative;
}

.price_table tr {

	height: 10px;
	position: relative;
}

@-moz-document url-prefix() {

.price_table{
border-collapse: separate;

}

.price_table tbody tr {

border-left:  1px solid red;
border-right: 1px solid red;

}

.price_table tbody tr td {

border-top: 1px solid white;

}

.price_table tbody tr td:last-child {
border-right: 1px solid white;

}

.price_table tbody tr:hover td{
border-top: 1px solid #dadada;

}

.price_table tbody tr td:first-child {
border-left: 1px solid white;

}

.price_table tbody tr:hover td:last-child {

border-right: 1px solid #dadada;

}

.price_table tbody tr:hover td:first-child {

border-left: 1px solid #dadada;

}

.price_table tbody tr:hover td {
border-bottom: 1px solid #dadada;
}

.price_table tbody tr{
border-bottom: 1px solid white;

}

.price_table tbody td {
border-bottom: 1px solid white;

}

}

.price_table td {	text-align: center; padding:4px;}

.price_table thead td {

	text-align: center;
	font-family: Arial;
	color: #333333;
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 30px;
    padding-top:0;
}

.price_table tr.theader td { position:relative; padding:0 4px; text-align: center;
font-family: Arial;
color: #333333;
padding-top: 0px;
vertical-align: middle;
padding:5px 0;}

.price_table thead .opis {

	width: 140px;
    text-align:center;
}

.price_table tbody .desc_tovar {

	width: 150px;
    text-align:left;
}


.price_table  .desc_tovar a {

	color: #476491;
}

.price_table .images_cart {

	text-align: left;
	vertical-align: top;
	padding:10px;
}

.price_table .images_cart a {

	font-family: Arial;
	text-align: left;
	color: #476491;
}

.price_table .images_cart a { display:block; }

.price_table .images_cart img {

	margin-top: 10px;
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 5px;
	width: 50px;
	height: auto;
}

.price_table .desc_tovar {

	color: #333333;
	vertical-align: top;
}

.price_table tbody tr td {
	vertical-align:middle;
}

.price_table tbody tr:nth-child(odd) td { background:#f0f0f0; }

.header_table_opt { font-weight:bold; margin: 0 0 10px 0; }

.price_table .desc_tovar  a {
	font-family: Arial;
	color: #476491;
}

.images_cart a:hover {

	text-decoration: none;
}

.price_table a:hover {

	text-decoration: none;
}

.price_table .bar {
	font-family: Arial;
	text-align: center;
	color: #333333;
	font-size: 12px;
}

.price_table .proizvod {

	text-align: center;
	color: #333333;
}

.price_table .kvt {
	text-align: center;
}

.price_table .kvt span {

	text-align: center;
}

.price_table .shum {

	text-align: center;
	color: #333333;
}

.price_table .variant {
	text-align: center;
	color: #333333;
	font-family: Arial;
}

.price_table tr {

	position: static;
}

.price_table tbody {

	position: static;
}

.read_more_under_line {

	margin-top: 20px;
}

.read_more_under_line .read_more_str {

	border-bottom: none;
	text-decoration: underline;
}

.read_more_under_line .read_more_str:hover {

	text-decoration: none;
}

.read_more_under_line {
	padding-right: 10px;
	background: url(/skin/images/select_str_right.png) no-repeat center right;
}

/*Таблица с товарами*/

.smoll_title_page {

	font-size: 16px;
	margin-top: 25px;
}

/**Контент***/

/***spoler2***/
.spoiler_2 {
	box-shadow: 0px -1px 1px 1px white, 0px 2px 2px 1px rgba(211,220,226,0.5);
	height: 1px;
	margin-top: 15px;
	border-bottom: 1px solid #f2f5f6;
	display: block;
}

.red_more_spoiler2 {
	text-align: center;
	padding: 9px 0px 10px 0px;
}

.red_more_spoiler2 a {
	color: #476491;
	font-style: italic;
	font-family: Roboto-Bold;
	box-shadow: 0px -2px 1px 0px white, 0px 1px 2px 2px rgba(211,220,226,0.7);
	padding: 10px 35px 15px 25px;
	border-radius: 0px 0px 5px 5px;
	background: white;
	position: relative;
}

.red_more_spoiler2 a   .str_span {

	background: url(/skin/images/read_more_box_bg.png) white no-repeat center;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 20px;
	top: 13px;
}

.red_more_spoiler2 .read_more_box_up_str  .str_span {

	background: url(/skin/images/read_more_box_bg_relace.png) no-repeat right center;
}

.red_more_spoiler2 a:hover {

	text-decoration: none;
}

/***spoler2***/

.popular_items {
 position: relative;
 height: auto;
 padding-bottom: 15px;
 margin-top: 10px;
 padding: 10px 2px 0 2px;
}

/*

 *
 * Маленькая карточка товара
 *
 *
 *
 * */

.tovar_cart:last-child {

	margin-right: 0px;
}

.tovar_cart {
	width: 205px;
	float: left;
	margin-right: 40px;
	padding-bottom: 10px;
	border: 1px solid white;
}

.tovar_cart:hover {

	border: 1px solid #dadada;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.tovar_cart:hover .image_box {

	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background: url(/skin/images/line_hover_bg.jpg) no-repeat center bottom;
}

.image_box {

	text-align: center;
	border: 1px solid #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.image_box img {

	height: 115px;
	width: auto;
}

.desc_tovar_cart {
	padding: 0 10px;
}
.desc_tovar_cart .title_cat {
	font-family: Arial;
	font-size: 13px;
}

.desc_tovar_cart .title_cat .name {
	color: #333333;
}

.desc_tovar_cart .title_cat a {

	color: #476491;
}

.desc_tovar_cart table {
	margin-top: 10px;
	font-family: Arial;
}

.desc_tovar_cart table td {
    font-weight: normal;
	padding: 3px 2px 3px 0px;
	color: #333333;
}

.desc_tovar_cart table .bar {

	font-family: Roboto-Black;
	padding-left: 10px;
}

.desc_tovar_cart table .proizvod, .desc_tovar_cart table .wt {
	padding-left: 10px;
	font-family: RobotoLight;
}

.desc_tovar_cart .title_cat a:hover {
	text-decoration: none;
}

.desc_tovar_cart table .link_more {

	padding-top: 10px;
}

.desc_tovar_cart table .link_more a {
	font-family: Arial;
	color: #476491;
}

.desc_tovar_cart table .link_more a:hover {

	text-decoration: none;
}

.desc_tovar_cart table .link_more a span {

	height: 10px;
	width: 10px;
	background: url(/skin/images/select_str_right.png) no-repeat center;
	float: right;
	margin-top: 4px;
	margin-right: 100px;
}

.jspContainer, .jspScrollable {
	outline: none;

}

/*

 *
 * Маленькая карточка товара
 *
 *
 *
 * */

/* Middle
 -----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
	z-index: 22;
	margin-top: 35px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
}
.content {
	padding: 0 0 0 293px;
	min-height: 500px;
}

/* Left Sidebar
 -----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}

.left-sidebar .serh_form {

	background: rgba(126,126,126, 0.5);
	padding: 10px;
	border-radius: 5px;
}

.left-sidebar .serh_form .text_box {

	height: 25px;
	background: white;
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	border-radius: 5px;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #7e7e7e;
	padding-left: 10px;
}

.left-sidebar .serh_form .text_box [type=text] {

	border: none;
	background: none;
	font-family: RobotoLight;
	font-style: italic;
	outline: none;
	margin-top: 5px;
	font-size: 12px;
	color: #666666;
	width: 80%;
}

.left-sidebar .serh_form .text_box button {

	background: url(/skin/images/button_bg_serh_bg.png) no-repeat center;
	border: none;
	height: 25px;
	float: right;
	margin-right: 5px;
	outline: none;
}

.left-sidebar .serh_form .text_box button:hover {

	cursor: pointer;
}

.left-sidebar ::-webkit-input-placeholder {
	color: #666666;
}
.left-sidebar ::-moz-placeholder {
	color: #666666;
}

/*Пункты меню*/


ul#nav_cat { background: url(/skin/images/shadow_nav_bg.png) white left 0px repeat-x;padding:15px 10px 20px 17px;margin-top:22px;box-shadow: 0 0 15px rgba(0,0,0,0.3);border-radius: 5px;border-top: 3px solid white; }

/* level GLOBAL */
ul#nav_cat ul { margin:0 0 10px 13px;  }
ul#nav_cat ul { display:none; border-radius:0 0 5px 5px;}

ul#nav_cat li { margin: 3px 0 3px 0; display: block }
ul#nav_cat li a { text-decoration:none; padding:2px 3px; display:block; }

ul#nav_cat ul li.active > a,
ul#nav_cat ul li > a:hover { background:#ccc; border-radius:3px; color:#333; }

/* level 1 */
ul#nav_cat > li { margin-top:8px; }
ul#nav_cat > li > a {min-height:22px;text-transform:uppercase;font-size:14px;padding:4px 9px 3px 0;font-weight:bold;border-bottom:1px solid #fff;color:#41526C; }
ul#nav_cat > li.active > a { color:#961F1D; }
ul#nav_cat > li:hover > a { color:#961F1D; }

/* level 2 */
ul#nav_cat ul.level-2 { margin:-3px 0 7px 0; padding:2px 7px; }
ul#nav_cat ul.level-2 ul { border-bottom:1px solid #fff; }

/* level 3 */
ul#nav_cat ul.level-3 { background:#f0f0f0; padding:5px 8px; margin:0; }
ul#nav_cat ul.level-3 > li > a { background-image:url(/skin/li.png); background-position:3px 8px; background-repeat:no-repeat; padding-left:13px; }

/* level 4 */
ul#nav_cat ul.level-4 > li { margin:1px 0; }
ul#nav_cat ul.level-4 > li > a { font-size:12px; }


/*Пункты меню*/

.action_box {

	height: 280px;
	background: url(/skin/images/pant_bg.jpg) no-repeat center top;
	margin-top: 25px;
	padding-top: 61px;
	display: block;
}

.title_action {
	background: #40526c;
	font-family: Roboto-Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #f1faff;
	text-align: center;
	display: block;
	width: 219px;
	margin-left: 24px;
	padding: 15px 0px 15px 0px;
	border-radius: 5px;
	display: block;
}

.desc_ation {
	padding: 15px;
	background: url(/skin/images/actia_bg.jpg) #394a63 repeat-x left bottom;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 2px solid #1d2839;
	color: #fff;
    width: 175px;
    margin: 3px auto;
}

.desc_ation a { color:#fff; }

.desc_ation  table {
	width: 100%;
}

.info_box { color:#555; margin-top: 20px;
border-top: 1px solid #DFE1E4;
padding-top: 10px; }

.cmlex_insert_button.zakaz {
	font-family: Roboto-Black;
	display: block;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px auto;
	background: url(/skin/images/filter_bg_button.jpg) #7f1f1d repeat-x center top;
	padding: 10px 0px 10px 0px;
	border-radius: 4px;
	border-bottom: 1px solid #7f1f1d;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	text-shadow: #7e1e1d 1px 1px 1px;
    cursor:pointer;
    width:207px;
}

.cmlex_insert_button.zakaz:hover {

	background: #7f1f1d;
}

.desc_ation tr td {
	vertical-align: top;
}

.desc_ation .big_proz {
	font-family: Roboto-Bold;
	font-size: 36px;
	padding-right: 20px;
	padding-top: 13px;
}

.time_actia {

	text-align: center;
	padding-top: 10px;
	font-style: italic;
	color: #6e7888;
}

.news {

	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfe1e4;
	padding-top: 10px;
}

.news:last-child {

	border-bottom: none;
	margin-bottom: 0px;
}

.news  .time_published {

	color: #666666;
}

.news  a {
	font-family: Arial;
	color: #476491;
}

.news  a:hover {
	text-decoration: none;
}

.news  a h3 {

	font-weight: normal;
}

.social_net {
	padding-left: 25px;
	margin-top: 25px;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

.social_net table tr td a {

	margin-right: 5px;
}

.footer_box_content {

	margin-top: 65px;
	float: left;
	height: 95px;
	padding-right: 60px;
	border-right: 1px solid #566780;
}

.footer_box_content .copirate {

	font-family: Arial;
	color: #95a9ca;
}

.footer_box_content .tel {
	font-family: Roboto-Bold;
	font-size: 16px;
	padding-top: 20px;
	color: #c9d5e9;
}

.nav_foter_box_content {

	padding-left: 80px;
	border-left: 2px solid #314460;
}

.fot_nav_1 {

	font-family: Arial;
	font-size: 14px;
	float: left;
}

.fot_nav_1 li {

	margin-bottom: 10px;
}

.wigos_site {
	font-family: Arial;
	font-size: 12px;
	color: #95a9ca;
}

.logo_wigos {
	margin-top: 10px;
	float: left;
}

.wigos_site a {

	color: #c0cce1;
}

.wigos_site a:hover {

	text-decoration: none;
}

.fot_nav_2 {
	float: right;
	font-family: Arial;
	font-size: 14px;
}

.fot_nav_2 li {

	margin-bottom: 10px;
}

.fot_nav_2 li a {

	color: #c9d5e9;
	text-decoration: none;
	border-bottom: 1px dotted #c9d5e9;
}

.fot_nav_2 li a:hover {

	border: none;
}

.fot_nav_2 .marker {

	background: url(/skin/images/li_footer.png) 5px 5px no-repeat;
	height: 10px;
	width: 10px;
	padding-left: 5px;
	position: absolute;
}

.news_box {

	display: block;
}

.fot_nav_1 li a {

	color: #c9d5e9;
}

.fot_nav_1 li a:hover {

	text-decoration: none;
}

.mnogo_kanal {

	font-family: RobotoLight;
	font-size: 12px;
	color: #8093b2;
}

/* Footer
 -----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	height: 185px;
	background: url(/skin/images/footer_bg.png) repeat-x left top;
	border-bottom: 10px solid #222f43;
	position: relative;
}

/****позиция товара*****/

.cart_arsenal {
	display: block;
}

.title_cart {
	line-height: 32px;
}

.title_cart h2 {
    line-height: 32px;
	float: left;
}

.img_proisvod {
    margin-left: 30px;
	float: right;
}

.desc_cart_arsenal {
    overflow:hidden;
	display: block;
	min-height: 380px;
	margin-top: 10px;
}

.left_block_cart {
	width: 275px;
	float: left;
}

.left_block_cart .images_box {

	text-align: center;
	border: 1px solid #e8e8e8;
}

.header_cart_table {

	width: 100%;
}

.zakaz_tel {
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 1px 0px 5px 0px;
	border: 1px dashed #5c5c5c;
	margin-top: 25px;
	border-radius: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	background: url(/skin/images/trobka_bg.jpg) 35px 35px no-repeat;
}

.paramets_cart {
	width: 400px;
	float: right;
}

.paramets_cart .title_page {

	font-family: Arial;
	font-size: 22px;
	margin-top: 0px;
	color: #333333;
}

.paramets_cart table {
	color: #333333;
    line-height:16px;
}

.paramets_cart table td { height:32px; vertical-align:middle; }

.paramets_cart table tr .param {

	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-left: 35px;
	background: url(/skin/images/sprite_tovare_opis.jpg) no-repeat left 3px;
	text-align: left;
	width: 220px;
}

.paramets_cart table tr .param {

	background: no-repeat 0 45%;
}

.paramets_cart table tr .param span {

	font-family: RobotoLight;
	color: #999999;
}

.black {

	font-family: Roboto-Black;
}

.paramets_cart table tr .dawl {

	background: url(/skin/images/sprite_tovare_opis.jpg) no-repeat left -63px;
}

.paramets_cart table tr .mosh {

	background: url(/skin/images/sprite_tovare_opis.jpg) no-repeat left -98px;
}

.paramets_cart table tr .gabar {

	background: url(/skin/images/sprite_tovare_opis.jpg) no-repeat left -128px;
}

.paramets_cart table tr .ves {

	background: url(/skin/images/sprite_tovare_opis.jpg) no-repeat left -160px;
}

.garantia {
	font-family: Arial;
	color: #333333;
	font-style: none;
	background: url(/skin/images/garantia_bg.jpg) 0px 20px no-repeat;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 0;
}

.zakaz_zvonok{
	font-family: Roboto-Bold;
	border: none;
	background: url(/skin/images/bg_button_cart.jpg) white repeat-x;
	color: white;
	text-transform: uppercase;
	padding: 0px 20px 0px 20px;
	border-bottom: 2px solid #41536d;
	border-top: 2px solid #818ea1;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #41536d;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	float: left;
	margin-right: 10px;
	height: 38px;
}

.zenu_zapros {
	font-family: Roboto-Bold;
	border: none;
	background: url(/skin/images/bg_button_cart.jpg) white 0px bottom repeat-x;
	color: white;
	text-transform: uppercase;
	padding: 0px 20px 0px 20px;
	border-bottom: 2px solid #5f1211;
	border-top: 2px solid #e07776;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #5f1211;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	height: 38px;
}

.zenu_zapros:hover {
	cursor: pointer;
	background: #5f1211;
}

.zenu_zapros_table {
	border: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	text-decoration: underline;
	color: #476491;
	font-weight: bold;
}

.zakaz_zvonok:hover {

	cursor: pointer;
	background: #41536d;
}


.cmlex_insert_button {
	font-family: Roboto-Bold;
	border: none;
	color: white;
	padding: 8px 20px;
	border-radius: 4px;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	display:inline-block;
	margin-right: 10px;
    white-space:nowrap;
    text-decoration:none;
}

.cmlex_insert_button.blue{ background: url(/skin/images/bg_button_cart.jpg) #41536D 0 0 repeat-x; text-shadow: 1px 1px 1px #41536d; border-bottom: 2px solid #41536d; border-top: 2px solid #818ea1;}
.cmlex_insert_button.red { background: url(/skin/images/bg_button_cart.jpg) #5F1211 0px bottom repeat-x; border-bottom: 2px solid #5f1211; border-top: 2px solid #e07776; text-shadow: 1px 1px 1px #5f1211; }
.cmlex_insert_button.red:hover { background: #5f1211; border-top: 2px solid #5f1211; }
.cmlex_insert_button.blue:hover { background: #41536d; border-top: 2px solid #41536d; }

.tabs {

	display: block;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	padding-bottom: 15px;
	margin-top: 55px;
}

.header_tabs {
	height: 32px;
	display: block;
	width: 100%;
	position: absolute;
	top: -33px;
}

.header_tabs a {
	font-family: Arial;
	font-style: none;
	color: #476491;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.header_tabs span {

	float: left;
	padding: 5px 15px 10px 15px;
	margin-left: 15px;
	border-radius: 5px 5px 0px 0px;
}

.header_tabs .active {
	box-shadow: 0px 2px 2px 0px white, 0px -1px 1px 2px rgba(211,220,226,0.7);
	background: white;
}

.tabs_content_list {
	width: 100%;
	display: none;
	padding: 15px 0px 0px 0px;
}

.tabs_content_list#opis_tabs {
	font-size: 12px;
}

.content_tabs {
	display: block;
	border-top: 2px solid #e0e6eb;
}

.tabs_content_list .li {

	padding-left: 35px;
	background: url(/skin/images/li_parametr.png) no-repeat left center;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shosg_tovar {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 0;
}

.shosg_tovar_dop {
	width: 100%;
	display: block;
	overflow:hidden;
	margin: 10px 0;
}

.zakazat {
	font-family: Roboto-Light;
	border: none;
	background: url(/skin/images/bg_button_cart.jpg) 0px bottom repeat-x;
	color: white;
	text-transform: uppercase;
	padding: 0px 20px 0px 20px;
	border-bottom: 2px solid #5f1211;
	border-top: 2px solid #e07776;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #5f1211;
	height: 24px;
	margin: 10px 0px 10px 0px;
}

.zakazat:hover {
	background: #5f1211;
	cursor: pointer;
}

/***
 *
 *
 *
 * Colrbox
 *
 *
 *
 *  ****/

.title_color_box_taisp_catalog {

	font-family: Arial;
	font-size: 18px;
	padding: 10px;
	background: url(/skin/images/filter_bg.jpg) #40526c left bottom repeat-x;
	border-radius: 5px 5px 0px 0px;
	color: white;
}

#contact {

	display: block;
	padding: 15px 0;
}

#contact table {

}

#contact table [type=text] {
	border: none;
	width: 260px;
	padding-left: 10px;
	background: white;
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(230, 230, 230) 70%);
	border-top: 1px solid #b8b8b8;
	height: 25px;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
	border-bottom: 2px solid white;
}

#contact table input.error { border:1px solid #f00; }

#contact table textarea {

	border: none;
	width: 486px;
	padding-left: 10px;
	background: white;
	outline: none;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
	border: 1px solid #b8b8b8;
	height: 120px;
}

#contact table tr td {

	vertical-align: top;
}

.big_text_form {

	width: 285px;
	border-right: 4px solid white;
	height: 45px;
	vertical-align: top;
}

#contact ::-webkit-input-placeholder {
	color: #000;
}
#contact ::-moz-placeholder {
	color:#000 !important;
}

/***
 *
 *
 *
 * Colrbox
 *
 *
 *
 *  ****/


.select_bar_min ::-webkit-input-placeholder {
	color: #666666;
}
.select_bar_min ::-moz-placeholder {
	color: #666666;
}



/* ########################################################################################## */
/*     Меню подразделов                                                                       */
/* ########################################################################################## */
#cmlex-subparts { background:none; list-style: none; width:100%; display:block;  overflow: hidden;  margin: 0 0 25px 0; padding: 0 0 10px 0; clear:both; border-bottom: 1px dashed #7E93A5; }
#cmlex-subparts tr { width:100%; }
#cmlex-subparts td { padding:10px; text-align:center; vertical-align:top; }
#cmlex-subparts td img { max-width:100%; }
#cmlex-subparts td a { clear:both; display:block; text-decoration:none; color:#9e2e2e; font-size:12px; }
#cmlex-subparts td a:hover { -ms-filter: brightness(110%);-webkit-filter: brightness(110%);-moz-filter: brightness(110%);-o-filter: brightness(110%);filter: brightness(110%); }
#cmlex-subparts td span { display:block; width:100%; text-decoration:underline; }
#cmlex-subparts td a:hover span { text-decoration:none; }

#cmlex-subparts li {float:left; margin: 0 10px 0 0;}
#cmlex-subparts li a { text-decoration:none;color: #777;font-size: 12px;border-bottom: 1px dotted #333333;}
#cmlex-subparts li a:hover {border-bottom:none;}

/* ########################################################################################## */
/*     Контент                                                                                */
/* ########################################################################################## */
#cmlex-one-content { width:100%; }
.content_site ul { list-style:disc; padding-left:25px;}
.content_site ol { list-style:decimal; padding-left:25px;}
.cmlex-one-cont-img { float:left; margin: 0 10px 5px 0;}
.cmlex-one-cont-a {float:left;}
.cmlex-one-cont-date { background-color:#323232; color:#FFF; float:left; margin:7px 10px 10px 0; font-size:10px; padding: 0 3px 1px 3px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius:2px; line-height: normal;}

/* ########################################################################################## */
/*     Список контента                                                                        */
/* ########################################################################################## */
#cmlex-more-content { margin-top:10px; width:100%; }
.cmlex-more-cont-item { clear:both; display:block; width:100%; padding:0 0 20px 0; }
.cmlex-more-cont-title { font-size:14px !important; }
.cmlex-more-cont-text { text-align: justify; }
.cmlex-more-cont-date { background-color:#323232; color:#FFF; float:left; margin:10px 10px 10px 0; font-size:10px; padding: 0 3px 1px 3px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius:2px; line-height: normal;}
.cmlex-more-cont-img { float:left; margin: 10px 10px 5px 0;}


/* ########################################################################################## */
/*     Галерея                                                                                */
/* ########################################################################################## */
#cmlex-gallery { width:100%; overflow:hidden; clear:both; }
.cmlex-gallery-img{ background-color:#FFF; border:1px solid #48453C; padding:3px; float:left; margin: 0 10px 5px 0; }

/* ########################################################################################## */
/*     Споилер                                                                                */
/* ########################################################################################## */
.cmlex_insert_spoiler { margin:0; overflow:hidden; height:20px; padding: 0; position:relative; }
.cmlex_insert_spoiler_bg { position:absolute; left:0; bottom:0; padding:0; height:20px; width:100%; background:#fff; }
.cmlex_insert_spoiler_bg span { position:absolute; background: url(/skin/images/read_more_box_bg.png) no-repeat 100% 3px; right:0;	top:0; color:#476491; font-family:Arial; text-decoration:none;  border-bottom:1px dotted #476491; cursor:pointer; font-size:13px; font-weight:normal; padding: 0 13px 0 0; line-height: 12px;}
.sp_off .cmlex_insert_spoiler_bg span {background-image: url(/skin/images/read_more_box_bg_relace.png)}
.cmlex_insert_spoiler_bg span:hover { color:#395174; }

/* ########################################################################################## */
/*     Всплывающее окно                                                                      */
/* ########################################################################################## */
.cmlex_insert_box_href{ cursor:pointer; }
.cmlex_insert_box_body{ width:800px; padding:40px 20px 0px 20px; }

/* ########################################################################################## */
/*     Хлебные крошки                                                                         */
/* ########################################################################################## */
#cmlex-path-parts{ display:block; overflow:hidden; min-height:24px; margin:0; clear:both; padding-top:19px; color:#999; }
#cmlex-path-parts li{ font-size:12px; float:left; height:24px; background:url(/skin/path.png) left center no-repeat; padding: 0 9px 0 10px; line-height:24px;}
#cmlex-path-parts li:first-child{ padding: 1px 3px 0 0; }
#cmlex-path-parts li a{ font-size:12px; color:#111; text-decoration:underline; line-height:22px; }
#cmlex-path-parts li a:hover{ text-decoration:none;}
#cmlex-path-parts li a#cmlex-path-home{ text-decoration:none; background: url(/skin/home.png) no-repeat 0 5px; padding:0; margin:0; width:18px; height:22px; display:inline-block}
#cmlex-path-parts li a#cmlex-path-home:hover{ text-decoration:none; opacity:0.7; }

/* ########################################################################################## */
/*     Разбивка на страницы                                                                   */
/* ########################################################################################## */
.cmLex-pageBar{ float:right; height:25px; font-size:12px; margin-top:8px; }
.cmLex-pageBar a {
  background:#DCE1E7; color:#333; text-decoration:none;
  text-align:center; padding: 3px 7px 3px 7px; margin: 2px; width:20px;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius:3px;}
.cmLex-pageBar a:hover {background:#323232; color:#fff;}
.cmLex-pageBar span {
  background: #294C69; color:#fff; font-weight: bold;
  text-align:center; padding: 3px 7px 3px 7px; margin: 2px; width:20px;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius:3px;}
.cmLex-pageBar span.pagenull {
  border: none; background:none; color:#555; font-weight: bold;
  text-align:center; padding: 3px 7px 3px 7px; margin: 2px; width:20px; }

  /* ########################################################################################## */
/*     Ф О Р М А   О Б Р А Т Н О Й  С Я В З И                                                 */
/* ########################################################################################## */
.PostMessage{ display:block; overflow:hidden;}
.PostMessage label { font-size:12px; line-height:30px; }
.PostMessage input, .PostMessage textarea{outline: 0; color:#333; border:1px solid #007BCE;box-shadow: inset 0 1px 3px #ddd; -webkit-transition: .2s linear border; -moz-transition: .2s linear border; -ms-transition: .2s linear border; -o-transition: .2s linear border; transition: .2s linear border;}
.PostMessage input{ width:70%; height:30px; border-radius:5px; float:right; padding: 0 10px 0 10px; margin:0 5px 0 20px; text-align:left;}
.PostMessage input.captcha-img{ width:auto; height:auto; background:#fff; padding:4px; }
.PostMessage input.captcha-input{ width:86px; height:32px; background:#fff; font-size:24px; color:#333; text-align:center;padding:4px; margin-left:16px;}
.PostMessage textarea{ width:70%; height:100px; border-radius:5px; float:right; padding: 10px; margin:0 5px 0 20px; resize: vertical;}
.PostMessage input.butSubmit {box-shadow:none; text-transform:uppercase; letter-spacing:1px;  background: #294C69; color:#fff; width:245px; height:35px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border:none; cursor:pointer; text-align:center; font-size:14px;}
.PostMessage input.butSubmit:hover { background-image: linear-gradient(transparent,rgba(0,0,0,.1) 40%,rgba(0,0,0,.1)); border:none;}
.PostMessage .form-row{ overflow:hidden; text-align:right; line-height:30px; padding:10px 0;}
.PostMessage .ravno { float:right; height:40px; line-height:40px; font-size:30px; color:#333; margin-left:10px; }

.PostMessage input:hover, .PostMessage textarea:hover{ border:1px solid #0C6392; }
.PostMessage input:focus, .PostMessage textarea:focus{ border:1px solid #129FEA; }
.PostMessage input.error, .PostMessage textarea.error{ border:2px solid #f00; }

/* ########################################################################################## */
/*     Поиск                                                                                */
/* ########################################################################################## */
#cmlex-mod-srh-text{ width:500px; font-weight:12px; color:#555; padding:3px 7px 3px 5px; }
#cmlex-mod-srh-submit { padding: 3px 10px 3px 10px; }
#cmlex-search-opt { padding:10px 0 20px 20px;}
#cmlex-search-opt label { color:#777; }
.cmlex-search-mod-part { font-weight:bold; font-size:13px; padding: 5px 0 10px 0; display: block; clear: both;}
#cmlex-search-mod-result ul li { clear:both; list-style:none; background:none; margin:10px 0;}
#cmlex-search-mod-result ul li img { padding: 0 0 10px 0; float:left; }
#cmlex-search-mod-result ul li span, #cmlex-search-mod-result ul li div { color:#999; font-size:12px; }
#cmlex-search-mod-error { padding: 50px 0 0 20px; font-size:16px; color:#700; }
#cmlex-search-mod-result ul li a { font-size:14px; }

#cmlex-search-mod-result ul li div.cmlex-srch-tovar-price { margin:0 0 5px 0; font-size:14px;  color:#900;  text-align:right;  font-weight:bold; white-space:nowrap; display:inline-block;}
#cmlex-search-mod-result ul li div.cmlex-srch-tovar-price span {font-weight:normal; color:#333; font-size:12px;}
#cmlex-search-mod-result ul li div.cmlex-srch-tovar-price-off { margin:0 0 5px 0; font-size:14px;  color:#999;  text-align:right;  font-weight:bold; white-space:nowrap; display:inline-block;}
#cmlex-search-mod-result ul li div.cmlex-srch-tovar-price-off span {font-weight:normal; color:#999; font-size:12px;}

.kolontit_up1 table a img { border-radius:5px; }
.kolontit_up1 table a img:hover { box-shadow:0 0 7px #9E9E9E; -webkit-filter: grayscale(70%);}

.brand_image { position:absolute; right:0; top:0; }

.tovar-info-right { background: #f2f2f2; padding: 10px 20px; border-radius: 4px; color: #5e6d74; font-size: 15px; line-height: 20px; width: 290px; }
.paramets_cart .tovar-info-right table { color: #5e6d74; font-size: 15px; line-height: 20px; }
.tovar-info-right p { padding: 3px 0px; }

#tovar-info-left { line-height:16px; font-size:15px; }
#tovar-info-left ul { margin:15px 0 0 0; padding:0; }
#tovar-info-left ul  li { margin:0; padding:8px 0 10px 22px; background:url(/skin/check.png) no-repeat 0 8px; }


::-webkit-input-placeholder {color:#333;}
::-moz-placeholder          {color:#333;}/* Firefox 19+ */
:-moz-placeholder           {color:#333;}/* Firefox 18- */
:-ms-input-placeholder      {color:#333;}


