html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;	
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: white;
	color: white;
}

a {
	color: #ecce32;
}

a:hover {
	color: #f9dd4e;
}

input, textarea {
	border: 1px solid black;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.wrap {
	margin: 0 auto;
	width: 996px;
	background: #5b81a8;
}

ul {
	margin-left: 20px;
}

table.page {
	width: 996px;
	border-collapse: collapse;
}

table.page td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.page td.leftcol {
	width: 200px;
	padding: 10px;
	background: #415373;
	border-right: 2px solid #A5BAD0;
}

table.page td.leftcol h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFA814;
	margin-bottom: 5px;
	margin-top: 5px;
}

table.page td.leftcol h3 {
	font-size: 13px;
	font-weight: normal;
	color: #B3863A;
	padding-left: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	
}

table.page td.leftcol .menu a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #B3863A;
	padding-left: 10px;
	text-decoration: none;	
}

table.page td.leftcol .menu a.s {
	color: white;
}

table.page td.leftcol .menu a:hover {
	text-decoration: underline;
	color: #FFA814;
}

table.page td.leftcol .menu a.big {
	padding-left: 0px;
}

table.page td.leftcol .menu a.big, table.page td.leftcol .menu-big a {
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #FFA814;
	text-decoration: none;	
	margin-bottom: 5px;
	margin-top: 5px;
}

table.page td.leftcol .menu a.big:hover, table.page td.leftcol .menu-big a:hover {
	text-decoration: underline;
}

table.page td.centercol {
	width: 597px;
	border-right: 2px solid #A5BAD0;
}

table.page td.centercol .col_inner {
	padding: 20px 10px 40px 20px;
}

table.page td.rightcol .col_inner {
	padding-top: 20px;
}

table.page td.centercol a.s {
	color: white;
}

table.page .rightcol {
	padding-left: 10px;
	padding-right: 5px;
}

table.page p {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.page h1 {
	color: #ffd61f;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

table.page h2 {
	color: #FFD61F;
	font-size: 24px;
	font-weight: normal;
}

.top {
	width: 996px;
	height: 159px;
	background: url(../img/top.jpg) no-repeat;
}

.top .inner {
	padding: 10px 10px 0 0;
}

.top .menu {
	float: right;
	padding: 20px 15px 0px 0px;
}

.top .menu a {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	display: block;
	float: right;
	border-left: 1px solid white;
	text-decoration: none;
}

.top .menu a.first {
	border: none;
}

.top .menu a:hover {
	color: #ecce32;
}

.footer {
	position: relative;
	height: 40px;
	background: white;
}

.footer p.copy {
	padding: 30px 0px 0px 230px;
	color: #808080;
}

.footer p.copy a {
	color: #b99b32;
}


.bottommenu {
	position: absolute;
	left: 133px;
	top: -20px;
	background: url(../img/menu-bottom-back.jpg);
	width: 517px;
	height: 47px;
}

.bottommenu .inner {
	padding: 15px 0px 0px 10px;
	text-align: center;
}

.bottommenu .inner a {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	display: block;
	float: left;
	border-left: 1px solid white;
	text-decoration: none;
}

.bottommenu .inner a.first {
	border: none;
}

.bottommenu .inner a:hover {
	color: #ecce32;
}

input.button {
	padding: 2px 4px;
	background: #415373;
	color: white;
	border: 1px solid #222222;
}

/*	basket table	*/
table.psp-etrade-basket {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}

table.psp-etrade-basket th {
	border: 1px solid #fff;
	border-collapse: collapse;
	text-align: center;
	background: #415373;
	padding: 3px;
}

table.psp-etrade-basket td {
	border: 1px solid #fff;
	border-collapse: collapse;
	padding: 3px;
}

table.psp-etrade-basket input {
	width: 30px;
}

/*	vitrina	*/
.vitrina {
	background: url(../img/vitrina.jpg) no-repeat;
	width: 597px;
	height: 250px;
}

.vitrina .inner {
	padding: 5px 20px 20px 20px;
}

input.but {
	background: #415373;
	border: 1px solid black;
	color: white;
	padding: 0 4px 0 4px;
	font-size: 13px;
}

.inline-login {
	float: right;
	height: 35px;
}

.kroshki {
	margin-bottom: 10px;
}

.login-form, .register-form, .forget-form {
	width: 100%;
	margin-top: 10px;
}

.login-form table, .register-form table, .forget-form table {
	margin: 0 auto;
}

.login-form table td, .register-form table td, .forget-form table td {
	padding: 2px;
}

div.row {
	clear: both;
}

div.row div.lbl {
	float: left;
	width: 30%;
	padding: 2px;
}

div.row div.fld {
	float: right;
	width: 65%;
	padding: 2px;
}

div.row div.fld input[type=text], div.row div.fld select, div.row div.fld textarea  {
	width: 90%;
}

.goods-item {
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.goods-item .img {
	margin-right: 10px;
	float: left;
}

.goods-item .info {
}

.goods-item .info h3 {
}

.goods-item .info .price {
	font-size: 15px;
	font-weight: bold;
	color: #ecce32;
}

.goods-detail .info {
}

.goods-detail .info h1 {
}

.goods-detail .info .price {
	font-size: 15px;
	font-weight: bold;
	color: #ecce32;
}

.goods-detail .img a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.comment-form {
	width: 100%;
}

table.comment-form td {
	padding: 3px;
}

table.comment-form td.lft {
	width: 30%;
}

table.comment-form td.rht {
	width: 70%;
}

.p90 {
	width: 90%;
}

.nb {
	border: 0;
}

table.faq-form {
	width: 100%;
}

table.faq-form td {
	padding: 3px;
}

table.faq-form td.lft {
	width: 30%;
}

table.faq-form td.rht {
	width: 70%;
}

.psp-geoip {
	float: right;
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 5px;
}

.psp-error-message {
	color: red;
}

/*	basket table	*/
table.tbl {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}

table.tbl th {
	border: 1px solid #fff;
	border-collapse: collapse;
	text-align: center;
	background: #415373;
	padding: 3px;
}

table.tbl td {
	border: 1px solid #fff;
	border-collapse: collapse;
	padding: 3px;
}