.boxNormal{
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	vertical-align: middle;
	text-align: center;
	position: relative;   
	z-index: 0;   
	width:168px;
	height:158px;  
	cursor:pointer;
}
.boxOpen{
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	vertical-align: middle;
	text-align: center;
	position: relative;   
	z-index: 0;   
	width:406px;
	height:158px;  cursor:pointer;
}
.boxClose{	
	background-color:#8A9496;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	vertical-align: middle;
	text-align: center;
	position: relative;   
	z-index: 0;   
	width:90px;
	height:158px;  cursor:pointer;
}
.boxNormal .BoxLeftTop , .boxOpen .BoxLeftTop , .boxClose .BoxLeftTop{
	/*background:url('expandcontnt/tl.gif') top left no-repeat;*/
	background:url('../images/sprite.png') -52px -20px no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxRightTop , .boxOpen .BoxRightTop , .boxClose .BoxRightTop{
	/*background:url('expandcontnt/tr.gif') top right no-repeat;*/
	background:url('../images/sprite.png') -57px -20px no-repeat;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxLeftBottom , .boxOpen .BoxLeftBottom , .boxClose .BoxLeftBottom{
	/*background:url('expandcontnt/bl.gif') bottom left no-repeat;*/
	background:url('../images/sprite.png') -52px -25px no-repeat;
	position: absolute;
	bottom: -1px;
	left: -1px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.boxNormal .BoxRightBottom , .boxOpen .BoxRightBottom , 	.boxClose .BoxRightBottom{
	/*background:url('expandcontnt/br.gif') bottom right no-repeat;*/
	background:url('../images/sprite.png') -57px -25px no-repeat;
	position: absolute;
	right: -1px;
	bottom: -1px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}

.boxNormal .contnt-normal , .boxClose .contnt-close , .boxOpen .contnt-open {
	display : block ;
}
.boxNormal .contnt-close , 	.boxNormal .contnt-open , 
.boxClose .contnt-normal , 	.boxClose .contnt-open ,
.boxOpen .contnt-close , 	.boxOpen .contnt-normal {
	display : none ;
}
	
.contnt-open{
	padding-top:3px;
	text-align:left;
	padding-left:3px;
}
.contnt-close{
	padding-top:4px;
}
.contnt-normal{
	padding-top:4px;
	padding-left:3px;
}	
.contnt-normalMore{
	padding-left:6px;height:26px;
}
.contnt-normalDesc{
	height:73px;
}
.innerbox{
	background-color:#DA4E2A;
	border:0px;
	vertical-align: middle;
	text-align: center;
	position: relative;   
	z-index: 0;   
	width:400px;
	height:151px;  
}
.innerbox .BoxLeftTop {
	/*background:url('expandcontnt/rtl.gif') top left no-repeat;*/
	background:url('../images/sprite.png') -62px -20px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.innerbox .BoxRightTop {
	/*background:url('expandcontnt/rtr.gif') top right no-repeat;*/
	background:url('../images/sprite.png') -67px -20px no-repeat;
	position: absolute;
	top: 0px;
	right:0px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.innerbox .BoxLeftBottom{
	/*background:url('expandcontnt/rbl.gif') bottom left no-repeat;*/
	background:url('../images/sprite.png') -62px -25px no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.innerbox .BoxRightBottom {
	/*background:url('expandcontnt/rbr.gif') bottom right no-repeat;*/
	background:url('../images/sprite.png') -67px -25px no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1px;
	z-index: 2;
	width: 5px;
	height: 5px;
}
.hplink{
	color:white;
	font-weight:bold;
 	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}
.hplink:hover{
	color:white;
	font-weight:bold;
 	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}

.hpTitle{font-family : Trebuchet MS, Arial; font-weight: bold;text-align:left;margin:0px;padding:0px;color:white;font-size: 18px;}
.hpDescription{color:white;font-size : 12px;font-family : Arial, Helvetica, sans-serif;padding-right:6px;}

.leftQuote{
	float:left;
}
.rightQuote{
	float:right;	
	margin:0px;
}
.hpAppName{
	font-size:11px;
	padding-left:16px;	
	padding-top:4px;
}

