@font-face {
font-family: 'MCSm';
	src: url('index/fonts/menufont.eot');
	src: local('e'), url('index/fonts/menufont..woff') format('woff'), url('index/fonts/menufont.ttf') format('truetype'), url('index/fonts/menufont.svg#webfontK5Fh0xvP') format('svg');
	font-weight: normal;
	font-style: normal;
}

td {text-indent: 0;}
td.header {color: #ca4a11;font-weight: bold;white-space: nowrap;text-align: center;font-style: italic;font-size: 20pt;}
.body {color: #000000;font-family: 'Arial Cyr';font-size: 12pt;text-indent:2em;}
.copyright {color: #000000;font-family: 'Arial Cyr';white-space: nowrap;font-size: 8pt;}
.prod {color: #000000;font-family: 'Arial Cyr';font-size: 12pt;}
span.tip {color: #000000;font-family: 'Arial Cyr';font-size: 8pt;font-weight:normal}
h6.boring {font-size:6pt}
a {text-decoration:none;color:#ca4a11;}
p {margin:10px 0;}
.menu_lnk {font-family: 'MCSm', 'Arial Cyr';font-size: 12pt;text-transform: uppercase;}
.menu_lnk2 {font-family: 'MCSm', 'Arial Cyr';font-size: 10pt;text-transform: uppercase;display:block;margin-left:20px;}
a:hover {text-decoration:underline;}
center {text-indent: 0;}
ul.submenu {
	margin:0 10px;
}

ul.submenu li{
	margin:15px 0;
	text-indent: 0;
	color:#ca4a11;
}
ul.submenu li a {
	font-family: 'Arial Cyr';
	font-size:12pt;
	font-weight:bold;
}
h2.title {
	margin:20px 0 30px;
	color:#ca4a11;
	font-size: 18pt;
	text-transform: uppercase;
}

a.button {
	display:inline-block;
	width:137px;
	height:18px;
	background-image:url("index/img/button.png");
	font-family:Arial;
	font-size:12px;
	color:white;
	text-align:center;
	padding:5px 0 3px;
	margin:15px 0 0;
}

a.button:hover {
	text-decoration:none;
}

/*------------------ Cart ----------------------*/

.buy {
	display:inline-block;
	width:128px;
	height:28px;
	background-image:url("index/img/buy4.jpg");
}

#cart {
	float:right;
	width:243px;
	height:38px;
	margin:8px 10px 0 0;
	background-image:url("index/img/cart15.jpg");
}

#cart .count {
	display:block;
	padding:4px 0 0 140px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	color:#fafafa;
}

#cart .count a {
	font-size:14px;
	color:#fafafa;
	text-decoration:underline;
}

#cart_div {
	width:880px;
	min-height:300px;
	background-color:white;	
	padding:0 10px 10px;
	border:2px solid #333;
	border-radius:6px;
        overflow-y:auto;
        position:absolute;
}

#cart_div div.loader{
	padding:140px 0 0 430px;
}

.empty {
	text-align:center;
	font-size:20px;
	background-color:#ddf;
	padding:10px;
	color: #557;
	border:1px solid;
}

table.cart {
	border-collapse:collapse;
	width:100%;
}

table.cart th {
	background-color:#f0f0f0;
	height:40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

table.cart td {
	padding:0 10px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	height:50px;
}

table.cart td.name {
}

table.cart .count {
	width:50px;
	text-align:center;
}

table.cart td.price, table.cart td.amount {
	width:150px;
	text-align:center;
}

table.cart td.img {
	width:100px;
	text-align:center;
}

table.cart td.cmd {
	width:40px;
	text-align:center;
}

table.cart td.img img{
	height:40px;
}

table.cart tr.amount {
	background-color:#f8f8f8;
	font-size:18px;	
}

table tr.deliv_price td{
	height:30px;
}

.cntpm {
	margin:0 3px;
	cursor:pointer;
}

#cart_added {
	width:300px;
	padding:15px;
	background-color:#fec;
	border:2px solid #543;	
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
//     _top:expression(eval(document.documentElement.scrollTop));
//     _left:expression(document.documentElement.offsetHeight-4+'px');
}

#cart_added p {
	text-align:center;
}

#cart_added a {
	float:left;
	cursor:pointer;
}

#cart_added a.right {
	float:right;
}

/*----------------- Order ------------------*/

#order_prefs {
	font-family:"Arial";
	width:900px;
	min-height:665px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid;
	position:relative;
	border-radius:10px;
}

#summary {
	position:absolute;
	top:0;
	right:0;
	width:230px;
	height:75px;
	padding:10px 0 0 5px;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:white;
	border-bottom-left-radius: 10px;
}

#summary .line {
	padding:3px 10px;
}

#summary .line .label{
	width:140px;
	display:inline-block;
	font-size:12px;
	color:#888;
}

#summary .line .data{
	font-size:12px;
}

#order_prefs #inner {
	width:3000px;
	margin-left:-1px;
}

#order_prefs span.req {
	color:red;
}

#inner  .step {
	width:900px;
	min-height:665px;
	float:left;
	border-left:1px solid;
	position:relative;
}

#inner  .prev {
	float:left;
	margin-left:50px;
}

#inner  .next {
	float:right;
	margin-right:50px;
}

#inner  .step  .nav {
	/*position:absolute;*/
	left:0;
	bottom:0;
	width:900px;
	height:55px;
}

#req_fields, #delivery, #pay_sel {
	padding:15px 10px 15px;
}
#delivery, #pay_sel {
        min-height: 400px;
}
#delivery {
	border-top:1px solid;
/*        min-height: 665px;*/
}

#req_fields .line ,#deliv_dets .line{
	padding:5px;
}

#req_fields input, #req_fields select {
	border:1px solid #999;
	padding:5px;
	width:200px;
}

#req_fields label {
	display:inline-block;
	width:130px;
	font-size:14px;
}

.select {
	padding:10px 0;
}

.select input {
	margin:0 10px 0 3px;
	vertical-align:middle;
}

.select .name {
	font-size:14px;
}

.select .descr{
	margin:10px 25px;
	font-size:13px;
	color:#777;
}

.select .note {
	color:#222;
	font-size:13px;
	margin:10px 0;
}

.select .data {
	margin:0 25px;
}

.select .field {
	margin:5px 0;
}

.select .data label {
	font-size:13px;
	color:#555;
	display:inline-block;
}

.select .data label.pwidth {
	width:50px;
}

.select .data input{
	border:1px solid #999;
	padding:3px 5px;
}

#deliv_dets {
	height:75px;
	padding:15px 10px 10px;
	border-bottom:1px solid;
}

#deliv_dets .line, #order_dets .line{
	font-size:12px;
	color:#888;
}

#order_dets .line{
	padding:5px 0;
}

#deliv_dets .line .data, #order_dets .line .data{
	color:#333;
}

#deliv_addr {
	padding-top:5px;
}

#order_dets {
	height:80px;
	padding:10px 20px;
	border-bottom:1px solid;
}

#order_dets .label{
	display:inline-block;
	width:100px;	
}

#goods_list{
	padding:10px 0;
}
