﻿@import url('form.css');
* {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #efeeee url(../img/site-bg.png) repeat-x top left;
}
/* Header */
#header {
	margin: 0 auto;
	padding: 0;
	width: 63em;
	height: 200px;
}
#header #logo {
	width: 100%;
	height: 89px;
	padding: 0;
	margin-top: 10px;
	background: url(../img/logo.png) no-repeat;
}
/* Header navigation */
#header #must-head {
	width: 100%;
	height: 78px;
	clear: both;
}
#header #must-head ul#navigation {
	float: right;
	height: 77px;
	font-size: 11px;
	padding-right: 0;
}
#header #must-head ul#navigation li {
	display: inline;
}
#header #must-head ul#navigation li a {
	border: none;
	display: block;
	float: left;
	height: 27px;
	line-height: 17px;
	padding: 42px 10px 0px 8px;
	text-decoration: none;
	color: #aaa;
	text-transform: uppercase;
	border-bottom: 5px solid #828282;
	margin-left: 2px;
}
#header #must-head ul#navigation li a:hover {
	background-color: #333;
	color: #eee;
}
#header #must-head ul#navigation li a.frag:hover {
	border-bottom: 5px solid #9c3;
}
/* General-Structure */
#main {
	width: 63em;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: right;
	direction: rtl;
	min-height: 450px;
}
#content {
	width: 41em;
	float: right;
	margin-bottom: 30px;
}
/* Right side */
#leftside {
	width: 19em;
	margin-left: 2em;
	float: left;
	padding: 0 3px;
	line-height: 1.5em;
}
/* Misc */
W hr, .hide {
	display: none;
}
a img {
	border: none;
}
.en {
	direction: ltr;
	text-align: left;
}
input.shop, select.shop, textarea.shop {
	padding: 3px;
	border: 1px solid #aaaaaa;
	font-size: 12pt;
	font-family: arial;
	font-weight: bold;
}
input.soft, select.soft, textarea.soft {
	padding: 3px;
	border: 1px solid #aaaaaa;
 font-family:Tahoma;
 font-size:8.5pt;
}
label {
	padding-right: 4px;
}
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 98%;
	background-color: #EEEEEE;
	border: 1px solid #C4C4C4;
	z-index: 9999;
	color: #333333;
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px;
}
.shopfield1 {
	margin-top: 15px;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}
.shopfield2 {
	margin-top: 15px;
	display: inline-block;
	width: 250px;
}
.btnpay {
	background-color: red;
	width: 146px;
	height: 36px;
	background: url(../img/submit.png) no-repeat center center;
	border: 0;
	cursor: pointer;
}
.btnpay:hover {
	background: url(../img/submit-h.png) no-repeat center center;
}
/* Footer */
#footer {
	margin-top: 2em;
	padding: 0;
	width: 100%;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	background: #000 url(../img/footer-bg.gif);
	color: #666;
}
#footer #footer-stuff {
	width: 64em;
	height: 100px;
	margin: 0 auto;
	padding-top: 25px;
}
#footer p {
	padding: 10px 20px;
	color: #999;
	direction: ltr;
}
#footer p#copyright {
	text-align: center;
	letter-spacing: .04em;
	line-height: 1.6em;
}
div.ajax_loader {
	background: url(/ui/img/loading.gif) no-repeat center center;
	background-color: White;
}
.disabled {
	color: #969696;
}
#hpnl {
	border: 1px solid #CECECE;
	background-color: #F8F8F8;
	margin: 0 auto;
	width: 500px;
	padding: 20px;
	line-height: 2em;
}
#hpnl #ordid {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	padding: 10px;
	background-color: #E5E5E5;
	width: 270px;
}
#hpnl #det {
	padding-right: 100px;
}
#hpnl #btn {
margin:30px;
	text-align: center;
}
.desc
{
    color:#626262;
    font-size:90%;
}
