@import "/css/2010/cmp_search.css";

.top_news p {
	padding: 5px 5px 5px 22px;
	background: url(/img/arrow1.png) no-repeat left 2px;
	overflow:hidden;
}
.news_list li {
	padding: 5px 5px 5px 22px;
	background: url(/img/gazetka.png) no-repeat left 2px;
	overflow:hidden;
}
	.news_list li span { font-weight:bold; }

.forum_topics li {
	padding: 5px 5px 5px 22px;
	background: url(/img/topic.png) no-repeat left 2px;
	overflow:hidden;
}

.content h3 .rss {
	width:20px;
	height:20px;
	position: absolute;
	top: 3px;
	right: 5px;
	background: url(/img/rss.png) no-repeat center center;
}
	.content h3 .rss span { display:none; }
	
.text img {float: left; margin-right: 10px; }
.text p { text-align: justify; padding: 5px 0; }
.text li { padding:2px 0; margin-left: 15px; list-style: square; }

#wrapper { position: relative; }
.content { padding-bottom: 50px;}
.about {
	display: block;
	font-size: 11px;
	font-style: normal;
	position: absolute;
	line-height:14px;
	bottom: 0px;
	left: 250px;
	width: 500px;
}
.about, 
.about a { color: #666666; font-weight:normal; } 

.about a { color: #666;  }
.prov p { line-height: 22px;  margin-right: 15px; }
.prov p a { color: #FFF; text-decoration: underline; }

.send_order {
	margin: auto;
	text-align: center;
	padding: 10px 10px 18px 10px;
	margin: 10px 0;
	background: #557CB4 url(/img/cmp_serach_bg.png) repeat-x left bottom;
}
.send_order a { min-width:85px; height: 23px; color:#FFFFFF;
	line-height: 22px;
	border: 1px #FFF solid; 
	display: block;  
	max-width: 320px;
	margin: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #f78d1d; /*цвет фона кнопки для браузеров без поддержки CSS3*/
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); /* для Webkit браузеров */
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20); /* для Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); /* фильтр для IE */

}
	.send_order a:hover {
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
		background: -moz-linear-gradient(top,  #f88e11,  #f06015);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
		text-decoration: none;
	}
	 .send_order a:active {
	 	position:relative;
        top: 1px;
	}
	.send_order ul { overflow: hidden; }
	.send_order li { float: left;  }
	.send_order li:first-child { margin-right: 24px; }
	.send_order li.last { float: right; }
	.send_order li a { padding: 0 15px; }
	
.content h3 {
	background: #456daa url(/img/grad2.png) repeat-x;
	color: #FFF;
	border-bottom: 1px solid #8fa7cb;
}

