@import "/template/fonts/fonts.css" screen;

HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

HTML {
	font-family: "Helvetica Neue", Helvetica, Arial;
	line-height: 1.42857143;
	font-weight: 200;
	font-size: 13px;
}

IMG {
	vertical-align: middle; 
	padding: 0px; 
	margin: 0px;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fafafa;
	font-size: 12px;
}

.footer p {
	padding: 0px; 
	margin: 0px;
	margin-bottom: 4px;
}

.footer a {color: #000;}

/* Меню пользователя */
.shop-user-menu > div {display: inline-block;}

.shop-user-menu-favorites {
	display: none;
	line-height: 30px;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	width: 16px;
	height: 30px;
	background-position:left center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url('/template/images/favorite-on.png');
	cursor: pointer;
}
.shop-user-menu-favorites > div {
	position: absolute; 
	top: -6px; 
	right: 0px; 
	background: #38ae27; 
	color: #fff; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	text-align: center; 
	border-radius: 50%; 
	font-size: 12px;
}
.shop-user-menu-favorites a {text-decoration: none; cursor: pointer; margin-right: 10px; display: inline-block; color: #000;}

.shop-user-menu-compare {
	display: none;
	line-height: 30px;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	width: 16px;
	height: 30px;
	background-position:left center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url('/template/images/compare-on.png');
	cursor: pointer;
}
.shop-user-menu-compare > div {
	position: absolute; 
	top: -6px; 
	right: 0px; 
	background: #38ae27; 
	color: #fff; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	text-align: center; 
	border-radius: 50%; 
	font-size: 12px;
}
.shop-user-menu-compare a {text-decoration: none; cursor: pointer; margin-right: 10px; display: inline-block; color: #000;}

/* /Меню пользователя */

/* Товарные предложения */
.item-offer-view-modules {display: inline-block;}
.item-offer-view-modules > div {display: inline-block; opacity: 0.6;}
.item-offer-view-modules > div:hover {opacity: 1;}
.item-offer-view-modules > div.favorite {
	width: 16px; 
	height: 16px; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
.item-offer-view-modules .favorite-off {
	background-image: url('/template/images/favorite.png');
}

.item-offer-view-modules .favorite-on {
	background-image: url('/template/images/favorite-on.png');
}

div.compare {
	width: 16px; 
	height: 16px; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
.compare-off {
	background-image: url('/template/images/compare.png');
}

.compare-on {
	background-image: url('/template/images/compare-on.png');
}
/* /Товарные предложения */

/* Цена */

.price-view {display: inline-block;}
.price-view > div {display: inline-block;}
.currency {display: inline-block; margin-left: 5px; font-family: 'PTRoubleSans';}
.price-view .saleprice {color: #f00; text-decoration: line-through; margin-right: 10px;}
	
/* /Цена */

/* В корзину */
.cart-to-cart {
		display: inline-block; 
		background-image: url('/template/images/to-cart.png'); 
		background-repeat: no-repeat; 
		background-position: left center; 
		cursor: pointer;
		background-size: 16px; 
		padding-left: 20px;
		margin-top: 6px;
}

.cart-in-cart {
		display: inline-block; 
		background-image: url('/template/images/in-cart.png'); 
		background-repeat: no-repeat; 
		background-position: left center; 
		cursor: pointer;
		background-size: 16px; 
		padding-left: 20px;
		margin-top: 6px;
}

/* /В корзину */

/* Корзина маленькая */

.cart-small {
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	position: relative; 
	background-image: url('/template/images/cart.png'); 
	background-repeat: no-repeat; 
	background-position: center center; 
	cursor: pointer; 
	background-size: 24px; 
}
.cart-small-count {
	position: absolute; 
	top: -6px; 
	right: -10px; 
	background: #38ae27; 
	color: #fff; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	text-align: center; 
	border-radius: 50%; 
	font-size: 12px;
}

/* /Корзина маленькая */

/* Страницы и показать еще */

#shop-next-items-loading {text-align: center; margin-bottom: 20px;}
#shop-next-items-loading > img {height: 100px;}
.shop-next-items-button {
		line-height: 24px; 
		text-align: center; 
		padding: 4px 8px; 
		cursor: pointer; 
		margin: 10px auto; 
		background: #bb3e48; 
		color: #fff; 
		width: 200px;
		height: 24;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		}

.shop-pages {text-align: center;}
.shop-pages > a {
		display: inline-block; 
		min-width: 20px; 
		padding: 0px 5px; 
		line-height: 24px; 
		text-align: center; 
		margin: 5px 10px 5px 0px; 
		text-decoration: none; 
		color: #000;
		border-bottom: 2px solid #fff;
	}
.shop-pages .selected {border-bottom: 2px solid #bb3e48; font-weight: bold;}

/* /Страницы и показать еще */

/* Стикеры */

.offer-labels > div {display: inline-block; margin-right: 10px; font-weight: bold;}
.offer-label-8 {color: #52b932;}
.offer-label-9 {color: #964655;}
.offer-label-17 {color: #637c84}

.offer-label-sale {
	display: inline-block; 
	position: absolute; 
	background: #f00; 
	color: #fff;
	width: 36px; 
	height: 36px;
	text-align: center; 
	line-height: 36px;
	border-radius: 50%;
	top: 0px; left: 0px;
	}

/* /Стикеры */

/* Главная магазина */

.shop-order-filter > a {text-decoration: none; cursor: pointer; color: #000; display: inline-block; margin-right: 10px;}
.shop-order-filter .selected {font-weight: bold;}

/* /Главная магазина */

.shop-home-title {font-size: 20px; font-weight: bold; margin: 20px 0px; border-bottom: 1px solid #bb3e48; line-height: 35px;}

.news > tbody > tr > td {vertical-align: top; padding-bottom: 20px;}
.news-image > div {padding-right: 10px;}
.news-image > div > img {width: 100px;}
.news-name > a {color: #000; font-weight: bold; text-decoration: none;}
.news-datetime {font-size: 12px; color: #777; font-style: italic;}
.news-pages > a {text-decoration: none; color: #000; display: inline-block; margin: 5px 10px 5px 0px;}
.news-pages > a.selected {font-weight: bold;}

/* Сравнение товаров */
.compare-offers {
	overflow-x: scroll;
	width: 500px;
	margin: 20px 0px;
	padding: 20px 0px;
}

.compare-offers > table {
	border-collapse: collapse;
}

.compare-offers > table > tbody > tr > td {
	width: 200px;
	min-width: 200px;
	padding: 5px;
}

.compare-offers > table > tbody > tr > td > div {
	margin: 0 auto;
}

.compare-offers > table > tbody > tr > td {padding:3px; border-bottom:1px solid #ddd; text-align: center;}
.compare-offers > table > tbody > tr > th {padding:3px; border-bottom:1px solid #ddd; text-align: left; padding-right: 10px;} 
.compare-offers > table > tbody > tr:nth-child(2n){background:#f8f8f8;}
.compare-offers > table > tbody > tr:nth-child(2n+1){}

.compare-offers-image > a > img {width: 90%;}

/* /Сравнение товаров */

/* Комментарии к товару */

.raiting-stars {
	display: inline-block;
	vertical-align: top;
}

.raiting-stars > div {
	display: inline-block;
	width: 20px; height: 15px;
	padding: 0px;
	margin: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
}

.raiting-default {
	background-image: url('/divisiontypes/shop/comments/images/s1.png');
}

.raiting-hover {
	background-image: url('/divisiontypes/shop/comments/images/s2.png');
}

.raiting-on {
	background-image: url('/divisiontypes/shop/comments/images/s3.png');
}

.comments-title {font-weight: bold;}
.comments-title > hr {height: 1px; border: none; background-color: #ddd;}

.item-comment-add {display: none;}
.item-comment-add > table > tbody > tr > th {text-align: left; width:100px; font-weight: normal;}
.item-comment-add > table {width: 100%;}
.item-comment-add > table > tbody > tr > td > textarea {width: 100%; border: 1px solid #ddd;}

.raiting-error {color: #f00; display: inline-block; line-height: 16px; margin-left: 10px; vertical-align: top;}

.comments > div {margin-bottom: 20px; padding-bottom: 10px ;border-bottom: 1px solid #ddd;}
.comment-title {font-weight: bold; padding: 5px 0px 3px 0px;}
.comment-date {font-style: italic;}

.comment-raiting-date > div {display: inline-block; margin-right: 10px;}

/* Комментарии к товару */

.politika-konfidencialnosti {font-size: 90%;}