body {
	margin: 0;
	padding: 0;
	height: 100%;
	left: 0;
	min-height: 100% !important;
	min-width: 100%;
	background: url(./images/95756519.jpg) #fff left bottom fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 200px;
	vertical-align: top;
}

#wrapper {
	width: 100%;
	margin-bottom: 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#warp{
	width: 1120px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	min-width: 1120px;
	height:68px;
	background:url(./images/headbg.jpg) repeat-x top;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.5);
	behavior: url(./js/pie/PIE.htc);
position: absolute;
	z-index: -1;
}

#inHead {
	width: 1120px;
	height: 140px;
	margin: 0 auto;
}

#logo {
	display: block;
	float: left;
	width:314px;
	height: 112px;
	background: url(./images/logobg.png);
	-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 18px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 18px rgba(0, 0, 0, 0.75);
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior: url(./js/pie/PIE.htc);
}

#logo img {
	margin: 15px 15px;
}

.in {
	display: block;
	float: right;
	background: url(./images/inbg.png) bottom right no-repeat;
	width: 575px;
	height: 125px;
	padding-right: 30px;
}

.login {
	display: block;
	float:left;
	width: 280px;
	height: 30px;
	padding-top: 10px;
}

.pass {
	display: block;
	float: right;
	width: 280px;
	height: 40px;
	padding-top: 10px;
}

.in p {
	color: #0073AC;
	font:  Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	float: left;
	padding-top: 7px;
	padding-right: 5px;
}

.in #cur_link {
	display: block;
	float: left;
	border: none;
	background: transparent;
	padding: 5px 0 0 0;
	height: 44px; 
	width: 247px; 
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline; 
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0073AC;
}

.in #mbtn {
	display: block;
	float: right;
	border: none;
	padding: 14px auto auto auto;
	height: 44px;
	width: 247px;
	background: url(./images/in.png); 
	cursor: pointer;
	text-decoration: none; 
	font: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #fff;
	z-index: 10;
}

.in #mbtn #qwe {
	padding: 12px 0 0 0;
	margin: 0;
	text-align: center;
	font: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #fff;
	width: 247px;
}

.in .mbtn {
	display: block;
	float: right;
	border: none;
	padding: 14px 0 0 0;
	height: 32px;
	width: 247px;
	background: url(./images/in.png) top center no-repeat; 
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #fff;
	z-index: 10;
}

.in #inp_login {
	display: block;
	float: right;
	height:27px; 
	width: 205px;
	cursor:text;
	border: #dadada solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./js/pie/PIE.htc);
	padding: 0 0 0 5px;
	color: #4c4c4c;
}

.in #inp_password {
	display: block;
	float: right;
	height:27px; 
	width: 205px;
	cursor:text;
	border: #dadada solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./js/pie/PIE.htc);
	padding: 0 0 0 5px;
	color: #4c4c4c;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	background: #fff;
	padding: 0 0 0 270px;
	margin-top: 30px;
}
.concon{
padding: 10px;
float: right;
border: 1px solid #e9e9e9;
height: auto;
width: 780px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f0f0f0));
background: -webkit-linear-gradient(#fff, #f0f0f0);
background: -moz-linear-gradient(#fff, #f0f0f0);
background: -ms-linear-gradient(#fff, #f0f0f0);
background: -o-linear-gradient(#fff, #f0f0f0);
background: linear-gradient(#fff, #f0f0f0);
-pie-background: linear-gradient(#fff, #f0f0f0);
behavior: url(./js/pie/PIE.htc);
}
.conBg{
margin: -20px auto auto 150px;
position: absolute;
}
.concon1{
padding: 20px 10px;
float: right;
border: 1px solid #e9e9e9;
height: auto;
width: 780px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f0f0f0));
background: -webkit-linear-gradient(#fff, #f0f0f0);
background: -moz-linear-gradient(#fff, #f0f0f0);
background: -ms-linear-gradient(#fff, #f0f0f0);
background: -o-linear-gradient(#fff, #f0f0f0);
background: linear-gradient(#fff, #f0f0f0);
-pie-background: linear-gradient(#fff, #f0f0f0);
behavior: url(./js/pie/PIE.htc);
}

.concon  p, .concon1 p{
	color: #4c4c4c;
	font: "Tahoma", Geneva, sans-serif;
	font-size: 14px;
	line-height: 200%;
}

.name img{
height:40px;
width:2px;
float: left;
margin: -2px 3px auto auto;
}
span.name h1{
margin-top: -5px;
}
.border{
margin-top: 5px;
border-bottom: 2px dashed #25628e;
margin-bottom:5px;}
.state img{
float: left;
max-height:200px;
max-width: 200px;
}
.context{
margin: 10px 5px 5px 210px;
height: 200px;}
.contextV{
margin: 10px 5px 5px 5px;}
.context a{
color: #0094D6;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	background: #fff;
	width: 250px;
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topnav {
	width: 250px;
	padding: 40px 28px 25px 0;
	font-family: "Tahoma", Geneva, sans-serif;
}

ul.topnav {
	margin: 30px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li {}

ul.topnav li a {
	line-height: 10px;
	font-size: 16px;
	padding: 10px 5px;
	color: #007CB1;
	display: block;
	text-decoration: none;
}

ul.topnav li a:hover {
	background-color:#007CB1;
	color:white;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	outline:0;
}

ul.topnav ul li a:hover {
	background-color:007CB1;
	color:#fff;
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:right;
}	

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1120px;
	margin: -60px auto 0;
	height: 60px;
	position: relative;
}

.search {
	display: block;
	float: left;
	background: url(./images/searchBg.png) no-repeat top left;
	width: 288px;
	height: 29px;
	padding: 3px 10px 3px 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#searchText {
	background: transparent!important;
	display: block;
	float: left;
	border: none;
	cursor: text;
	width: 255px;
	height: 22px;
	padding: 0 0 0 5px;
}

#searchSubmit {
	display: block;
	float: right;
	border: none;
	background: url(./images/loop.png) center no-repeat;
	height: 22px;
	width: 14px;
	border: 0;
}

.footerMenu {
	display: block;
	float: right;
	height: 35px;
	width: 800px;
}

#footer li {
	float: right;
	padding-left: 10px;
	white-space: nowrap;
	display: block;
	margin: 0;
}

#footer li a {
	color: #25628e;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding-left: 10px;
	white-space: nowrap;
	display: block;
	margin: 0;
}

.po_table th, .po_table td {
	border: 1px solid rgb(0, 148, 214);
}

.po_table th {
	background: #e9e9e9;
}

.error_info {
	color: red;
	font-size: 14px;
}

#lb_news {
	background: #ffe0e0;
	padding: 20px 10px 10px 10px;
}

.curai {
	display: block;
	float: right;
	height: 50px;
	width: 800px;
}

.caii {
	background: url(./images/bnr.png) top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: left;
	height: 20px;
	width: 240px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.caid {
	display: block;
	float: left;
	height: 40px;
	width: 10px;
}

.noline {
	width: 350px;
}

#order_form th, #order_form td {
	font-size: 14px;
	vertical-align: middle;
}

#order_form img {
	display: block;
	float: right;
	height: 30px;
	padding: 3px 5px;
}

#order_form label {
	display: block;
	float: right;
	padding-top: 7px;
}

.ulli li {
	list-style-type: circle;
	margin-left: 20px;
	padding-left: 10px;
}

#kvitantsiya {
	padding: 20px 10px;
}

.clear {
	clear: both;
}

.shop_add {
	display: block;
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}

.shop_item {
	display: block;
	clear: both;
	margin-bottom: 25px;
}

.zemText {
	width: 400px;
}

#yab-checkout-table img {
	display: block;
	float: left;
	height: 40px;
	padding: 0px 5px 5px 0px;
}

.yab-shop-required {
	clear: both;
	display: block;
}

.yab-shop-required-notice {
	color: Red;
	padding: 0px;
	margin: 0px;
}

.yab-shop-notice {
	color: red;
	padding-bottom: 15px;
}

.yab-checkout-price, .yab-checkout-sum, .yab-checkout-bp, .yab-checkout-bp-sum {
  text-align: right;
}

.yab-checkout-bp-sum {
	color: #009DDC;
	font-weight: bold;
}

.tou {
	clear: both;
	display: block;
}

.tou label {
	width: 400px;
}

.cbl {
	clear: both;
	width: 500px;
	padding-top: 15px;
}

.old_price {
	text-decoration: line-through;
}

.sale p {
	color: Red;
	font-weight: bold;
}

.pslogo {
	clear: both;
	display: block;
	margin-top: 25px;
}

.pslogo img {
	display: block;
	float: left;
	padding: 5px;
}
