html {
	height: 100%;
	width: 100%;
}
body{
	font-family: Arial,sans-serif;
	font-size: 0.75em;
	padding: 40px;
	margin: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
table,div,td,font,span{
	font-size: 1em;
}
A:link,A:visited {
	TEXT-DECORATION: underline;
}
A:hover {	
	TEXT-DECORATION: none;
}
table,img{
	border: 0px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-style: italic;
	font-family: georgia, "times new roman";
	margin: 10px 0px;
	line-height: 1em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
hr{
	border: 0px;
	height: 1px;
	margin: 15px 0px;	
}

.logo{
	background: transparent url(img/logo.gif) no-repeat top left;
	padding-left: 45px;
	font-size: 1.8em;
	font-style: italic;
	font-family: georgia, "times new roman";
	float: left;
}
.logo a:link,.logo a:visited{
	TEXT-DECORATION: none;
}

.logo a:hover{
	TEXT-DECORATION: underline;
}
.logo div{
	padding-left: 17px;
	font-size: 0.6em;
}
.top-menu{
	font-size: 0.9em;
	float:right;
}
.top-menu span{
	border-right: 1px solid;
	padding: 3px 7px 3px 0px;
	margin-right: 7px;
}
.contacts{
	float:right;
	background: transparent url(img/phone.gif) no-repeat top left;
	padding: 0px 80px 0px 54px;
	font-family: georgia, "times new roman";
	font-size: 1em;
	font-style: italic;
}
.contacts div{
	font-size: 1.6em;
}
.clear{
	clear:both;
	height: 30px;
}
.header{
	background: #ecf0f0 url(img/header.jpg) no-repeat top left;
	height: 150px;
	margin: 0px 300px 20px 0px;
	font-size: 1.8em;
	font-style: italic;
	font-family: georgia, "times new roman";
}
#header-basket{
	margin-right: 0px;
}
.header-text{
	padding: 60px 0px 0px 355px;	
}
.header-text div{
	padding-left: 90px;
	font-size: 0.6em;
}
.menu-level{
	padding: 3px 0px 3px 15px;
	background: transparent url(img/marker.gif) no-repeat 0px 8px;
}
.center{
	padding: 0px 18px;
	clear: both;
}
.content .error{
	font-slyte: italic;
	font-family: georgia, "times new roman";
}
.content{
	width:100%;
}
td.left{
	padding: 0px 40px 20px 0px;
	width: 154px;
}
td.center{
	padding: 0px 0px 20px 0px;
}
td.right{
	padding: 0px 0px 20px 40px;
	width: 258px;
}
table.footer td{
	padding: 20px 0px 0px 0px;
	border-top: 1px solid;
}
table.footer td.footer-right{
	padding: 20px 0px 0px 0px;
	width:300px;	
}

.path{
	font-size: 0.9em;
	padding: 0px 0px 10px 194px;
	clear:both;
}

.navigation{clear:both;}
/* общие */
	.result,.debug,.error
	{
		display:none;
	}
	.button{
		font-weight: normal;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1em;
		display:block;
		TEXT-DECORATION: none;
		margin-top: 10px;
		padding: 3px 15px;
		border:0px;
	}
	
	.show-all{
		margin: 5px 0px 5px -5px;
		padding: 0px 0px 0px 5px;
		background: transparent url(img/show-all.gif) no-repeat 0px 6px;
	}

/*  search */
	.search{
		width: 120px;
		height: 20px;
		background: transparent url(img/search.gif) no-repeat 4px 4px;
		float:right;
		border: 1px solid;
		margin-left:28px;
	}
	.submit-search{
		border:0px;
		background:none;
		width: 14px;
		height: 20px;
		margin: 0px;
	}
	.input-search{
		border:0px;
		background:none;
		width: 100px;
		margin: 0px;
		font-style:italic;
		float:right;
	}
	.search-list
	{
		margin-top:10px;
	}
	
/* login */
	.left .login{
		background-color: #e1e3e5;
		padding: 10px;
	}
	.input-password{
		margin-top: 10px;
		width: 120px;
		background: transparent url(img/password.gif) no-repeat 4px 4px;
		padding-left: 13px;
		border: 1px solid;
		font-style:italic;
	}
	.input-login{
		width: 120px;
		background:  transparent url(img/login.gif) no-repeat 4px 4px;
		padding-left: 13px;
		border: 1px solid;
		font-style:italic;	
	}
	.login-reminding,.login-registration{
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 5px;
		background: transparent url(img/show-all.gif) no-repeat 0px 6px;
		font-size: 0.9em;
	}
	
/* captcha */
	.code-img{margin: 4px 0px 4px 0px;}
	.code-input{margin-bottom: 4px;}

/* comments */
	#comments-form textarea{width: 50%;height: 100px;}
	#comments-result{display:none;}

	.comments-date{font-size: 0.9em;}
	
/* votes */
	.votes-guestion{
		font-weight:bold;
	}
	.votes-answer,.votes-form-answer{
		margin-top: 10px;
	}
	.votes-debug{
		display:none;
	}
	
/* news */	
	.news-anons{
		margin-top: 10px;
	}
	.news-name .rating-result{
		display:inline;
	}
	.news-date{
		font-size: 0.9em;
		margin-top: 10px;
	}
	.news-img{
		float:left;margin:3px 10px 3px 0px;
	}
	.news-img img, .news-all-img img{
		border: 1px solid;
	}
	.news-id .news-anons{
		font-weight: bold;
	}	
	.news{
		clear:both;
		padding-bottom: 20px;
	}
	.news .tags{
		margin-bottom: 10px;
	}
	.news-calendar .news-year{
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1em;
	}
	.news-calendar .news-month{
		padding: 3px 0px 3px 15px;
		background: transparent url(img/marker.gif) no-repeat 0px 8px;
	}
	
/* clauses */
	.clauses-anons{
		margin-top: 10px;
	}
	.clauses-name .rating-result{
		display:inline;
	}
	.clauses-date{
		font-size: 0.9em;
		margin-top: 10px;
	}
	.clauses-img{
		float:left;
		margin:3px 10px 3px 0px;
	}
	.clauses-img img, .clauses-all-img img{
		border: 1px solid;
	}	
	.clauses-id .clauses-anons{
		font-weight: bold;
	}
	.clauses{
		clear:both;
		padding-bottom: 20px;
	}
	.clauses .tags{
		margin-bottom: 10px;
	}


/* faq */
	.faq-question .rating-result{
		display:inline;
	}
	.faq-answer{
		margin-top: 10px;
	}
	.faq-date{
		font-size: 0.9em;
		margin-top: 10px;
	}
	.faq{
		clear:both;
		padding-bottom: 20px;
	}
	.faq .tags{
		margin-top: 10px;
	}
	.faq-id .faq-question{
		font-weight:bold;
	}
	
/* shop */
	.shop-name{
		font-weight: bold;
	}
	.shop-name .rating-result{
		display:inline;
	}
	.shop-img{
		float:left;
		margin:3px 10px 20px 0px;
	}
	.shop-img img, .shop-all-img img{
		border: 1px solid;
	}
	.shop{
		clear: both;
		padding-bottom: 20px;
	}
	.shop-text{
		margin-top: 10px;
	}
	.shop-price-depend{
		display:inline;
		padding:0px 10px;
	}
	.shop-price{
		margin-top: 10px;
	}
	.shop-id .shop-param{
		font-weight: bold;
		margin-top: 10px;
	}
	.shop-id .shop-param .shop-param-value{
		font-weight: normal;
	}	
	.shop-list hr,.shop-block hr{
		clear:both;
	}
	.shop-list .show-all,.shop-block .show-all{
		clear:both;
	}	
	.shop-list .tags{
		margin-top:10px;
	}
	.shop-form{
		margin-top: 20px;		
	}
	.shop-form a:link, .shop-form a:visited{
		border-bottom: 1px dashed;
		background: none;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1.1em;
		TEXT-DECORATION: none;
	}
	.shop-result{
		display:none;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1em;
		margin-top: 20px;
	}
	.shop-debug{
		display:none;
	}
	
	.shop-order a:link, .shop-order a:visited{TEXT-DECORATION: none;}
	
	.shop-search .inpshort{margin: 3px 0px 3px 0px; width: 40px;}
	.shop-search .inptext{margin: 3px 0px 3px 0px;}
	
/* basket */
	table.basket{
		width: 100%;
	}
	table.basket th{
		font-weight: normal;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1em;
		margin-top: 10px;
		padding: 3px 15px;
	}
	span.basket-count,span.basket-shop{
		display:inline;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1.4em;
	}
	.basket-result{display:none;}
	table.basket td.basket-count{text-align:right;}
	table.basket td.basket-price{text-align:right;}
	table.basket td.basket-summ{text-align:right;}
	table.basket td.basket-total{text-align:right;}
	
	.basket-block{
		float:right;
		background: transparent url(img/basket-div.gif) no-repeat top right;
		height: 150px;
		width: 278px;
	}
	.basket-contener{
		padding: 20px;		
	}
	.basket-block a:link, .basket-block a:visited{
		font-weight: normal;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1.4em;
		display:block;
	}
	.to-order a:link, .to-order a:visited{
		font-weight: normal;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1em;
		display:block;
		TEXT-DECORATION: none;
		margin-top: 10px;
		padding: 5px 15px;
		float: left;
		
	}
	.to-order a:hover{
		TEXT-DECORATION: underline;
	}	
/* photo */
	.photo-name{
		font-weight: bold;
	}
	.photo-name .rating-result{
		display:inline;
	}
	.photo-img img{
		border: 1px solid;
	}
	.photo-img{
		margin:3px 10px 3px 0px;
	}
	.photo-list .photo{
		float:left;
		width: 150px;
		padding-right:10px;
		height:185px;
	}
	.photo-list .show-all{
		clear:both;
	}
	
/* files */

	.files-img img, .files-all-img img{
		border: 1px solid;
	}
	.files-download a:link,.files-download a:visited{
		border-bottom: 1px dashed;
		background: none;
		font-style: italic;
		font-family: georgia, "times new roman";
		font-size: 1.1em;
		TEXT-DECORATION: none;		
	}
	.files-name .rating-result{
		display:inline;
	}
	
/* tags */
	.tags{
		padding: 5px 0px 10px 0px;
	}
	.tag-name{
		font-weight: bold;
	}
	.tags .tags-header{
		font-weight: bold;
	}
	.tags-list{
		margin-bottom: 10px;
	}
