body, table {
	font-family:Arial, Tahoma, "Trebuchet MS", Georgia, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#434a54;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color: #cc9500;
	text-decoration: underline;
}



div#container {
	width:100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
* html div#container {height: 100%;}

div#footer_guard {
	clear:both;
	height:453px;
}

footer {
	height:369px;
	margin-top:-369px;
	background:#464646;
}

div.main_indent {
	margin:0 auto;
	max-width:1159px;
	padding:0 10px;
}

.clear:after {
	content:"";
	display: block;
	overflow: hidden;
	height:0;
	clear: both;
}


img {
	max-width:100%;
	height:auto;
}




header div.top_line {
	height:55px;
	background:#6a6a65;
}

header div.top_line div.links {
	float:left;
	font:14px/50px Arial;
	padding-left:47px;
}

header div.top_line div.links a {
	display: inline-block;
	color:#acacac;
	margin-right:15px;
}

header div.top_line div.links a:hover {
	color:#cc9500;
}

header div.top_line div.links a.login {
	padding-left:12px;
	background:url(../img/login.png) no-repeat 0 0;
}

header div.top_line div.links a.registration {
	padding-left:12px;
	background:url(../img/registration.png) no-repeat 0 0;
}

header div.top_line div.links a.registration:hover,
header div.top_line div.links a.login:hover {
	background-position: 0 -55px;
}

header div.top_line div.search {
	float:right;
	max-width:248px;
	width:50%;
	padding-top:12px;
	position: relative;
}

header div.top_line div.search input[type=text]{
	width:100%;
	box-sizing:border-box;
	background:#a1a194;
	border:0;
	padding:0 25px 0 10px;
	height:27px;
	color:#fff;
	font:14px/27px Arial;
	border-radius: 10px;
}

header div.top_line div.search input[type=submit]{
	background:url(../img/search.png) no-repeat 50% 50%;
	width:27px;
	height:27px;
	padding:0;
	border:0;
	position: absolute;
	z-index: 1;
	top:12px;
	right:8px;
	cursor: pointer;
}

header div.top_line div.search input::-moz-placeholder { color: #6a6a65; }
header div.top_line div.search input::-webkit-input-placeholder { color: #6a6a65; }


header div.logo {
	float:left;
	max-width: 520px;
}

header div.logo img {
	display: block;
}

header div.phones_box {
	float:right;
	max-width:404px;
	padding-top:45px;
}

header div.phones_box div.phones {
	float:left;
	width:215px;
	text-align: right;
	color:#231f20;
	margin-right:25px;
	position: relative;
	min-height: 67px;
}

header div.phones_box div.phones span {
	font:25px/27px 'Roboto';
	font-weight: 300;
	display: block;
	white-space: nowrap;
}

header div.phones_box div.phones a.email {
	font:13px/16px 'Roboto';
	color:#2e87c3;
	display: inline-block;
	position: absolute;
	width:100%;
	right:0;
	bottom:0;
}

header div.phones_box img.boutte {
	float:right;
}

header nav.main_menu {
	border-radius:10px;
	overflow: hidden;
	position: relative;
	padding:9px 82px 0 0;

}

header nav.main_menu ul {
	width:100%;
	background:#969688;
	min-height:81px;
	border-radius:10px 0 0 10px;
}

header nav.main_menu ul li {
	float:left;
	width:16.66%;
	text-align: center;
	list-style: none;
	min-height:81px;
	font:bold 16px/81px 'Roboto';
	text-transform: uppercase;
	position: relative;
}

header nav.main_menu ul li:first-child {
	border-radius:10px 0 0 10px;
	overflow:hidden;
}

header nav.main_menu ul li a {
	display: block;
	color:#fff;
	display: block;
	text-decoration: none;
	border-left:1px solid  #999;
	border-right:1px solid #777;
}

header nav.main_menu ul li .have_subs {
	background-image:url(../img/have_subs.png);
	background-position:50% 52px;
	background-repeat: no-repeat;
}

header nav.main_menu ul li span.act,
header nav.main_menu ul li a.act,
header nav.main_menu ul li a:hover {
	display: block;
	text-decoration: none;
	background-color:#cc9500;
	color:#fff;
}

header nav.main_menu ul li span.tip {
	position: absolute;
	z-index: 1;
	top:-9px;
	right:1px;
	background:#cc9500;
	color:#fff;
	font:300 10px/19px 'Roboto';
	display: inline-block;
	padding:0 10px;
	border-radius: 4px;
}

header nav.main_menu a.basket {
	display: block;
	width:82px;
	height:81px;
	background:url(../img/basket.png) no-repeat 50% 50% #cc9500;
	position: absolute;
	z-index: 1;
	top:9px;
	right:0;
	border-radius: 0 10px 10px 0;
}

header nav.main_menu a.basket span {
	background:#464646;
	color:#fff;
	min-width:14px;
	height:24px;
	display: inline-block;
	border-radius: 24px;
	text-align: center;
	font:300 14px/24px 'Roboto';
	position: absolute;
	top:13px;
	right:11px;
	padding:0 5px;
}

header nav.main_menu a.gamburger {display: none;}

div.slider_index {
	min-height:395px;
	background:url(../img/slider_index.png) repeat-x 0 0 ;
	margin-bottom: 40px;
}

div.slider_index div.item {
	float:left;
	background:#eee;
	box-sizing:border-box;
	border-right:1px solid red;
}

div.slider_index div.owl-dots {
	position: absolute;
	z-index: 2;
	left:50%;
	margin-left:-160px;
	top:405px;
	width:320px;
	text-align: center;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	width:16px;
	height:16px;
	background:#a1a194;
	margin:0 5px;
	border-radius: 16px;
}

.owl-dot.active {
	background:#cc9500;
}

div.slider_index div.owl-item div.pic {
	height:395px;
	float:left;
	width:40%;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

div.slider_index div.owl-item div.pic.item_1 {
	background:url(../img/slider_1.png) no-repeat 100% 0;
}

div.slider_index div.owl-item div.caption {
	height:395px;
	float:right;
	width:60%;
	padding-top:50px;
	box-sizing:border-box;
}

div.slider_index div.owl-item div.caption div.title {
	font:79px/70px 'Comic Sans MS';
	color:#545452;
	margin-bottom:20px;
}

div.slider_index div.owl-item div.caption ul {
	margin-bottom:20px;
}

div.slider_index div.owl-item div.caption ul li {
	list-style: none;
	padding-left:45px;
	font:36px/45px 'Comic Sans MS';
	background:url(../img/caption_li.png) no-repeat 0 13px;
}

div.slider_index div.owl-item div.caption a.more {
	display: inline-block;
	color:#fff;
	background:#444444;
	border-radius: 10px;
	height:43px;
	padding:0 30px;
	font:14px/43px Arial;
	font-style:italic;
}


div.cat_subs div.item {
	float:left;
	width:25%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:35px;
	padding:0 7px;
	box-sizing:border-box;
}

div.cat_subs div.item a {
	text-decoration: none;
}

div.cat_subs div.item a:hover span.name {
	color:#cc9500;
}

div.cat_subs div.item span.name {
	display: block;
	min-height:48px;
	color:#545452;
	font:18px/20px 'Roboto';
}

div.cat_subs div.item span.price_from {
	color:#01a0c2;
	font:14px/16px 'Roboto';
}


div.content div.title_box {
	background:#a1a194;
	color:#353535;
	font:bold 24px/30px 'Roboto';
	border-radius: 10px 10px 0 0;
	padding:25px 30px;
	margin-bottom: 35px;
}

div.content div.title_box h1 {
	font:bold 24px/30px 'Roboto';
	margin-bottom: 0;
	color:#353535;
}

div.news_list.index {
	float: left;
	width:297px;
	margin-right:20px;
}

div.news_list.index div.item {
	margin-bottom:15px;
}

div.news_list.index div.item img {
	display: block;
	margin-bottom:15px;
}

div.news_list div.item div.date {
	font:300 14px/16px 'Roboto';
	color:#2e87c3;
}

div.news_list div.item a.title {
	font:16px/21px 'Roboto';
	display: block;
}

div.news_list a.more {
	font:300 14px/16px 'Roboto';
	color:#2e87c3;
}

div.video.index {
	float:left;
	width:381px;
}

div.video.index iframe {
	margin-bottom:20px;
}

div.video div.title {
	font:500 18px/22px 'Roboto';
}

div.text.index {
	float:right;
	width:430px;
	font:300 14px/21px 'Roboto';
}

div.text.index p {
	margin-bottom:21px;
}

div.text.index a.more {
	display: inline-block;
	color:#fff;
	background:#444444;
	border-radius: 10px;
	height:43px;
	padding:0 30px;
	font:14px/43px Arial;
	font-style:italic;
}

footer div.footer_1,
footer div.footer_2,
footer div.footer_3,
footer div.footer_4 {
	float:left;
	width:25%;
	color:#99998d;
	padding-top:58px;
	box-sizing:border-box;
	font:300 13px/20px 'Roboto';
	text-transform: uppercase;
}

footer div.footer_1 {
	padding-left:28px;
}

footer div.title {
	color:#bd9323;
	font:13px/30px 'Roboto';
	margin-bottom:20px;
}

footer div.footer_4 {min-height:330px;}

footer div.footer_4 img {margin-bottom: 5px;}

footer div.footer_4 p.mail {
	background:url(../img/mail.png) no-repeat 0 3px;
	padding-left:25px;
}

footer div.footer_4 p.phone {
	background:url(../img/phone.png) no-repeat 0 2px;
	padding-left:25px;
}

footer a {
	color:#99998d;
}

footer p {
	margin-bottom:20px;
}

footer ul li {
	list-style: none;
	margin-bottom:5px;
}

footer div.bottom {
	background:#383838;
	min-height:38px;
	font:300 12px/38px 'Roboto';
	color:#99998d;
}

footer div.bottom div.main_indent {
	position: relative;
}

footer div.bottom div.dev {
	float:right;
	width:25%;
}

footer div.bottom a.top {
	position: absolute;
	z-index: 1;
	top:5px;
	right:1px;
	background:url(../img/top.png) no-repeat 0 0;
	display: block;
	width:30px;
	height:30px;
}

div.m_spacer {display:none;}



div.content div.menu_cat {
	border:solid #969688;
	border-width:0 1px 1px 1px;
	border-radius:0 0 10px 10px;
	position: relative;
	margin:-10px 0 35px 0;
	padding-top:10px;
}

div.content div.menu_cat div.item {
	float:left;
	width:14.28%;
	text-align: center;
	font:12px/15px Arial;
	margin-bottom:15px;
	box-sizing:border-box;
	padding:12px 5px 0 5px;
}

div.content div.menu_cat div.item span {
	display: inline-block;
	height:30px;
	overflow: hidden;
}

div.content div.menu_cat div.item img {
	display:block;
	margin:5px auto 0 auto;
}

div.content div.menu_cat div.item a {
	display: block;
	color:#969688;
}

div.content div.menu_cat div.item a:hover {
	color:#000;
}

div.content div.bread_crumbs {
	font:12px/16px Arial;
	margin-bottom:20px;
	color:#000;
}

div.content h1 {
	color:#000;
	font:36px/40px Arial;
	margin-bottom:15px;
}

div.content div.cat_info {
	font:12px/16px Arial;
	color:#545452;
	margin-bottom:15px;
}

div.content div.cat_info div.order {
	float:right;
}

div.content div.cat_info div.order a.price {
	padding-right:20px;
	display: inline-block;
	background:url(../img/order_price.png) no-repeat 100% 50%;
	color:#27a7c6;
}

div.content div.catalog {
	overflow: hidden;
	width:100%;
}

div.content div.catalog div.ind {
	width:101%;
}

div.content div.catalog.table div.ind {
	width:100%;
}

div.content div.catalog div.item {
	float:left;
	width:25%;
	min-height:100px;
	border-right:2px solid #ececec;
	box-sizing:border-box;
	padding:0 7px;
	position: relative;
}

div.content div.catalog.table div.item {
	float:left;
	width:25%;
	min-height:100px;
	border-right:2px solid #ececec;
	box-sizing:border-box;
	padding:0 7px;
	position: relative;
}

div.content div.catalog div.item div.indent {
	border-bottom:2px solid #ececec;
	padding-bottom:20px;
}

div.content div.catalog div.item div.indent,
div.content div.catalog.rec div.item {
	border:0;
}

div.content div.catalog div.item a.title {
	display: block;
	font:21px/24px Arial;
	color:#000;
	margin-bottom:20px;
}

div.content div.catalog div.item a.title span.pic {
	display: table-cell;
	width:275px;
	height:180px;
	vertical-align: middle;
	text-align: center;
	margin-bottom:5px;
	overflow: hidden;
	background:#ccc;
}

div.content div.catalog div.item a.title:hover {
	color:#cc9500;
	text-decoration: underline;
}

div.content div.catalog div.item a.title span.title {
	display: inline-block;
	padding-left:15px;
	padding-top:5px;
	overflow: hidden;
	height:56px;
	font:14px/16px Arial;
	width:100%;
	box-sizing:border-box;
	position: relative;
}

div.content div.catalog div.item a.title span.sale {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top:15px;
	left:5px;
	width:79px;
	height:76px;
	background:url(../img/sale.png) no-repeat 0 0;
}

div.content div.catalog div.item a.title img {
	display: block;
	margin:0 auto;
	max-height:180px;
	width:auto;
}

div.content div.catalog div.item div.price {
	font:bold 18px/24px Arial;
	color:#000;
	padding-left:15px;
}

div.content div.catalog div.item div.price.sale {
	color:#cc0e00;
}

div.content div.catalog div.item div.price div.retail {
	font:14px/12px Arial;
	color:#444444;
}

div.content div.catalog div.item div.price span.price {
	display: inline-block;
	font:bold 30px/30px Arial;
}

div.content div.catalog div.item div.price button.basket,
div.content div.catalog div.item div.price a.basket {
	float:right;
	margin-right:20px;
	display: block;
    width: 60px;
    height: 60px;
    background: url(../img/basket.png) no-repeat 50% 50% #cc9500;
    border-radius: 10px;
    padding:0;
    border:0;
    cursor: pointer;
}

div.content div.pages {
	padding:10px;
	text-align: center;
	margin:20px 0;
}

div.content div.pages a {
	color:#2e87c3;
	font:300 14px/27px 'Roboto';
}

div.content div.pages a.num {
	display: inline-block;
	font:bold 14px/27px 'Roboto';
	margin:0 3px;
	min-width:27px;
}

div.content div.pages a.num.act {
	color:#fff;
	background:#464646;
	border-radius: 100%
}

div.content div.good {
	padding-top:20px;
	margin-bottom:50px;
}


div.content div.good div.info {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding:0 0 0 10px;
}

div.content div.good div.info div.article {
	font:24px/24px Arial;
	color:#434a54;
	margin:20px 0;
}

div.content div.good div.info div.price {
	padding:10px 0;
	font:bold 18px/24px Arial;
	color:#000;
}

div.content div.good div.info div.price.sale {
	color:#cc0e00;
}

div.content div.good div.info div.price span.big {
	font:bold 36px/24px Arial;
	color:#000;
}

div.content div.good div.info div.price.sale span.big {
	color:#cc0e00;
}

div.content div.good div.info div.price span.retail {
	font:bold 14px/24px Arial;
	color:#444444;
	display: inline-block;
	padding-left:10px;
}

div.content div.good div.info div.discount_info {
	border:2px dashed #cc9500;
	padding:15px;
	text-align: center;
	border-radius:10px;
	margin:25px 0;
	color:#cc9500;
	font:18px/24px Arial;
}

div.content div.good div.info div.basket {
	padding:10px 0;
}

div.content div.good div.info div.basket input[type=number] {
	display: inline-block;
	width:66px;
	height:26px;
	border:2px solid #ccc;
	font:16px/26px Arial;
	padding:0 5px;
	text-align:right;
	vertical-align: middle;
}

div.content div.good div.info div.basket a.basket,
div.content div.good div.info div.basket button.basket {
	display: inline-block;
	margin-left:20px;
    width: 60px;
    height: 60px;
    background: url(../img/basket.png) no-repeat 50% 50% #cc9500;
    border-radius: 10px;
    vertical-align: middle;
    border:0;
    cursor: pointer;
}

div.content div.good div.info div.basket button.now {
	display: inline-block;
	margin-left:20px;
    width: auto;
    height: 60px;
    background:#cc9500;
    border-radius: 10px;
    vertical-align: middle;
    border:0;
    cursor: pointer;
    font:16px/60px Arial;
    color:#fff;
    padding:0 10px;
}

div.content div.good div.info div.stock {
	padding-left:35px;
	margin:10px 0;
	font:14px/27px Arial;
	color:#444444;
	margin-bottom:30px;
}

div.content div.good div.info div.stock.yes {
	background:url(../img/stock_yes.png) no-repeat 0 50%;
}

div.content div.good div.info div.stock.no {
	background:url(../img/stock_no.png) no-repeat 0 50%;
}

div.content div.good div.info div.title {
	font:24px/24px Arial;
	text-transform: uppercase;
	margin-bottom:30px;
}

div.content div.good div.photo {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 10px 0 0;
	position: relative;
}

div.content div.good div.photo span.sale {
	display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 79px;
    height: 76px;
    background: url(../img/sale.png) no-repeat 0 0;
}

div.content div.good div.photo img.big_photo {
	display: block;
	margin-bottom:17px;
}

div.content div.good div.photo div.gallery {
	width:100%;
	overflow: hidden;
}

div.content div.good div.photo div.gallery div.ind {
	width:101%;
}

div.content div.good div.photo div.gallery div.ind img {
	float:left;
	border:2px solid #eee;
	margin-right:5px;
}

div.content div.good div.photo div.gallery div.ind a.act img {
	border-color:#ccc;
}


div.content img.picture {
	float:left;
	margin:2px 10px 5px 0;
}

div.content div.material p {
	margin-bottom:18px;
}


div.content div.tpl-block-pagination {
	text-align: center;
	padding:20px 10px;
}

div.content div.tpl-block-pagination span,
div.content div.tpl-block-pagination a {
	display: inline-block;
	margin:0 5px;
	font:14px/20px Arial;
}

div.content div.tpl-block-pagination span.act {
	background: #464646;
    color: #fff;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
}


div.content table.basket {
	width:100%;
	border-collapse: collapse;
}

div.content table.basket td {
	border:1px solid #ccc;
	padding:5px;
}

div.content table.basket td.c1 {
	width:100px;
}

div.content table.basket td.c3 {
	width:90px;
	text-align: right;
}

div.content table.basket td.c4 {
	width:80px;
	text-align: center;
}

div.content table.basket td.c5 {
	width:90px;
	text-align: right;
}

div.content table.basket td.c6 {
	width:90px;
	text-align: center;
}

div.content table.basket input[type=number] {
	width:50px;
}

div.content div.tpl-block-cart-discount {
	text-align:right;
	margin:10px 0;
}

div.content div.tpl-block-cart-totals {
	text-align:right;
	margin:10px 0;
}

div.content div.tpl-block-cart-info {
	text-align: center;
}

div.content div.tpl-block-cart-actions {
	text-align: center;
}

div.content button.tpl-link-cart-refresh {
	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:13px/26px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 10px;
	margin:10px 0;
	border:0;
	cursor: pointer;
}

div.content a.tpl-link-order-add {
	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:16px/35px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 10px;
	margin:15px 0;
}


div.content div.tpl-block-order-address,
div.content div.tpl-block-order-customer {
	margin:10px 0 20px 0;
}

div.content div.tpl-block-order-address label span.tpl-caption,
div.content div.tpl-block-order-customer label span.tpl-caption {
	display: block;
}

div.content h2 {
	font:18px/20px Arial;
	margin-bottom: 20px;
}

div.content div.tpl-block-order-address select,
div.content div.tpl-block-order-address input,
div.content div.tpl-block-order-customer input {
	margin-bottom: 10px;
	font:14px/28px Arial;
	border-radius:3px;
	width:100%;
	max-width:250px;
	box-sizing:border-box;
	padding:0 7px;
}

div.content div.tpl-block-order-payment,
div.content div.tpl-block-order-delivery {
	margin-bottom:15px;
	border:1px dashed #ccc;
	padding:10px;
	border-radius: 10px;
}

div.content div.tpl-block-order-payment-method,
div.content div.tpl-block-order-delivery-method {
	margin-bottom: 15px;
}

div.content div.tpl-block-order-actions button {
	display: inline-block;
    padding: 0 20px;
    text-align: center;
    font: 16px/35px Arial;
    background: #cc9500;
    color: #fff;
    border-radius: 10px;
    margin: 15px 0;
    border:0;
    cursor: pointer;
}




div.nc_search_form input[type=text] {
	margin-bottom: 10px;
	font:14px/28px Arial;
	border-radius:3px;
	width:100%;
	box-sizing:border-box;
	padding:0 80px 0 7px;
}

div.nc_search_form {position: relative;}

div.nc_search_form button[type=submit] {
	position: absolute;
	z-index: 1;
	top:3px;
	right:3px;

	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:13px/26px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 3px;
	border:0;
	cursor: pointer;
}

form.ss_form label {
	display: inline-block;
	min-width:100px;
	margin-right:10px;
}

form.ss_form input[type=text],
form.ss_form input[type=password],
form.ss_form input[type=number] {
	margin-bottom: 10px;
	font:14px/28px Arial;
	border-radius:3px;
	min-width:150px;
	max-width:250px;
	box-sizing:border-box;
	padding:0 7px;
}

form.ss_form button[type=submit],
form.ss_form input[type=submit] {
	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:13px/26px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 3px;
	border:0;
	cursor: pointer;
}

div.content div.sub_menu {
	padding:15px 0;
	margin-bottom:20px;
}

div.content div.sub_menu ul {
	padding-left:0;
}

div.content div.sub_menu li {
	display: inline-block;
	list-style: none;
	margin:0 5px 5px 0;
}

div.content div.sub_menu a {
	color:#27a7c6;
	display: inline-block;
	border:1px solid #ccc;
	padding:0 10px;
	border-radius:5px;
}

div.content div.sub_menu span.act {
	color:#000;
	display: inline-block;
	border:1px solid #ccc;
	padding:0 10px;
	border-radius:5px;
}

div.content ul {
	padding-left:25px;
	margin-bottom:15px;
}

div.content p {
	margin-bottom:10px;
}

div.content div.catalog div.cat_search {
	padding: 20px 10px 5px 10px;
	border:1px dashed #ccc;
	margin-bottom:20px;
}

div.content div.catalog div.cat_search div.itm {
	margin-bottom: 10px;
}

div.content div.catalog div.cat_search div.itm label {
	font:16px/20px Arial;
}

div.content div.catalog div.cat_search div.itm input[type=number] {
	font:14px/28px Arial;
	border-radius:3px;
	width:80px;
	box-sizing:border-box;
	padding:0 7px;
}

div.content div.catalog div.cat_search div.itm button[type=submit],
div.content div.catalog div.cat_search div.itm input[type=submit] {
	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:13px/26px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 3px;
	border:0;
	cursor: pointer;
}



.nc_auth_login_check, .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none;}
.nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none;}
#nc_auth_pass1_security { margin-left: 15px; display: none;}
#nc_auth_login_ok, #nc_auth_pass2_ok { color: #088A08; }
#nc_auth_login_fail, #nc_auth_pass2_fail { color: #FF0000;}
#nc_auth_pass1_s1 { color: #FF0000; }
#nc_auth_pass1_s2 { color: #ddcc11; }
#nc_auth_pass1_s3 { color: #8cd750; }
#nc_auth_pass1_s4 { color: #088A08; }
#nc_auth_pass1_empty, #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }



div.content p.error {
	color:red;
	padding:10px 0;
}


div.calc form.ss_form label {
	display: inline-block;
	min-width:100px;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
	text-align:right;
}

div.calc form.ss_form input {
	background:#eee;
}

div.calc form.ss_form input.res {
	background:#333;
	color:#fff;
}

div.calc form.ss_form select {
	min-width:164px;
	height:32px;
	margin-bottom: 10px;
	background:#eee;
}

div.calc form.ss_form a.show_goods {
	display: inline-block;
	padding:0 20px;
	text-align: center;
	font:13px/26px Arial;
	background:#cc9500;
	color:#fff;
	border-radius: 3px;
	border:0;
	cursor: pointer;
}


table.ajax_table {
	width:100%;
}

table.ajax_table td {
	padding:5px 7px;
	border-bottom: 1px solid #ccc;
}

table.ajax_table td.ctr {
	text-align:center;
}

table.ajax_table td.rgt {
	text-align:right;
}

table.ajax_table td span.pic {
	background:#eee;
	display:block;
	width:76px;
	height:50px;
}

