a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var{
    padding: 0;
    margin: 0;
}


a{
    color: white;
    text-decoration: none;
}

ul{
    list-style: none;
}

body{  
	background-color:black;  
}

#tab{
    width: 100%;
}

.imgs{
	height: auto; width: auto\9; width:100%;
}

.dom_div{
	z-index:999;
}


/*选项卡的头部*/
#tab-header{
	padding-top:10px;
    background-color:black;
    height: 40px;
    text-align: center;
    position: relative;
}

#tab-header ul li{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
	color:#F1CD1F;
	font-size:12pt;
	font-weight: bolder;
}

#tab-header ul li.selected{
    font-weight: bolder;
	color:white;
    border-bottom: 0;
    padding: 0;
}

/*
#tab-header ul li:hover{
    color: white;
}
*/

/*主要内容*/
#tab-content .dom{
    display: none;
	background-color:black;
}
