.productHomeBox{
		height: auto;
		overflow: hidden;
		margin: 0px 0px 0px 0px;
	}
	.productHomeBox h4{
	padding: none;
	margin: 0px 0px 0px 0px;
	}
	.productHomeBox img{
	text-align:left;
	padding: 0px 10px 0px 0px;
	border: none;
	float: left;
	}
	.moreLessButton{
		padding: 10px 0px 10px 0px;
		text-align: right;
	}
	.moreLessButton a{
		text-decoration: none;
	}	
	.moreLessButton a img{
		border: none;
		margin-left: 5px;
		vertical-align:middle;
	}



div.hrw {
  background: #fff url(/shared/images/misc/hr1.gif) repeat-x scroll center;
	margin: 0;
	padding: 0;
	height: 1px;
}
div.hrw hr {
  display: none;
	margin: 0;
	padding: 0;
}

.dhtmlwindow{
	position: absolute;
	border: 1px solid #c3cfd1;
	visibility: hidden;
	background-image:url(/shared/images/blockViewerBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	.drag-handle{ /*CSS for Drag Handle*/
	padding: 8px 5px 0px 10px;
	text-indent: 3px;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 31px;
	font-weight:bold;
	/*added by b12874 for WOW-Online Feedaback on 1/11/2008 START*/
	background-image:url(/shared/images/blockViewerBG.jpg);
	/*added by b12874 for WOW-Online Feedaback on 1/11/2008 END*/
	}
	.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
	}
	.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: white;
	padding: 2px;
	overflow: auto;
	}
