.itemGridContainer { text-align:center; }
.itemGridContainer ul { margin: 0 0 0 -48px; }
.itemGridContainer li
{
	width:476px;
	list-style:none;
	vertical-align:top;
	float:left;
	margin: 2px;
}
.itemGridContainer li .editorBody {
	height:265px;
}
.editorBody .editorCaptionRegion h1
{
	color: #0071aa;
	font-family: Verdana, Sans-Serif;
}
.editorBody .editorCaptionRegion h2
{
	color: #042b6b;
	font-family: Tahoma, Sans-Serif;
}
.editorBody .editorCaptionRegion h3
{
	color: #000000;
	font-family: Tahoma, Sans-Serif;
}
.editorBody .editorCaptionRegion h4
{
	color: #000000;
	font-family: Verdana, Sans-Serif;
}
.editorBody .editorCaptionRegion h5
{
	color: #000000;
	font-family: Verdana, Sans-Serif;
}
.editorContainer
{
	background: #eff1f4;
	width:100%;
	padding:2px;
}
.editorHiddenContainer { display:none; }
/* editor Caption */
.editorCaptionRegion
{
	height: 30px;
	width: 100%;
}
.editorIconRegion
{
	width: 1%;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
}
.editorCaptionLabelRegion
{
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 0% 0 0%;
}
.editorCaptionLabelRegion span
{
	text-align: left;
	color: #660a33;
}
.head { color: #042b6b; }
.editorMenuRegion
{
	width: 1%;
	float: right;
	padding-right: 0px;
	padding-top: 5px;
	position: relative;
	text-align:right;
}
.editorMenu { }
/* editor Caption End */

.editorStatusRegion
{
	background: #fae6c4;
	height: auto;
	margin: 5px;
	vertical-align: middle;
}
.editorStatusRegionIcon
{
	margin: 3px;
	vertical-align: middle;
}
.editorBody
{
	padding-left: 5px;
	padding-top: 5px;
	width: 99%;
	text-align: left;
	vertical-align:top;
}
.editorFooter
{
	height:30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
.itemImageContainer { float:left;width:24%; background-color:#FFF; padding:10px; margin:5px; }
.itemDescriptionContainer
{
	width:72%;
	vertical-align:top;
	float:left;
	text-align:left;
	padding: 3px;
	color:#042b6b;
}
.itemDescriptionContainer li
{
	display:list-item;
	list-style-image: url(images/bullet.gif)
}
.itemDescriptionContainer ul { margin: 0 0 0 -15px; }

