﻿@charset "utf-8";
/* -------------------------------------------------
Author:  #!-loveradio
Update:  2009/6/22
WebSite: http://www.leftbank.cn
Contact: QQ 5231396
         Mail loveradio@163.com
		 Tel 13880626573
-------------------------------------------------- */

/*全局属性*/
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	width:100%;
	color:#333;
	font-family: Verdana, "宋体";
	background:url(../image/topbg.jpg) repeat-x;
	background-color:#fff;
	font-size:12px;
	text-align:center;
}
ul, ol, li {
	list-style-type:none;
}
img {
	vertical-align:top;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration:underline;
}
h1, h2 {
	display:inline;
}
h1 {
	font-size:18px;
	font-family:"黑体";
	font-weight:100;
	line-height:26px;
}
h3 {
	font-size:14px;
	font-family:"微软雅黑", "幼圆";
	font-weight:100;
	line-height:25px;
}
.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.fred, a.fred:link, a.fred:visited {
	color:#F00;
}
.fblue, a.fblue:link, a.fblue:visited {
	color:#06C;
}
.fgreen, a.fgreen:link, a.fgreen:visited {
	color:#090;
}
.forange, a.forange:link, a.forange:visited {
	color:#F90;
}
.fyellow, a.fyellow:link, a.fyellow:visited {
	color:#FF0;
}
.fgray, a.fgray:link, a.fgray:visited {
	color:#999;
}
.fwhite, a.fwhite:link, a.fwhite:visited {
	color:#fff;
}
.fblack, a.fblack:link, a.fblack:visited {
	color:#000;
}
.f14px {
	font-size:14px;
}
.clear {
	font-size: 1px;
	clear: both;
	visibility: hidden;
	width: 1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.blank5 {
	height:5px;
	clear:both;
	font-size:1px;
}
.input {
	border:#CCC solid 1px;
	padding:0 1px 0 1px;
	height:18px;
}
.button {
	border:#CCC solid 1px;
	height:18px;
}
/*全局开始*/
#container {
	width:930px;
	margin:0 auto;
}
#top, #main, #footer {
	width:930px;
	clear:both;
	overflow:hidden;
}
/*网页顶部-通用*/
#top{ height:60px; background:url(../images/topBg.jpg) no-repeat; color:#FFF;}
#top .logo{ float:left; width:300px; height:52px; margin:8px 0 0 0;}
#top .nav{ float:left; width:630px; height:60px;}
#top .nav ul{ float:right; margin:30px 20px 0 0;}
#top .nav ul li{ float:left; margin:0 0 0 10px;}
#top a, #top a:hover, #top a:visited{ color:#FFF;}
/*内容布局-通用*/
#main{ background:url(../images/mainBg.jpg) repeat-y;}
#mainC{ float:left; width:620px;}
#mainArticle{ width:600px; margin:5px auto; text-align:left; line-height:1.5em;}
#mainArticle p{ margin:15px 0 0 0;}
#mainContent{ width:600px; margin:5px auto; text-align:left; line-height:2.2em; font-size:14px;}
#mainContent .nav{ line-height:30px; border-bottom:#036 solid 1px;}
#mainContent .page{ line-height:30px; border-top:#036 solid 1px; font-size:12px;}
#mainContent span{ font-size:12px; color:#999;}
#mainM{ float:left; width:310px;}
#mainMenu{ width:290px; margin:0 auto; text-align:left; line-height:1.5em;}
#mainMenu .title{ background:url(../images/menuTitleBg.jpg) no-repeat; height:35px; line-height:35px; text-align:center;}
/*底部-通用*/
#footer{ margin:10px 0 0 0; border-top:#333 solid 2px; line-height:2.2em;}