* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font: 11pt Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #171717;
	background-color: #f5f5f5;
}

p{margin-bottom: 15px;}

h2 {
	color: #485468;
	font-family: Arial, serif;
	font-size: 30px;
	margin: 20px 0 30px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	border-left: 2px solid #485468;
}

h3 {
	margin: 0 15px 15px 15px;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	overflow:hidden;
}
h3 a {
	color: #171717;
}

h4 {
	margin: 15px 0 15px 0;
	font-size: 13pt;
	font-weight: normal;
}

h5 {
	margin: 5px 0 15px 0;
	font-size: 16pt;
	font-weight: normal;
}

a {
	color: #62738E;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	text-decoration: none;
}
a:hover {
	color: #0073C6;
	text-decoration: none;
}

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

/*Текстовый блок*/
.texty {
	background-color: #FFFFFF;
	margin: 10px 0;
	padding: 15px 20px 40px 15px;
	float: none;
	position: relative;
}
.texty h1 {
	margin: 0 0 15px 0;
	color: #485468;
	font-family: Arial, serif;
	font-size: 30px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}
/*Текстовый блок конец*/

/*Верхняя полоса*/
.box_top {
	color: #FFFFFF;
	/*background-color: #62738E;*/
 	border-top: 2px solid #ce2403;
 	background-color: rgba(0,0,2,0.05);
	display: table;
	margin: 0px;
	width: 100%;
	z-index: 100;
	position: relative;
}
/*Верхняя полоса конец*/

/* Бокс шапки */
#box_wite {
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
 	background: #004da4; /*url('../images/page_header_img.jpg');*/
	/*background-size: cover;*/
}
#contact {
	color: #fff; 
}
/* Бокс шапки конец */

/*Старая цена*/
.akcia {
	color: #FF0000;
	font-size:12px;
	text-decoration: line-through;
}
/*Старая цена конец*/

#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;
}

/* Футер сайта */
#footer {
 	/*background: #fff url('../images/page_header_img.jpg');
	background-size: cover;*/
 	background: #004da4;
	color: #FFFFFF;
	display: table;
	margin: 80px 0 0 0;
	padding: 25px 0 50px 0;
	width: 100%;
 	border-top: 2px solid #ce2403;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Футер сайта конец */

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

/*Положение блока с товарами*/
.tiny_products {
	display: table;
	margin: 10px 0;
	width: 100%;
	position: relative;
}
/*Положение блока с товарами конец*/

/*Блок карточки товара*/
.prodbox {
	background-color: #FFFFFF;
	display: table;
	margin: 20px 0;
	width: 100%;
	position: relative;
}
/*Блок карточки товара конец*/

#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}
/* @end — Товар подробно*/

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

.button {
	-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.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 15px 0;
	width: 100%;
	text-align:center;
	padding:6px 0;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button: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;
}.button:active {
	position:relative;
	top:1px;
}

/* @group Сортировка */
.sort {
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	display: table;
	margin: 0px;
	padding: 15px 15px 0 15px;
	float: left;
	position: relative;
}
.sort a{
	margin-right: 5px;
}
.sort .selected {
	color: #505050;
	text-decoration: none;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	width: 98%;
	display: table;
	text-align: center;
	margin: 15px 5px;
	font-size: 12px;
	overflow: hidden;
	float: none;
	position: relative;
}
.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: #62738E;
	color: #ffffff;
	border-color: #ABB5C5;
}
.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 Комментарии */
.comment_list {
	margin: 0px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	padding: 15px 0 10px 0;
	border-top: 2px solid #62738E;
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 12px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	margin-top: 25px;
}
.comment_form .comment_textarea {
 	border: 1px solid #D3D3D3;
	width: 98%;
	padding: 10px 1%;
	height: 100px;
	font-size: 16px;
 	color: #000000;
	outline: none;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
  	border: 1px solid #D3D3D3;
	font-size: 16px;
	width: 250px;
	margin: 15px 0;
 	padding: 5px 10px;
  	color: #000000;
	outline: none;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	border: 1px solid #D3D3D3;
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
	padding: 5px 10px;
	color: #000000;
	outline: none;
}
.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;
 	width: 250px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 85%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	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 Кабинет */
#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
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


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

/* @end */

/* Звёздный рейтинг товаров */
.testRater{margin-bottom:15px; margin-top:10px; margin-left:0px;}
.rater span {vertical-align:middle;font-size:10px;}
.rater-rating {margin-top:15px;}
.rater-starsOff, .rater-starsOn {display:inline-block; height:15px; background:url(../images/stars.png) repeat-x 0 0px;}
.rater-starsOn {display:block; max-width:75px; top: 0; background-position: 0 -15px;}
.rater-starsHover {background-position: 0 -30px!important;}
/* @end */

/*Блок выбора вариантов и стоимости товара в карточке*/
.variants {
	display: table;
	margin: 0px;
 	float: left;
	width: 100%;
	position: relative;
}
.variant {
	margin: 0px;
	padding: 10px 0;
	width: 100%;
}
.variant_radiobutton {
	margin: 0 5px 0 0;
	float: left;
	height: 10px;
	width: 10px;
	position: relative;
}
.price {
	font-size: 16pt;
	color: #000000;
}
.skidka {
	font-size: 14px;
	color: #D02303;
	text-decoration: line-through;
	float: none;
}
/*Блок выбора вариантов и стоимости товара в карточке конец*/

/*Рекомендованный товар в карточке*/
.recomend {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #008080;
	top: 10px;
	padding: 1px 5px 3px 5px;
	position: relative;
}
/*Рекомендованный товар в карточке конец*/

/*Таблица свойств*/
#tehpass {
	margin: 10px 0;
	width: 100%;
	color: #000000;
}
#tehpass th {
	font-weight: normal;
	background-color: #F5F5F5; 
}
#tehpass td {
	padding: 10px;
}

#tehpass tr, td, th {
	color: #000000;
	border: none;
	border-collapse: collapse;
}

#tehpass tr:nth-child(odd) { background-color: #EDEDED; }
/*Таблица свойств конец*/

/*Сравнение - тело блока*/
.itemsBox {
	background-color: #FFFFFF;
	display: table;
	margin: 0px;
	padding: 15px 2% 40px 2%;
	width: 96%;
	position: relative;
}
.item {
	margin: 10px;
}
.compare_title {
	margin: 10px;
	padding: 5px;
	text-align:left;
}
.compare_product {
	margin: 10px;
	text-align:center;
}
.itemsList_compare {
	width: 100%;
	color: #000000;
}
.itemsList_compare tr:nth-child(even) { background-color: #EDEDED; }
.compare_price {
	font-size: 14pt;
	text-align:center;
}
.compare {
	font-size: 10pt;
}
/*Сравнение - тело блока конец*/

/*Картинка товара в сравнении*/
.pic {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	float: none;
	height: 145px;
	width: 145px;
	position: relative;
}
.pic img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 145px;
	max-width: 145px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.pic img:hover {
    opacity: 0.5;
}
/*Картинка товара в сравнении конец*/

/*Превью просмотренных в сайдбаре*/
.small {
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 10px 2px 0 2px;
	float: left;
	height: 65px;
	width: 65px;
	position: relative;
}
.small img {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	margin: auto;
	position: absolute;
	max-height: 65px;
	max-width: 65px;
 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.small img:hover {
    opacity: 0.5;
}
/*Превью просмотренных в сайдбаре конец*/

/*Прокрутка вверх*/
@media only screen and (max-width: 2400px) { 
/*Back to top button */
#back-top{
	position: absolute;
	bottom: 0px;
	right:0px;
}

#back-top a{
	width: 28px;
	height: 30px;
	background: url('../images/footer_anchor.png') 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#back-top a:hover{background-position: 0 -40px;}
/* arrow icon (span tag) */

}
@media only screen and (max-width: 600px) {
#back-top{
	display:none;
} 
}
/*Прокрутка вверх конец*/

/*Блок товара в корзине*/
.purchases {
	display: table;
	margin: 0 0 25px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #DADEE4;
	float: none;
	width: 100%;
	position: relative;
}
/*Блок товара в корзине конец*/