﻿/*IMGGR--------------------------------*/
#IMGGR {
	border: 1px white solid;
	margin-bottom: 40px;
}

#IMGGR .IMG {
	float: left;
}


/*ProductList---------------------------------------------*/
#ProductListCtn {
	margin:10px 0 1px;
	padding:10px 0 0;
	background-color: #f4f4f4;
}
#ProductList {
}
#ProductListBTM {
	height:20px;
}
.ContentGR {
	position: relative;
	float: left;
	width: 340px;
	height:130px;
	overflow:hidden;
	margin-top: 10px;
	margin-right: 20px;
	border-bottom: 1px dotted #cccccc;	
}
.ContentGR.Last {	
	margin-right: 0px;
}
.ContentGR.END {
	border-bottom: 0px;
}
.ContentGR .IMG {
	width: 110px;
	float: left;
}
H3 {
	color: #333;
	padding-left: 120px;
}
.ContentGR .Detail {
	color: #333;
	padding-left: 120px;
	font-size:1em;
}
.More {
	padding-left: 120px;
}
.More a {
	font-size:1em;
}

