﻿#PageDesc .Detail {
	float: left;
	margin-bottom: 20px;
}

/*ProductList---------------------------------------------*/
.ContentGR {
	position: relative;
	width: 100%;
	padding: 10px 0px;
}
.ContentGR .IMG {
	float: left;
	width: 140px;
	height: 80px;
	padding-bottom: 10px;
}
.ContentGR h3 {
	margin-bottom:10px;
}
.ContentGR .Detail {
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 140px;
}
.ContentGR p {
    margin-left:10px;
	padding:1px 0 1px 10px;
	background: url('/SiteCollectionImages/masterportal/Bullet3.gif') no-repeat 0 5px;
}
.ContentSEP {
	border-bottom: 1px dotted #cccccc;	
}

.ContentGR a {
	font-size:12px;
	color:#333;
}

