<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body, #page-wrap {
/*	height: 100%;	*/
}
html {
	padding:0;
	margin:0;
}
body {
	background:url(../img/body-background.png) repeat-x #ccc;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.8em;
}

#page-wrap {
	background: url(../img/page_wrap-background-left.png) top left repeat-y,
	url(../img/page_wrap-background-right.png) top right repeat-y,
	url(../img/blur-background.png) top center repeat-y;
}

#page {
	width: 960px;
	margin: auto;
	padding-bottom: 15px;
}

#main-wrap {
	padding-top: 325px;	
}

#main {
	float: right;
	width: 645px;
	margin-left: 15px;
}

#main .content {
	background: #fff;
	border-top: 1px solid;
	border-bottom: 3px solid;
	border-color: #8ee93a;
}

#main &gt; .content {
	margin-top:40px;
	text-align: justify;
	padding:0 20px;
}

#sidebar {
	float: left;
	width: 250px;
	margin-left: 50px;
}

#sidebar .box {
	background: url(../img/sidebar_box-background.png) #eee;
	background-repeat:repeat-x !important;
	margin-top: 12px;
}

#sidebar .box .content {
	padding: 0 14px;
	border-top: 1px solid;
	border-bottom: 3px solid;
	border-color: #8ee93a;
}


#sidebar .box h2 {
	text-align: right;
	color: #fff;
}

#sidebar #menu {
	margin-bottom: 20px	
}

#sidebar #menu ul {
	border-right: 1px solid #8ee93a;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#sidebar #menu ul li {
	height: 40px;
	background: url(../img/menu_item-background.png) repeat-x;
	border-bottom: 1px solid #8ee93a;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:15px;
}
#sidebar #menu ul li a{
	letter-spacing: 1px;
}
#sidebar #menu ul li strong{
}
#sidebar #menu ul li a, #sidebar #menu ul li strong {
	line-height: 40px;
	display: block;
	padding: 0 14px;
	color: #666;
	text-decoration: none;
}

#sidebar #menu ul li.two-line a, #sidebar #menu ul li.two-line strong {
	line-height: 19px;
}

#sidebar #menu ul li strong {
	padding: 0 9px 0 5px;
	border-right: 5px solid #8ee93a;
	height: inherit;
	color: #333;
}

#header {
	position: absolute;
	top:-10px;
	height: 320px;
	width: 960px;
}

a#logo {
	background-repeat:no-repeat;
	display: block;	
	width: 600px;
	height: 110px;
	left: -40px;
	position: relative;
	text-decoration: none;
}

#header-block {
	height: 240px;
	border-radius: 4px;
	position: relative;
	top:-25px;
}

#header-block .title {
	position: relative;
	left: 320px;
	width: 620px;
	top: 48px;
	font-size: 36px;
	line-height: 37px;
	color: #cf0;
	text-align: left;
}

#header-block .content {
	position: relative;
	width: 620px;
	left: 320px;
	top: 60px;
	color: #fff;
}

#header-block .content ul {
}

#footer {
	width: inherit;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background:url(../img/heading-background.png) repeat-x center;
	font-size: 0.8em;
}

.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/*_____general____*/
ul {
	list-style-image:url(../img/list-bullet.png);	
	padding-left: 20px;
	margin: 10px 0;
}

ul li {
	padding-bottom: 5px;	
}

h1, #sidebar .box h2 {
	background: url(../img/heading-background.png) repeat-x #777;
	background-position: bottom;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;	
	font-weight: normal;
	line-height: 40px;
	color: #fff;
}

h1 {
	color: #fff;
	width: 400px;
	padding-left: 18px;
	font-size: 18px;
	margin-top: -40px;
	margin-left: -18px;
}

h2 {
	font-size: 16px;	
}

#sidebar .box h2 {
	padding-right: 14px;
	color: #fff;
}

a {
	color: #239a06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a:visited {
	color:#4ebc34;
}

/* PRODUCT BLOCK */
#main .product-block {
	width: 550px;
	margin:auto;
	margin-bottom: 20px;
}

#main .product-block h2 {
	border-radius: 4px 4px 0 0;
	margin: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	background: url(../img/heading-background.png) top repeat-x #777;
	color: #fff;
}

#main .product-block .content-left {
	float: left;
	padding-right: 10px;
	width: 255px;	
}
#main .product-block .content-right {
	float: right;
	width: 255px;
	padding-left: 10px;	
}
#main .product-block .content-right .price, #sidebar .box .price {
	background: url(../img/price-background.png) repeat-x #8ee93a;
	border-radius: 4px 0;
	width: 175px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: right;
	margin: 5px -10px 10px 0;
	text-shadow:#333 1px 1px 1px;
}
#sidebar .box .price {
	margin-right: -14px;	
}

#main .product-block .content-right .price small, #sidebar .box .price small, #sidebar .box .price .small {
	font-size: 12px;
	font-weight: normal;
}
/*KOLOTOC*/
#carousel {
	background: #fff;
	margin-top: 15px;
	border-top: 1px solid;
	border-bottom: 3px solid;
	border-color: #8ee93a;
	width: 960px;
}
#aira-rss-articles {
	margin: 20px 20px 0 60px !important;
}
#aira-rss-articles li {
	padding: 0 100px 0 5px !important;
}

#aira-rss-articles li.last {
	padding-right: 0 !important;
}

#aira-footer {
	text-align: center;
	padding: 7px;
	font-size: 0.7em;	
}

/*TABLE*/
table {
	text-align: center;
  padding: 10px 0;
  border-collapse:collapse;
  line-height:1.5; 
}

td {
	vertical-align: top;
	padding: 2px 2px; 
}

th {
	vertical-align: middle;
	text-align:center;
	line-height:1;
  background-color:#ababab;
  margin-top:50px;
  color:white;
}

col.odd {
  background-color:#e9e9e9;           
}

col.even {
  background-color:#d9d9d9;
}

table .description{
  background-color:#fff;
  font-size:0.9em;
  padding:5px 2px;
}
</pre></body></html>