/* CSS Document */
#tab {
	width:450px;
	height:295px;
	position:relative;
	float: left;
}

.tag_big {
	width: 730px;
	height: 270px;
	background-color: #FFF;
	float: right;
}
.tag_big1 {
    width: 435px;
    height: 295px;
    background-color: #FFF;
    float: left;
}
.tag_big1_link {
	float: right;
	margin-top:-30px;
	margin-right:15px;
	color:#707070;
}


/*设置容器高宽等*/

html > body #tab {
	width:365px;
}
html > body .tag_big1 #tab {
	width:435px;
}
/*兼容IE6:IE6下宽度不够*/
#tab div {
	position:absolute;
	top:32px;
	left:0;
	width:365px;
	height:235px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
.tag_big1 #tab div {
	    position: absolute;
    top: 40px;
    left: 0;
    width: 435px;
    height: 255px;
}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h1 {
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
	cursor:pointer;
	background-color:#FFF;
	text-align:center;
	font-family:"Microsoft YaHei";
	font-weight:normal;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0286d8;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	;
	padding-right: 10px;
	padding-left: 10px;
}
#tab h3 {
	    float: left;
    width: 95px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    background-color: #FFF;
    text-align: center;
    color: #000;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
/*默认标题样式*/
.r_top_title {
	font-size: 16px;
	line-height: 40px;
	color: #ba000e;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba000e;
	width:auto; 
	display:inline-block !important; 
	display:inline; 
	height: 40px;
}
#tab .up {
	color:#fff;
	background-color: #fe0000;
}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul {
	list-style:none;
	padding:0;
	margin-top:0px;
}
#tab li {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}
#tab li a {
	display:inline;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	margin-right:5px;
	color: #666;
}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}