<!DOCTYPE html>
<html>
<body><p>﻿@font-face {
	font-family: "Exo 2";
	src: url("../fonts/exo2/Exo2.0-Regular.eot");
	src: url("../fonts/exo2/Exo2.0-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/exo2/Exo2.0-Regular.woff") format("woff"),
	url("../fonts/exo2/Exo2.0-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot");
	src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
	url("../fonts/icomoon/icomoon.woff") format("woff"),
	url("../fonts/icomoon/icomoon.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


/* General Style */
* {
	outline: none;
}
html, body, div, span, a,
h1, h2, h3, h4, h5, h6,
p, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label, input, textarea,
table, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: -1;
	margin: 0;
}
body {
	background: #232323 url(/assets/Aqua/img/pattern.jpg) repeat;
	font: 100% 'Exo 2',sans-serif;
	font-size: 14px;
	color: #383838;
}
html, body {
	height: 100%;
}
a {
	text-decoration: none;
	color: #1B1B1B;
}
a:hover {

}
a img, img {
	max-width: 100%;
	border: 0;
}

ul, li, dl, dt, dd {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
p {
	margin: 10px 0;
}
hr {
	background: #535353;
	color: #535353;
	border: none;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 100;
	font-size: 100%;
}

/* Position */
.lcol {
	float: left !important;
}
.rcol {
	float: right !important;
}
.lpsn {
	left: 0 !important;
}
.rpsn {
	right: 0 !important;
}
.center {
	text-align: center !important;
}
.hidden, textarea {
	overflow: hidden;
}
.none {
	display: none;
}
.clear {
	overflow: hidden;
	width: 100%;
	clear: both;
	height: 0;
}
.clear_table {
	border-collapse: collapse;
	padding: 0;
	border: 0;
	margin: 0;
}
.wrap {
	max-width: 1000px;
	margin: auto;
}
#main {
	min-height: 100%;
	width: 1194px;
	margin: auto;
}
* html #main {
	height: 100%;
}

/* Header */
#header {
	height: 180px;
	background-color: #fff;
}
/* Top Menu */
#header #t-nav {
	background-color: #1B1B1B;
	height: 40px;
	padding: 0 18px;
	text-transform: uppercase;
	font-size: 12px;
}

#header #t-nav li {
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
}
#header #t-nav li:last-child {
	margin-right: 0;
}
#header #t-nav li a {
	height: 40px;
	display: block;
}
#header #t-nav li:hover a {
	color: #ffca18;
	text-decoration: underline;
}
#header #t-nav .basket {
	background: url(/assets/Aqua/img/basket.png) no-repeat 0 50%;
	padding-left: 24px;
}

/* Header */
#header #b-cat {
	background-color: #1B1B1B;
	height: 40px;
	padding: 0 12px;
	position: relative;
	font-size: 12px;
}
#header #b-cat .curensy {
	margin-top: 11px;
	margin-right: 3px;
	color: #fff;
}
#header #b-cat li {
	float: left;
	margin-top: 5px;
    margin-left: 6px;
    text-transform: uppercase;
}
#header #b-cat li:nth-child(1) {
	background-color: #ffca18;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-family: 'icomoon',sans-serif;
	font-size: 14px;
    margin-left: 0px;
}
#header #l-home a {
	color: #1B1B1B;
}
#header #b-cat li a {
	display: block;
	padding: 8px 12px 8px 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#header #b-cat li:hover a {
	background-color: #ffca18;
	color: #1B1B1B;
}
#header ul li {
	float: left;
}
#header ul li a {
	color: #fff;
}

#header #m-nav {
	height: 100px;
}
#header #m-nav .h-logo,
#garant-logo {
	background: url(/assets/Aqua/img/logo.png) no-repeat 0 0;
	width: 199px;
	height: 72px;
	float: left;
	margin-top: 10px; /*13px*/
	margin-left: 16px;
	margin-right: 12px;
}
#header #m-nav .h-logo a {
	width: 199px;
	height: 72px;
	display: block;
}

/* Advantage */
#advantage {
	height: 37px;
	float: right;
	overflow: hidden;
	margin: 33px 0 0;
}
#advantage li {
	background: url(/assets/Aqua/img/advantage-bg.png) no-repeat;
	margin-right: 65px;
	padding-left: 47px;
	height: 37px;
	float: left;
	text-transform: uppercase;
	color: #1B1B1B;
	list-style: none;
}

#header #advantage li a {
	color: #1B1B1B;
	font-size: 11px;
}
#advantage li a span {
	display: block;
	color: #101010;
	font-size: 12px;
}
#header #advantage li:hover a {
	color: #ffca18;
}

#header #advantage li:hover span {
	color: #ffca18;
}
#advantage li.review {
	background-position: 0 0;
}
#advantage li.guarant {
	background-position: 0 -37px;
}
#advantage li.test {
	background-position: 0 -74px;
}
#advantage li.faq {
	background-position: 0 -111px;
}
#advantage li.stock {
	background-position: 0 -148px;
}

/* Header Search */
.header-search {
    position: absolute;
    background-color: #fff;
    right: 12px;
    top: 6px;
    width: 188px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 12px;
    height: 28px;
}
.header-search .submit {
	width:25px;
	height:26px;
	float:right;
	background:url(/assets/Aqua/img/header-search.png) 0 0 no-repeat;
	border:0;}
.header-search .submit:hover {
	opacity:.7;
}
.header-search input[type="text"] {
	float:left;
	height:22px;
	width:140px;
	font-size: 12px;
	color:#9a9a9a;
	background:none;
	border:0;
	margin-top: 3px;
}

/* Content */
#middle {
	float: left;
	padding: 12px;
	width: 1194px;
	background-color: #fff;
}
#side-left {
	float: left;
	width: 188px;
}
#side-right {
	width: 188px;
	float: right;
}
#side-center {
	margin: auto;
    overflow: hidden;
    padding: 0 12px;
}
.block {
	width: 188px;
	margin-bottom: 12px;
	display: block;
}
.block .top {
	background: url(/assets/Aqua/img/b-nav.png) no-repeat 0 0;
	width: 188px;
	height: 33px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	padding-left: 28px;
	padding-top: 9px;
	text-transform: uppercase;
}
.block .cont {
	width: 188px;
}
#side-left .block .top {
	background-position: 0 0;
	margin-left: 0px;
}
#side-right .block .top {
}
#side-left .block .cont {
	margin: 8px 0 0;
	font-size: 12px;
}

#side-right .block .cont {
	margin: 8px 0 0;
	font-size: 12px;
}

/* Разделы магазина */
.b-nav li a {
	background: url(/assets/Aqua/img/b-nav.png) no-repeat 0 -33px;
	padding-left: 18px;
	height: 21px;
	line-height: 21px;
	display: block;
	color: #1B1B1B;
}
.b-nav li:hover a {
	background-position: 0 -54px;
	color: #fff;
}

/* Сейчас покупают */
.b-poster {
	width: 188px;
	height: 128px;/*108*/
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1B1B1B;
}
.b-poster:last-child {
	margin-bottom: 0;
}
.b-poster .coast,
.b-poster .sale,
.b-poster .trader,
.b-poster .title {
	position: absolute;
	z-index: 100;
	color: #fff;
}
.b-poster .coast {
	background-color: #fff;
	color: #1B1B1B;
	font-size: 12px;
	top: 0;
	padding: 6px 12px 6px 10px;
	margin: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}

.b-poster .coast a:hover {
	color: #ffca18;
}

.b-poster .coast i {
	font-style: normal;
	font-size: 10px;
	position: relative;
	top: -4px;
	left: 2px;
}
.b-poster .sale {
	background-color: #24b245;
	right: 0;
	bottom: 25px;
	padding: 4px 8px;
}
.b-poster .title {
	background-color: #1B1B1B;
	bottom: 0;
	height: 32px;/*20*/
	width: 188px;
}

.b-poster .title p {
	background-color: #1B1B1B;
	bottom: 0;
	height: 32px;/*20*/
	width: 188px;/*170*/
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 15px;/*20*/
	text-align: center;
	font-size: 11px;
	/*padding: 0 6px;*/
	margin: 0;
}

/* Контакты */
#b-usercard {
	margin-left: 8px;
}

#b-usercard,
#b-usercard a,
.response-cont,
.publication {
	color: #383838;
}

#b-usercard #uname,
#b-usercard .icq,
#b-usercard a,
#b-usercard #timeout,
#payment li a {
	display: block;
}
#b-usercard #uname {
	margin-bottom: 7px;
}
#b-usercard a,
#b-usercard .icq,
#payment li a {
	padding-left: 20px;
	background: url(/assets/Aqua/img/b-icn.png) no-repeat 0 0;
	height: 22px;
	line-height: 22px;
}
#b-usercard a:hover,
#b-usercard .icq:hover {
	text-decoration: underline;
}
#b-usercard a.skype {
	background-position: 0px 5px;
}
#b-usercard a.mail {
	background-position: 0px -17px;
}
#b-usercard .icq {
	background-position: 0px -39px;
}
#b-usercard #timeout {
	margin-top: 7px;
	margin-bottom: 15px;
}
#b-usercard #timeout em {
	font-style: normal;
	color: #e91d1f;
}

/* Топ продаж */
.topsale {
	font-size: 12px;
    margin-top: 8px;
    margin-left: 6px;
}
.topsale li {
	padding-left: 16px;
	margin-bottom: 5px;
	height: 16px;
	line-height: 16px;
	background: url(/assets/Aqua/img/topsale.png) no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
	overflow: hidden;
}
.topsale li:nth-of-type(1) {
	background-position: 0 0px;
}
.topsale li:nth-of-type(2) {
	background-position: 0 -20px;
}
.topsale li:nth-of-type(3) {
	background-position: 0 -40px;
}
.topsale li:nth-of-type(4) {
	background-position: 0 -60px;
}
.topsale li:nth-of-type(5) {
	background-position: 0 -80px;
}
.topsale li:nth-of-type(6) {
	background-position: 0 -100px;
}
.topsale li:nth-of-type(7) {
	background-position: 0 -120px;
}
.topsale li:nth-of-type(8) {
	background-position: 0 -140px;
}
.topsale li:nth-of-type(9) {
	background-position: 0 -160px;
}
.topsale li a {
	color: #1B1B1B;
}

/* Акции */
#side-right .block .coast {
	background-color: #b4d432;
}

/* Способы оплаты */
#payment li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 7px;
	padding-top: 7px;
}
#payment li a {
	padding-left: 17px;
	height: auto;
	line-height: 16px;
}
#payment li .b-wm {
	background-position: 0px -64px;
}
#payment li .b-yd {
	background-position: 0px -86px;
}
#payment li .b-qw {
	background-position: 0px -108px;
}
#payment li .b-tl {
	background-position: 0px -130px;
}
#payment li span {
	font-size: 11px;
	color: #7f7f7f;
	line-height: 1.2;
}
.all-pay {
	font-size: 10px;
	color: #1B1B1B;
	text-decoration: underline;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}
.all-pay:hover {
	text-decoration: none;
}

/* #side-center */
#side-center .b-poster {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.b-poster a:hover img {
	opacity:.3;
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#side-center .b-poster:nth-child(4n) {
	margin-right: 0px;
}

.items {
	display: block;
	width: 770px;
	overflow: hidden;
}

.b-poster .trader {
	float: right;
	background-color: #ffca18;
	color: #1B1B1B;
	font-size: 12px;
	top: 0;
	padding: 6px 8px 6px 10px;
	margin: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 115px;
    overflow: hidden;
}

.b-poster .trader a:hover {
	color: #fff;
}

/* Footer */
#footer {
	overflow: hidden;
	height: 55px;
	width: 1194px;
	margin: auto;
	background-color: #1B1B1B;
}

#footer #copy {
	width: 212px;
	height: 55px;
	display: block;
	background-color: #ffca18;
	text-align: center;
	padding-top: 20px;
    text-transform: uppercase;
    float: left;
}
.footer_menu {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
}

.footer_menu a {
    color: #fff;
    text-transform: uppercase;
}

.footer_menu a.active,.footer_menu a:active,.footer_menu a:hover {
    color: #ffca18;
    border-bottom: 1px solid #ffca18;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu ul li {
    padding: 0 2em 0 0;
    margin: 0;
    font-size: 13px;
    float: left;
}

.footer_menu ul li:last-child {
    padding: 0;
}

/* Счетчик посещений */
.counter {
    float: right;
    padding: 0;
    width: auto;
    padding-top: 12px;
    padding-right: 12px;
}

.counter img {
	padding-right: 12px;
	opacity: .5;
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.counter img:last-child {
	padding-right: 0px;
}

.counter:hover img {
	opacity: 1;
}

/* Digiseller Icons*/
.icon-top {
	position: absolute;
	/*bottom: 0;*/
	bottom: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    right: 3px;
	background: #ffca18 url(/assets/Aqua/img/icon/top.png) no-repeat 7px 5px;
	width: 24px;
	height: 20px;
	z-index: 999;
}
.icon-sale {
	position: absolute;
	/*bottom: 0;*/
	bottom: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    right: 3px;
	background: #ffca18 url(/assets/Aqua/img/icon/sale.png) no-repeat 7px 5px;
	width: 24px;
	height: 20px;
	z-index: 999;
}
.icon-new {
	position: absolute;
	/*bottom: 0;*/
	bottom: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    right: 3px;
	background: #ffca18 url(/assets/Aqua/img/icon/new.png) no-repeat 7px 5px;
	width: 24px;
	height: 20px;
	z-index: 999;
}

/* Выбор валюты */
#header #t-nav .currency {
    background: url(/assets/Aqua/img/currency.png) no-repeat 0 50%;
    padding-left: 24px;
}

#header #t-nav .currency ul {
	padding: 6px;
}

#header #t-nav .currency ul li {
	height: 20px;
	line-height: 10px;
}

#header #t-nav .currency ul li a {
	color: #fff;
	text-decoration: none;
	height: 0px;
	margin: 6px;
}

#header #t-nav .currency a:hover {
	color: #ffca18;
	text-decoration: underline;
}

ul#t-nav li {
	height: 20px;
	line-height: 20px;
	position: relative;
}
ul#t-nav,
ul.dropdown-inside {
	list-style-type: none;
	padding: 0;
}
ul.dropdown-inside {
	position: absolute;
	left: -9999px;
}
ul#t-nav li.dropdown-top {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
}
ul#t-nav li.dropdown-top a {
	display: block;
}
ul#t-nav li.dropdown-top:hover .dropdown-inside {
	display: block;
	left: 0;
}
ul#t-nav .dropdown-inside {
	background: #1B1B1B;
}
ul#t-nav .dropdown-inside a:hover {
	background: #1B1B1B;
}

/* Paginator */
#paginator {
	clear:both;
	display: block;
	overflow: hidden;
	text-align:center;
}
#paginator li,
#paginator li a {
	display:inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin-right: 2px;
	border-radius: 2px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #FFEAA4;
	padding: 0 10px;
}
#paginator li a {
	margin-right: 0;
	padding: 0;
}
#paginator li.cur,
#paginator li:hover,
#paginator li:hover a {
	background-color: #ffca18;
	color: #fff;
}

/* Заголовки */
.b-top {
	width: 770px;
	height: 33px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	padding-top: 9px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 6px;
	position: relative;
}

.black {
	background-color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.yellow {
	background-color: #ffca18;
	color: #1B1B1B;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* Страница категории */
.sort {
	padding-top: 7px;
	background-color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#sorting {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.name-cat {
	float: left;
	margin-left: 12px;
	margin-top: 2px;
}
.sort-sel {
	float: right;
	margin-right: 6px;
}

/* О магазине */
.publication {
	word-wrap: break-word;
    padding: 6px;
    display: block;
    overflow: hidden;
}

.publication p {
	margin: 6px 0;
	text-indent: 25px;
	line-height: 18px;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}

/* Страница товара */
.item-view {
    height: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1B1B1B;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
}
.item-view .poster {
    width: 385px;
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
}
.item-view .poster .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url(/assets/Aqua/img/poster-bg.png) 0 0 no-repeat;
}
.item-view .poster .title {
    position: absolute;
    background-color: #ffca18;
    color: #1B1B1B;
    margin: 4px;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 6px 10px;
    font-size: 12px;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.item-view .item-sub {
    width: 200px;
    float: left;
    margin-top: 25px;
}
.item-view .item-sub li {
    margin-top: 8px;
    padding-left: 12px;
    padding-bottom: 8px;
    line-height: 1;
    background: url(/assets/Aqua/img/item-type.png) no-repeat 0 bottom;
}
.item-view .item-sub li:last-child {
    background: 0;
}

.item-order {
    background: url(/assets/Aqua/img/good.png) no-repeat 0 40%;
    padding-left: 16px;
    color: #fff;
    display: block;
    font-size: 10px;
}
.item-view .item-detail {
    width: 138px;
    float: left;
    margin-top: 35px;
    margin-left: 20px;
}
.item-view .item-detail .price {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.item-view .item-detail .price span {
    font-style: normal;
    font-size: 14px;
    position: relative;
    top: -14px;
    left: 6px;
}

.item-view .item-sub .good {
	color: #b4d432;
}
.item-view .item-sub .bad {
	color: #d43232;
}

.item-view .poster .title a {
	font-weight: bold;
}
.item-view .poster .title a:hover {
	color: #fff;
}

.item-view .item-detail .buying {
    margin-top: 32px;
}
.buying {
    background: #ffca18 url(/assets/Aqua/img/buying-norm.png) no-repeat 85% 50%!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 35px;
    width: 124px;
    margin: auto;
    display: block;
    color: #1B1B1B;
    font-size: 14px;
    overflow: hidden;
    border:0;
    padding-right: 50px;
    cursor: pointer;
}
.buying:hover{background:#ffd958 url(/assets/Aqua/img/buying-h.png) no-repeat 85% 50%!important;}
.buying b {
    display: block;
    width: 60px;
    margin-top: 8px;
    font-weight: normal;
    margin-left: 18px;
}

/* Tabs */
.tab-nav {
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1B1B1B;
	display: block;
	overflow: hidden;
}
.tab-nav li {
	float: left;
	height: 30px;
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
	width: 50%;
	font-size: 12px;
	text-align: center;
}
.tab-nav li:hover {
	background-color: #353535;
}
.tab-nav li.cur {
	background-color: #ffca18;
}
.tab-box {
	display: none;
	font-size: 12px;
}
.tab-box.cur {
	padding: 0 6px 0 6px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
	position: relative;
	display: block;
}

hr {
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
}


.tab-nav2 {
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1B1B1B;
	display: block;
	overflow: hidden;
}
.tab-nav2 li {
	float: left;
	height: 30px;
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
	width: 50%;
	font-size: 12px;
	text-align: center;
}
.tab-nav2 li:hover {
	background-color: #353535;
}
.tab-nav2 li.cur {
	background-color: #ffca18;
}
.tab-box2 {
	display: none;
	font-size: 12px;
}
.tab-box2.cur {
	padding-top: 6px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
	position: relative;
	display: block;
}

/* Отзывы к товару */
.response-loop {
	position:relative;
	overflow:hidden;
	margin-bottom:12px;
}
.response-cont {
	background:#dbdbdb;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	color:#1B1B1B;
}
.response-arrow {
	background:url(/assets/Aqua/img/response-arrow.png) no-repeat;
	width:9px;
	height:6px;
	display:block;
	margin-left:20px;
	margin-bottom:5px;
}
.good-text {
	background:#e8f2c1;
}
.good-arrow {
	background:url(/assets/Aqua/img/response-arrow-good.png) no-repeat;
}
.bad-text {
	background:#f2c1c1;
}
.bad-arrow {
	background:url(/assets/Aqua/img/response-arrow-bad.png) no-repeat;
}
.bad-text hr {
	color: #f19090;
    background-color: #f19090;
}
.bad-text p {
    background-color: #fff;
    padding: 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin: 0;
}
.bad-text p a:hover {
    color: #ffca18;
}

.b-nav li ul {
	margin: 3px 5px 8px 11px;
	padding: 0 0 2px;
}
.b-nav .opened_nav li a {
	background: url(/assets/Aqua/img/dot-arrow.png) no-repeat;
	color: #1B1B1B;
	margin: -5px 0 0;
	padding: 0 0 0 27px;
	line-height: 34px;
}

.b-nav .opened_nav li a:hover {
	color: #ffca18;
}

/* Блок Способы оплаты */
.payment {
	background: url(/assets/Aqua/img/pay.png) no-repeat;
	width: 188px;
	height: 154px;
}

/* Блок Партнеры */
.part {
	text-align: center;
}
.part a {
	text-align: center;
}

/* Партнерская программа */
.buy-process {
	background:url(/assets/Aqua/img/balls/balls-bg.png) repeat-y 1px top;
	margin-top:20px;
}
.buy-process h3 {
	padding-left:62px;
	line-height:37px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	margin-top:40px;
	display: block;
}
.buy-process p {
	padding-left:62px;
	text-indent: 0px;
}
.buy-process img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    overflow: hidden;
    margin: auto;
}
.buy-process a {
	text-decoration: underline;
}
.buy-process .black-point {
	background:url(/assets/Aqua/img/balls/black-point.png) no-repeat left top;
}
.buy-process .step-s1 {
	background:url(/assets/Aqua/img/balls/seller/step-s1.png) no-repeat 0 0;
}
.buy-process .step-s2 {
	background:url(/assets/Aqua/img/balls/seller/step-s2.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-s3 {
	background:url(/assets/Aqua/img/balls/seller/step-s3.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-s4 {
	background:url(/assets/Aqua/img/balls/seller/step-s4.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-s5 {
	background:url(/assets/Aqua/img/balls/seller/step-s5.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-s6 {
	background:url(/assets/Aqua/img/balls/seller/step-s6.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-s7 {
	background:url(/assets/Aqua/img/balls/seller/step-s7.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .black-point.last {
	height:37px;
	margin-bottom: 40px;
}

.buy-process .step-p1 {
	background:url(/assets/Aqua/img/balls/partner/step-p1.png) no-repeat 0 0;
}
.buy-process .step-p2 {
	background:url(/assets/Aqua/img/balls/partner/step-p2.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-p3 {
	background:url(/assets/Aqua/img/balls/partner/step-p3.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-p4 {
	background:url(/assets/Aqua/img/balls/partner/step-p4.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-p5 {
	background:url(/assets/Aqua/img/balls/partner/step-p5.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-p6 {
	background:url(/assets/Aqua/img/balls/partner/step-p6.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-p7 {
	background:url(/assets/Aqua/img/balls/partner/step-p7.png) no-repeat 0 0;
	padding-left:65px;
}

.buy-process .step-w1 {
	background:url(/assets/Aqua/img/balls/warranty/step-w1.png) no-repeat 0 0;
}
.buy-process .step-w2 {
	background:url(/assets/Aqua/img/balls/warranty/step-w2.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-w3 {
	background:url(/assets/Aqua/img/balls/warranty/step-w3.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-w4 {
	background:url(/assets/Aqua/img/balls/warranty/step-w4.png) no-repeat 0 0;
	padding-left:65px;
}

.buy-process .step-d1 {
	background:url(/assets/Aqua/img/balls/delivery/step-d1.png) no-repeat 0 0;
}
.buy-process .step-d2 {
	background:url(/assets/Aqua/img/balls/delivery/step-d2.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-d3 {
	background:url(/assets/Aqua/img/balls/delivery/step-d3.png) no-repeat 0 0;
	padding-left:65px;
}

.buy-process .step-h1 {
	background:url(/assets/Aqua/img/balls/howbuy/step-h1.png) no-repeat 0 0;
}
.buy-process .step-h2 {
	background:url(/assets/Aqua/img/balls/howbuy/step-h2.png) no-repeat 0 0;
	padding-left:65px;
}
.buy-process .step-h3 {
	background:url(/assets/Aqua/img/balls/howbuy/step-h3.png) no-repeat 0 0;
	padding-left:65px;
}

/* Страница Отзывов */
.rew-poster {
	background: url(/assets/Aqua/img/rew-poster.png) no-repeat;
    float: left;
    width: 93px;
    height: 80px;
    margin: 5px 0 0 5px;
}
.rew-text {
	margin: 0px 0 10px 0;
}

/* Страница Контактов */
.list_contacts {
	display:block;
	padding:30px 0 0 0;
	text-align: center;
}
.list_contacts ul {
}
.list_contacts ul li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0 30px 0 30px;
}
.list_contacts ul li a {
	display:block;
	text-decoration:none;
}
.list_contacts ul li a .ico {
	display:block;
	width:185px;
	height:65px;
	text-align:center;
	margin-bottom:15px;
}
.list_contacts ul li a .ico.first_line {
	height:55px;
}
.list_contacts ul li a .name {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#1B1B1B;
}
.list_contacts ul li a:hover .name {
	color:#ffca18;
}

/* button */
.button-rew {
	background-color: #1b1b1b;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 8px;
}

.rew-all {
	padding: 10px;
    background-color: #EAEAEA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
}

/* Товары не найдены */
.well {
	padding: 10px;
    background-color: #EAEAEA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.well p {
	margin: 0px;
	text-align: center;
}
.mins {
    background: url(/assets/Aqua/img/mins.png) no-repeat;
    width: 200px;
    height: 178px;
    margin: auto;
    margin-bottom: 10px;
}

.attention {
	padding: 10px;
    background-color: #f6f5de;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.delivery {
	padding: 10px;
    background-color: #e9eed9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* Страница продавца */
.b-top span {
	color: #ffca18;
	text-transform: none;
}

.merchant-information-wrapper {
	overflow: hidden;
}

div.merchant-information {
	position: relative;
	float: left;
	width: 770px;
	min-height: 75px;
	padding: 10px;
	background-color: #EAEAEA;
	border-radius: 5px;
}

div.merchant-raiting {
	width: 200px;
	margin-top: -37px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 50%;
}

	div.merchant-raiting ul {
		margin: 5px 0 0 0;
		/*font-size: 11px;*/
		color: #000;
	}

		div.merchant-raiting ul li {
			display: block;
			height: 16px;
			margin-top: 1px;
			line-height: 16px;
			overflow: hidden;
		}

		div.merchant-raiting ul li:first-child {
			margin-top: 0;
		}

		div.merchant-raiting ul img {
			margin-bottom: -4px;
			position: relative;
			top: 0px;
		}

		div.merchant-raiting ul b {
			font-weight: bold;
		}

			div.merchant-raiting ul li i {
				display: inline-block;
				width: 12px;
				height: 12px;
				line-height: 13px;
				font-weight: bold;
				font-size: 13px;
				text-align: center;
				color: #fff;
				background-color: #1977b8;
				position: relative;		
                top: 1px;		
				border-radius: 50%;
				cursor: pointer;
				overflow: hidden;                
			}

div.merchant-contacts {
	float: right;
	width: 530px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

	div.merchant-contacts table {
		width: 400px;
	}

		div.merchant-contacts table th,
		div.merchant-contacts table td {
			padding: 3px 0;
			vertical-align: middle;
			text-align: right;
			white-space: nowrap;
		}

		div.merchant-contacts table td {
			width: 100%;
			padding-left: 5px;
			text-align: left;
		}

	div.merchant-contacts table img {
		vertical-align: middle;
	}

div.merchant-statistic {
	float: left;
	width: 576px;
	margin-top: 6px;
}

div.merchant-statistic ul {
	margin-bottom: 13px;
}

	div.merchant-statistic ul li {
		float: left;
		width: 37px;
		height: 32px;
		margin-left: 10px;
	}

	div.merchant-statistic ul li:first-child {
		margin-left: 0;
	}

	div.merchant-statistic h2 {
		margin-top: 0;
		margin-bottom: 3px;
		font-size: 14px;
	}

	div.merchant-statistic ul + h2 {
		marign-top: 5px;
	}

	div.merchant-statistic ol {
		margin: 6px;
		line-height: 150%;
	}

#side-right .block .b-poster a:hover {
	color: #fff;
}</p></body>
</html>