@charset "UTF-8";



input[type="text"],
input[type="password"]
 {
	outline: none;
	height: 23px;
	border: none;
	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 30px 2px 15px;
	border-radius: 15px;
	color: #5B5B5B;
	font-size: 10pt;
	font-family:'PT Sans', 'sans-serif';
	/*font-family: 'Open Sans Condensed', sans-serif;*/
}

ol.search li {
	margin-bottom: 5px
}
ol.search li .description{
	font-size: 90%;
}
ol.search li a {
	font-weight: bold;
	color: #E83531;
}

.header #authorization {
	display: table;
	float: right;
	margin-right: 90px;
}

.header #authorization a {
	display: inline-block;
	color: #848484;
	font-size: 8pt;
	margin: 8px 0 0 15px;
}

.header #authorization div {
	display: table-cell;
}

.header #authorization input {
	margin-left: 5px;
}
.header #authorization input[type="text"], .header #authorization input[type="password"] {
	width: 80px;
}

.header #authorization input[type="submit"] {
	border: none;
	color: #FFF;
	background: #E83531 url('/images/button_auth_bg.gif') no-repeat 0 0;
	height: 24px;
	font-size: 10pt;
	padding: 0 15px 4px 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
}

.header .search {
	float: left;
	margin-top: 46px;
}

.header .search input {
	background: url('/images/search.gif') no-repeat 172px center;
	width: 150px;
}

.nav {
	background-color: #E83531;
	float: right;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0px 13px;
	margin-right: 9px;
}

.nav ul,
.top_menu,
.submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	margin: 10px 0;
	padding: 0;
}

.top_menu {
	background: #454545 url('/images/menu_bg.png') repeat-x 0 0;
	border-radius: 5px;
	height: 41px;
	margin-bottom: 5px;
	font-size: 10pt;
	width: 100%;
	display: table;
	text-shadow: #000 1px 1px 1px;
}

.top_menu li {
	display: table-cell;
	padding: 12px 18px 0px 15px;
	background: url('/images/menu_border.png') no-repeat 100% 0;
	height: 29px;
	text-align: center;
	font-weight: bold;
}

.top_menu a:hover,
.top_menu a {
	color: #FFF;
	text-decoration: none;
}

.top_menu a:hover {
	text-decoration: underline;
}

.top_menu li.current {
	background-color: rgba(255, 255, 255, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33ffffff', endColorstr='#33ffffff');
}

.slide_block {
	margin-bottom: 20px;
}

.slide_block .data {
	border-top: 1px solid #D1D1D1;
	margin-right: 5px;
}

.slide_block.right_block {
	background-color: #f4f4f4;
}

.slide_block .slide {
	background: url('/images/bg.png') repeat-x 0 0 #F4F4F4;
	border-top: 1px solid #FFF;
	display: table;
	width: 100%;
	height: 170px;
	vertical-align: middle;
}

.slide_block.right_block .data {
	margin-right: 0;
}

.slide_block .cart {
	border-top: 1px solid #fff;
	height: 170px;
	width: 280px;
	display: table-cell;
	vertical-align: middle;
}

.slide_block .cart .content {
	border: 1px solid #f4f4f4;
	margin: 0 15px 0 20px;
	padding-left: 55px;
	background: url('/images/cart.png') no-repeat 0 10px;
}

.slide_block .h1 {
	margin: 10px 0 0 0;
}

.slide_block .cart .content p {
	font-size: 9pt;
}

.vcard_position {
	display: table-cell;
	vertical-align: middle;
}

.slide_block .vcard {
	text-align: right;
	display: inline-block;
	padding: 8px 8px 8px 55px;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-size: 17pt;
	line-height: 90%;
}

.slide_block .vcard a ,
.slide_block .vcard .code{
	color: #FFF;
	font-size: 12pt;
}

.submenu {
	margin-bottom: 0px;
	font-size: 12pt;
	width: 100%;
	display: table;
	background-position: right 6px;
}

.submenu li {
	display: table-cell;
	padding: 0px 6px 0px 6px;
	font-family: 'Open Sans Condensed', sans-serif;
	background-position: left 6px;
	text-align: center;
}

.submenu, .submenu li {
	background-image: url('/images/submenu_border.gif');
	background-repeat:  no-repeat;
}

.submenu li a {
	color: #E83531;
	font-size: 12pt;
}

.left_block.content .data {
	padding-right: 25px;
}

.left_block.content,
.right_block .content {
	margin-bottom: 30px
}

.right_block .content {
	padding-left: 10px;
}

.float_left {float:left;}

.button {
	background-color: #5DA3D7;
	display: inline-block;
	padding: 6px 25px 0px 25px;
	border-radius: 15px;
	margin: 0;
	border: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 9pt;
	cursor: pointer
}
p.button {
	height: 22px;
}
input.button {
	padding: 5px 25px;
}

.button,
.button a,
.button a:hover {
	color: #FFF;
	text-decoration: 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_list, .right_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.shop_list li, .right_menu li {
	background: url('/images/li.gif') no-repeat 0 6px;
	padding-left: 15px;
	margin: 5px 0;
}
.shop_img {margin: 0 0 10px 10px; float: left;margin: 0px 10px 10px 0px}
/* <div class="group_list"></div> */
div.group_list {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
	table-layout: fixed
}
div.group_list ul {
	display: table-row;
	list-style-type: none;
}
div.group_list li {
	display: table-cell;
	background: url('/images/li2.gif') no-repeat 0 6px;
	padding: 0 15px 7px 15px
}
div.group_list li a {
	color: #E83531;
	font-weight: bold
}
div.group_list li span.count {
	color: #cacaca;
	font-size: 85%
}
.ul1 {
	list-style-type: none;
}
.ul1 li {
	background: url('/images/li.gif') no-repeat 0 6px;
	padding-left: 15px;
	margin: 0 0 7px 0;
}
.news_list dt {
	background: url('/images/li.gif') no-repeat 0 4px;
	margin: 0 0 7px 0;
	padding-left: 15px;
	font-weight: bold;
	color: #606060;
}
.news_list dd {
	margin: 0 0 15px 0;
}
.full_list dd a {
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}
.news_img {margin: 0 0 10px 10px; float: right}
.portfolio_img {margin: 0 10px 10px 0; float: left}
.news_properties th{text-align:left}
.news_properties td{padding-right:5px}

.tags{color:#AAA;margin:10px 15px 10px 0; font-size: 9pt}
.tags img{text-align:left;margin:0 5px -1px 0}
.tags a{font-style:italic; color:#AAA !important}
.tags span{padding-right:15px}

.TagsCloud a {
	font-family: Georgia;
	text-decoration: none;
	display: inline-block;
	padding: 1px 6px;
	margin: 1px 0;
	border-radius: 3px;
}

.TagsCloud a:hover {
	border-width: 0px;
	background-color: #E83531;
	color: #fff;
}

.news_list a,
.shop_list a,
.TagsCloud a {
	color: #7b7b7b;
}

.footer_menu {
	width: 100%;
	display: table;
	border-top: 1px solid #e2d5d5;
	border-bottom: 1px solid #e2d5d5;
	font-size: 8pt;
	padding: 15px 0;
	margin-bottom: 20px;
}

.footer_menu a {
	color: #757575;
}

.footer_menu ul {
	display: table-cell;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer_menu ul li {
	margin: 3px 0;
}

.footer_menu ul ul {
	display: block;
	margin-left: 15px;
}

.footer_menu ul ul li {
	background: url('/images/li.gif') no-repeat 0 3px;
	padding-left: 10px;
}

.shop_table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 50px;
	/* height: 100%; */
}

/* Доска объявлений */
.shop_table.board .table_row div {display: table-cell;
	vertical-align: middle;
	padding: 8px 10px 5px 10px;
	border-bottom: 1px solid #E2D5D5}
.shop_table.board .date, .shop_table.board .price {white-space: nowrap}
.shop_table.board .date {text-align: center}
.shop_table.board .date, .shop_table.board .image, .shop_table.board .price {width: 50px}
.shop_table.board .image img, #gallery.board img {border: 1px solid #E2D5D5;
	padding: 4px;
	box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.1)
}

.board_property  {display: table; margin-top: 25px}
.board_property .row  {display: table-row}
.board_property .caption,
.board_property .field {display: table-cell; padding: 5px 20px 5px 0; border-bottom: 1px dashed #797B7F}
.board_property .caption {font-weight: bold; }

#gallery.board {
	display: table-cell;
	padding-right: 20px;
}

#gallery.board div {display: inline-block; margin: 2px 5px 3px 0; vertical-align: top}

/* END Доска объявлений */

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: 10px 0}
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;
}
.price {
	color: #E83531;
	font-size: 12pt;
}
.price a {margin: 0 0 -4px 5px;}
.price a img {margin-bottom: -4px}
.oldPrice {
	color: #BBB;
	font-size: 12pt;
	text-decoration: line-through;
}

.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 }

.info_block{display:table;border-spacing:15px}
.info_block dl{display:table-cell;width:50%;border-radius:10px;padding:12px 15px 17px}
.info_block dt{font-family:'Open Sans Condensed', sans-serif;color:#000;font-size:19pt}
.info_block dt a {color: #000; text-decoration: none}
.info_block dt a:hover {text-decoration: underline}
.info_block dd{color:#777;font-size:9pt;line-height:150%;margin:5px 0 0}
.info_block .left{border:1px solid #E7E8E3;background-color:#FAFAF9}
.info_block .right{border:1px solid #E8E7E3;background-color:#F7F6F2}

.poll p{margin:8px 0}
.poll p a{margin-left:5px}
.poll p label input{float:left;margin-right:10px}
.poll input[type=button],.poll input[type=submit]{margin-top:10px}

.left_block.footer {
	width: 560px;
}

.left_block.footer .data {
	padding-top: 8px;
	font-size: 8pt;
}

.right_block.footer {
	text-align: right;
}

.center_block.footer {
	text-align: center;
	margin-right: -560px;
	margin-left: -280px;
	width: 100%;
	float: left;
}

a, a:hover {
	color: #E83531;
}


span.current,a.page_link,span.ctrl{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{font-size:10px;color:#4F3327;padding:.5em .5em .3em}

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 50px 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:'PT Sans', '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;
}



