/* Рейтинг */
div.product-rating {
	width: 145px;
	height: 25px;
	background: url("/images/system/rating-empty-bg.png") no-repeat;
	margin-bottom: 20px;
	display: inline-block;
}
div.product-rating .pr-current {
	width: 0%;
	height: 25px;
	background: url("/images/system/rating-full-bg.png") no-repeat;
}
/* Рейтинг */


/* Фото товара */
.product-photos {
	float: left;
}
.product-photos a {
	display: block;
	border: 1px solid #e4e4e4;
	float: left;
	border-radius: 5px;
}
.product-photos img {
	border-radius: 10px;
	border: 5px solid #fff;
}
.product-photos .pp-sub {
	clear: both;
}
.product-photos .pp-sub a {
	border: 1px solid #e4e4e4;
	border-radius: 0px;
	margin: 5px 2px 0px 0px;
}
.product-photos .pp-sub img {
	border: 5px solid #fff;
	border-radius: 0px;
}
/* Фото товара */


/* Список комментариев */
.comments-list {
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-left: 10px;
}
.comments-list .cl-info {
	font-size: 13px;
}
.comments-list .cl-rating {
	font-size: 13px;
	font-style: italic;
	padding-left: 12px;
	margin: 4px 0;
}
.comments-list .cl-text {
	margin-top: 6px;
	padding-left: 12px;
	border-left: 3px solid #aaa;
	font-family: Consolas;
}
/* Список комментариев */


/* Форма комментариев */
.comments-form form {
	background: #eaf5e9;
	padding: 20px;
	width: 500px;
	border-radius: 5px;
	position: relative;
}
.comments-form form input[type=text] {
	width: 488px;
	font-family: Consolas;
	padding: 4px 6px;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	clear: both;
}
.comments-form form textarea {
	width: 488px;
	height: 130px;
	font-family: Consolas;
	padding: 4px 6px;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	clear: both;
}
.comments-form form input[type=submit] {
	background: #54C8FF;
	width: 103px;
	height: 33px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	clear: both;
}
.comments-form form .rating {
	width: 130px;
	font-family: Consolas;
	padding: 4px 6px;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	clear: both;
	background: #fff;
	color: #A7A7A7;
}
.comments-form form .rating select {
	border: 0;
	padding-left: 10px;
	font-family: Consolas;
	font-size: 15px;
	font-weight: bold;
}
.comments-form form .captcha {
	width: 86px !important;
	padding: 17px 4px !important;
	text-align: center;
}
.comments-form form div.errorMessage {
	position: relative;
	font-size: 10px;
	background: #FF8B8B;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	float: right;
	bottom: -8px;
	right: 10px;
	z-index: 1;
}
/* Форма комментариев */


/* Market Panel*/
.sait-bar {
	background:url(/images/system/icon_bar_bg.png) repeat-x left top;
	height:54px;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 999;
}
.sait-bar-wrap {
	width:1000px;
	margin:0px auto;
	text-align: right;
}
.sait-bar-look {
	display: inline-block;
	margin: 8px 0px 0px 0px;
	width: 600px;
	vertical-align: top;
	text-align: left;
}
.sait-bar-look .product {
	display: inline-block;
	width: 50px;
	height: 40px;
	margin-left: 1px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.sait-bar-look .product a img {
	border-radius: 3px;
}
.sait-bar-look a {
	font-size:15px;
	color:#ababab;
	line-height:30px;
	text-decoration: none;
}
.sait-bar-look i {
	background:url(/images/system/icon_bar_view.png) no-repeat left top;
	width:30px;
	height:27px;
	display:block;
	float:left;
	margin:5px 15px 0px 0px;
}
.sait-bar-look span {
	font-size:15px;
	color:#fff;
}
.sait-bar-cart {
	display: inline-block;
	margin:12px 0px 0px 30px;
	color: #ddd;
	font-size: 12px;
}
.sait-bar-cart span {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.sait-bar-look a:hover {
	font-size:15px;
	color:#fff;
	line-height:30px;
}
.sait-bar-cart.sb-hidden {
	visibility: hidden;
}
.sait-bar-cart a:hover {
	font-size:15px;
	color:#fff;
	line-height:30px;
}
.sait-bar-cart a:hover i {
	background:url(/images/system/icon_bar_srav_active.png) no-repeat left top;
	width:30px;
	height:27px;
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
}
.sait-bar-form {
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 0 20px;
	width: 195px;
	height: 31px;
	border-radius: 3px;
	border: 1px solid #32bee7;
	background: -webkit-linear-gradient(top, #37bbe6, #269fdc) #269fdc;
	background: -o-linear-gradient(top, #37bbe6, #269fdc) #269fdc;
	background: -moz-linear-gradient(top, #37bbe6, #269fdc) #269fdc;
	text-align: center;
}
.sait-bar-form.sait-bar-empty {
	border: 1px solid #5B5F64;
	background: -webkit-linear-gradient(top, #4c4e53, #35383a) #35383a;
	background: -o-linear-gradient(top, #4c4e53, #35383a) #35383a;
	background: -moz-linear-gradient(top, #4c4e53, #35383a) #35383a;
}
.sait-bar-form a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-top: 7px;
	cursor: pointer;
	text-decoration: none;
}
.sait-bar-form.sait-bar-empty a {
	font-size: 13px;
	text-transform: none;
	color: #6D6D6D;
	font-family: Consolas;
}
.sait-bar-form.sait-bar-empty a:HOVER {
	color: #777;
}
.sait-bar-notify {
	position: absolute;
	left: 53%;
	width: 300px;
	/*background: rgba(0, 174, 218, 0.85);*/
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
	bottom: 54px;
	display: none;
}
.sait-bar-notify.sait-bar-error {
	background: rgba(162, 0, 0, 0.85);
}
/* Market Panel*/


/* Market Steps */
.market-step-area {
	width: 670px;
	height: 114px;
	position: relative;
	background: url("/images/system/market-step-line-empty.png");
	margin-bottom: 30px;
}
.market-step-line {
	width: 100%;
	height: 114px;
	background: url("/images/system/market-step-line-full.png");
	position: absolute;
	top: 0;
	left: 0;
}
.market-step-area a {
	width: 114px;
	height: 34px;
	display: block;
	position: absolute;
	padding: 40px 0;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
}
.market-step-area .market-step-1 {
	left: 35px;
}
.market-step-area .market-step-2 {
	left: 272px;
}
.market-step-area .market-step-3 {
	left: 525px;
}
/* Market Steps */


/* Market List */
.market-list-table-header,
.market-list-table-footer,
.market-list-table-item {
	padding: 0 6px;
	border-radius: 5px;
	border: 1px solid #ececec;
	display: table;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3)
}
.market-list-table-item {
	margin: 10px 0;
	background: #fff;
}
.market-list-table-header div,
.market-list-table-footer div,
.market-list-table-item div {
	display: table-cell;
	font-family: Consolas;
	padding: 6px 0;
	border-right: 1px solid #ececec;
}
.market-list-table-item div {
	padding: 0;
}
.market-list-table-footer div {
	font-size: 16px;
}
.market-list-table-header .num,
.market-list-table-item .num {
	width: 19px;
	text-align: center;
}
.market-list-table-header .photo,
.market-list-table-item .photo {
	width: 120px;
	text-align: center;
}
.market-list-table-header .title,
.market-list-table-item .title {
	width: 284px;
	padding: 0 5px;
}
.market-list-table-item .title p {
	display: inline-block;
	vertical-align: bottom;
	font-family: Consolas;
}
.market-list-table-header .count,
.market-list-table-item .count,
.market-list-table-footer .count {
	width: 91px;
	text-align: center;
}
.market-list-table-item .count input {
	width: 33px;
	font-family: Consolas;
	padding: 4px 6px;
	text-align: center;
	border: 1px solid;
	border-color: #DBDBDB;
	background: #eee;
	border-radius: 4px;
}
.market-list-table-header .price,
.market-list-table-item .price,
.market-list-table-footer .price {
	width: 91px;
	text-align: center;
}
.market-list-table-footer .price {
	color: #ff0000;
}
.market-list-table-header .remove,
.market-list-table-item .remove,
.market-list-table-footer .remove {
	width: 72px;
	border-right: 0px;
	text-align: center;
}
.market-list-table-item .remove div {
	width: 17px;
	height: 20px;
	background: url("/images/system/market-list-drop-item.png");
	display: inline-block;
	border: 0px;
	cursor: pointer;
	vertical-align: text-bottom;
}
.market-list-table-footer .empty {
	width: 431px;
	padding: 5px;
}
a.market-list-order {
	margin: 20px 5px 0 5px;
	display: inline-block;
	color: #fff;
	background: #00B8FF;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
}
/* Market List */


/* Market Order */
.market-order-block {
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #ececec;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	margin: 10px 0;
	width: 550px;
}
.market-order-block * {
	font-family: Consolas;
}
.market-order-block .row {
	margin: 15px 0;
	padding: 0 5px;
	position: relative;
}
.market-order-block .row.personal label {
	display: inline-block;
	width: 150px;
}
.market-order-block .row.personal input, 
.market-order-block .row.personal textarea {
	width: 370px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	background-color: #FAFAFA;
}
.market-order-block .row.personal textarea {
	height: 120px;
}
.market-order-block .row.radio input {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 2px;
}
.market-order-block .row.radio label {
	display: inline-block;
}
.market-order-block .row.radio label span {
	display: block;
	color: #aaa;
}
.market-order-block .row div.errorMessage {
	position: absolute;
	font-size: 10px;
	background: #FF8B8B;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	top: -8px;
	right: 15px;
	z-index: 1;
	font-family: Arial;
}
.order-form-submit {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #00B8FF;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
	border: 0;
}
/* Market Order */


/* Последние новости */
.latest-news h2.main-link {
	background: #E9E9E9;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border-radius: 5px 5px 0 0;
}
.latest-news h2.main-link a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.latest-news-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.latest-news-item time {
	color: #aaa;
}
h2.latest-news-title {
	margin: 5px 0;
}
h2.latest-news-title a {
	font-size: 16px;
}
.latest-news-intro {
	padding-left: 10px;
	font-size: 12px;
	text-align: justify;
}
/* Последние новости */