/* common start */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: serif, Sylfaen, Arial;
	font-size: 14px;
}
img { border: 0px;}

/* common end */


/* main start */

#main {
	margin-bottom: 30px;
	width: 923px;
}

#main td {
	vertical-align: top;
	text-align: left;
}


#logo {width: 923px; margin-bottom: 1px;}
#eggs {text-align: left;}
#egg2 {width: 249px; height: 79px; }

#top_banner {
	width: 572px; 
	height: 60px; 
	border-top:    2px solid #bf1515; 
	border-bottom: 2px solid #bf1515; 
	position: relative; 
	top: -75px; 
	left: 165px; 
	margin-bottom: -64px;
	z-index: 2;
}

#content { width: 780px;}

#help { 	background: #FD3F33 url('../images/help_bot.gif') no-repeat left bottom;}

#h_mail { 
	padding-top: 25px; 
	text-align: center;
	background: url('../images/help_ast.gif') no-repeat left top;
}
#h_mail a { font-size: 16px; color: #ffffff; text-decoration: none; font-weight: bold;}

#h_src {
	width: 135px;
	color: #ffffff;
	padding: 10px 5px 50px 5px; 
}

#h_src p { margin-bottom: 15px; text-align: left;}

#h_src a                                      { color: #ffffff; text-decoration: underline; }
#h_src a:hover                      { color: #ffffff; text-decoration: none; }
#h_src a:visited                 { color: #ffffff; text-decoration: underline;}
#h_src a:visited:hover { color: #ffffff; text-decoration: none;}

#menu_top { background: url('../images/menu_bg.gif') repeat-x left top;}

#mt_src {
	height: 47px; 
	background: url('../images/menu_r_c.gif') no-repeat right top;
}

#mt_navig {
	width: 250px;
	height: 37px;
	float: left;
	margin-top: 10px;
}

#mt_navig img {
	margin-right: 0px;
	margin-top:   1px;
}

#mt_player {
	width: 400px;
	float: left;
	margin-top: 13px;
	/*background: url('../images/pl_bg_c.gif') repeat-x left center;*/
}

/*
#mtp_bg_r {background: url('../images/pl_bg_r.gif') no-repeat right;}
#mtp_src  {height:24px; background:url('../images/pl_bg_l.gif') no-repeat left; text-align:center; padding-top:3px;}
*/

#cat_mel              { background: url('../images/r_border.gif') repeat-y  right top; }
#cat_mel .bg_1 { background: url('../images/r_t_bord.gif') no-repeat right top;    padding-top: 1px;}
#cat_mel .bg_2 { background: url('../images/r_b_bord.gif') no-repeat right bottom; padding-top: 1px;}

#category {
	width: 221px;
	float: left;
	margin-bottom: 30px; 
}

#category #cat_txt {
	background: url('../images/cat_r.gif') repeat-y right top;
	font-size: 16px;
}

#category #cat_txt a                                         { color: #626469; text-decoration: none; display: block; width: 195px; padding: 2px 3px 2px 15px; }
#category #cat_txt a:hover                         { color: #000000; text-decoration: underline; }
#category #cat_txt a:visited                    { color: #626469; }
#category #cat_txt a:visited:hover    { color: #000000; text-decoration: underline; }

#category #cat_txt a.active                      { color: #000000; font-weight: bold; background: url('../images/vos_cat.gif') no-repeat left center; }
#category #cat_txt a.active:visited { color: #000000; font-weight: bold; background: url('../images/vos_cat.gif') no-repeat left center; }

#melody {
	width: 525px;
	float: left;
	margin: 0 5px 30px 5px; 
}

#melody p {
	font-size: 16px;
	text-align: center;
	margin: 100px 30px;
}

.pages{	padding: 20px 0px;}

.pages ul{
	margin: 0px;
	padding: 0px;
	text-align: center; /*Set to "right" to right align pages interface*/
	font-size: 10px;
}

.pages li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pages a, .pages a:visited{
	padding: 0px 5px;
	border: 1px solid #fd6d04;
	text-decoration: none; 
	color: #000;
}

.pages a:hover, .pages a:active{
	border: 1px solid #fd6d04;
	color: #000;
	background-color: lightyellow;
}

.pages li.currentpage{
	font-weight: bold;
	padding: 0px 5px;
	border: 1px solid navy;
	background-color: #fd6d04;
	color: #000;
}

.pages li.disablepage{
	padding: 0px 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pages li.nextpage{ font-weight: bold;}

* html .pages li.currentpage, * html .pages li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0px;
}




#letter {
	width: 150px;
	height: 30px;
	float: left;
	border-bottom: 2px solid #c7c2ba;
	margin: 10px 0px 0px 0px;	
}

#letter select {
	width: 100%;
	font-family: Sylfaen;
	font-size: 12px;
}

#list td {
	padding: 10px 0px;
	vertical-align: middle;
}

#list td b img {
	display: block;
	width: 41px;
	height: 7px;	
}

#list td.mel {
	width: 100%;
	padding-left: 10px;
}

#list td.mel div.comp {
	font-size: 10px;
	color: #808080;
}

#list td.ln {
	height: 1px;
	background: url("../images/d_line.gif") repeat-x left;
	padding: 0px;
}



#list td.mel a                                      { color: #333333; text-decoration: none;}
#list td.mel a:hover                      { color: #000000;}
#list td.mel a:visited                 { color: #333333;}
#list td.mel a:visited:hover { color: #000000;}

#con_search {
	width: 750px;
	padding-bottom: 30px; 
}

#con_search p { padding: 20px 10px 0px 10px;}

#menu_bottom { background: url('../images/b_menu_b.gif') repeat-x left top; }

#mb_src {	
	height: 90px; /* 47 */ 
	background: url('../images/b_menu_r.gif') no-repeat right top;
}

#mb_ban1, #mb_ban2 {
	float:left;
	height:67px;
	margin:6px 0px 7px 7px;
	width:175px;
}
#mb_ban3 {
	float:left;
	margin:6px 0px 7px 7px;
	font: 8pt sans-serif;
	width:370px;
}

#mb_ban img { margin: 3px 3px; }


.f_clear { clear: both; }

.header_search_container { float: left; padding: 5px; /*background: #FD3F33;*/ }

.header_search_left     { float: left; background-image: url(../images/search/search_left1.gif); background-repeat: no-repeat; width: 14px; height: 35px; }
.header_search_center { float: left; /*background-color: #FFFFFF;*/ background-image: url(../images/search/search_center.gif); background-repeat: repeat-x; width: 180px; height: 35px; }
.header_search_right   { float: left; background-image: url(../images/search/search_right1.gif); background-repeat: no-repeat; width: 14px; height: 35px; }

.header_search_input_itself              { float: left; padding-top: 1px; }
.header_search_input_itself input   { width: 115px; height: 18px; font-size: 13px; color: #000000; font-weight: bold; border: 0; padding: 0; margin: 0; margin-top: 7px; font-family: Tahoma,Arial,Verdana,sans-serif; }

.header_find_button_container        { float: right; padding-top: 1px; position: relative; left: 2px; margin-top: 8px; margin-right: -3px;}
.header_find_button_left                    { float: left; background-image: url(../images/search/find_left1.gif); background-repeat: no-repeat; width: 7px; height: 18px; }
.header_find_button_center               { float: left; background-image: url(../images/search/find_center1.gif); background-repeat: repeat-x; width: auto; height: 18px; }
.header_find_button_center a            { text-transform: uppercase; font-weight: bold; text-decoration: none; color: #FFFFFF; display: block; margin-top: 2px; padding-left: 2px; padding-right: 2px; font-size: 11px;}
*html .header_find_button_center a { font-size: 11px;}
.header_find_button_right                  { float: left; background-image: url(../images/search/find_right1.gif); background-repeat: no-repeat; width: 7px; height: 18px; }

.advased_search {float: left; padding: 2px 0px 10px 10px; font-family: Arial; font-size: 13px;}

#list td.empty_srch {
	width: 100%; 
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

td.mel a span.cat_stamp {vertical-align: super;}

/* Для всплывающих окон*/
#popup_main {padding:10px; background-color: #FD3F33;}
#popup_header {}
