/*author: Rumin Sergey*/
/*Copyright: CENTROARTS.com*/
/*e-mail: gr-x@mail.ru, support@centroarts.com*/
/*URL: http://www.centroarts.com*/



/*-----LEFTBLOCKS-----*/
#leftcol .block {
	margin-right: 5px;
	margin-bottom: 4px;
	width: 213px;
	background: transparent url("../images/leftblock_bg.png") repeat-y -426px top;
}
#leftcol .block .dtop { background: transparent url("../images/leftblock_bg.png") no-repeat left top; }
#leftcol .block .dbottom { background: transparent url("../images/leftblock_bg.png") no-repeat -213px bottom; }
#leftcol .block .dcont { padding: 19px 18px 24px 18px; }
#leftcol div.block h3.title {
	font-family: Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 24px;
}

/*-----RIGHTBLOCKS-----*/
#rightcol .block {
	margin-left: 5px;
	margin-bottom: 4px;
	width: 220px;
	background: transparent url("../images/rightblock_bg.png") repeat-y -440px top;
}
#rightcol .block .dtop { background: transparent url("../images/rightblock_bg.png") no-repeat left top; }
#rightcol .block .dbottom { background: transparent url("../images/rightblock_bg.png") no-repeat -220px bottom; }
#rightcol .block .dcont { padding: 17px 14px 30px 14px; }
#rightcol div.block h3.title {
	font-size: 17px;
	color: #2871b2;
	font-weight: normal;
	padding-bottom: 13px;
	margin: 0 0 8px 0;
	background: transparent url("../images/rightblock_h3.png") no-repeat center bottom;
}


/*QUICKLINKS*/
#leftcol .block ul.navs		{list-style: none; padding: 0; margin: 0; }
#leftcol .block ul.navs li	{ background: none; padding: 0; margin: 0; }
#leftcol .block ul.navs li a	{
	background: url("../images/quick_menu.png") no-repeat left top;
	font-weight: bold;
	display: block;
	width: 100%; height: 21px;
	line-height: 19px;
}

#leftcol .block ul.navs li a:hover {
	color: #85a0c0;
	text-decoration: none;
	background: #d6e2ef url("../images/quick_menu.png") no-repeat left bottom;
}

/*blockvotes*/

a.votego, a.voteresult {
	width: 108px; height: 28px;
	display: block;
	background: #236ca9 url("../images/votego_btn.png") no-repeat left top;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a.votego:hover, a.voteresult:hover {
	text-decoration: none;
	background: #236ca9 url("../images/votego_btn.png") no-repeat left -28px;
}


a.voteresult { background: #8a98a5 url("../images/voteresult_btn.png") no-repeat left top; }
a.voteresult:hover { background: #afb8c1 url("../images/voteresult_btn.png") no-repeat left -28px; }