
.dveri {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 5px;
}

.hits {
	padding: 5px;
}

.dveri table, .hits table {
	position: relative;
	margin: auto;
}

.dveri  .name, .hits .name{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


.dveri .link, .hits .link {
	position: relative;
	display: block;
	text-align: center;	
	color: #00509D;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

.dveri img, .hits img {
	position: relative;
	display: block;
	margin: auto;
}

.dveri td, .hits td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.dveri .price, .hits .price {
	height: 12px;
	overflow: hidden;
	text-align: right;
	background: url(../img/price.gif) top left;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 1px;
	color:red;
}
.dveri span, .hits span {
	background: White;
	color: Red;
	padding-left: 9px;
	padding-right: 5px;
}
a.none:link
{
     text-decoration: none;
     color: #000000;

}

