/* common */

html * { margin: 0 auto; }
body *, div { overflow: hidden; text-overflow: ellipsis; }
body, input, textarea, select, th, td, p, span, li
{
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; line-height: 18px;
}
body, form, ul, li { list-style-type: none; margin: 0; padding: 0; }
body { background: #999999; }

img { border: 0 none; }
input, img.center { vertical-align: middle; }

ul.disc li { list-style: disc inside; overflow: visible; }

a:link { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:hover, a:hover * { text-decoration: underline; color: #78B200; }
a:active { text-decoration: underline; color: #78B200; }

input.text { padding: 3px; }
input.text:hover, input.text:focus { padding: 2px; }

textarea { border: 1px solid #CCCCCC; padding: 2px; overflow: auto; line-height: 17px; }
textarea:hover, textarea:focus { border: 2px solid #ABDD45; padding: 1px; }

select { padding: 2px; }
select:hover, select:focus { padding: 1px; }

select, input.text { color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
select:hover, input.text:hover, select:focus, input.text:focus { color: #000000; background-color: #FFFFFF; border: 2px solid #ABDD45; }

input.clear { margin: 0px; padding: 0px; border: none; color: #ABDD45; background: none; text-align: left; }
input.clear:hover, input.clear:focus { color: #FFFFFF; }


div.left { float: left; }
div.right { float: right; }
div.clear { clear: both; height: 0; }
div.gap { height: 10px; }
div.gap_half { height: 5px; }
div.hr { height: 0px; border-bottom: 1px solid #CCCCCC; margin: 9px 0px 10px 0px; }
div.hr_half { height: 0px; border-bottom: 1px solid #CCCCCC; margin: 4px 0px 5px 0px!important; margin: 9px 0px 5px 0px; }
div.hr_dark { height: 0px; border-bottom: 1px solid #CCCCCC; margin: 9px 0px 10px 0px; }
div.hr_light { height: 0px; border-bottom: 1px solid #ffc20e; margin: 9px 0px 10px 0px; }
div.dashed { height: 0px; border-bottom: 1px dashed #CCCCCC; margin: 9px 0px 10px 0px; }
div.dashed_half { height: 0px; border-bottom: 1px dashed #CCCCCC; margin: 4px 0px 5px 0px; }
div.dashed_light { height: 0px; border-bottom: 1px dashed #ffc20e; margin: 9px 0px 10px 0px; }

.div_common
{ 
	width: 960px;
	margin: 0px auto; padding: 10px 20px 0px 20px; 
	background: #F9FFF6 url('../images/bg_main.jpg') repeat-y top center;
}

#div_tabs
{
	margin: 10px auto 0px auto; width: 1000px; height: 32px; 
	padding-bottom: 3px;
	background: #999999 url('../images/bg_top_border.jpg') no-repeat bottom center;
}
#div_tabs_cities
{
	float: left; width: 130px; height: 32px;
}
#div_tabs_info
{
	float: left; width: 620px; height: 32px; 
	padding: 8px 0px 0px 10px;
}

#div_tabs_info *
{
	color: #FFFF00; font-size: 14px; font-weight: bold;
}

#div_tabs_actions
{
	float: right; width: 240px; height: 32px;
}
#div_tabs_actions img { float: right; }


#div_header
{
	height: 70px;
	padding-top: 15px; 
}
#div_header_logo { float: left; width: 370px; padding-right: 10px; }
#div_header_ad { float: left; width: 468px; padding-right: 7px; padding-top: 10px; }
#div_header_info { float: right; width: 105px; padding-top: 8px; }
#div_header_info p { margin: 0px; line-height: 16px; }
#div_header_info_time { color: #ABDD45; font-size: 14px; font-weight: bold; }
#div_header_info_degree { font-size: 11px; }


#div_nav
{
	width: 970px; height: 100px; padding: 10px 15px 0px 15px;
}
#div_nav_bar
{
	width: 970px; height: 100px; 
	background: #000000 url('../images/bg_nav.jpg') no-repeat top center;
}
#frm_search { float: left; width: 505px; }
#div_nav_search { float: left; width: 400px; padding: 10px 0px 10px 15px; }
#div_nav_search p { margin: 0px; }
#div_nav_search p, #div_nav_search p span { color: #ABDD45; font-size: 14px; }
#div_nav_search span.active, #div_nav_search label.active { color: #FFFFFF; }
#fld_search { width: 392px; height: 26px; margin: 5px 0px 2px 0px; font-size: 20px; line-height: 26px; }
#div_nav_search_methods { height: 18px; }
#div_nav_search_engines input { margin-right: 2px; }
#div_nav_search_engines span { display: block; float: left; margin-right: 8px; }
#div_nav_search_button { float: left; width: 80px; height: 40px; padding: 30px 0px 30px 10px; }
#btn_nav_search { width: 80px; height: 40px; border: 0px; background: url('../images/btn_search.gif'); }
#div_nav_gap { float: left; width: 1px; height: 80px; margin: 10px; background-color: #999999; }
#div_nav_text_input { float: left; width: 260px; padding: 12px 0px; }
#fld_text { width: 245px; height: 70px; }
#div_nav_text_actions { float: left; width: 169px; padding: 10px 15px 15px 0px; color: #FFFFFF; }
#div_nav_text_actions a:link { text-decoration: none; color: #ABDD45; }
#div_nav_text_actions a:visited { text-decoration: none; color: #ABDD45; }
#div_nav_text_actions a:hover { text-decoration: underline; color: #FFFFFF; }
#div_nav_text_actions a:active { text-decoration: underline; color: #FFFFFF; }

#div_main { padding-bottom: 15px; }

#div_news_frame {  float: left; width: 300px; height: 495px; background: #EEFFDD; }
#div_news_top { width: 300px; height: 10px; background: url('../images/bg_news_top.gif') no-repeat top center; }
#div_news_bottom { width: 300px; height: 10px; background: url('../images/bg_news_bottom.gif') no-repeat top center; }
#div_news { width: 280px; height: 475px; padding: 0px 10px; background: url('../images/bg_news_body.gif') repeat-y top center; }
#img_news_title { float: left; }
#img_news_more { float: right; margin-top: 2px; }
#div_news ul { margin-top: -5px; }
#div_news ul li { margin: 10px 0px; padding: 0px; height: 12px; line-height: 14px; white-space: nowrap; }
#div_news ul li a.first { color: #FF3300; }
#div_news ul li a.hot { color: #114499; }


#div_sites_top { float: left; width: 480px; height: 495px; margin-left: 10px; }
#div_sites_top .p_ad_topsites { float: right; text-align: right; width: 375px; margin-top: 5px; }
#div_sites_top .p_ad_topsites span { color: #ABDD45; }
#div_sites_top ul { width: 470px; margin-left: 10px; }
#div_sites_top li { float: left; width: 115px; font-size: 14px; line-height: 24px; height: 24px; }
#div_sites_world li small { font-size: 10px; color: #999999; }

#div_sites_local_frame {  width: 480px; height: 155px; }
#img_sites_local { float: left; width: 105px; height: 30px; }
#div_sites_local_top { width: 480px; height: 10px; background: url('../images/bg_topsites_top.gif') no-repeat top center; }
#div_sites_local_bottom { width: 480px; height: 10px; background: url('../images/bg_topsites_bottom.gif') no-repeat top center; }
#div_sites_local { width: 480px; height: 105px; background: url('../images/bg_topsites_body.gif') repeat-y top center; }

#div_sites_world_frame { width: 480px; height: 200px; margin-top: 8px; }
#img_sites_world { float: left; width: 105px; height: 30px; }
#div_sites_world_top { width: 480px; height: 10px; background: url('../images/bg_topsites_top.gif') no-repeat top center; }
#div_sites_world_bottom { width: 480px; height: 10px; background: url('../images/bg_topsites_bottom.gif') no-repeat top center; }
#div_sites_world { width: 480px; height: 150px; background: url('../images/bg_topsites_body.gif') repeat-y top center; }

#div_sites_english_frame { width: 480px; height: 125px; margin-top: 7px; }
#img_sites_english { float: left; width: 105px; height: 30px; }
#div_sites_english_top { width: 480px; height: 10px; background: url('../images/bg_topsites_top.gif') no-repeat top center; }
#div_sites_english_bottom { width: 480px; height: 10px; background: url('../images/bg_topsites_bottom.gif') no-repeat top center; }
#div_sites_english { width: 480px; height: 75px; background: url('../images/bg_topsites_body.gif') repeat-y top center; }

#div_sidebar { float: right; width: 160px; margin-left: 10px; }
.div_sidebar_block_frame { padding-bottom: 10px; }
.div_sidebar_block { width: 140px; padding: 5px 10px 0px 10px; background: url('../images/bg_sidebar_body.gif') repeat-y top center; }
.div_sidebar_block p {
	padding-bottom: 5px;
}
.div_sidebar_block_bottom { width: 160px; height: 10px; background: url('../images/bg_sidebar_bottom.gif') no-repeat top center; }

#div_sidebar select.options { width: 140px; }
#div_sidebar input.query { width: 87px; }
#div_sidebar input.btn_query { width: 40px; height: 24px; border: 0px; background: url('../images/btn_query.gif'); }
#div_sidebar input.btn_login { width: 40px; height: 24px; border: 0px; background: url('../images/btn_login.gif'); }
#div_sidebar input.btn_timetable { width: 65px; height: 24px; border: 0px; background: url('../images/btn_timetable.gif'); margin-right: 3px; }
#div_sidebar input.btn_routemap { width: 65px; height: 24px; border: 0px; background: url('../images/btn_routemap.gif'); margin-left: 3px; }
#div_sidebar h3 { font-size: 14px; font-weight: bold; color: #78B200; margin-top: 5px; }
#div_sidebar a.sponsor:link, #div_sidebar a.sponsor:visited { color: #78B200; }


#div_middle_ad
{
	float: left; width: 728px; height: 90px;
	margin-top: 10px; padding: 10px 10px 10px 52px;
	background: #ABDD45 url('../images/bg_middle_ad.gif') no-repeat top center;
}

.div_sites_more
{
	float: left; width: 790px;
	margin-top: 10px; 
	border-bottom: 1px solid #ABDD45;
}
.div_sites_top
{
	width: 792px; height: 30px; margin-left: -1px;
	background: url('../images/bg_sites_top.gif') no-repeat top center;
}
.div_sites_top li 
{ 
	width: 88px; float: left; padding: 7px 3px 0px 8px; 
	color: #FFFFFF; font-size: 14px; font-weight: bold; 
}
.div_sites_body
{
	width: 792px; margin-left: -1px;
	background: url('../images/bg_sites_body.gif') repeat-y top center;
	padding-bottom: 5px;
}
.div_sites_body ul { width: 88px; float: left; padding: 5px 3px 10px 8px; }
.div_sites_body li { line-height: 14px; padding: 4px 0px; }
.div_sites_body li small { font-size: 10px; color: #999999; }

.div_sites_logos 
{
	width: 792px; height: 31px; margin-left: -1px; padding-bottom: 5px;
	background: url('../images/bg_sites_body.gif') repeat-y top center;
}

.div_sites_logos li 
{ 
	width: 88px; height: 31px; float: left; padding: 0px 5px 0px 6px; 
}


#div_footer_frame
{
	width: 1000px; height: 120px; padding: 0px;
}
#div_footer
{
	width: 960px; height: 90px;
	margin: 0px 5px; padding: 10px 15px; 
	background-color: #000000;
}
#div_footer_border
{
	width: 1000px; height: 10px;
	background: #666666 url('../images/bg_bottom_border.jpg') no-repeat top center;
}

#div_footer_ad { float: left; width: 728px; height: 90px; }
#div_footer_copyright 
{
	float: right; width: 227px; height: 90px; 
	margin-left: 5px; text-align: right; 
}
#div_footer_copyright * { color: #999999; }
#div_footer_copyright img { margin-bottom: 3px; }
#div_footer_copyright p.copyright { font-size: 10px; line-height: 12px; }
#div_footer_copyright a:link, #div_footer_copyright a:visited { color: #999999; }
#div_footer_copyright a:hover, #div_footer_copyright a:active { color: #ABDD45; }


#div_infowindow
{
	position: fixed;

}


