@charset "windows-1251";


.spec {
	padding:0;
	margin:0;
	list-style:none;
	overflow:auto;
	min-height:120px;
}


.spec img {
	border:none;
	width:107px;
	height:80px;
	background:url(../images/border.gif) no-repeat left top;
	padding:10px 10px 10px 11px;
	margin-right:10px;
	float:left;
}


.spec li {
	float:left;
	width:48%;
	color:#000000;
	font-size:11px;
	min-height:100px;
	margin-bottom:30px;
	padding-right:10px;
}

.spec li a,
.spec li a:visited {
	font-weight:bold;
}

.sidebar .spec img {
	width:65px;
	height:47px;
	background:url(../images/border_small.gif) no-repeat left top;
	padding:7px;
	margin:2px 7px 0 0;
}

.sidebar .spec li {
	width:auto;
	float:none;
	min-height:80px;
	color:#666666;
	line-height:16px;
}


