div.g2aEntry_contentDiv {
	border-top:#cecece 1px solid;
	padding:15px 5px;
	text-align:center;
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
}

div.g2aEntry_contentDiv ul {
	text-align:left;
}
div.banner {
	height:218px;
}
.homeBanner {
	float:right;
	margin-top:18px;
}
.homeBanner .tryButton, .homeBanner .buyButton {
	background: url(/images/dts/button_sprite.png) no-repeat center;
	display: block;
	height: 56px;
	margin:	 17px 17px 0;
	overflow: hidden;
	position: relative;
	text-indent: -250px;
}
.homeBanner .tryButton:hover, .homeBanner .buyButton:hover {
	text-decoration: none;
}
.homeBanner .tryButton {
	background-position: -190px 0;
	width: 184px;
}
.homeBanner .tryButton:hover {
	background-position: -190px -55px;
}
.homeBanner .tryButton:active {
	background-position: -190px -111px;
}

.homeBanner .buyButton {
	background-position: 0 0;
	width: 190px;
}
.homeBanner .buyButton:hover {
	background-position: 0 -55px;
}
.homeBanner .buyButton:active {
	background-position: 0 -111px;
}
li.noListStyle{
	list-style-image:none; 
	list-style:none; 
	padding:0px;
}
.orgText{
	color:#ff7321;
	font-weight:bold;
}	
.noPadding{
	padding:0px;
}