/*
#B1044A
#FF70B8
#FF99CC
#FFFFFF
*/

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 640px;
	position: relative;
	background: #F0B5B2 url(../img/background.png) repeat-y;
	font-family: Tahoma, Arial;
	font-size: 1em;
}

table {
	font-family: Tahoma, Arial;
	font-size: 1em;
}

form {
	padding: 0;
	margin: 0;
}

.ramka-t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 5px solid #E5E5E5;
	z-index: 10;
}

.ramka-b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 5px solid #E5E5E5;
	z-index: 10;
}

.ramka-l {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-left: 5px solid #E5E5E5;
	z-index: 10;
	_height: expression((document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight)+'px');
}

.ramka-r {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 5px solid #E5E5E5;
	z-index: 10;
	_height: expression((document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight)+'px');
}

.ramka-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 472px;
	height: 390px;
	background: url(../img/ramka-tl.png) 0 0 no-repeat;
	z-index: 30;
}

.ramka-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 390px;
	height: 960px;
	background: url(../img/ramka-tr.png) 0 0 no-repeat;
	z-index: 20;
}

.ramka-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 470px;
	height: 181px;
	background: url(../img/ramka-bl.png) 0 0 no-repeat;
	z-index: 40;
}

.ramka-br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 218px;
	height: 185px;
	background: url(../img/ramka-br.png) 0 0 no-repeat;
	z-index: 40;
}

.menu {
	position: absolute;
	top: 50px;
	left: 45px;
	margin: 0;
	padding: 0;
	z-index: 50;
}

.menu li {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	height: 65px;
}

.menu a, .menu span {
	display: block;
	width: 200px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 24px;
}

.menu span {
	background: url(../img/button-op-90.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-op-90.png', sizingMethod='image');
}

.menu a {
	text-decoration: none;
	background: url(../img/button-op-60.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-op-60.png', sizingMethod='image');
}

.menu a:hover {
	background: url(../img/button.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button.png', sizingMethod='image');
}

.content-wrap {
	position: relative;
	margin-left: 270px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 80px;
	z-index: 100;
}

.logo-wrap {
	text-align: center;
	padding-bottom: 10px;
}

.logo {
	display: inline-block;
	width: 320px;
	height: 207px;
	background: url(../img/logo.png) 0 0 no-repeat;
	*display: inline;
	*zoom: 1;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='image');
}

#content-cont {
	position: relative;
	margin-right: 30px;
}

#content {
	position: relative;
	padding: 30px 50px 100px 50px;
	min-height: 520px;
	z-index: 20;
	_height: 520px;
}

.fon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	z-index: 10;
}

.fon td {
	padding: 0;
}

.fon-tl {
	width: 45px;
	height: 45px;
	background: url(../img/fon-tl.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-tl.png', sizingMethod='scale');
}

.fon-tr {
	width: 45px;
	height: 45px;
	background: url(../img/fon-tr.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-tr.png', sizingMethod='scale');
}

.fon-m {
	background: url(../img/fon-m.png) 0 0 repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-m.png', sizingMethod='scale');
}

.fon-l {
	width: 45px;
	background: url(../img/fon-l.png) 0 0 repeat-y;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-l.png', sizingMethod='scale');
}

.fon-r {
	width: 45px;
	background: url(../img/fon-r.png) 0 0 repeat-y;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-r.png', sizingMethod='scale');
}

.fon-bl {
	width: 45px;
	height: 80px;
	background: url(../img/fon-bl.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-bl.png', sizingMethod='scale');
}

.fon-br {
	width: 45px;
	height: 80px;
	background: url(../img/fon-br.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-br.png', sizingMethod='scale');
}

.fon-logo-wrap {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	text-align: center;
	z-index: 20;
}

.fon-logo {
	display: inline-block;
	width: 216px;
	height: 79px;
	background: url(../img/fon-logo.png) 0 0 no-repeat;
	*display: inline;
	*zoom: 1;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fon-logo.png', sizingMethod='image');
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color: #B1044A;
	font-weight: normal;
	border-bottom: 1px solid #FF99CC;
}

h1 a {
	font-weight: bold;
	color: #B1044A;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #B1044A;
	font-weight: normal;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #B1044A;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	color: #B1044A;
	font-weight: normal;
}

table th {
	text-align: left;
	font-weight: normal;
}

input {
	border: 1px solid #B1044A;
	padding: 4px;
}

textarea {
	border: 1px solid #B1044A;
	padding: 2px;
	margin: 0;
}

.button {
	border: none;
	background-color: #B1044A;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.form-def {
	color: #808080;
}

.form-error {
	background: #FFCCCC url(../img/form-error.png) no-repeat top right;
}

.form-error-text {
	position: absolute;
	background-color: #FFFFA0;
	border: 1px solid #B1044A;
	font-size: 0.8em;
	padding: 4px;
	width: 150px;
	right: -10px;
	top: 28px;
	z-index: 1000;
}

.form-error-top {
	right: -6px;
	top: -27px;
	width: 250px;
}

.form-error-top-sm {
	top: -42px;
	width: 150px;
}

.form-img {
	border: 1px solid #B1044A;
}

.not-important {
	font-size: 0.7em;
	margin-top: -2px;
}

.clear {
	clear: both;
}

.one-product {
	padding-bottom: 10px;
	position: relative;
	padding-top: 40px;
	_zoom: 1;
}

.product-title-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: #FFF;
	opacity: 0.5;
	*filter: Alpha(opacity=50);
	_width: expression(document.body.offsetWidth - 375 - this.parentNode.offsetLeft);
}

.product-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;

	/* damn opera, we must additionaly set color here, and it must be slightly different color */
	color: #B1044B;
}

.one-prod-cnt {
	float: left;
	width: 190px;
	height: 168px;
}

.product-img-cont {
	text-align: center;
	background-color: #B1044A;
}

.product-img-cont a, .product-img-cont a img {
	display: block;
}

.product-img-title {
	font-size: 0.9em;
	padding: 5px;
	color: #FFF;
}

.product-img-title a {
	color: #FFF;
}

.product {
	font-size: 0.9em;
	width: 100%;
}

.product .product-cont {
	padding-right: 10px;
}

#product-info {
	position: relative;
}

.product-info-text {
	padding: 5px;
	font-size: 1.1em;
}

#item-descr {
	position: relative;
	padding: 30px;
	z-index: 20;
	min-height: 120px;
	_height: 120px;
}

#item-descr tr {
	vertical-align: top;
}

#item-descr th {
	padding-right: 5px;
	white-space: nowrap;
}

.item-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	z-index: 10;
}

.item-background td {
	padding: 0;
}

.r-tl {
	width: 45px;
	height: 45px;
	background: url(../img/r-tl.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-tl.png', sizingMethod='scale');
}

.r-tr {
	width: 45px;
	height: 45px;
	background: url(../img/r-tr.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-tr.png', sizingMethod='scale');
}

.r-m {
	background: url(../img/r-m.png) 0 0 repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-m.png', sizingMethod='scale');
}

.r-bl {
	width: 45px;
	height: 45px;
	background: url(../img/r-bl.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-bl.png', sizingMethod='scale');
}

.r-br {
	width: 45px;
	height: 45px;
	background: url(../img/r-br.png) 0 0 no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/r-br.png', sizingMethod='scale');
}

.order {
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 1.5em;
}

.order th {
	text-align: left;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #FF70B8;
	padding-bottom: 1px;
}

.order td {
	padding-left: 1em;
	padding-bottom: 1px;
}

.order td input {
	width: 40px;
	height: 14px;
}

.not-avail {
	font-weight: bold;
	color: red;
}

.order-form {
	width: 100%;
	margin-bottom: 10px;
}

.order-form th {
	padding-right: 1em;
	width: 220px;
	min-width: 220px;
	padding-bottom: 2px;
}

.order-form td {
	width: 100%;
	padding-bottom: 2px;
}

.order-form input {
	width: 100%;
}

.order-form textarea {
	width: 100%;
}

.order-subm {
	padding-top: 10px;
}

.order-subm input {
	width: 100%;
}

.gb-form textarea {
	width: 100%;
}

.gb-form .captcha {
	padding-left: 10px;
}

.gb-form input {
	width: 100%;
}

.gb-form .subm-row {
	padding-top: 4px;
}

.inp-fix {
	margin-right: 10px;
}

.tx-fix {
	margin-right: 6px;
}


.message {
	padding-bottom: 5px;
	margin-bottom: 1px;
}

.message-body {
	font-size: 0.8em;
}

.message-sep {
	height: 1px;
	border-top: 1px solid #FF70B8;
	border-bottom: 1px solid #FF70B8;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
}

.paginator {
	text-align: center;
	font-size: 0.9em;
}

.paginator strong {
	background-color: #FF70B8;
	color: #B1044A;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.paginator a {
	color: black;
	font-weight: bold;
}

.error-logo-container {
	margin-top: 20px;
	margin-left: 20px;
}

.error-container {
	position: absolute;
	top: 40px;
	left: 370px;
	height: 70px;
	width: 350px;
	padding: 35px 40px 40px 40px;
	font-size: 1.27em;
}

.error-container a {
	line-height: 4em;
	font-size: 0.6em;
}

