/*main styles*/
body{
	margin:0;
	padding:0;
	background-color:#fff;
}
body{
   font:82% Arial, Helvetica, sans-serif;
   color:#3D3D3D;
}
body,html{
	height:100%;
}
table{
   font-size:100%;
}
form
{
  margin: 0;
}
input,select,textarea{
   font:85% Arial, Helvetica, sans-serif;
   color:#000;
   border:1px solid #C4C4C4;
}
img{
	border:0;
}
.fl{
	 float:left;
}
.fr{
	 float:right;
}
.cl{
	 clear:both;
}
/*default styles*/
a{
	color:#203286;
}
a:hover{
	text-decoration:none;
}

p
{
  margin: 0 0 1em 0;
}

h1{
	font-size:135%;
	color:#3D3D3D;
	padding:1.3em 0 0.5em 0;
	font-weight:normal;
	margin:0;
}
h2{
	font-size:115%;
	font-weight:normal;
	color:#203286;
	margin: 0 0 0.25em 0;
}
h3{
	font-size:135%;
	color:#fff;
	padding:0.5em 0 0 15px;
	font-weight:normal;
	margin:0;
}
h4{
	font-size:135%;
	color:#3D3D3D;
	padding:1.45em 0 1em 0;
	font-weight:normal;
	margin:0;
}
h5{
	font-size:115%;
	color:#3D3D3D;
	padding:0 0 0 0;
	font-weight:bold;
	margin:0;
}
h6{
	font-size:135%;
	color:#3D3D3D;
	padding:0 0 0.5em 0;
	font-weight:normal;
	margin:0;
}
/*common classes*/
.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%; }

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 85%; }



.block   
{
  margin-bottom: 1.5em;
}
.block05
{ 
  margin-bottom: 0.5em;
}
.selected
{
  font-weight: bold;
}
.hilight
{
  color: #D60000;
  font-weight: bold;
}
.numeric
{
  margin: 2em 0;
  padding: 0.5em 1em;
  background-color: #EEE2DD;
  border: 1px #EEE2DD solid;
  font-size: 85%;
}

.product_producer td
{
  padding:2px 0;
  vertical-align: middle;
  font-weight: bold;
}
.product_producer td.label
{
  white-space: nowrap;
  padding-right: 1em;
  font-weight: normal;
}

/* --------------------------------------------------------------------------------------
   shopping cart
   --------------------------------------------------------------------------------------
*/

.shoping_cart
{
  margin-bottom: 1.5em;
}
.shoping_cart th
{
  padding-right: 1em;
}
.shoping_cart td
{
  padding: 0.25em 0.5em;
}

.shoping_cart_items
{
  width: 100%;
}
.shoping_cart_items td
{
  vertical-align: middle;
}
/* --------------------------------------------------------
   common user interface
   --------------------------------------------------------
*/

.common_i 
{
  margin: 1em 0;
}
.common_i th
{
  padding: 0.25em 0.5em;
  background-color: #EEE2DD;
  text-align: left;
  vertical-align: top;
} 
.common_i td
{
  padding: 0.25em 0.5em; 
  vertical-align: top;
} 
.common_i td.label
{
  vertical-align: middle;
  white-space: nowrap; 
  text-align: right; 
  border-right: 2px solid #EEE2DD;
}
.common_i td.label.top
{
  vertical-align: top;
  padding-top: 0.5em;
}


/* --------------------------------------------------------
   search pad
   --------------------------------------------------------
*/

.advanced_search_wrapper
{
  margin: 2em 0;
  padding: 0.5em 1em;
  background-color: #EEE2DD;
  border: 1px #EEE2DD solid;
}
.advanced_search td
{
  padding: 3px 0;
}
.advanced_search td.inp
{
  padding-left: 10px;
}
.advanced_search select, .advanced_search input.text 
{
	width: 340px;
}
.advanced_search input.text.short
{
	width: 120px;
}
.advanced_search .btn_place
{
  vertical-align: bottom;
  padding: 0 0 12px 10px;
}

/* --------------------------------------------------------
   sort pad
   --------------------------------------------------------
*/

.sort
{
  margin: 2em 0;
  padding: 0.5em 1em;
  background-color: #EEE2DD;
  border: 1px #EEE2DD solid;
  font-size: 85%;
}
.sort a
{
  text-decoration: none;
}
.sort a:hover, .sort a:active 
{
  text-decoration: underline;
}

/* --------------------------------------------------------
   category list
   --------------------------------------------------------
*/

.product_list
{
  position: relative;
  width: 100%;
}
.product_brief_place
{
  padding: 0 2em 3em 0;
  vertical-align: top;
}
.product_brief
{
  position: relative;
}
.product_img_place
{
  padding-right: 1em;
  white-space: nowrap;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
.product_info_place
{
  width: 75%;
  vertical-align: top;
}
.product_info_place div
{
  margin-bottom: 0.5em;
}
.product_info_place div div
{
  margin-bottom: 0;
}

.index_cat_descr p
{
  margin-bottom: 0.25em
}

.sub_cat {
    font-size: 85%;
    padding-left: 1.5em;
}

.product_price {
    font-weight: bold;
}

/*user's content formatting (differences of generic formatting)*/
.user_content{
	clear: both;
}
.user_content img.l_float{
	position: relative;
	float: left;
	margin: 0 1em 1em 0;
}
.user_content img.r_float{
	position: relative;
	float: right;
	margin: 0 0 1em 1em;
}
.user_content table, .common_table{
	margin-bottom: 1em;
}
.user_content table th, .common_table th{
	padding: 0.5em;
	background-color:#EEE2DD;
	font-weight: bold;
	text-align: left;
}
.user_content table td, .common_table td{
	padding: 0.5em;
}
.user_content table{
	clear: both;
}
.user_content p
{
	margin:0 0 1.0em 0;
	text-align:justify;
}
.user_content textarea, .user_content select{
	border:1px solid #C4C4C4;
}

.user_content h1,
.user_content h2,
.user_content h3,
.user_content h4,
.user_content h5
{
	padding: 0;
  margin: 1.5em 0 0.5em 0;
}

/* --------------------------------------------------------
   catalogue menu
   --------------------------------------------------------
*/

ul.menu_catalogue
{
  padding: 0;
  margin: 0 0 1em 17px;
}
ul.menu_catalogue li
{
  list-style: url(images/0.gif) outside;
  font-size: 90%;
  margin: -0.25em 0 0.5em 0;
  padding: 0;
}
ul.menu_catalogue li.root
{
  list-style: url(images/bullet.gif) outside;
  font-size: 100%;
  margin-top: 0;
}
ul.menu_catalogue a.selected
{
  font-weight: bold;
}

/*format styles*/

.wrapper{
	min-width:990px;
}

.head{
	background-image:url(images/head_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F6EDE9;
	padding:13px 50px 18px 5%;
}

.head .menu .m3{
   margin-right:3em;
}
.head .leda{
	font-size:160%;
	color:#203286;
	margin:1em 0 0 0;
	padding-left:29px;
}
.head .leda .shop{
	font-size:68%;
	margin:0.4em 0.3em 0 0;
}
.head .leda span{
	color:#E10000;
}
.head .leda .phone{
	color:#E10000;
	font-size:92%;
	margin-top:0.5em;
}
.head .menu{
        margin-left:49px;
}
.head .menu a{
	font-weight:bold;
}
.head .menu a:hover{
	color:#475CBF;
	text-decoration:underline;
}
.head .menu a.act{
	color:#E10000;
}
.head .menu ul{
        margin:1em 0 0 0;
        padding:0;
}
.head .menu li{
     margin-bottom:0.5em;
     padding:0;
     list-style:none; 
}
.head .menu li.act{
	list-style:url('/images/point_red.gif');
}
.button{
	border:1px solid #02104E;
	background-color:#203286;
	color:#fff;
	padding:0 5px 0 5px;
}
.catalog{
	background-image:url('/images/catalog_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EFE4E0;
	padding:0 0 3em 5%;
}
.catalog .catal{
	padding-right:1.5em;
}
.catalog .catal .article{
	width:93%;
}
.catalog .bred{
	border-bottom:1px solid #E10000;
	padding-top:5px;
}

.catalog_in{
	background-image:url('/images/catalog_in_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5EEEA;
}
.catalog_in .grad_right{
	background-image:url('/images/catalog_in_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5EEEA;
}
.catalog_in .grad_left{
	background-image:url('/images/catalog_in_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F5EEEA;
}
.catalog_in .search{
	padding-bottom:30px;
}
.catalog_in .search .bred{
	border-bottom:1px solid #E10000;
	padding-top:5px;
}
.catalog_in .line{
	background-color:#F5EEEA;
}
.catalog_in .wrap{
	background-image:url('/images/list_top_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding-top:11px;
}
.catalog_in .list{
	background-image:url('/images/list_bottom_left.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}
.catalog_in .list .cont{
  position: relative;
	background-image:url('/images/list_top_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	padding:1em 1em 100px 1em;
}
.catalog_in .list .cont .red{
	color:#E10000;
	font-size:115%;
	font-weight:bold;
}
/*.catalog_in .list .cont .red span{
	font-weight:normal;
}*/
.catalog_in .list .cont a.red{
	color:#E10000;
	font-size:100%;
}
.catalog_in .list .cont a.act{
	text-decoration:none;
}
.catalog_in .list ul{
	margin:0;
	padding:0 0 1em 1.2em;
}
.catalog_in .list ul li{
	list-style:url('/images/point_small_blue.gif');
	margin:0;
	padding:0;
}
.catalog_in .list .h7{
	font-size:135%;
	padding:0 0 0.5em 0;
	margin:0 0 0.8em 0;
	border-bottom:4px solid #EEE2DD;
}
.catalog_in .list .h7_1{
	font-size:135%;
	padding:0 0 0.5em 0;
	margin:0 0 0.8em 0;
	border-bottom:4px solid #ffffff;
}
.catalog_in .list .pic{
	margin:30px 0 0 25px;
}
.catalog_in .list_bottom{
	background-image:url('/images/list_bottom_bg.gif');
	background-repeat:repeat-x;
}
.roze{
	background-color:#F5EEEA;
}
.qwert{
	background-image:url('/images/pics_left_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}
.pics_bg{
	background-image:url('/images/pics_left_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F5EEEA;
	height:410px;
}
.pics_bg .pics{
	background-image:url('/images/pics_bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	height:410px;
	position:relative;
}
.pics_bg .pics .cat_in{
	position:absolute;
	top:305px;
	left:40%;
}
.pics_bg .pics .man_in{
	position:absolute;
	left:0;
	top:113px;
}
.pics_bg .pics .flower_in{
	position:absolute;
	left:-30%;
	top:135px;
}
.container{
	background-image:url('/images/center_bg.gif');
	background-repeat:repeat-x;
	position:relative;
	padding:15px 0 0 5%;
	height:282px;
}
.container .cleanness{
	font-size:145%;
	font-weight:bold;
	color:#203286;
}
.container .profession{
	font-size:110%;
	font-weight:bold;
	color:#E10000;
	margin-left:1em;
}
.container .picture{
	margin:20px 0 0 65px;
}
.container .sofa{
	position:absolute;
	left:5%;
	top:127px;
}
.container .flower{
	position:absolute;
	left:24%;
	top:50px;
}
.container .man{
	position:absolute;
	left:30%;
	top:17px;
}
.container .cat{
	position:absolute;
	left:37%;
	top:200px;
}
.container .hot{
	padding:20px 30px 0 0;
	width:50%;
}
.proposal{
	background-image:url('/images/hot_bg.jpg');
	background-repeat:repeat-x;
  text-transform: uppercase;
}
.product{
	background-image:url('/images/product_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#fff;
}
.product .product_bb{
	background-image:url('/images/product_border_b.gif');
	background-repeat:repeat-x;
}
.product span{
	color:#E10000;
	font-size:110%;
	font-weight:bold;
}
.product .three{
	text-align:center;
	width:30%;
}
.product .four{
	text-align:center;
	width:22%;
}
.content{
	padding:0 3em 3em 5%;
	text-align:justify;
}
.news{
	font-size:95%;
}
.news .date{
	width:1%;
	white-space:nowrap;
}
.news .link{
	font-size:105%;
}
.footer{
	background-color:#FCF4F2;
	padding:45px 40px 10px 5%;
}
.footer.in{
	padding:0 40px 10px 5%;
}
.footer .menu_bottom{
	padding-bottom:1.8em;
}
.footer .menu_bottom a{
	margin-right:1em;
	font-weight:bold;
    font-size: 85%;
}
.footer .menu_bottom a.right{
	margin-right:0;
}
.footer .address{
	font-size:79%;
}
.footer .wand{
	padding-right:1.2em;
}
.footer .magic{
	font-size:85%;
}
.footer .magic a{
	color:#E10000;
	text-decoration:none;
}
.footer .magic span{
	font-size:90%;
}
.mr10{
	margin-right:10px;
}
.pl10{
	padding-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.mt10{
	margin-top:10px;
}
.mb25{
	margin-bottom:25px;
}
.mt25{
	margin-top:25px;
}
.w90{
	width:90px;
}
.w80{
	width:60px;
}
.w100{
	width:99%;
}
.w200{
	width:200px;
}
.bnone{
	border:none;
}
.tbl .bg_bottom{
	border-left:1px solid #EEE2DD;
	border-bottom:1px solid #EEE2DD;
}
.grey{
	background-color:#EEE2DD;
}
.tbl .bw_right{
	border-right:1px solid #fff;
}
.tbl .bg_right{
	border-right:1px solid #EEE2DD;
}
.tbl td{
	padding:10px;
}
.wight{
	background-color:#fff;
	background-image:url('/images/list_bottom_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}
.bb{
	border-bottom:1px solid #EEE2DD;
	margin: 15px 0;
}
.qwer{
	background-image:url('/images/list_bottom_right.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.p5{
	padding-left:5%;
}
.p30{
	padding-left:29px;
}
