<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:url(../images/bg.jpg);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
h1 {
	font-size:18px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}
h2 {
	font-size:16px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}
h3 {
	font-size:14px;
	margin-bottom:3px;
	color:#333;
	font-weight:normal;
}
p {
	margin-bottom:10px;
	color:#666;
	line-height:140%;
}
a {
	color:#3e5571;
	
}
a:hover {
	color:#5b7698;
	text-decoration:none;
}
.wide_block li {
	line-height:140%;
	margin-bottom:5px;
}
div.header {
	width:840px;
	height:150px;
	margin:0 auto;
	margin-top:20px;
	background:url(../images/header.png);
}
div.logo {
	width:215px;
	height:112px;
	float:left;
}
div.menu {
	width:840px;
	height:38px;
	float:left;
}
ul.menu li {
	display:block;
	float:left;
	height:28px;
	width:120px;
	text-align:center;
	padding-top:10px;
	padding-bottom:4px;
	font-size:14px;
}
ul.menu a {
	color:#3e5571;
	text-decoration:none;
}
ul.menu a:hover {
	color:#5b7698;
	text-decoration:underline;
	text-shadow:0px 0px 10px #b6d3f8;
}
div.content {
	width:798px;
	border:1px solid #DDD;
	border-top:0;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:20px;
	background:#FFF;
	border-bottom:0;
	position:relative;
}
div.hr {
	background:url(../images/hr.jpg);
	width:100$;
	height:13px;
	margin-bottom:3px;	
}
div.banner {
	margin:0 auto;
	width:750px;
}
div.bottom {
	width:798px;
	padding:20px;
	margin:0 auto;
	border:1px solid #DDD;
	background:#FFF;
	height:35px;
	border-top:0;
	margin-bottom:20px;
}
.bottom a {
	color:#666;
	font-size:11px;
}

.bottom .live-counter {
	margin: 5px 0 0 0;
}
div.wide_block {
	width:100%;
	float:left;
	margin-bottom:10px;
}
div.half_block {
	width:380px;
	float:left;
	margin-bottom:10px;
	padding-right:30px;
}
.date {
	font-size:10px;
	margin-bottom:3px;
}
.hr_dots {
	width:100%;
	border-bottom:#CCC 1px dashed;
	display:block;
	float:left;
	margin-bottom:10px;
}
.photo {
	padding:3px;
	border:1px solid #CCC;
	margin-left:5px;
}
.product_photo {
	border:1px solid #CCC;
	padding:2px;
	background:#fff;
}
#callback_form {
	position:absolute; 
	font-size:11px; 
	top:55px; 
	right:12px; 
	border:1px solid #CCC; 
	border-radius:5px; 
	background:#FFF; 
	padding:10px; 
	box-shadow:0px 1px 3px #CCC;
	display:none;
	z-index:200;
}
.table_info {
	border-collapse:collapse;
	border:1px solid #666;
	margin-bottom:40px;
}
.table_info td {
	padding:4px;
	border:1px solid #666;
}
.blue_td {
	background:#b4cde6;
}
.gray_td {
	background:#e7e7e7;
	font-size:14px;
}
.cookies {
	width:840px;
	background:#fbfbfb;
	padding:7px 20px;
	position:absolute;
	top:-1px; left:-1px;
	border:1px solid #dedede;
	color:#999696;
	font-size:11px;
}
.cookies a {
	text-decoration:underline;
	color:#999696;
}
.cookies a:hover {
	text-decoration:none;
}

.error {
	margin: 0 0 0 3px;
	color: #d70000;
}

.success {
	padding: 10px;
	border-radius: 5px;
	background: #b7dbff;
}</pre></body></html>