﻿@import url("reset.css");

/* @group Общий стиль */
html,
body {
	width: 100%;
	height: 100%;
	font: 13px Tahoma, Arial, Helvetica, Geneva, sans-serif;
 	color: #454545;
 	background: url(../images/p_spring02_1.jpg);
	background-attachment:fixed;
}

p {margin-bottom: 15px;}

h1 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
 	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3.slide {
 	font-size: 16px;
	text-decoration: none; /* Убираем подчеркивание */
	border-bottom: 1px dashed #000080; /* Добавляем свою линию */ 
 	width: 65%;
}

a { color: #0095eb; }

a.dot {
 	font-size: 13px;
	text-decoration: none; /* Убираем подчеркивание */
	border-bottom: 1px dashed #000080; /* Добавляем свою линию */ 
}

a:hover { color: #e84d07; }

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */


/* @group Верхняя строка */
#top_background{
	min-height: 44px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#top{
	margin: 0px auto;
	width: 940px;
}
#menu{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
}

#menu li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 7px;
	font-size: 14px;
	display: block;
	float: left;
	padding: 6px 5px 6px 5px;
	color: #606060;
 	font-weight: bold;
}
#menu li.selected a, #menu li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 10px;
	text-decoration: none;
}

#blog{
	list-style: none;
}

#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}

#cart_informer{
	/*width: 210px;*/
	float: right;
	text-align: right;
 	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 6px 13px 4px 14px;
	border-radius: 7px;
	margin-top: 8px;
	margin-left: 12px;
	color: #505050;
}


/* @group Шапка сайта */
#header {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

/* @group Футер сайта */
#footer {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	height: 90px;
	padding-top: 10px;
	text-align: center;
}


#account{
	float: right;
	text-align: left;
	font-size: 12px;
	margin: 10px 10px 10px 0px;
	color: #505050;
 	font-weight: bold;
	margin-top: 10px;
	margin-left: 12px;
}

#account a:hover{
	/*border: 1px solid #d5d5d5;
	padding: 8px 8px 8px 8px;
	border-radius: 15px;*/
	text-decoration: none;
}

#account a{
	/*border: 1px solid #d5d5d5;
	background-color: #fafafa;
	padding: 8px 8px 8px 8px;
	border-radius: 15px;*/
	text-decoration: none;
   
}

#account #login{
	padding-left: 18px;
 	background: url(../images/ico-user1.png) no-repeat;
 	background-position: left center;
	padding-left: 17px;
}

#account #logout{
	padding-left: 7px;
}

#logo{
	margin-top: 10px;
	padding-left: 0px;
	float: left;
	clear: left;
	width: 250px;
	height: 70px;
}
#rek{
	margin-top: 15px;
	padding-left: 90px;
	float: left;
}
#contact{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	font-weight: bold;
	height: 25px;
	color: #719FE4;
	font-size: 20px;
	text-shadow: 0px 1px 0px #fff;
	
}
#contact #phone{
 	color: #719FE4;
	font-size: 26px;
}

#contact a{
 	color: #c6004f;
 	font-size: 15px;
}
#address{
	font-size: 14px;
	color: #619FE4;
 	font-style: normal;
}
#main {
	margin:0px auto;
	width: 940px;
}
#content {
	float: right;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#left {
	width: 260px;
	float: left;
	overflow: hidden;
}

#search{
	margin-top: 9px;
	margin-bottom: 10px;
	height: 20px;
}
#search .input_search{
	width: 170px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}
#search .button_search {
	width: 32px;
	height: 28px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
}



/* @group Меню каталога*/
#catalog_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;	
}
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
}
#catalog_menu ul li img{
	vertical-align: middle;
}
#catalog_menu ul li a.selected{
	color: #ffffff;
	background-color: #0095eb;
	padding: 6px;
}
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/


#all_brands {
	width: 220px;
	margin-bottom: 15px;
	margin-top: 15px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 0px;
	margin-top: 20px;
}
#brands a {
	color: #c6004f;
	font-size: 15px;
	margin-right: 10px;
 	font-weight: bold;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
/* @end */

/* Хлебные крошки */
#path{
	margin-top: -20px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #a0a0a0;
}
#path a{
	color: #a0a0a0;
}
/* @end */

/* Оформление вывода цены, кол-ва и кнопки "купить" */
#t_cont { position: relative; width: 450px;}
/*#l_table {position: relative; }*/
#r_table {position: absolute; text-align:right; right:0; top:0;} 

/* @end */


/* @group Товар подробно */
.product .image {
	text-align: center;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	float: left;
	padding: 5px;
	margin-right: 10px;
 	margin-bottom: 10px;
}
.product .image img{
	max-width: 300px;
}
.product .images {
	float: left;
	clear: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product .images2 {
	float: left;
	clear: left;
	width: 310px;
 	text-align:center;
	margin-bottom: 10px;
 	/*margin-left: 60px;*/
	/*padding-top: 10px;*/
	/*padding-bottom: 25px;*/
}
.product .images img{
	text-align: center;
	width: 75px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	float: left;
	padding: 5px;
	margin: 4px 10px 10px 0px;
}
.product .images2 img{
	text-align: center;
	width: 75px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	float: left;
	padding: 5px;
	margin: 14px 10px 10px 0px;
}
.product .description{
	float: right;
	width: 355px;
 	margin-bottom: 15px;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.product .features li.even{
	background-color: #e9e9e9;
}
.product .features label {
	font-style: normal;
 	font-weight: bold;
	display: block;
	width: 30%;
	float: left;
}
.product .features span {
	float: left;
	display: block;
	width: 70%;
}
.features2 {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #e0e0e0;*/
}
.features2 li {
	padding: 1px 5px 3px 5px;
	overflow: hidden;
	/*border-top: 2px solid #e0e0e0;*/
	/*background-color: #f0f0f0;*/
}
.features2 li.even{
	/*background-color: #f0f0f0;*/
}
.features2 li.even a{
	font-style: normal;
	display: block;
	float: left;
	text-decoration: none;
}
.product .variants {
	float: left;
	font-size: 12px;
}
/*.variants {
	font-size: 12px;
	background: #F4F4F4;
	border-radius: 3px;
	border: 1px grey dashed;
	padding: 10px 10px 0px 15px;
	margin-top: 15px;
}*/
.product .variant td{
	padding-bottom: 6px;
	vertical-align: middle;
}
.product .compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #585858;
 	background-color: yellow;
}
.product .price { 
	font-size: 14px;
	white-space: nowrap;
 	color: #585858;
 	font-weight: bold;
}
.product .price_new { 
	font-size: 14px;
	white-space: nowrap;
 	color: #c6004f;
 	font-weight: bold;
 
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 14px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
.compare {
    background: url(/design/ShlopMe/images/compare3.png) 0 0 no-repeat;
    padding-left: 22px;
    padding-bottom: 3px;
}
.compare_cat {
    float: left;
	clear: left;
	margin: 0 0 15px 15px;
}
.wishlist {
    background: url(/design/ShlopMe/images/favorit4.png) 0 0 no-repeat;
    padding-left: 22px;
    padding-bottom: 3px;
}
.wishlist_cat {
    margin-top:5px;
 	margin-bottom:5px;
}
.plus {
	background: url("/files/uploads/compare2.png") no-repeat scroll 2px 2px;
	background-position: 2px center;
}
.minus {
	background: url("/files/uploads/compare3.png") no-repeat scroll 2px 2px;
	background-position: 2px center;
}
.calc {
	padding: 0px 8px 1px 20px;
	width: auto;
	color: DarkRed;
	background: url("/files/uploads/calculator.png") no-repeat scroll 2px 2px;
	background-position: 2px center;
}

.coin {
	padding: 0px 8px 1px 20px;
	color: DarkRed;
	background: url("/files/uploads/point.png") no-repeat scroll 2px 2px;
	background-position: 2px center;
}

.delete {
	background: url("/design/ShlopMe/images/delete.png") no-repeat scroll 2px 2px;
	background-position: 2px center;
}


.cart_skidka {
	/*margin-top: 20px;*/
	margin-bottom: 15px;
	background-color: #eef6fe;
	border: 1px solid #b0b0b0;
	padding: 10px 15px 10px 20px;
	list-style: none;
	color:#cc0892;
	font-size:110%
}

.dopuls5 {
    padding: 5px 10px 5px 10px;
    margin: 15px;
	color:maroon;
	background: url("/files/uploads/attention2.png") no-repeat scroll 2px 4px #F4F4F4;
	background-position: 2px center;
    background: #e2e2e2;
    border: 2px dashed rgba(255,255,255,0.4);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 6px 4px rgba(10,10,0,.5);
        }

.dopuls {
	border-radius: 2px;
	border: 1px red dashed;
	text-indent: 1px;
	padding: 8px 8px 8px 33px;
	margin: 20px auto;
	width: auto;
	color:maroon;
	background: url("/files/uploads/attention2.png") no-repeat scroll 2px 4px #F4F4F4;
	background-position: 2px center;
}
.dopuls2 {
	border-radius: 1px;
	border: 1px grey dotted;
	text-indent: 1px;
	padding: 3px 3px 3px 3px;
	margin: 1px 0px 20px 0px;
	font-size:9px;
	width: 95%;
	text-align: justify;
	color:grey;
	background: #F4F4F4;
	background-position: 2px center;
}
.dopuls3 {
	border-radius: 1px;
	border: 1px grey dotted;
	text-indent: 1px;
	padding: 3px 6px;
	margin-bottom: 5px;
	font-size:12px;
	text-align: justify;
	color:#c6004f;
	font-weight: bold;
}

.dopuls4 {
	border-radius: 1px;
	border: 1px grey dotted;
	text-indent: 1px;
	padding: 5px 9px;
	margin-bottom: 5px;
	font-size:11px;
	text-align: justify;
	color:#c6004f;
	font-weight: bold;
}

.logist {
	border-radius: 0px;
	border: 2px #2B6A0B dotted;
	text-indent: 1px;
	padding: 10px;
	margin: 25px -14px;
	width: 176px;
	color: dimgrey;
    background: #F4F4F4;
}

.logist_nal {
	color: red;
	font-weight:bold;
	padding: 5px 12px 0px 32px;
	background: url("/files/uploads/ok.png") no-repeat scroll 4px 1px #F4F4F4;
	background-position: 12px auto;
}
.logist_dost {
	padding: 5px 12px 0px 32px;
	margin-top: 5px; margin-bottom:5px;
	background: url("/files/uploads/delivery.png") no-repeat scroll 4px 2px #F4F4F4;
	background-position: 12px auto;
}
.logist_sam {
	padding: 5px 12px 1px 32px;
	margin-top: 5px; margin-bottom:10px;
	background: url("/files/uploads/shop.png") no-repeat scroll 4px 3px #F4F4F4;
	background-position: 12px auto;
}
.buy {
	border-radius: 3px;
	border: 1px #b0b0b0 solid;
	padding: 8px 10px;
	margin: 0 0 5px 0;
	width: auto;
	color: dimgrey;
	background: #FFF6;
}

.buy_price {
	border-radius: 3px;
	border: 1px #b0b0b0 solid;
	text-indent: 3px;
	padding: 10px;
	margin: 0 0 0 0;
	width: auto;
	color: dimgrey;
	background: #FFFFFF;
	clear: both;
}

.buy_nal {
	color: #c6004f;
	font-weight:bold;
	padding: 4px 12px 3px 32px;
	background: url("/files/uploads/ok.png") no-repeat scroll 4px 1px;
	background-position: 12px auto;
}
.buy_dost {
	padding: 5px 12px 0px 32px;
	margin-top: 0px; margin-bottom:5px;
	background: url("/files/uploads/delivery.png") no-repeat scroll 4px 2px;
	background-position: 12px auto;
}
.buy_dost_obl {
	padding: 5px 12px 0px 32px;
	margin-top: 0px; margin-bottom:10px;
	background: url("/files/uploads/delivery.png") no-repeat scroll 4px 2px;
	background-position: 12px auto;
}
.buy_sam {
	padding: 5px 12px 1px 32px;
	margin-top: 0px; margin-bottom:10px;
	background: url("/files/uploads/shop.png") no-repeat scroll 4px 3px;
	background-position: 12px auto;
}
.dotted {
    border-bottom: 2px dotted blue;
}

.dop_plus {
	border-radius: 1px;
	border: 0px white dotted;
	text-indent: 1px;
	padding: 8px 8px 8px 33px;
	margin: 30px auto;
	width: auto;
	color:maroon;
	background: url("/design/ShlopMe/images/check.png") no-repeat scroll 2px 4px;
	background-position: 2px center;
}
.nalichie {
	color: DarkGreen;
	font-size:12px;
	font-weight:bold;
	margin: 5px auto;
}

.tips {
	float:right;
 	color: #ffff6;
	/*font-size:13px;*/
	/*width: auto;*/
	margin: 0 0 10px 0;
	padding: 10px 20px 13px 34px;
 	border: 1px solid #b0b0b0;
	border-radius: 5px;
 	background: #FFF6;
	background: url("/design/ShlopMe/images/tips.png") no-repeat scroll 2px 2px;
	background-size: 24px;
	background-position: 5px center;
	clear: both;
}

.social {
 	float: left;
	clear: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.description li{
	list-style-image: url('../images/tickshield.png'); 
	margin:10px 0 0 20px;
	color:darkGreen;
}

.sale {
	background:url('../images/save.png') no-repeat;
	position:absolute;
	width:141px;
	height:47px;
	margin:15px 0 0 -19px;
	font-size:18px;
	font-weight:bold;
}

.sale_cat {
	background:url('../images/sale_cat.png') no-repeat;
	position:absolute;
	width:116px;
	height:27px;
	margin:0px 0 0 -13px;
}

.sale1 {
	background:url('../images/save.png') no-repeat;
	position:absolute;
	width:141px;
	height:47px;
	margin:25px 0 0 -19px;
	font-size:18px;
	font-weight:bold;
}

.sale_cat1 {
	background:url('../images/sale_cat5.png') no-repeat;
	position:absolute;
	width:116px;
	height:27px;
	margin:27px 0 0 -13px;
}

#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}

/* @end — Товар подробно*/


.tiny_products {
	list-style: none;
	display: block;
}
.tiny_products .product{
	width: 210px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 5px;
	margin-bottom: 10px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 200px;
}
.tiny_products .product h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}


.products {
	list-style: none;
	display: block;
}
.products .product{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.products .product .image {
	text-align: center;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	float: left;
	padding: 5px;
	margin: 4px 0px 20px 0px;
}
.products .product .image img{
	max-width: 200px;
}
.products .product .product_info {
	float: right;
	width: 450px;
	margin-bottom: 38px;
}
.products .product h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}

.products .product .annotation {
	font-size: 12px;
	color: #505050;
	margin-bottom: 5px;
 	margin-top: 5px;
}


/* Спойлер описаний доставки */
.opis {
    display: inline-block; /* Строчно-блочный элемент */
    position: relative; /* Относительное позиционирование */
	font-size: 12px; /* Размер текста подсказки */
}
.opis:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: -200%; top: 30%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,230,0.9); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 12px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
 	width:400px;
}


/* Кнопка */
.buttonDEL {
	float: center;
	clear: left;
	cursor: pointer; 
	}

.buttonDEL {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.1, #b3b3b3b), color-stop(0.9, #ffffff) );
	background:-moz-linear-gradient( center bottom, #b3b3b3 10%, #ffffff 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3b', endColorstr='#ffffff');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #5A5C3B;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.buttonDEL:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buttonDEL:active {
	position:relative;
	top:1px;
}



/* Green Button */
.button {
	display: inline-block;
	padding: .35em 1.05em;
	border: 1px solid #868283;
	border-radius: 3px;
	/*background-color: #EBECEA;*/
	background-image: -webkit-linear-gradient(top, #66CC33, #52A329);
	background-image: -moz-linear-gradient(top, #66CC33, #52A329);
	background-image: linear-gradient(top, #66CC33, #52A329);
	color: #FFF;
	font-size:14px;
	margin-bottom: 5px;
/*  margin-top: 7px;*/
}
.button:link {
	text-decoration: none;
	color: #444;
}

.button:visited {
	background-color: #5CB82E;
	background-image: -webkit-linear-gradient(top, #66CC33, #5CB82E);
	background-image: -moz-linear-gradient(top, #66CC33, #5CB82E);
	background-image: linear-gradient(top, #66CC33, #5CB82E);
	border-color: #006600;
	color: #FFF;
}

.button:hover {
    background-color: #E68A00;
	background-image: -webkit-linear-gradient(top, #FFAD33, #E68A00);
	background-image: -moz-linear-gradient(top, #FFAD33, #E68A00);
	background-image: linear-gradient(top, #FFAD33, #E68A00);
	color: #FFF;
}

.button:active {
	background: #5CB82E;
}


#topcontrol 						
{position:fixed;z-index:9999;left:50%;margin:0 0 300px 560px;width:42px;height:26px;display:block;background:url(../images/up.png) no-repeat left 0px;}
#topcontrol:hover				
{background-position:0 bottom;}


/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border: 2px solid #ec0060;
	/*border-bottom: 1px solid #d0d0d0;*/
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
 	font-weight: bold;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	color: #505050;
	text-decoration: none;
	padding: 7px;
}
/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.sort a{
	margin-right: 5px;
}
.sort .selected {
	color: #505050;
	text-decoration: none;
	margin-right: 5px;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form
{
	width:400px;
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 17px;
 	border: 1px solid grey;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
	border: 1px solid grey;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
#purchases{
	width: 100%;
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 60px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #b0b0b0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 5px;
	padding-right: 2px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 15px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: left;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 5px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	width:52px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:12px;
}
#purchases .coupon .name input.coupon_code{
	width: 150px;
    border: 1px solid grey;
}
#purchases .coupon .name input{
	font-size:13px;
}

ul#deliveries{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 15px 15px 0 15px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 11px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
 	margin-top: 10px;
 	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #FF7C24;
	background-color: #FFCC44;
	color: #000000;
	font-size: 15px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: #314a51;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */




/*--------- Оформление. Общие стили Подсказки ---------*/

.tip { 
  	display: none;
  	position: absolute;
  	z-index: 9998;
  	top: 0;
  	left: 100%;
  	background: #EDEDED;
  	border-radius: 3px;
  	border: 1px solid #ccc;
  	box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
  	text-align: left;
  	color: #000;
  	font: normal 500 12px Arial, sans-serif;
  	opacity: .9; 
  	cursor: default;
  	padding: 10px;
  	margin: -15px 0 0 10px;
  	width: 200px;
  	min-height: 50px; 
 	height: auto;
}
.tip span {
   	font: normal 500 11px Arial, sans-serif;
}

.tip:before {
 	border-width: 9px 8px 9px 0;
 	border-color: transparent #cccccc transparent transparent;
 	top: 13px;
 	left: -9px;
}
.tip:after {
 	border-width: 7px 7px 7px 0;
 	border-color: transparent #ededed transparent transparent;
 	top: 15px;
 	left: -7px;
}
.tip:before,
.tip:after {
 	content:"";
 	position:absolute;
 	width: 0px;
 	height: 0px;
 	border-style: solid;
}

a.support:focus .tip {
	 display:block;
}
a.support[tabindex="1"]:focus {
	 outline: none;
}

.support-hover,
.support-hover2 {
 	display: inline-block;
 	position: relative;
 	color: #06C;
 	text-decoration: none;
 	cursor: pointer;
}
.support-hover em,
.support-hover2 em {
 	background: #FF6600;
 	border-radius: 50px;
 	border: 1px solid #999;
 	text-align: center;
 	color: #FFF;
 	font: normal bold 14px Arial;
 	padding: 0 4px;
}
a.support-hover:hover em,
a.support-hover2:hover em {
 	background: #6699FF;
}

a.support-hover:hover .tip,
a.support-hover2:hover .tip {
 	display:block;
}

/*--------- Оформление. Общие стили Подсказки End ---------*/

div.rovno{display:table; border-spacing:10px; border:solid 1px #0095eb; width:100%; margin-bottom:15px;}
div.rovno > div {display:table-cell;text-align:left;vertical-align:middle; padding-left:10px; border:solid 0px grey;}

/* Оформление фильтра по цветам */
.color a {
	display:inline-block;
	width:18px;
	height:21px;
	margin:1px;
	padding:1px;
	border:1px solid #D9D9D9;
	text-indent: -999px
	}
.color a.selected {
 	border: 3px solid #CC0000;
	}
/* Оформление фильтра по цветам End */

#compare_informer{
	width:63px;
	background: url("../images/compare1.png") no-repeat scroll 3px 2px;
	background-color: #fff;
 	border: 1px solid #d5d5d5;
	padding: 6px 6px 6px 32px;
	border-radius: 7px;
	margin: 1px 0 0 0;
	color: #505050;
}
#wishlist_informer{
	width:63px;
	background: url("../images/favorit3.png") no-repeat scroll 3px 2px;
	background-color: #fff;
 	border: 1px solid #d5d5d5;
	padding: 6px 6px 6px 32px;
	border-radius: 7px;
	margin: 1px 0 0 0;
	color: #505050;
}
.settings h2{
	background: url("../images/settings_3_1.png") no-repeat scroll 1px 1px;
	padding-bottom:7px;
	padding-left:39px;
}