@charset "UTF-8";

@font-face {
    font-family: EuropeExt Bold; 
    src: local("EuropeExt Bold"), 
         url(/fonts/euro_bold.ttf); 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

body {
	font: 12px/18px "Arial", sans-serif;
	color:#333;
	background:#fff;
	width: 100%;
}
a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
p {padding-bottom:10px;}
.left_baner li {
    margin-left: 30px;
    list-style-type: disc;
}
h1 {    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
margin: 0 0 20px;}
.wrapper {
	width: 945px;
	margin: 0 auto;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 180px;
	margin:0 0 20px;
}
.top_tools {
	height:150px;
}
.top_tools .logo {
	float:left;
	display:block;
	width:292px;
	height:44px;
	margin:62px 194px 0 0;
}
.time_work {
	background:url(/images/regim.png) 0 25px no-repeat;
	width:120px;
	margin:36px 60px 0 0;
	float:left;
	padding:0 0 5px;
}
.time_work .title {
	font-weight:bold;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	margin:0 0 20px;
	line-height:14px;
}
.time_work span {
	margin:0 0 0 30px;
	display:block;
	line-height:14px;
	font-size:14px;
}
.time_work span#monday {
	margin-bottom:8px;
}
.time_work span#weekend {
	margin-top:3px;
}
.top_tools .contacts {
	float: left;
    width: 270px;
    margin: 20px 0 0 0;
    line-height: 12px;
    text-align: right;
}
.top_tools .contacts span {
	font-weight:bold;
}
.top_tools .contacts a,
.top_tools .lit_cart a,
.footer .contacts a {
	color:#ee3434;
}
.top_tools .contacts .phone {
	font-size: 14px;
    line-height: 18px;
  /*  font-family: 'EuropeExt Bold', sans-serif;*/
    margin: 8px 0 9px;
    text-align: right;
}
.top_tools .lit_cart {
	float:right;
	width:140px;
	margin:40px 0 0 0;
	line-height:16px;
}
.top_tools .lit_cart span a {
	display:block;
	margin:3px 0 0 0;
}
.header .top_menu {
	height:30px;
	background:url(/images/border_grey.jpg) left bottom repeat-x;
}
.header .top_menu ul {
	height:30px;
	display:inline-block;
}
.header .top_menu ul li,
.header .top_menu ul li a {
	height:30px;
	display:block;
	float:left;
}
.header .top_menu ul li a {
	height:20px;
	display:block;
	float:left;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding:0 15px 10px;
	text-decoration:none;
}
.header .top_menu ul li.active a,
.header .top_menu ul li a:hover {
	background:url(/images/border_black.jpg) left bottom repeat-x;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	border-top:1px solid #898989;
	padding:20px 0 40px;
	border-bottom:1px solid #898989;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 270px;
}
.content h1 {
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin:0 0 20px;
}
.content h2 {
	font-size:18px;
	line-height:24px;
	margin:0 0 16px;
}
.content h2 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 16px;
}
.content p {
	margin:0 0 20px;
}
.content ol,
.content ul {
	margin:0 0 20px 60px;
}
.content ol {
	list-style-type:decimal;
}
.content ul {
	list-style-type:disc;
}



.list_items {
	margin:0 0 20px;
	clear:both;
}
.list_items .item {
	width:135px;
	float:left;
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
	text-align:center;
}
.list_items .item_left {
	margin-right:43px;
}
.list_items .item .img_item {
	display:table-cell;
	position:relative;
	overflow:hidden;
	width:135px;
	height:120px;
	vertical-align:middle;
	line-height:0;
}
.list_items .item .img_item img {
	max-width:135px;
}
.list_items .item .img_item_group {
	display:table-cell;
	position:relative;
	overflow:hidden;
	width:135px;
	height:50px;
	vertical-align:middle;
	line-height:0;
	box-shadow:1px 1px 7px #898989;
	border:1px solid #898989;
	padding:10px 0;
}
.list_items .item .img_item_group img {
	max-width:130px;
}
.list_items .item .name_item {
font-family: 'PT Sans', sans-serif;
    display: block;
    margin: 12px 0 0 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    /* background-color: #56A2C6; */
    color: #333;
    text-decoration: none;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
}
.left-sidebar .comment_list {
	margin:0 0 40px 10px;
}
.comment_list .item {
	margin:0 0 20px;
	line-height:16px;
}
.comment_list .item .author {
	display:block;
	color:#ee3434;
	font-size:14px;
	line-height:14px;
	margin:0 0 8px;
}
.comment_list .item p {
	margin:0 0 8px;
}
.comment_list .item .item_img {
	float:left;
	margin:0 10px 3px 0;
	display:block;
}
#tabsholder {
	border:1px solid #000;
	margin:0 0 25px;
}
ul.list li {
	list-style-type:none;
}
ul.tabs {
    width: 100%;
    z-index: 9;
	height:25px;
	display:block;
}
ul.tabs li {
	list-style-type:none;
	display:block;
	cursor:pointer;
    text-decoration: none;
	font-size:14px;
	line-height:25px;
	float:left;
	font-weight:bold;
	width:100px;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	border-bottom:1px solid #000;
	width:118px;
}
ul.tabs {
	margin:0!important;
}
ul.tabs li#tab1 {

    /* border-right: 1px solid #000; */
    padding-top: 12px;

}
ul.tabs li#tab2 {
	border-left:1px solid #000;
	position:relative;
	left:-1px;
}

ul.tabs li.current {
	position:relative;
	color:#000;
	border:none;
	padding-bottom:1px;
	z-index:99;
}
.tabscontent {
	padding:20px 30px 12px;
	display:none;
}
.tabscontent ul li a {
	display:block;
	background:url(/images/left_menu_ul.jpg) 0 6px no-repeat;
	font-size:14px;
	text-decoration:none;
	margin:0 0 8px;
	line-height:16px;
	padding:0 0 0 16px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding:20px 0 80px;
	border-top:1px solid #898989;
	margin:40px 0 0 0;
	font-family: 'PT Sans', sans-serif;
}
.footer .title,
.left-sidebar .title  {
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin:0 0 20px;
}
.footer .footer_menu {
	float:left;
	width:160px;
	margin:0 45px 0 30px;
}
.footer .footer_menu .title,
.left-sidebar .title {
	margin-bottom:25px;
}
.footer .footer_menu ul li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:14px;
	margin:0 0 10px;
}
.footer .contacts {
	float:left;
	width:270px;
	font-size:14px;
	line-height:24px;
}
.footer .contacts span {
	font-weight:bold;
}
.footer .copy {
	float:right;
	width:400px;
	font-weight:bold;
	line-height:24px;
}

.slider {
	position:relative;
	height:50px;
	width:945px;
	margin:20px 0 20px;
}
#carousel2 {             
	width: 885px;       
	height: 50px;      
	overflow: hidden;
	margin:0 30px;
}
#carousel2 li {
	width:140px;
	display: block;
	float: left;
	height: 50px;    
	margin:0 18px 0 19px;
	overflow:hidden;
	text-align:center;
}
#carousel2 li a {
	width:131px;
	display: table-cell;
	vertical-align:middle;
	height: 50px;    
	overflow:hidden;
	text-align:center;
}
.prev,
.next {
	display:block;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 	top: 20px;
	z-index:999;
	color:#fff;
	width:9px;
	height:11px;
	font-size:0;
	position: absolute;
}
.prev {
	left:0px;
	background:url(/images/back_arrow.png) top left no-repeat;
}
.next {
	right:0px;
	background:url(/images/next_arrow.png) top right no-repeat;
}

.baners {
	width:945px;
	position:relative;
	overflow:hidden;
	height:330px;
	margin:0 0 20px;
}
.baners .left_baner {
	float:left;
	width:705px;
	position:relative;
	overflow:hidden;
}
#carousel {             
	width: 705px;       
	height: 330px;      
	overflow: hidden;
}
#carousel li {
	width:705px;
	display: block;
	float: left;
	height: 330px;    
	overflow:hidden;
	text-align:center;
	position:relative;
}
.baners .left_baner ul li div.baner_text {
	position:absolute;
	right:0px;
	bottom:25px;
	display:block;
	text-align:right;
}
.baners .left_baner ul li div.baner_text span {
	background:#000;
	font-size:18px;
	line-height:36px;
	font-family: 'PT Sans', sans-serif;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	height:36px;
	padding:0px 20px;
	margin:0 0 10px;
}
.baners .right_baners {
	float:right;
	width:232px;
	position:relative;
	overflow:hidden;
}
.baners .right_baners .item {
	float:right;
	position:relative;
	overflow:hidden;
	width:231px;
	height:162px;
}
.baners .right_baners .bottom_baner {
	margin:5px 0 0 0;
}
.baners .right_baners .item div.baner_text {
	position:absolute;
	right:0px;
	bottom:25px;
/*	display:block;*/
display:none;
	text-align:right;
}
.baners .right_baners .item div.baner_text span {
	background:#000;
	font-size:14px;
	line-height:36px;
	font-family: 'PT Sans', sans-serif;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	height:36px;
	padding:0px 20px;
	margin:0 0 4px;
}
#host {
		display:none;
}







.hit {
	color: #fff;
	background: url('/images/hit.png') no-repeat;
	margin: -10px 0px 0px -20px;
	position: absolute;
	width: 40px;
	height: 30px;
	border-radius: 20px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 11pt;
	font-family: 'Open Sans Condensed';
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}



.shop_table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 50px;
	/* height: 100%; */
}



table.table, table.shop_cart {
	padding: 0; margin: 0 40px 10px 0; border: 0; width: 100%;
}
table.table th, table.shop_cart th {
	font-weight: bold;
	color: #000;
	font-size: 90%;
	white-space: nowrap
}
table.table th, table.table td,
table.shop_cart th, table.shop_cart td
{
	padding: 5px;
	border-bottom: 1px solid #E2D5D5;
}
table.table tr.total td,
table.table td.total,
table.shop_cart tr.total td,
table.shop_cart td.total
{
	font-weight: bold;
	color: #000
}
table.shop_cart select {
	width: 50px
}
table.shop_cart span.caption {
	font-weight: bold;
	color: #000
}
table.shop_cart_compare th {
	text-align: left!important
}
div.shop_coupon {
	margin: 5px 0px 15px 0
}
div.shop_block {
	padding-right: 40px;
	margin-top: 10px
}
div.shop_filter {
	background-color: #F0EFEB;
	color: #777;
	font-size: 85%;
	padding: 5px 15px;
	border-radius: 15px;
}
div.shop_filter div.filterField {
	display: inline-block; width: 160px; margin: 5px 10px 5px 0;
}
div.shop_filter div.sorting {
	float: right;
}
div.shop_filter div.sorting select { width: 200px; }

div.shop_filter div.priceFilter {
	margin-right: 10px; display: inline-block;
}
div.shop_filter div.propertyInput {
	max-height: 70px;
	overflow-y: scroll;
}
div.shop_filter .button {
	font-size: 85%;
	padding: 3px 10px;
}

.shop_table .shop_item {
	display: table-cell;
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.shop_table_item {
	display: table;
	height: 100%;
	width: 100%;
}
div.shop_property, div.shop_discount { 
	margin:0 0 10px 0; 
	padding:0 0 0 22px;
	background: url("/images/red_sq.jpg") center left no-repeat;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
}
div.shop_property a {
	color:#ee3434;
}
div.shop_property span, div.shop_discount span { color: #000; font-weight:bold }
.shop_table .image_row {
	display: table-row;
}

.shop_table .image_cell {
	display: table-cell;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #e2d5d5;
	vertical-align: middle;
}

.shop_table .image_cell a,
.shop_table .image_cell div {
	display: inline-block;
}

.shop_table .description_sell {
	padding: 0 10px;
}

.shop_table .description_sell a, .shop_table.board a {
	color: #474444;
	font-weight: bold;
	text-decoration: none;
}
.shop_table .description_sell a:hover, .shop_table.board a:hover {
	color: #E83531;
	text-decoration: underline;
}

.description_sell div.compare, .description_sell div.current, .shop_cart_compare div.compare {
	margin-left: 10px;
	width: 16px; height: 12px;
	display: inline-block
}
.description_sell div.compare, .shop_cart_compare div.compare {
	background:url("/images/compare.png") no-repeat 0 0;
	cursor: pointer
}
.description_sell div.current, .shop_cart_compare div.current {
	background:url("/images/compare-current.png") no-repeat 0 0;
}

.description_sell div.favorite, .description_sell div.favorite_current{
	margin-left: 10px;
	width: 16px; height: 12px;
	display: inline-block
}
.description_sell div.favorite {
	background:url("/images/favorite.png") no-repeat 0 0;
	cursor: pointer
}
.description_sell div.favorite_current {
	background:url("/images/favorite-current.png") no-repeat 0 0;
}

.shop_cart_compare div.compare {margin-left: 0}

.shop_navigation{list-style-type:none;margin:0;padding:15px 0}
.shop_navigation li{float:left;padding-right:10px; }
.shop_navigation span, .shop_navigation_current span { border-radius: 15px; padding: 5px 20px; margin-right:10px; font-size: 85% }
.shop_navigation span{ background-color: #F0EFEB; color:#000 }
.shop_navigation_current span{color:#FFF; background-color: #E83531 }





span.current,a.page_link {border-radius:15px;text-align:center;display:block;margin-right:.3em;background:#fff;float:left;padding:.3em .5em}
span.current,a.page_link{width:13px;color:#fff}
a.page_link{background-color:#d20a1c;text-decoration:none;color:#FFF!important}
span.current{background-color:#CCC}
span.ctrl{display:none;}

div.rss {float: right; clear: both; margin-right: 40px}
div.rss img {margin-bottom: -4px;}

/* jQuery lightbox */
#gallery { clear: both; }
/*#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul a:hover { color: #fff; }*/

div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 40px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-weight: bold}
div.comment p {margin: 5px 0 0 0}
div.comment span.red, div.comment span.red a {color: #E83531 !important; text-decoration: underline; cursor: pointer}
div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment .row {display: table-row}
.comment .caption {font-size: 9pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; /*white-space: nowrap*/}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
input.large,
div.shop_filter select,
div.shop_filter input[type="text"],
table.shop_cart select,
table.shop_cart input[type="text"],
div.shop_coupon input,
.comment .field select,
.comment .field input[type="text"],
.comment .field input[type="password"],
.comment .field input[type="file"],
.comment .field textarea {
	outline: none;
	width: auto;
	border: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
	padding: 2px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #5B5B5B;
	font-size: 10pt;
	font-family: 'Arial Narrow', sans-serif;
}
.comment .field input[type="text"], .comment .field input[type="password"], .comment .field input[type="file"] { height: 23px; }
.comment .field textarea { padding: 5px 12px }
.comment .field select { width: 210px }

input.large{font-size:16pt}

.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer}
.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/images/stars.png) no-repeat 0 0}
.ui-stars-star a{background-position:0 -32px}
.ui-stars-star-on a{background-position:0 -48px}
.ui-stars-star-hover a{background-position:0 -64px}
.ui-stars-cancel-hover a{background-position:0 -16px}
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important}

.captcha{font-size:75%;padding:0;color:#777;clear:both}
.captcha span{text-decoration:underline; cursor:pointer}
div.captcha img{margin: 0 3px -1px 0}
img.captcha { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}

/* ---------------------------------------------------------------- */
ul.polaroids { width: 100%; margin: 0 0 10px -60px}
ul.polaroids li { display: inline; }
ul.polaroids a { background: #fff; display: inline; float: left; margin: 0 0 27px 30px; width: auto; padding: 5px 5px 10px; text-align: center; font-family: sans-serif; text-decoration: none; color: #333; font-size: 14pt; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); box-shadow: 0 3px 6px rgba(0,0,0,.25); -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }
ul.polaroids img { display: block; /*width: 190px;*/ margin-bottom: 12px; }
ul.polaroids a:after { content: attr(title); }
ul.polaroids li:nth-child(even) a { -webkit-transform: rotate(2deg);  -moz-transform: rotate(2deg); }
ul.polaroids li:nth-child(5n) a { -webkit-transform: rotate(5deg); position: relative; right: 5px;  -moz-transform: rotate(5deg); }
ul.polaroids li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
ul.polaroids li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }
ul.polaroids li.messy a { margin-top: -375px; margin-left: 160px; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); }
ul.polaroids li a:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); transform: scale(1.25); -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); box-shadow: 0 3px 6px rgba(0,0,0,.5); position: relative; z-index: 5; }

span.shop_count {
	font-size: 80%; color: #BBB; padding-left: 5px;
}

div.shop_address .caption {font-size: 85%; width: 150px}
div.shop_address .field .width1 {width: 105px; margin-right: 5px}
div.shop_address .field .width2, div.shop_address .field select {width: 390px}


#error,#message,#status_message{margin-top:5px;margin-bottom:5px;position:relative;font-size:8pt;border-collapse:collapse;width:450px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;padding:5px 15px 5px 35px}
#error{border:1px #CA1D13 solid;color:#CA1D13;background-color:#F2EDE9;background:url(/hostcmsfiles/images/error.gif) no-repeat 10px 50%}
#message,#status_message{border:1px #4ba749 solid;color:#4ba749;background:url(/hostcmsfiles/images/message.gif) no-repeat 10px 50%}
#message p{margin:0;padding:0}

.transparent {opacity: 0.6}

ul.users{margin:0;padding:0}
ul.users li{list-style-type:none;background-repeat:no-repeat;background-color:#fff;background-position:10px 6px;width:230px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;margin:0 0 6px;padding:5px 0 11px 45px}
ul.users li a:link,.users li a:hover,.users li a:visited{color:#666;font-size:14pt;font-family:Georgia;text-decoration:none;border-bottom:1px dashed #666}
ul.users li:hover{background-color:#F4F4F4!important}

span.redSup { color: #E83531}

/* Personal messages */
#siteuser_messages #chat_window {overflow-y: auto}
#messages {overflow-y: auto}
#messages {display: table; border-spacing: 0 4px}
#messages div {display: table-row}
#messages div div {display: table-cell; vertical-align: middle}
#messages .attr {white-space: nowrap; padding-right: 20px; text-align: right}
#messages .text {width: 550px; border-radius: 15px; padding: 10px 12px; margin: 4px 8px}

/* #messages .out .text {background-color: #d9edfe;	border: 1px solid #c2dff4} */
#messages .out .text {background-color: #f0efeb;	_border: 1px solid #c2dff4}
#messages .out a {color: #009BE8}
#messages .out.unread {background-color: #fafafa; border-color: #f00}
/* #messages .in .text {background-color: #e1fbd2; border: 1px solid #daeecf} */
#messages .in .text {background-color: #f0ecda; _border: 1px solid #daeecf}
#messages .in a {color: #7FC801}
#messages .in.unread {background-color: #f0efeb}

#load_messages {display: inline-block; font-size: 11pt; border-bottom: 1px dashed #4ba749; margin-bottom: 10px; color: #4ba749; cursor: pointer}

.message_topics {display: table; width: 100%; margin-top: 15px}
.message_topics div {display: table-row; border-bottom: 1px dotted #E2D5D5}
.message_topics div.in_unread {background-color: #F0EFEB}
.message_topics div.out_unread {background-color: #FAFAFA}
.message_topics div div {display: table-cell; vertical-align: middle; padding: 5px}
.message_topics .avatar {width: 80px; text-align: center}
.message_topics .user_info {width: 220px; text-align: center}
.message_topics .actions {width: 40px; text-align: center}

#fastRegistration, #fastRegistrationDescription {float: left; width: 50%}
#fastRegistration {display: none; min-width: 500px}

#ajaxLoader {
	width: 32px; height: 32px; padding: 11px;
	box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7); -moz-box-shadow: 0 2px 6px rgba(150, 150, 150, 0.7); -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7);
	border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px;
	background-color: #FFF;
}

.orderListActions a {
	text-decoration: underline;
	cursor: pointer
}
.orderListPaymentSystem {
	font-weight: bold;
}
.orderListActions span.paid {
	font-weight: bold
}
.orderListActions span.notPaid, .orderListActions span.canceled {
	font-weight: bold; color: #E83531;
}
.orderListChangePaymentSystem {
	display: none; width: 520px;
	background: #F0EFEB;
	color: #333;
	margin: 5px 50px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}

div.authorization {display: table-cell; width: 500px}

.maillist_fieldset {margin-bottom: 7px; border-radius: 10px; border: 1px solid #75736E}
.maillist_fieldset legend {font-weight: bold}
.field .maillist_fieldset select {width: 115px}
.maillist_fieldset input {margin: 0px 5px 0px 21px; position: relative; top: 4px}
.maillist_fieldset label {border-bottom: 1px dashed #ccc; font-size: 8pt}

.friendlist select, .friendlist textarea, .friendlist input[type="text"]
{
	border-radius: 4px 4px 4px 4px;
	color: #888888;
	font-size: 11px;
	margin: 0 0 10px 20px;
	padding: 4px 6px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.friendlist select {width: 20%}

.thumbs, .lock {
    display: inline-block;
   /* margin-right: 5px;*/
}

span.thumbs{
    /*padding-right: 0px;*/
	font-size: 8pt;
}

.thumbs a {
    display: inline-block;
    height: 10px;
    margin-bottom: -1px;
    width: 11px;
}

.thumbs  .inner_thumbs a:first-child {
    background-image: url("/images/thumbs_gray_up.png");
}
.thumbs .inner_thumbs a:first-child  + .rate + a {
    background-image: url("/images/thumbs_gray_down.png");
}
.thumbs.up .inner_thumbs a:first-child {
    background-image: url("/images/thumbs_red_up.png");
    /*cursor: default;*/
}
.thumbs.down .inner_thumbs a:first-child  + .rate + a {
    background-image: url("/images/thumbs_red_down.png");
    /*cursor: default;*/
}
.thumbs.inactive a{
	cursor: default;
}

.thumbs span{
    padding-right: 0px;
}

span.rate{
	display: inline-block;
    font-weight: bold;
    margin: 0 10px;
	padding: 0;
}
span.inner_thumbs{
	padding: 0 5px 0 3px;
}


.gallery_images {
	width:310px;
	float:left;
	margin:0 10px 30px 0;
}
.gallery_images .large_img {
	border:1px solid #868686;
	width:299px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	display:table-cell;
	line-height:0;
}
.gallery_images .little_img {
	border:1px solid #868686;
	width:95px;
	height:95px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
	line-height:0;
	margin:5px 5px 4px 0;
}
.gallery_images .little_img span {
	width:95px;
	height:95px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	display:table-cell;
}
.gallery_images .little_img img {
	max-width:95px;
	max-height:95px;
}

.gallery_images .large_img img {
	max-width:299px;
	max-height:299px;
}
.tovar_des {
	float:right;
	width:310px;
	margin:0 0 30px;
}
.dr_box {
	margin:40px 0 20px;
}

.price {
	float:left;
	display:inline;
	font-size:18px;
	color:#ee3434;
	font-family: 'PT Sans', sans-serif;
	padding:0 20px 0 22px;
	margin:10px 0 0 0;
	/*text-decoration:underline;*/
	line-height:19px;
	background:url(/images/rub.jpg) left center no-repeat;
}
.colvo {
	float:left;
	display:inline;
	margin:10px 12px 0 0;
}
.colvo input {
	border:1px solid #898989;
	background:#fff;
	height:19px;
	line-height:19px;
	font-size:12px;
	float:left;
	margin:0 1px 0 0;
	
}
a.add_cart {
	display:block;
	margin:10px 0 0 0;
	float:left;
	line-height:0;
	width:24px;
	height:22px;
}
a.one_click {
	display:block;
	margin:10px 0 15px 115px;
	color:#ee3434;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	line-height:14px;
	cursor:pointer;
}
h1 a.query {
	display:inline-block;
	float:right;
	text-transform:none;
	font-size:14px;
	color:#ee3434;
	font-family: 'PT Sans', sans-serif;
}
.b1c-submit-area span a {
	display:none;
}
.breadcrumbs {
	font-size:14px;
	line-height:14px;
	font-family: 'PT Sans', sans-serif;
	margin:0 0 15px;
}
.content p.tags {
	/*text-align:right;*/
	font-size:11px;
	color:#898989;
	margin:0 0 5px;
}
.article_item {
	margin:0 0 35px;
}
.article_item_img {
	border:1px solid #868686;
	width:180px;
	text-align:center;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
	line-height:0;
	margin:0 10px 5px 0;
}
.cart_box {
	margin:0 0 40px;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
	z-index:9999999999; 
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 25px 25px 15px 25px;
    position: fixed;
    top: 40%;
    visibility: hidden;
	z-index:9999999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	font-size:14px;
	line-height:17px;
}

.popup h4 {
	text-align:center;
	font-size:20px;
	color:#000;
	line-height:25px;
	margin:0 0 15px 0;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background: url(/images/close.png) top center no-repeat;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 16px;

}
.popup input[type='text'] {
	background:#fff;
	border-radius:4px;
	height:40px;
	line-height:40px;
	padding:0 15px;
	width:188px;
	color:#566892;
	font-size:14px;
	font-family:"Arial", sans-serif;
	border:1px solid #ee3434;
	margin:0 auto 20px;
	display:block;
}
.popup input[type='submit'] {
	background: #ee3434;
	border-radius:10px;
	height:48px;
	line-height:50px;
	padding:0 0 4px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family:"Arial", sans-serif;
	border:none;
	margin:20px auto 10px;
	cursor:pointer;
	width:220px;
}

.content table tr td {
  /*border: 1px solid #333;*/
}
table.oform tr td {
    border: 0px;
}
table.oform tr {
    border: 0px;
	  vertical-align:top;
}
.content2 p {
    margin: 0 0 20px;
}
span.name_baner {
    display: none!important;
}
#gallery table tr td {
    width: 200px;
    text-align: center;
    font-weight: bold;
    padding: 5px 11px;
}