/**
 * @author hpapple.hep
 * @version 2011-10-20
 * 
 * 公司搜索-加工TAB-在使用
 * 
 */
 
a,a:link{
	color:#00349A;
}
a:hover{
	color:#e63312;
}
.hide{
	display:none;
}
.white{
	color:#fff;
}
.red{
	color:#F00;
}

.w952{
	margin-bottom:8px;
	font: 12px/1.5 "宋体";
}
.content{
	margin-top:5px;
}
.main{
	float:left;
	width:780px;
}
.companySn{
	color: #666666;
    float: left;
    margin-right: 8px;
    width: 160px;
}
.sub{
	float:right;
	width:160px;
}

.miniMap .main{
	width:694px;
	_height:400px;
	min-height:400px;
}
.miniMap .sub{
	width:240px;
	position:relative;
}
.detailMap .main{
	height:622px;
	width:280px;
}
.detailMap .sub{
	width:668px;
	position:relative;
}

.content:after,.main:after,.sub:after,
.rout:after,
.category:after,.category dl:after,
.offers:after,
.end{
	content:"\0020";
	display:block;
	height:0;
	clear:both;
}
.content,.mian,.sub,
.rout,
.category,.category dl,
.offers,
.end{
	zoom:1;
}


/* .alert  黄底横条提示  */
.alert{
	background-color: #FFFFED;
    border: 1px solid #FFEA5C;
	margin-bottom:8px;
}
.typeA .Description{
	padding:4px 12px;	
	font-size:14px;	
}
.typeA .Description em{
	color:#f00;	
}
.typeA .Description a{
	font-weight:bold;
}
