@CHARSET "UTF-8";
div.cv{

}

/** company-name **/
.cv .company-name{
	border-bottom:1px solid #ddd;
	margin:10px auto;
	position: relative;
	height: 44px;
}

.cv .company-name h1{
	font-family:微软雅黑,宋体;
	font-weight:bold;
	line-height:36px;
	font-size:18px;
	color: #FF6600;
}

.cv .company-name ul.tab{
    position:absolute;
    top:20px;
    right:60px;
    width:400px;
    margin: 0;
}

.cv .company-name ul.tab li{
    float:right;
    width:90px;
    height: 25px;
    line-height:25px;
    margin: 0 5px;
    text-align: center;
    background: url("../images/tab_1.gif") no-repeat;
}

.cv .company-name ul.tab li.cur{
    background: url("../images/tab_2.gif") no-repeat;
    padding-left: 10px;
}

/** wigs **/
.cv div.wig{
	position: relative;
}

.wig h3{
    font-size:14px;
    background-color:#ddd;
    line-height:1.8em;
    padding:0 2em;
    color: #1A1AF9;
    margin: 5px auto;
}

.wig div.subTitle{
	color: #1A1AF9;
	position: absolute;
	top:3px;
	right: 20px;
	font-weight: bold;
}


.wig div.text{
	margin:1em;
}

/** Job **/

/** jobs **/

.cv .left-bar .wig{
    width: 220px;
}

.cv .jobs a{
	color: #111;
}

.cv .jobs h3{
	background: url("../images/welcom.gif") no-repeat;
	height: 60px;
	font-size: 0;
}

.cv .jobs li{
	line-height: 25px;
	border-bottom: 1px solid #eee;
	list-style-type:square;
	list-style-position: inside;
	padding-left: 5px;
}