@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 25px;
}
h2 {
	margin: 0;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding-bottom: 25px;
	font-size: 21px;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0;
	padding-bottom: 10px;
	text-indent: 10px;
}
a img {
	border: none;
}
/*--------------Layout---------------*/
#container {
	margin: 0 auto;
	width: 992px;
	position: relative;
}
#header {
	height: 170px;
	background-image:url(header.jpg);
	position: relative;
}
/*------Topmenu---------*/
#topmenu {
	position: absolute;
	height: 27px;
	left: 60px;
	top: 130px;
	font-size: 13px;
}
#topmenu div {
	float: left;
	line-height: 27px;
}
#topmenu a{
	float: left;
	height: 27px;
	padding: 0 3px;
	line-height: 27px;
	color: #000000;
	text-decoration: none;
}
#topmenu a:hover,#topmenu .active {
	background-color: #7cd8f6;
}
/*------------------------*/
#leftcol {
	float: left;
	width: 179px;
	background-image: url(leftbg.png)
}
#leftcol .colheader {
	height: 70px;
	background-image:url(leftcol-header.png);
	font-size: 24px;
	line-height: 49px;
	padding-left: 30px;
}
#leftcol .colbottom {
	height: 15px;
	background-image: url(leftmenubot.png);
}
.menuitem, #item11, #lastmenuitem {
	display: block;
	font-size: 14px;
	padding-left: 23px;
	text-decoration: none;
	color: #000000;
}
.menuitem {
	height: 40px;
	background-image: url(leftmenubg.png);
	line-height: 40px;
}
#item11 {
	height: 51px;
	padding-top: 10px;
	background-image: url(leftmenubg-big.png);
	line-height: 20px;
}
#lastmenuitem {
	height: 34px;
	background-image: url(lastmenuitem.png);
	line-height: 34px;
}
.menuitem:hover, #item11:hover, #lastmenuitem:hover, #leftcol .active {
	background-position: bottom;
}
/*-----------------------*/
.lastpost {
	margin: 10px 35px;
	font-size: 10px;
}
.lastpost div {
	font-size: 12px;
	padding-bottom: 10px;
}
/*--------------Right col--------------*/
#rightcol {
	float: right;
	width: 182px;
	background-image: url(rightcolbg.png);
	text-align: center;
}
#rightcol .colheader {
	height: 49px;
	background-image:url(rightcol-header.png);
	font-size: 24px;
	line-height: 49px;
	text-align: left;
	padding-left: 50px;
}
#rightcol .colbottom {
	height: 20px;
	background-image: url(rightmenubot.png);
}
#rightcol img {
	margin-top: 30px;
}
/*------------------Pathway-----------------*/
#pathway {
	background-image:url(contentbg.png);
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	height: 49px;
	text-align: center;
	line-height: 49px;
}
#pathway.articles-path {
	font-size: 18px;
}
/*----------------Content block------------*/
#content {
	margin: 0 182px 0 179px;
	width: 631px;

}
/*----------------Podkluchenie-------------*/
#podkl {
	width: 595px;
	padding-top: 12px;
	padding-left: 35px;
	padding-bottom: 10px;
	background-image: url(podklbg.png);
	overflow: auto;
}
.main_s { display:block; height:100px; width:350px; position:relative; top:15px; left:280px; }
.podkl-item {
	cursor:pointer;
	float: left;
	position: relative;
	width: 155px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 120px;
	font-size: 12px;
}
.podkl-item div {
	position: absolute;
	background-image: url(round.png);
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.podkl-item a{
	font-size: 11px;
	color: #66ccff;
}
.podkl-item a:hover {
	text-decoration: none;
}
.arrow {
	width: 55px;
	height: 145px;
	float: left;
	background-image: url(arrow.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
#content2colbot {
	height: 27px; 
	background-image: url(content2colbot.png);
	padding-top: 15px;
	padding-left: 60px;
}
#content2colbot a {
	color: #66ccff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#content2colbot a:hover {
	text-decoration: underline;
}
/*-------------Block for homepage----------*/
#content2col {
	background-image: url(content2colbg.png);
	background-repeat:repeat-y;
}
#content2col td {
	padding: 0 25px;
}
/*---------------Footer--------------------*/
#footer {
	position: relative;
	clear: both;
	height: 45px;
	background-image: url(footerbg.png);
	text-align: center;
	font-size: 12px;
	padding-top: 28px;
	margin-top: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footcontacts {
	position: absolute;
	top: 25px;
	left: 25px;
	text-align: left;
}
#copyrights {
	position: absolute;
	top: 25px;
	right: 25px;
}
#copyrights a {
	text-decoration: underline;
}
#copyrights a:hover {
	text-decoration: none;
}
/*--------Articles---------*/
#articles table{
	width: 992px;
	background-image: url(articlbg.png);
	background-repeat: repeat-y;
}
#articles table td {
	vertical-align: top;
	padding: 0 25px;
}
#arttop {
	height: 26px;
	background-image: url(articltop.png);
}
#artbot {
	height: 50px;
	background-image: url(articlbot.png);
	margin-bottom: 10px;
}
/*---------------Dates----------*/
.artdate {
	color: #666666; 
	font-weight: bold; 
	text-indent: 0;
}

.my_d { padding:15px 10px; min-height:75px; }
.my_d a  {	
    color: inherit;
	text-decoration: none;
	display: block;
	}
.my_d a:hover  { text-decoration: underline; }	
/*-----------Catalog-----------*/
.catitembot {
	height: 5px; 
	background-image: url(catitembot.png);
}
.catitem {
	background-image: url(catitembg.png);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
.catitem table{
	background-image: url(catitemtop.png);
	background-repeat: no-repeat;
}
.catitem td {
	vertical-align: middle;
}
.catitem p {
	text-indent: 0;
}
.catitem .img {
	width: 150px;
	text-align: center;
}
.catitem .img a:hover img{
	border: 1px dotted #3399cc;
}
.catitem .text {
	width: 300px;
	text-align: left;
	padding: 20px 15px 15px 15px;
}
.catitem .text a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.catitem .text a:hover {
	text-decoration: underline;
}
.catitem .price {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #3399cc;
}
/*------------Catalog detailed-----------*/
#bigimage {
	position: relative;
	text-align: center;
}
#bigimage .price {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 14px;
	color: #3399cc;
	text-align: left;
}
/*tri kartinki*/
#thumbs {
	width: 627px;
	height: 134px;
	padding-top: 10px;
	padding-left: 4px;
	background-image: url(itemthumbs.png);
}
#thumbs td {
	height: 125px;
	text-align: center;
	vertical-align: middle;
}
/*dve knopki*/
#buyit, #toforum {
	height: 50px;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: center;
	color: #0099ff;
	font-size: 24px;
	text-decoration: none;
}
#buyit {
	float: left;
	width: 229px;
	background-image: url(buy.png);
}
#toforum {
	display: block;
	margin-left: 229px;
	width: 402px;
	background-image: url(toforum.png);
}
.zaya_cls{ height:17px; width:77px; float:right; cursor:pointer; position:relative; top:3px; left:-10px; }
.zaya { 
	cursor:pointer;
	overflow: hidden;
}
.price-rect {
	display: block;
	width: 156px;
	float: right;
	height: 52px;
	padding-top: 12px;
	background-image: url(pricebg.png);
	text-align: center;
	color: #0099ff;
	font-size: 14px;
	text-decoration: none;
}
/*--------------Comments form-------------*/
#comments {
	width: 476px;
	background-image: url(feedback-bg.png);
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
#comments1 {
	width: 476px;
	font-size: 12px;
	color:#fff;
	text-align: right;
	position:fixed;
	z-index:200;
	top:10%;
	left:30%;
	display:none;
	background:url('bg.png');
}
#sended {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	padding: 20px 0 0 0;
	width: 203px;
	height: 84px;
	font-size: 14px;
	text-align: center;
	z-index: 1000;
	background-image:url('alert.png');
	display: none;
}
#sended input {
	display: block;
	margin: 15px auto;
}

#comments td {
	padding: 5px 0;
	vertical-align: top;
}
#comments label {
	font-weight: bold;
	line-height: 25px;
}
#commentname, #commenttext {
	border: 2px solid #cbebff;
	width: 385px;
}
#commentname1 {
	border: 2px solid #cbebff;
	width: 325px;
	height: 27px;
}
#commentname {
	height: 20px;
}
#commenttext {
	height: 200px;
}
.formtop {
	font-size: 18px;
	padding-top: 27px;
	background-image:url(feedback-top.png); 
	height: 60px;
	text-align:center;
}
.formtop1 {
	font-size: 18px;
	padding-top: 27px;
	background-image:url(feedback-top1.png); 
	height: 1px;
	text-align:center;
}
.formbot {
	background-image:url(feedback-bot.png); 
	height: 6px;
}
#commentsubm {
	width: 110px; 
	height: 39px;
	margin-bottom: 10px;
}
/*------------Comments text------------*/
.darkcomment {
	background-image: url(com-dark-bg.png);
}
.darkcomment div, .lightcomment div {
	padding: 0 15px 20px 15px;
}
.darkcomment h5, .lightcomment h5 {
	padding-bottom: 10px;
}
.darkcomment .top {
	background-image: url(com-dark-top.png);
	height: 23px;
	padding: 0;
}
.darkcomment .bot {
	background-image: url(com-dark-bot.png);
	height: 5px;
	padding: 0;
}
.lightcomment {
	background-image: url(com-light-bg.png);
	padding-top: 23px;
}
.lightcomment .bot {
	background-image: url(com-light-bot.png);
	height: 5px;
	padding: 0;
}
/*---------------------------------------Counter*/
#counter {
	position: absolute;
	right: 200px;
	top: 20px;
}