@charset "utf-8";
html, html body {
	height:100%;
	margin:0;
	padding:0;
}
body, table, .text{
	font-size: 13px;
	line-height:1.3em;
	color:#404040;
	font-family:Arial;
}
body{
	font-family: 'Georgia';
	margin:0;
	background: #f7f7f7 url('/img/bg_triangle_purple.png') center -6px repeat-x;
}
#main_big_order_button, #main_big_user_block {
	z-index: 100;
}
.text a, .text a:link, .text a:visited, .text a:hover,
a, a:link, a:visited, a:hover {
	color: #7a4b63;
}
.text a:hover {
	text-decoration: none;
}
.main{
	margin:0 auto;
	min-width:980px;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.bottom_border {
	position: absolute;
	bottom: 0;
	height: 6px;
	left: 0;
	right: 0;
	background: #f7f7f7 url('/img/bg_triangle_purple.png') center 0 repeat-x;
}
.header{
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 10px;
}
.contacts {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 290px;
	margin-right: 30px;
}
.phone {
	font-size: 21px;
	line-height: 25px;
	color: #474747;
}
.workhours {
	margin-top: 4px;
	font-size: 12px;
	line-height: 15px;
	color: #717171;
}
.address {
	margin-top: 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.title_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 290px;
	margin-right: 30px;
	text-align: center;
}
.company_title a{
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	color: #313131;
}
#header_basket {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 210px;
	padding-left: 90px;
	background: url('/img/icon_basket.png') 53px 0 no-repeat;
	color: #000;
}
#empty_header_basket_title {
	margin-bottom: 5px;
}
.header_basket_title a {
	color: #7b4c64;
}
.header_basket_title a:hover {
	text-decoration: underline;
}
#header_basket_amount, #header_basket_summ_head {
	padding: 0 3px;
}
#header_basket_order, .buy_button {
	margin-top: 5px;
	margin-bottom: 8px;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	background: #5a3849 url('/img/gradient_purple.png') 0 1px repeat-x;
	border-radius: 2px 0 0 2px;

}
#header_basket_order > a, .buy_button > a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	margin-right: -14px;
	padding-right: 20px;
	padding-left: 12px;
	text-shadow: 0 -1px 0 #70435a, 0 0 2px #491e34;
	background: url('/img/icon_arrow_purple.png') right center no-repeat transparent;
	text-decoration: none  ;
}
.menu {
	min-height: 77px;
	margin: 0 auto -35px;
	background: url('/img/bg_ribbon.png') center center no-repeat;
	position: relative;
	z-index: 2;
}
.menu table {
	width: 960;
	margin: 20px auto 0px;
	text-align: center;
}
.menu td {
	padding: 0 27px 0 14px;
	line-height: 61px;
	background: url('/img/icon_star.png') right center no-repeat;
}
.menu td.last {
	background: none;
	padding-right: 14px;
}
.menu a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 0 -1px 0 #65354e, 0 0 2px #333;
}
.menu a:hover { text-decoration: underline; }
.content_wrapper, .index_content {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px dashed #a0a0a0;
	border-bottom: 1px dashed #a0a0a0;
	background: url('/img/bg_content.png');
}
.content{
	text-align: left;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.index_content { text-align: center; }
.index_content > * {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.index_catalog, .photoalbum_index { margin: 30px auto 0; }
.h2, .h1 {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.h2 .h2_content, .h1  .h1_content {
	min-width: 300px;
	padding: 0 20px;
	font-size: 26px;
	line-height: 30px;
	color: #313131;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.h2 .h2_content:after, .h1  .h1_content:after,
.h2 .h2_content:before, .h1  .h1_content:before {
	content: ' ';
	position: absolute;
	width: 510px;
	height: 3px;
	background: url('/img/bg_dashed.png') 0 0 repeat-x;
	top: 50%;
}
.h2 .h2_content:after, .h1  .h1_content:after {
	right: -510px;
}
.h2 .h2_content:before, .h1  .h1_content:before {
	left: -510px;
}
.items_catalog li{
	vertical-align: top;
	width: 300px;
	border: 1px solid #FFF;
	box-shadow: 0 0 8px #CCC;
	margin: 0 9px 32px;
	position: relative;
	background: #FFF;
}
.items_catalog li:hover {
	box-shadow: 0 0 9px #AAA;
}
.items_catalog li:hover .category_title{
	background-color: rgb(90,90,90);
	background-color: rgba(90,90,90,.6);
}
.catalog_item_img {
	display: inline-block;
	//zoom: 1;
	//display: inline;
}
.items_catalog .category_title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 21px;
	background-color: rgb(190,190,190);
	background-color: rgba(90,90,90,.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s
}
.category_title a {
	color: #FFF;
	font-size: 23px;
	line-height: 27px;
	text-shadow: 0 -1px #333, 0 0 2px #444;
}
.index_special_offers {
	width: auto;
	background: #e2dbde;
	margin: 8px 0 40px 0;
}
.index_special_offers > .decoration_1 {
	height: 7px;
	position: relative;
	bottom: 7px;
	background: url('/img/bg_triangle_border.png') repeat-x center 0;
}
.index_special_offers > .decoration_2 {
	height: 8px;
	position: relative;
	top: 8px;
	background: url('/img/bg_triangle_border.png') repeat-x center -7px;
}
.mainpage_special_offers_title {
	margin-top: 15px;
}
.special_offers_list {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
.special_offers_list li {
	display: inline-block;
	width: 222px;
	vertical-align: top;
	margin: 0 9px 20px;
	background:transparent;
	border: 0;
	box-shadow: none;
}
.special_offers_list li img{
	width:100%;
}
.special_offers_list li:hover {
	box-shadow: none;
}
.special_offers_list li .price_card {
	margin-bottom: 10px;
}
.special_offers_list li .price {
	padding: 0;
}
.special_offers_list .object_title,
.photo_list .photo_title {
	margin-top: 10px;
}
.special_offers_list .object_title a,
.photo_list .photo_title a {
	color: #7a4b63;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 -1px 0 #7a4b63, 0 0 1px #aaa;
}
.special_offers_list .object_title a:hover,
.photo_list .photo_title a:hover {
	text-decoration: underline;
}
.special_offers_list .prefix{
	display: none;
}
.special_offers_list .price {
	height: 0px;
	border-top: 1px solid #c3b1ba;
	border-bottom: 1px solid #f0edee;
	font-size: 0;
	margin: 20px 0 20px;
}
.special_offers_list .price.old_price {
	height: auto;
	border: 0 none;
	font-size: 18px;
	margin-top: 0px;
}
.special_offers_list .price > .price_value,
.special_offers_list .price > .price_currency  {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	background: #E2DBDE;
	position: relative;
	top: -15px;
}
.special_offers_list .price_value {
	font-weight: bold;
	padding-left: 12px;
}
.special_offers_list .price_currency {
	padding-left: 5px;
	padding-right: 12px;
}
.index_text_content, .index_news .news, .seo_text{
	margin: 0 auto;
	text-align: left;
}
.seo_text {
	padding-top: 20px;
}
.index_news .h2 {
	margin-bottom: 30px;
}
.index_news .news_item{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 300px;
	padding-right: 20px;
}
a.news_headline{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	font-size: 13px;
	line-height: 21px;
	padding: 0 5px;
	color: #FFF;
	background: #7a4b63;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}
a.news_headline:hover {
	background: transparent;
	color: #7a4b63;
	text-decoration: underline;
}
.top_date.news_date { display: none; }
.bottom_date.news_date { display: block; }
.news_date {
	color: #808282;
	font-size: 11px;
	line-height: 12px;
	margin: 6px 0 2px;
}
.footer1 {
	width: 960px;
	padding: 50px 10px 35px 10px;
	margin: 0 auto;
}
.footer1 > * {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 290px;
}
.code_footer {
	width: 100%;
	display: block;
}
.copyright, .search2 {
	margin-right: 30px;
}
.search2 .search_form_string { width: 200px; }
.search2 { text-align: center; }
.index_special_offers .object_item {
	border: 1px solid #FFF;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	box-shadow: 0 0 8px #AAA;
}
.show_all { text-align: right; }
.show_all a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
	color: #FFF;
	background: #7a4b63;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}
.show_all a:hover {
	background: transparent;
	color: #7a4b63;
	text-decoration: underline;
}
.items_catalog { margin-top: 20px; }
.numpages ul .active a:link, .numpages ul .active a:visited, .numpages ul .active a:hover {
	border-radius: 0;
	background-color: #7a4b63;
}
.photo_list li {
	vertical-align: top;
	width: 222px;
	margin: 0 9px 20px;
	background: #fff;
}
.catalog_layout_contol_mode_nice .catalog_controls {
	padding: 5px 50px;
	background: #eee9eb;
}
.catalog_filters {
	border: 0 none;
}
.layout_control a {
	border: 1px solid transparent;
	margin-left: 3px;
}
.layout_control .current, .layout_control a:hover{
	border-color: #7a4b63;
}
.catalog_order, .catalog_perpage {
	line-height: 26px;
}
.object .object_image img {
	box-shadow: 0 0 7px #CCC;
	margin-right: 90px;
	margin-bottom: 20px;
}
.main_catalog_list {
	text-align: center;
	margin-bottom: 25px;
}
.main_catalog_list li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin-right: 30px;
}
.main_catalog_list li.last{
	margin-right: 0;
}
.main_catalog_list li a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	color: #4d2138;
	font-size: 15px;
	line-height: 24px;
	padding: 0 8px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s
}
.main_catalog_list li.current a, .main_catalog_list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #854967;
}
.object .price{
	color: #3e3e3e;
}
.object .price .price_title {
	font-size: 22px;
	line-height: 30px;
}
.object .price .price_value {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.object .price .price_value .currency {
	font-size: 20px;
	line-height: 24px;
}
.object .catalog_propertys {
	font-size: 15px;
	line-height: 18px;
}
.object .catalog_propertys  td{
	padding: 10px;
}
.object .catalog_propertys  tr:nth-child(even) {
	background: #f3f0f1;
}
.object .catalog_propertys .prop_caption {
	padding-right: 40px;
}
.object .price_bottom {
	display: none;
}
.object .price_top {
	display: block;
}
.object .buy_button {
	float: none;
	background: url('/img/gradient_purple_big.png.png') 0 0 repeat-x #5f4552;
}
.object a.button_buy {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	font-size: 20px;
	line-height: 42px;
	background: url('/img/icon_arrow_purple_big.png') right center no-repeat transparent;
	padding-right: 25px;
	margin-right: -19px;
}
.object a.button_buy:before {
	content: ' ';
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 34px;
	height: 42px;
	background: url('/img/icon_basket_white.png') 0 5px no-repeat;
}
.catalog_h2 {
	text-align: left;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
}
.emarket_table_catalog .object_item img {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 8px #CCCCCC;
}
.list_table_catalog .price {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.breadcrumbs {
	margin-bottom: 10px;
}
.main_top_date {
	float: none;
	margin-bottom: 10px;
}
.order_popup .price {
    display: block;
}