html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body{
	width:100%;
	padding:0;
	margin:0;
	color:#3f3f3e;
	background: #c2e8e4;
	font-size:12px;
background-image:url(../img/ff-3.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Tahoma, Helvetica, Arial;
	text-align:center; /*IE fix*/
}

h1, h3 {
	color:  #ae1516;
	margin:0 0 10px;
}

.header, h1{
	font-family:'Trebuchet MS';
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	padding:0 0 5px;
	color:#ae1516;
}
h1.catalog {
    padding:0 0 5px 25px;
    font-size:18px;
    color:#ae1516;
}

img, map{
	border:0;
}

form, select, object{
	margin:0;
	padding:0;
}

a, a:link{
	text-decoration:underline;
	color:#ae1516;
}

a.orange, a.orange:link{
	text-decoration:underline;
	color:#df9a09;
}

a:hover{
	text-decoration:none;
}

td{
	vertical-align:top;
	font-size:12px;
}

.db{display:block}
.dn{display:none}
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right;}
.red{color:#ff0000}
.green{color:#00ff00}
.white{color:#ffffff}
.al{text-align:left !important}
.ac{text-align:center !important}
.ar{text-align:right !important}
.dh {background-color:#d9dddd;}
.dd {background-color:#dfdfdf;}
.dl {background-color:#f8f9f9;}
.dh td{font-weight:bold;}
.fullwidth{width:100% !important}
.small{font-size:10px !important;}

/* Wrap */

#wrap{
	width:1000px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#wrap2{
	background:url('/img/footer.png') bottom left no-repeat;
}

/* /Wrap */

/* Interface */

.text{
	width:70%;
	height:19px;
	border:1px solid #fd7488;
	color:#6f6f6f;
	font-size:11px;
	background:#fafefe;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.text:hover, .textarea:hover,.textarea_small:hover, .textarea_medium:hover, .textarea_large:hover, .select:hover{
	border:1px solid #fd4663;
}

.textarea, .textarea_small, .textarea_medium, .textarea_large{
	width:70%;
	height:250px;
	border:1px solid #fd7488;
	color:#6f6f6f;
	font-size:11px;
	background:#fafefe;
border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.select, .file{
	width:70%;
	height:22px;
	margin:0;
	border:1px solid #fd7488;
	color:#6f6f6f;
	font-size:11px;
	background:#fafefe;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.textarea_small{
	width:70%;
	height:150px;
}

.textarea_medium{
	width:100%;
	height:200px;
}

.textarea_large{
	width:100%;
	height:350px;
}

.select option{padding:3px;}

.pager{
	margin:10px 0;
	border-width:1px 0;
	border-color:#ccc;
	border-style:dashed;
}

.pager table{margin:0 auto}

.pager a{
	margin:1px;
    font-weight: bold;
}

.page_active{
	text-decoration:none !important;
	cursor:normal !important;
}

.pager td{
	padding:10px;
	font-size:16px;
	text-align:center;
	line-height:18px;
	vertical-align:middle !important;
}

.colors a, .color a:link{
	color:#000 !important;
}

#search input[type="text"], #search select{
	width:100% !important;
}

input[type="checkbox"]{
	color:#3e7c02;
	border-color:#fd7488;
}

/* /Interface */

#auth_form input{
	margin:0;
}

#auth_form{
	line-height:14px;
}

#auth_form input[type="text"], input[type="password"]{
	height:18px;
}

#basket{
	padding:0 2px 5px;
}

.menu_button, .menu_button:link{
	display:block;
	width:143px;
	height:36px;
	border:0;
	background:url('/img/button.png') top left no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding:12px 0 0;
	font-weight:bold;
}

.menu_button:hover{
	cursor:pointer;
	color:#fff;
	background:url('/img/button_hover.png') top left no-repeat;
}

.button_small{
	width:81px;
	height:22px;
	border:0;
	background:url('/img/button_small.png') top left no-repeat;
	color:#fff;
	font-weight:bold;
}

.button_small:hover{
	cursor:pointer;
	background:url('/img/button_small_hover.png') top left no-repeat;
}

.button_large{
	width:137px;
	height:22px;
	border:0;
	background:url('/img/button_large.png') top left no-repeat;
	color:#fff;
	font-weight:bold;
}

.button_large:hover{
	cursor:pointer;
	background:url('/img/button_large_hover.png') top left no-repeat;
}

.button_megalarge{
	width:245px;
	height:22px;
	border:0;
	background:url('/img/button_megalarge.png') top left no-repeat;
	color:#fff;
	font-weight:bold;
}

.button_megalarge:hover{
	cursor:pointer;
	background:url('/img/button_megalarge_hover.png') top left no-repeat;
}

#menu{
}

#menu td{
	text-align:center;
}

#search_container{
	width:278px;
	height:70px;
	padding:19px 10px 0 11px;
	background:url('/img/search_container.png') top left no-repeat;
}

#navigation{
	border:1px solid #fd7488;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#phones_container{
	width:178px;
	vertical-align:bottom;
	text-align:center;
}

#phones img{
	display:block;
	margin:10px auto
}

#sidebar{
	width:220px;
}

#vmenu .first:first-child{
	border-top:none;
}

#vmenu .first, #vmenu .first:link{
	color:#ae1516;
	text-decoration:none;
	border-top:1px solid #dddddd;
	display:block;
	padding:5px 0 8px 30px;
/* 	margin:5px 0; */
	line-height:13px;
}

#vmenu a:hover, #vmenu .first:hover{
	color:#fd7488;
	text-decoration:underline;
}

#vmenu .current{
	color:#ae1516;
	font-weight:bold;
	text-decoration:none;
}

.sub{
	padding-left:18px;
	background:url('/img/bullet_blue.png') 0 8px no-repeat;
}

.sub a, .sub a:link{
	color:#ae1516;
	font-size:11px;
	text-decoration:none;
	border-top:1px solid #dddddd;
	display:block;
	padding:5px 0;
}

.sub_orange{
	padding-left:18px;
	background:url('/img/bullet_orange.png') 0 8px no-repeat;
}

.sub_orange a, .sub_orange a:link{
	color:#ae1516;
	font-size:11px;
	text-decoration:none;
	border-top:1px solid #dddddd;
	display:block;
	padding:5px 0 0;
	margin:5px 0;
}

.sub_orange .current{
	color:#edaa1e !important;
	font-weight:bold;
}

.sub:hover, .sub_orange:hover{
	color:#fd7488
}

.row{
	border-top:1px solid #dddddd;
	padding:10px 5px;
}

.news_description{
	font-size:11px;
	margin:5px 0;
	text-align:justify;
}

.date{
	color:#408907
}

.shop{
	width:50%
}

.shop_sm{
	width:33%;
	text-align:center;
}

.shop_sm .preview{
	margin:10px auto !important
}

.shop_right{
	padding-left:12px;
}

.tl, .tc, .tr, .cl, .cr, .bl, .bc, .br{
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}

.tl{
	background:url('/img/item/tl.png') top left no-repeat;
	height:10px;
}
.tc{
	background:url('/img/item/tc.png') top left repeat-x;
}
.tr{
	background:url('/img/item/tr.png') top right no-repeat;
}
.cl{
	background:url('/img/item/cl.png') top left repeat-y;
}
.cc{
	background:#fff;
}
.cr{
	background:url('/img/item/cr.png') top right repeat-y;
}
.bl{
	background:url('/img/item/bl.png') top left no-repeat;
	width:10px;
	height:16px;
}
.bc{
	background:url('/img/item/bc.png') top left repeat-x;
}
.br{
	background:url('/img/item/br.png') top right no-repeat;
	width:16px;
}

.item_control{
	text-align:center;
	width:218px;
	height:54px;
	background:url('/img/item_control.png') top left no-repeat;
}

.item_control a, .item_control a:link{
	color:#28abe8;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	position:relative
}

.item_control a:hover{
	text-decoration:underline;
}

#footer td{
	vertical-align:middle;
	font-size:11px;
	padding:2px 0px
}

.preview{
	display:block;
	margin:3px 8px 5px 0;
	cursor:pointer;
}

.preview_details{
	display:block;
	margin:5px auto !important;
	cursor:pointer;
}

.preview_similar{
	width:1%;
	vertical-align:top
}

.preview_similar img, .preview_latest{
	display:block;
	margin:0 auto;
	cursor:pointer;
}

.block{
	width:191px;
	height:129px;
	background:url('/img/block.png') top left no-repeat;
	padding:0 5px;
	overflow:hidden
}

.block .title{
	color:#fff;
	text-align:center;
	display:block;
	font-variant:small-caps;
	height:31px;
	padding-top:8px;
	font-size:16px;
}

#head{
	display:block;
	margin:0 auto;
}

.item_t_sm a, .item_t_sm a:link, .item_t a, .item_t a:link, .block_top{
	color:#fff;
	text-align:center;
	font-weight:bold;	
	font-variant:small-caps;
	font-size:13px;
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
}

.item_t_sm a:hover, .item_t a:hover{
	color: #efefef;
}

.item_t_sm td, .item_t td{
	vertical-align:middle;
	height:36px;
}

.item_t{
	width:368px;
	height:36px;
	background:url('/img/item_t.png') top left no-repeat;
	text-align:center;
}

.item_t_sm{
	width:232px;
	height:36px;
	background:url('/img/item_t_sm.png') top left no-repeat;
	text-align:center;
}

.item_c{
	background:url('/img/item_c.png') top left repeat-y;
	padding:10px 10px 0;
	width:348px;
	overflow:hidden;
}

.item_c_sm{
	background:url('/img/item_c_sm.png') top left repeat-y;
	padding:10px 10px 0;
	width:232px;
	overflow:hidden;
}

.item_b{
	background:url('/img/item_b.png') top left no-repeat;
	height:10px;
	margin-bottom:20px;
}

.item_b_sm{
	background:url('/img/item_b_sm.png') top left no-repeat;
	height:10px;
	margin-bottom:20px;
}

.block_top{
	width:212px;
	height:38px;
	background:url('/img/block_top.png') top right no-repeat;
}

.block_top td{
	vertical-align:middle;
	height:38px;
	color:#fff;
	text-align:center;
	font-weight:bold;	
	font-variant:small-caps;
	font-size:14px;
}

.block_center{
	background:url('/img/block_center.png') top left repeat-y;
	padding:7px 10px 0;
	width:181px;
	overflow:hidden
}

.block_bottom{
	width:201px;
	height:13px;
	background:url('/img/block_bottom.png') top left no-repeat;
	margin-bottom:10px;
}

.stitle{
	color:#ae1516;
	font-weight:bold;
}

.frame_top{
	width:744px;
}

.frame_top td{
	height:36px;
	vertical-align:middle;
	color:#fff;
	text-align:center;
	font-size:14px;
	background:url('/img/frame_top.png') top left no-repeat;
}

.frame_center{
	background:url('/img/frame_center.png') top left repeat-y;
	padding:7px 10px 0;
	width:724px;
	margin:0;
}

.frame_center *{margin:0}

.frame_bottom{
	background:url('/img/frame_bottom.png') top left no-repeat;
	width:744px;
	height:10px;
	margin:0;
}

.frame_top h1, .frame_top .h1{
	color:#fff;
	text-align:left;
 	font-variant:small-caps;
	font-weight:bold;
	font-size:14px;
	margin:0 0 0 15px;
	padding:0;
	font-style:normal;
}

.advertising{
	text-align:center;
}

.advertising img{
	margin:3px;
}

.qty{
	display:block;
	margin:3px auto;
	text-align:center;
	font-weight:bold;
	color:#f00;
}

.similar{
	vertical-align:top
}

.error{
	position:absolute;
	z-index:100000;
	/* supply height to ensure consistent positioning for every browser */
/* 	height:15px; */
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	max-width:300px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow:0 0 6px #ddd;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	-khtml-box-shadow: 0 0 6px #ddd;
}

.error em {
	bottom:-9px;
	_bottom:-14px;
	display:block;
	height:9px;
	width:17px;
	left:10px;
	position:absolute;
	z-index:100001;
	background:url('/img/arrow.gif') top left no-repeat;
}

.error p{
	padding:0;
	margin:0;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:1;

	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
	padding:2px 0;
	height:22px;
}

#caltitle {
	font-size:14px;
	color:#0150D1;
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url('/img/dateinput/prev.gif') no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url('/img/dateinput/next.gif');
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;
}

/* year/month selector */
#caltitle select {
	font-size:10px;
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;
}

/* offmonth day */
a.caloff {
	color:#ccc;
}

.basket td{
	vertical-align:middle
}