/**
* CSS for doc_frontp.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/*******************/
/*  Recent gallup  */
/*******************/

.fp_mod_gallup a
{
	color: #2175C6;
	font-weight: normal;
	text-decoration: none;
}
.fp_mod_gallup a:active,
.fp_mod_gallup a:hover
{
	color: #2175C6;
	text-decoration: underline;
}

.fp_mod_gallup ol
{
	margin-top: 0;
	padding-top: 0;
}

.fp_mod_gallup li
{
	padding-bottom: 3px;
	padding-top: 0;
}

.fp_mod_gallup #all_gallups
{
	background: url("../tmpl/img/menu_v2_l1.gif") no-repeat 12px 5px;
	display: block;
	padding: 2px 5px 7px 25px;
}

.fp_mod_gallup #que
{
	display: block;
	font-weight: bold;
	padding: 4px 5px 2px 15px;
}


/*****************/
/*  Recent news  */
/*****************/

#news
{
	float: left;
	width: 535px;
}
#news h1
{
	background: url("../tmpl/img/news.gif") no-repeat 29px 50%;
	color: #b00;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 60px;
	text-align: left;
}
#news a
{
	border-top: 1px solid #d5d7cc;
	color: #000;
	display: block;
	margin: 0 115px 0 62px;
	padding: 8px 0;
	text-decoration: none;
}
#news a:hover
{
	color: #000;
	text-decoration: underline;
}
#news a#first
{
	border-top: 0;
}
