/**
 * ��������� �������� ������� ���������
 */
body, html
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size:13px;
	color:#555753;

	background: url(/images/back.gif) #fff;

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;

	height:100%;
}


/**
 * ������� ����� � �����������
 */
img
{
	border: none;
}

/**
 * ��������� ������
 */
a:link, a:visited
{
	color: #0072bc;
}

/**
 * ��������� �������� ������
 */
a:hover, a:active
{
	color: #0072bc;
	text-decoration: none;
}




h1, h2, h3
{
	color:#2e3436;
	font-weight:normal;
	margin-top:0px;	
	margin-bottom:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }

p
{
	margin-top:0px;
}

ul
{
	list-style-image:url('/images/list_item.gif');
}

#main
{
	width:1000px;
	height:100%;
	margin:0px auto;
	background: white;
}

#main > table { background: white; }

#content_bg
{
	background-image:url('/images/content_bg.gif');
}

#header
{
	width:1000px;
	height:300px;
	
}

#topline
{
	width:1000px;
	height:70px;
	background-image:url('/images/background01.gif');
	
	margin-bottom:10px;
}

#topline2
{
	width:1000px;
	height:70px;
	background-image:url('/images/topleft.gif');
	background-repeat:no-repeat;
	background-position:left;
}

#topline3
{
	width:1000px;
	height:70px;
	background-image:url('/images/topright.gif');
	background-repeat:no-repeat;
	background-position:right;
}


#img01
{
	width:220px;
	height:210px;
	background-image:url('/images/background02.gif');
	background-position:left;
	
	float:left;
}

#img01_2
{
	width:220px;
	height:210px;
	background-image:url('/images/topleft2.gif');
	background-repeat:no-repeat;
	background-position:left;
}


#img01_3
{
	width:220px;
	height:210px;
	background-image:url('/images/topright2.gif');
	background-repeat:no-repeat;
	background-position:right;
}



#headerphoto
{
	width:770px;
	height:210px;
	background-image:url('/images/headerphoto.jpg');
	float:right;
}

#headerphoto2
{
	width:770px;
	height:210px;
	background-image:url('/images/topleft3.gif');
	background-repeat:no-repeat;
	background-position:left;
}

#headerphoto3
{
	width:770px;
	height:210px;
	background-image:url('/images/topright3.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#headerlogo
{
	behavior:url('/iepngfix.htc');
	background-image:url('/images/logo.png');
	width:362px;
	height:182px;
	
	position:relative;
	
	top:14px;
	left:14px;
	
	margin-bottom:-182px;
}

* html #headerlogo
{
	top:-196px;
}

*:first-child+html #headerlogo
{
	top:-196px;
} 

#logo_link
{
	width:362px;
	height:182px;
	
	display:block;
}

#headerstar
{
	behavior:url('/iepngfix.htc');
	background-image:url('/images/star.png');
	width:150px;
	height:150px;
	
	position:relative;
	
	top:8px;
	left:837px;
	
	margin-bottom:-150px;
}

#footer0
{
	height:70px;
	padding-top:16px;
	
	background-image:url('/images/content_bottom.gif');
	background-position:top;
	background-repeat:no-repeat;
}

#footer
{
	width:1000px;
	height:70px;
	
	background-image:url('/images/footerbg.gif');
}


#footer2
{
	width:1000px;
	height:70px;
	
	background-image:url('/images/footerleft.gif');
	background-repeat:no-repeat;
	background-position:left;
}


#footer3
{
	width:1000px;
	height:70px;
	
	background-image:url('/images/footerright.gif');
	background-repeat:no-repeat;
	background-position:right;
}


#centerdiv
{
	width:1000px;
	min-height:300px;

	background-image:url('/images/content_top.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

* html #centerdiv
{
	display:table-cell;
	height:300px;
}

#leftmenu
{
	width:150px;
	padding:45px 30px;
	
	float:left;
}



#leftmenu ul
{
	list-style:none;
	list-style-image:none;
	
	margin:0px;
	padding:0px;
	
	width:160px;
}

#leftmenu ul li
{
	padding-left:23px;
	margin-bottom:14px;
	
	background-image:url('/images/leftmenu_item.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

#leftmenu ul li a
{
	font-size:16px;
	color:#fff;
	
	text-decoration:none;
}

#leftmenu ul li a:hover, #leftmenu ul li a.active
{
	color:#252525;
}




#content
{
	width:770px;
	float:right;
}



#topmenu
{
	width:724px;
	height:37px;
	
	background-image:url('/images/topmenu_bg.gif');
	background-position:top;
	background-repeat:no-repeat;
	
	padding-left:23px;
	padding-right:23px;
	
	padding-top:13px;
}

div.topmenu_link
{
	float:left;
	margin-right:15px;
	height:24px;
	
	text-align:center;
	white-space:nowrap;
}

* html div.topmenu_link
{
	display:table-cell;
	width:80px;
}

div.topmenu_link a
{
	color:#2e3436;
	font-size:16px;
	text-decoration:none;
	
	display:block;
	height:24px;
}

div.topmenu_link a span
{
	display:block;
	padding-left:7px;
	padding-right:7px;
	padding-top:1px;
	
	height:23px;
	
	cursor:hand;
}

div.topmenu_link a:hover, div.topmenu_link a.active
{
	color:#fff;
	background-image:url('/images/topmenu_link_left.gif');
	background-repeat:no-repeat;
	background-position:left;
}

div.topmenu_link a:hover span, div.topmenu_link a.active span
{
	background-image:url('/images/topmenu_link_right.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#content_text
{
	width:710px;
	padding:30px;
	background: #DBF6FF url(/images/i.jpg) 0px bottom repeat-x;
	/*height: 600px;*/
}

#content_text
{
	line-height:20px;
}



#copyright
{
	color:#fff;
	font-size:10px;
	
	float:left;
	
	display:block;
	height:40px;
	
	padding-left:30px;
	padding-top:30px;
}


#contacts
{
	text-align:right;
	font-size:11px;
	display:block;
	height:50px;

	padding-right:30px;
	padding-top:20px;
	
	line-height:18px;
}

#contacts a
{
	color:#d3d7cf;
}

#catalogue_text
{
	width:580px;
	float:right;
}

img.catalogue_photo
{
	border:solid 1px #0072bc;
	
	display:block;
	margin-bottom:10px;
}

span.catalogue_desc
{
	font-family:Arial, Tahoma, Verdana, Sans-serif;
	font-size:12px;
	line-height:12px;
}


#catalogue_menu
{
	float:left;
	width:120px;
}

#catalogue_menu ul
{
	width:120px;
	margin:0px;
	padding:0px;
	
	list-style:none;
	list-style-image:none;
}

#catalogue_menu ul li
{
	margin-bottom:10px;
}

#catalogue_menu ul li a
{
	font-size:14px;
}


#catalogue_menu ul li a:hover, #catalogue_menu ul li a.active
{
	color:#2e3436;
	text-decoration:none;
}





/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
div.pagination
{
	padding:3px;
	margin:3px;
	margin-top:30px;
	margin-bottom:30px;
}

div.pagination a
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #0072bc;
	text-decoration: none; 
	color: #0072bc;
	background: #fff;
}

div.pagination a:link, div.pagination a:visited
{
	color:#0072bc;
}

div.pagination a:hover, div.pagination a:active
{
	border:1px solid #f26522;
	color: #f26522;
	background: #fff;
}

div.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f26522;
	font-weight: bold;
	background: #f26522;
	color: #FFF;
}

div.pagination span.disabled
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9cb1bb;
	color: #9cb1bb;
}


/**************************************************************

	MultiBox
	v1.2

**************************************************************/

.imageOver{
	background:url(/images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #F26522;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	behavior:url('/iepngfix.htc');
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #F26522;
}


.MultiBoxPrevious {
	position: absolute;
	behavior:url('/iepngfix.htc');
	background: url(/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	behavior:url('/iepngfix.htc');
	background: url(/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.goodsx { width: 100%; }
.goodsx td { width: 118px; padding-right: 32px; padding-bottom: 20px; vertical-align: top;  }

/* Voting */

.vote_active
{
	background-color:#fbe6cc;
	background-image:url('/images/vote_active_top.gif');
	background-position:top;
	background-repeat:no-repeat;
}

.vote_active2
{
	background-image:url('/images/vote_active_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	
	font-size:11px;
	color:#595959;
	
	padding:5px;
}



.vote_ended
{
	background-color:#dcedfb;
	background-image:url('/images/vote_ended_top.gif');
	background-position:top;
	background-repeat:no-repeat;
}

.vote_ended2
{
	background-image:url('/images/vote_ended_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	
	font-size:11px;
	color:#595959;
	
	padding:5px;
	
	margin-bottom:10px;
}


#voting h2 { color: white; font-size: 15px; margin-left: 0px; margin-bottom: 5px !important; }

#vote_form
{
	margin-top:10px;
	margin-left:18px;
	margin-bottom:20px;
	color:#fff;
	font-size:11px;
}


#vote_form label
{
	line-height:17px;
}

#vore_form .br { clear: both; height: 5px; }

#vote_form input.form_submit
{
	display:block;
	border:none;
	width:96px;
	height:19px;
	
	background:none;
	background-image:url('/images/callvote.gif');
	background-repeat:no-repeat;
	background-position:top;
	
	color:#fff;
	text-transform:lowercase;
	
	margin-left:15px;
	margin-top:10px;
	margin-bottom:20px;
	cursor:pointer;
	cursor:hand;
	padding:0px 0px 3px 0px;
}

#vote_form input.form_submit:hover { background-position: 0px -19px; }


.vote_answer
{
	display:block;
	font-size:11px;
	color:#fff;
	
	margin-left:20px;
	margin-bottom:3px;
}

.vote_percent_best
{
	color:#fff;
	font-size:10px;
}

.vote_percent
{
	color:#ddd;
	font-size:10px;
}

.vote_percent_best, .vote_percent
{
	float:left;
	display:block;
	width:40px;
}


.vote_scale
{
	overflow:hidden;
	height:10px;

	padding-top:5px;
}

.vote_scale_best
{
	overflow:hidden;
	height:10px;
	
	padding-top:5px;
}

.vote_scale2
{
	height:2px;
	background-color:#ddd;
	overflow:hidden;
}

.vote_scale_best .vote_scale2
{
	background-color:#fff;
}


.vote_total
{
	font-weight:bold;
	font-size:11px;
	color:#fff;
	
	margin-left:10px;
}

#voting, #news_block { margin-bottom: 15px; width: 190px; margin-left: 13px; } 