html, body, html * {
	margin: 0;
	padding: 0;
}

body, html {
	/*background: #e9e4d9;*/
	background: #eeebe6;
	max-width: 1360px;
	font-family: Trebuchet MS, Tahoma, sanf-serif;
}

div {
}

img {
	border: 0;
}

#main {
	width: 98%;
	margin: 0 auto;
}

#header {
	padding: 0;
	margin: 0;
}


#header #phone {
	float: right;
	margin-right: 64px;
	top: 0px;
	font-size: 1.5em;
	line-height: 0.9em;
	letter-spacing: -0.01em;
	background: url('/i/sticky.png') no-repeat top right;
	width: 251px;
	height: 144px;
}

#header div p {
	padding-top: 47px;
	text-align: center;
	margin-left: 30px;
}

#header p span {
	font-size: 0.8em;
}

#header #slogan {
	
	position: absolute;
	text-align: center;
	margin-left: 290px;
	margin-top: 10px;
	font-size: 1em;
	font-weight: normal;
}

#header #banner {
	float: left;
	padding-top: 30px;
	font-size: 1em;
	font-weight: normal;
}

#header #logo {
	float: left;
	background: url('/i/logo.png') no-repeat center;
	width: 192px;
	height: 128px;
	border: 0;
	margin-left: 38px;
	margin-top: 10px;
        display:block;
	cursor: pointer;
}

#header #center {
	float: left;
	background: url('/i/center.png') no-repeat center;
	width: 367px;
	height: 130px;
	border: 0;
	margin-left: 38px;
	margin-top: 10px;
        display:block;
	cursor: pointer;
}

#header #right {
	float: right;
	background: url('/i/right.png') no-repeat center;
	width: 367px;
	height: 149px;
	border: 0;
	margin-left: 38px;
	margin-top: 10px;
    display:block;
}

#header #right #pay {
	top:0;
	float:right;
	background:url('/i/pay.png');
	width:120px;
	height:37px;
	cursor: pointer;
}

#header #line {
	margin-top:146px;
	width:100%;
}

#menu {
	clear: both;
	height: 33px;
	z-index: 4;
    margin:0 auto;
	margin-top:16px;
}

#menu li {
	background: url('/i/menu_bg.png') repeat-x center;
	list-style: none;
	display: block;
	float:left;
	font-size: 1.2em;
	font-weight: normal;
	height: 33px;
	text-align: center;
	color: #666666;
	white-space: nowrap;
	width: 25%;
	font-style: italic;
}
#menu li p {
	display: block;
	height: 33px;
}

#menu_arr, #menu_larr {
	width: 17px;
	height: 33px;
}
#menu_arr {
	float:right;
	background: url('/i/menu_arrow.png') no-repeat right top;
}
#menu_larr {
	float:left;
	background: url('/i/menu_larrow.png') no-repeat right top;
}
#menu li p span {
	position: relative;
	top: 3px;
}
#menu .passed  a{
	color: #c00;
	text-decoration: underline;
	font-style: italic;
}
#menu li span a{
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

#menu li.on {
	background: url('/i/menu_bg_on.png') repeat-x center;
	color: #fff;
	font-style: italic;
}

#menu_left {
	background: url('/i/menu_left.png') no-repeat left top;
	float:left;
	width: 9px;
	height: 33px;
}

#menu_right {
	background: url('/i/menu_right.png') no-repeat right top;
	float:right;
	width: 9px;
	height: 33px;
}
.on #menu_left {
	background: url('/i/menu_left_on.png') no-repeat right top;
}
.on #menu_right {
	background: url('/i/menu_right_on.png') no-repeat right top;
}

#left_bar {
	float:left;
}

#left_bar #banner {
	margin-top:32px;
	max-width: 238px;
}

ul li.bonus_section_on {
	background: #fff url('/i/bonus_left.png') no-repeat left;
}

.tag {
	font-size: 0.8em;
	color: #878787;
}


#footer {
	clear: both;
	text-align: center;
	margin: 30px;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer a {
	padding: 0 4px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #188d28;
	text-decoration: underline;
	border: 2px solid #eeebe6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer a:hover {
	background: #188d28;
	color: #fff;
	border: 2px solid #188d28;
}

#contacts {
	background:#f0ede5;
}

#bottom {
	background:#c4c4c4;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	height:67px;
}

.clear {
	clear: both;
}

#admin {
	display: block;
	clear: both;
        width: 80%;
        margin: 0 auto;
}

h4 {
	text-align: left;
	color: #d94332;
	font-weight: normal;
	margin: 40px 0 0 22px;
	font-size: 1.2em;
	clear: both;
}
#brand .brand-logo {
	float:left;
	width: 170px;
	height: 170px;
}
#brand div.delivery {
	float:left;
	width: 219px;
	height: 128px;
	margin-left: 32px;
	background: url('/i/delivery.png') no-repeat;
}
#brand div.delivery p {
	color:#fff;
	margin-left: 16px;
	margin-right: 16px;
}
#brand div.delivery p.delivery {
	margin-top:4px;
	font-style:italic;
	font-size:18px;
}
#brand div.delivery p.time {
	margin-top:4px;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
#brand div.delivery p.free_delivery {
	margin-top:16px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#brand div.delivery p.delivery_map {
	margin-top:16px;
	text-align:center;
}
#brand div.delivery p.delivery_map a {
	text-decoration: underline;
	color: #a00;
	font-style:italic;
	font-size:18px;
}

#brand div.desc {
	float:right;
	background: #fff;
	margin-left: 32px;
	margin-right: 288px;
	padding: 16px;
	max-width:544px;
	border: #dbdbdb 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#brand h1 {
	font-style:italic;
	margin-top: 20px;
	color: #c00;
	font-weight: normal;
	font-size: 1.6em;
}
#definition {
	padding: 40px;
}

#cart {
	top:196px;
	clear:both;
	float:right;
	position: fixed;
	width: 20%;
	min-height: 50%;
	background: #fff url('/i/check.jpg') top center repeat-y;
	border: #dbdbdb 1px solid;
	margin-top: 10px;
        margin-left:79%;
	padding: 0 10px 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        overflow: auto;
}

#cart h3 {
	text-align: center;
}
#cart li {
	list-style: none;
        font-size: 0.8em;
}

#container {
	width:100%;
}
#container b.header {
	margin-right:16px;
	color: #00aa38;
}
#container td.text {
	line-height:1.2em;
}

input, textarea {
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.order-products {
	border: 1px solid #dadad0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
	padding-bottom:16px;
	/*padding:16px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;*/
	color: #b32d38;
}

.orderitem {
	clear:both;
	background: #fff;
	padding: 4px;
	height: 48px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
}
.orderitem  p {
padding: 6px 40px;
}
.orderitem  img.preview{
	float: left;
	height: 48px;
	margin-right: 20px;
}

#order {
    width: 80%;
    margin: 0  auto;
}

#order h3 {
	color: #d94332;
	margin: 30px 20px 10px;
}

h3.static-header {
	color: #b32d38;
	font-style:italic;
	font-size:26px;
}

p.static-text {
	line-height:1.2em;
	font-size:15px;
}

div.thanks {
	width:316px;
	height:42px;
	border: 1px solid #dadad0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	background:#fff;
	padding-top:16px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color: #b32d38;
}

div.up_button {
	float:left;
	position:fixed;
	left:0;
	top:0;
}

div.up_button a {
	font-weight:bold;
	color:#b32d38;
	text-decoration:none;
}
div.up_button a:hover {
	color:#fff;
	background:#b32d38;
}

.supps_a, .vars_a{
	float: left;
	position: absolute;
}
.supps, .vars{
	border: 10px solid #dadad0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	display: none;
	z-index: 50;
	background-color: #dadad0;
	padding: 24px;
	float: left;
	position: relative;
}
.supps_a table, .vars_a table {
	font-size: 12px;
}
.supps_a img, .vars_a img {
	min-width: 57px !important;
	border: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	margin: 2px 2px 2px 2px !important;
}

#units .supps_button, #units .vars_button, .supps_button, .vars_button {
	background: url('/i/button2.png') center no-repeat;
	width: 97px;
	height: 20px;
	line-height: 100%;
}

.add2cart, #units .add2cart{
	background: url('/i/button.png') center no-repeat;
	width: 111px;
	height: 27px;
	line-height: 150%;
}

.add2cart_supp, #units .add2cart_supp{
	background: url('/i/add.gif') center no-repeat;
	width: 16px;
	height: 16px;
}

.supps_button, .vars_button, #units .supps_button, #units .vars_button, .add2cart, #units .add2cart, .add2cart_supp, #units .add2cart_supp{
	color: #fff;
	font-size: 15px;
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 1em 0.4em 0.5em;
	text-decoration: none;
}

#units .price {
	display: block;
	line-height: 150%;
	float: left;
	margin: 0.4em 0.5em 0.4em 1em;

}

#price_all {
	width:12em;
	font-size: 1.2em;
	text-align:center;
	display:block;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	text-transform: uppercase;
	margin: 0 auto;
}
.price_all  {
	display:block;
	text-align: center;
	font-size: .8em;
	font-style: normal;
	color: #777;
	margin: .5em;
}

form {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #9d9d9d;
	margin: 0 auto;
	width: 45em;
}

input {
	background: #fff;
	border: 1px solid;
	border-left: #c1c1c0;
	border-top: #cecece;
	border-right: #fcfcfa;
	border-bottom: #fcfcfa;
	font-size: 1em;
	padding: 0.4em 0.6em;
}

input.short {
	width: 2em;
	text-align: center;
}
form dt {
	
}

form dd {
}

form dl div {
	float: left;
	margin: 0.5em;
}
form dl+div {
	padding: 0 0.5em 1em;
}
form div input+label {
	margin-left: 0.5em;
}
div input {
	
}
form .submit {
	text-align:center;
	background: url('/i/submit_order.png') no-repeat center;
	width: 216px;
	height: 42px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	cursor: hand;
}
.centered {
	text-align:center;
}

@font-face { font-family: "Rubl Sign"; src: url(/css/ruble.eot); }
span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }

span.rursign {
	text-decoration: line-through;
}

.faded {
  opacity: 0.4;
   filter: alpha(opacity=40);
   zoom: 1;
}

.error {
	border: 1px solid #f00;
}
label.error { border: 0; color: red;font-weight: bold;}

#delivery em {
	font-size: 0.6em;
	text-align:center;
	font-style: normal;
}

#SortList li {
	list-style: none;
}
.article {
padding: 10px;
}
.article p {
margin: 5px;
}

.tooltip{
 position:absolute;
 z-index:999;
 left:-9999px;
 background-color:#dedede;
 padding:5px;
 border:1px solid #fff;
}

.tooltip p{
 margin:0;
 padding:0;
 color:#fff;
 background-color:#222;
 padding:2px 7px;
}

#orderform {
    text-align: center;
    width: auto;
}
#orderform div.centered {
    display: block;
    clear: both;

}

.banner_right1 {
	z-index:10;
	position:fixed;
	float:right;
	right:0;
	top:10px;
}

.banner_right2 {
	z-index:10;
	position:fixed;
	float:right;
	right:0;
	bottom:10px;
}

.banner_right1 img {
	max-height:186px;
	max-width:256px;
}

.banner_right2 img {
	max-height:72px;
	max-width:256px;
}

