﻿@charset "utf-8";
/* CSS Document */

/********** 全局 **********/

div{padding: 0; margin: 0 auto; }
ul,ol,li,dl,dt,dd{margin: 0; padding: 0; list-style-type: none;}
p,span,label,em,h1,h2,h3,h4,h5,h6,form,input,botton,img,a,hr,del,br{margin: 0; padding: 0;}
img{border: none;}
em{font-style: normal;}



h2,h3{font-size: 12px; font-weight: 800;}
h2 a,h3 a{color: #000}
h2 a:hover,h3 a:hover{color: #000}

/**********************************************************************************************************************************/

.mod{margin-bottom: 10px;} 
.mod{ border-top: none;}
.mod .info{padding: 6px 10px 4px 10px;}

/*通用类别标题*/
.title{ height: 25px; line-height: 25px; border-bottom: 1px solid #e1e1e1;}
.title h2{display: inline; padding-left: 14px;}

/*通用tabs*/
.tabs .yui-nav{zoom: 1; display: block; clear: both;}
.tabs .yui-nav li{float: left; display: block;}
.tabs .yui-nav li a{background:ffffff ; width:70px;  display: block; height: 24px; font-size: 12px; color: #939ca1; text-align: center; margin-left: -1px; position: relative; border: 1px solid #e1e1e1; top: 3px; text-decoration: none; }

.tabs .yui-nav li a:hover{color: #000;}

.tabs .yui-nav .selected a{background:#a5404e; border: 1px solid #a5404e; top: 1px; width:70px; height: 27px; display: block; font-weight: 700; color: #fff;  position: relative; z-index: 1; text-decoration: none;}

.tabs .yui-content{padding: 0; }



.mod,.info,.title,.yui-nav,.yui-content,.left_border{display: block; clear: both;}

/**********************************************************************************************************************************/


/*文字样式*/



/* IE六，列高度自适 */
div:after,ul:after,.yui-nav:after,.pic:after{content:"."; display: block; clear: both; height: 0; line-height:0; font-size:0; visibility: hidden;}
