@CHARSET "UTF-8";


.productContents{
	width: 25%;
	text-align: center; 
	padding: 5px;
	float: left;
	position: relative;
}

.firstImg{
	width: 160px;
    height: 120px;
}

.asideFirstImg{
	margin-bottom: 8px;
}

.line{
	border: 1px solid #ddd;
	padding: 10px;
}

select {
	width: 100px;
}

.recommend{
	float:left;
	width:100%;
	margin-top: 15px;
}

#pageing li{
 	display: inline;
}
 
#pageingWrap{
	width: 100%;
    margin: 0 auto;
    text-align: center; 
}

.previewInfo, .previewInfoTitle{
	 font-size: 10pt;
	 width: 167px;
	 text-align:center; 
	 overflow: hidden; 
	 white-space: nowrap; 
	 text-overflow: ellipsis;
	 margin:0 0 5px 0;
}

.previewInfoTitle{
	font-weight: bold;
}


.previewInfoContent{
	font-size: 9pt;
    width: 170px;
}