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

body, html {
	background: #fff;
	font-family: Trebuchet MS, Tahoma, sanf-serif;
}

body {
background: #fff /*url(/i/disco-gold.gif)*/;
}

div {
}

img {
	border: 0;
}

h2, h3, h4 {
font-size: 1.2em;
}

#main {
	margin: 0 auto;
	background: #fff;
	padding: 0 40px;
}


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

#header div {
	float: right;
	font-size: 1.5em;
	line-height: 0.9em;
	padding-top: 20px;
}

#header div p {
	text-align: center;
	margin-left: 30px;
	color: #9168A1;
}


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

h1 {
font-size: 1.2em;
}

div#slogan {
	clear: left;
	float: left;
	font-weight: normal;
	font-size: 0.8em;
	margin:0;
	padding: 0;
	color: #9168A1;
}

div#logo {
display:block;
	float: left;
	background: url('/i/logo.png') no-repeat center;
	width: 210px;
	height: 100px;
	border: 0;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0;
}
#logo span {
	margin-left: -10000px;
	overflow: none;
}

#header #delivery {
	text-align: right;
	color: #F89C36;
	font-size: 0.8em;
	padding-top: 15px;
}

#menu {
	clear: both;
	height: 20px;
	z-index: 4;
	text-align:center;
}

#menu li {
	list-style: none;
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #9d9d9d;
	white-space: nowrap;
	width: 238px;
	padding: 0 2em;
}
#menu li p {
	display: inline;
	height: 52px;
}
#menu li p span {
	position: relative;
	top: 13px;
}
#menu .on  a{
	color: #000;
	text-decoration: none;
}
#menu li span a{
	color: #9d9d9d;
	text-decoration: none;
}

#units {
	text-align: center; 
}
#units ul {
}


#units li {
	list-style: none;
	display: block;
	float: left;
	width: 200px;
	min-height: 200px;
	margin: 15px;
	line-height: 1.2em;
}

#units li:hover {
}

#units img {
	margin: 15px;
}


#units .item {
    height: 412px;
}
#units .item:hover {
}

#units .item img {
	margin: 10px;
}

#units a {
	text-decoration: none;
	color: #141528;
}


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


#notice {
	clear: both;
	text-align: center;
	margin: 10px;
	font-size: 0.8em;
}

#footer {
	clear: both;
	text-align: center;
	margin: 30px;
	font-size: 0.8em;
}

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

#footer a {
	padding: 0 4px;
	text-decoration: none;
	color: #868686;
}

#footer a:hover {
	background: #000;
	color: #f1f0e6;
}

.clear {
	clear: both;
}

#admin {
	display: block;
	clear: both;
}

#brand {
	border: 1px solid #dadad0;
	margin: 10px 0 0;
	padding: 5px;
        border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#brand p {
	margin-right: 10px;
}
#brand img {
	float:left; 
	width: 120px;
	margin: 10px 20px 10px 0;
}
#brand h3 {
	margin-top: 20px;
	color: #d94332;
	font-weight: normal;
	font-size: 1.4em;
}

#definition {
	padding: 40px;
}

#cart {
	border: #dbdbdb 1px solid;
	margin: 10px 0;
	padding: 10px;
	font-size:0.8em;
	line-height: 150%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#cart h3 {
	text-align: left;
}
#cart li {
	list-style: none;
}
#cart .add2cart {
	background: #F89C36;
	color: #fff;
	width: auto;
	padding: 0.3em 1em 0.1em;
	font-weight: bold;
}



.orderform {
	border: #dbdbdb 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 10px;
}

.orderitem {
	border: #dbdbdb 1px solid;
	background: #fff;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 70px;
	margin: 10px 0;
	font-size: 1.2em;
}
.orderitem  p {
    padding: 20px 40px;
}
.orderitem  img.preview{
	float: left;
	height: 70px;
	margin-right: 20px;
}

#order h3 {
	color: #d94332;
	margin: 0 20px 10px;
}
.add2cart, #units .add2cart{
	background: #F89C36;
	color: #fff;
	width: auto;
	padding: 0 0.7em;
	font-weight: bold;
	display: block;
	float: right;
	text-align: center;
	line-height: 150%;
	margin: 0.6em 1em 0.4em 0.5em;
	font-size: 0.9em;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

}

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

form {
}

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 label em {
	font-size:0.7em;
}

form .submit {
	text-align:center;
	color: #fff;
	background: #F89C36;
	margin: 0 auto;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.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'; }

.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;
}

input {
	border: 1px solid #ddd;
}
#orderdelivery {
	height: auto;
	padding: 1em 1em 1.2em 4em;
	line-height: 100%;
}

.infotext {
height:auto;
font-size:0.9em;
}
.toggle {
    text-decoration: underline;
    cursor: pointer;
    margin: 1em;
    list-style-type: disk;
    display: list-item;
}

.price_info {
    padding:1em;
    text-align:center;
    border:1px solid #F89C36;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}
.price_info .add2cart {
    text-align:center;
    float:none;
}

.small {
    font-size: 0.8em;

}

#feedback {
    position: fixed;
    right: 0;
    top: 30%;
}

hr {
    color:#F89C36;
    border:1px solid #F89C36;
    height: 1px;
    margin-bottom: 0.5em;
}

small a {
    text-decoration: none;
}


/* columns */
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
		/* right column background colour */
}
.leftmenu .colleft {
	right:85%;			/* right column width */
}
.leftmenu .col1 {
	width:83%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:15%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
        line-height: 150%;
}
