﻿@charset "utf-8";
@import url("main.css");

/*顶部导航*/
#top { 
height:40px;
width:850px;
text-align:right;
margin:0 auto 2px auto;
padding-top:6px;
padding-right:6px;
background:url(red/index_02.jpg) no-repeat left top;
}
#top a {
text-decoration:none;
color:#555;
}
#top a:hover {
text-decoration:underline;
color:#666;
}


/*-------------主导航菜单---------------*/
#nav {
clear:both;
height:35px;
width:850px;
background:url(red/index_12.jpg) repeat-x left top;
border:1px solid #FF9295;
}
#nav ul {
list-style:none;
}
#nav li {
margin:0 3px;
float:left;
}
#nav a {
blr:expression(this.onFocus=this.blur());
font-size:12px;
color:#FF0066;
font-weight: bold;
text-decoration:none;
display:block;
width:70px;
line-height:35px;
text-align:center;
}
#nav a:hover {
background: url(red/index_15.jpg) no-repeat left bottom;
color:#c0150d;
}
#nav .current a {
background: url(red/index_15.jpg) no-repeat left bottom;
color:#c0150d;
}
#nav .current a:focus {
background: url(red/index_15.jpg) no-repeat left bottom;
color:#c0150d;
}

/*-------------边线颜色---------------*/
#main {
	border-right:1px solid #FF9295;
	border-left:1px solid #FF9295;
	border-bottom:2px solid #FF9295;
}
/*-------------左右TITLE栏---------------*/
#bar-title {
	clear:both;
	height:30px;
	width: auto;
	color:#FFF;
	font-weight:bold;
	background: #FFF url(red/index_22.jpg) repeat-x 0 0;
	padding:0;
}

.bar-title {
	clear:both;
	height:30px;
	width: 100%;
	color:#FFF;
	font-weight:bold;
	background: #FFF url(red/index_22.jpg) repeat-x 0 0;
	padding:0;
}

.bar-title-text {
	float: left;
	font-size: 12px;
	margin: 0 7px 0 0;
	padding:8px 0 0 26px;
	background:url('images/baritem.gif') 5px 5px no-repeat;
	color:#FF0066;
	font-weight:bold;

}
.bar-title-text a:link{text-decoration:none;color:#FF0066;}
.bar-title-text a:visited{text-decoration:none;color:#FF0066;}
.bar-title-text a:hover{text-decoration:underline;color:#FF0066;}
.bar-title-text a:active{text-decoration:none;color:#FF0066;}

/*-------------主显示区MAIN栏---------------*/
#main-title {
	clear:both;
	height: 30px;
	width: 100%;
	background: #FFF url(red/index_22.jpg) repeat-x 0 0;
	padding: 0;
}

.main-title {
	clear:both;
	height: 30px;
	width: 100%;
	background: #FFF url(red/index_22.jpg) repeat-x 0 0;
	padding: 0;
}

.main-title-text {
	float:left;
	width: 500px;
	background:url(images/mainitem.gif) 5px 6px no-repeat;
	padding:8px 0 0 26px;
	font-size: 12px;
	color:#FF0066;
	font-weight:bold;
}
.main-title-text a, .main-title-text a:visited {text-decoration:underline;color:#FF0066;}
.main-more {
	float:right;
	width:60px;
	padding-right: 6px;text-align:right;
}
.main-more a {
	width: 57px;
	height:23px;
	background: url('images/main-more.gif') 0 8px no-repeat;
	display:block;
}
.main-more span {
	display:none;
	text-indent: -9999px;
}
#detail-title , .detail-title {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	height: 22px;
	width: auto !important; width: 620px;
	/*background: #E1D9CE repeat-x 0 0;*/
	background: #EEE repeat-x 0 0;
	padding:0;
}
#detail-title-text, .detail-title-text {
	float: left;
	font-size: 14px;
	margin: 0 7px 0 0;
	width: auto !important; width: 595px;
	padding:5px 0 0 5px;
	color:#232117;
	font-weight:bold;
}
* html #detail-title-text {
	margin: 0 0px 0 0;
}
