/* Public CSS stylesheet */

/* Blocks */

.homeDownload {
	background-image: url(../images/bg/homeDownloadBanner.jpg);
	background-repeat: no-repeat;
	height: 64px;
	/**height: 246px;*/
	padding-left: 370px;
	padding-top: 182px;
}

.news {
	margin-top: 17px;
	background-image: url(../images/bg/newsBg.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 194px;
	padding-left: 16px;
	*padding-left: 10px;
	float: left;
	margin-right: 9px !important;
	*margin-right: 5px !important;
}

#newsBody {
	margin-bottom: 38px;
}

.news td {
	padding-left: 16px;
	padding-top: 2px;
}

.newsTitle {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px !important;
	height: 35px;
	color: #FFFFFF;	
}

.newsTitle a {
	text-decoration: none;
	color: #FFFFFF;
}

.block {
	background-image: url(../images/bg/blockBg.jpg);
	background-repeat: no-repeat;
	*height: 109px;
	width: 144px;
	margin: auto;
	margin-top: 7px;
}

.blockTitle {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px !important;
	height: 23px;
	padding-left: 10px !important;
	color: #FFFFFF;		
}

.blockBody {
	color: #FFFFFF;
	padding: 5px;
}

.blockBody img {
	margin-top: -5px;
	margin-left: -5px;
}

.blockTitle a {
	text-decoration: none;
	color: #FFFFFF;	
}

.viewGame {
	width: 444px;
	height: 224px;
	background-color:#000000;		
}

.viewGameBody {
	background-image: url(../images/bg/viewGame.jpg);
	background-repeat: no-repeat;
	height: 203px;
	color: #FFFFFF;
	padding-top: 10px !important;
}

.viewGameBody img{
	margin-right: 20px;
}

.viewGameText {
	display:block;
	margin: 15px;
	font-size: 13px !important;	
}

.viewGameBody img {
	float: left;
}

.viewGameItem {
	background-image: url(../images/bg/viewGameLi.jpg);
	background-repeat: no-repeat;
}

.viewGameItem_ {
	background-image: url(../images/bg/viewGameLi_.jpg);
	background-repeat: no-repeat;
}

.viewGame a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: 77px;
	*width: 77px;
	height: 17px;
	*height: 17px;
	display:block;
	float: left;
	padding-left: 15px;
	padding-top: 4px;
}

.bottomText {
	margin: auto;
	margin-bottom: 20px;
	width: 711px;
	font-size: 10px;
	color: #FFFFFF;	
}

.content {
	background-color: #FFFFFF;
	width: 592px;
	color: #000000;
}

.content img {
	border: 0;
}

.contentTitle {
	background-image: url(../images/bg/contentTitle.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;	
}

.contentBody {
	padding: 10px;
	font-size: 14px !important;	
}

.contentTable {
		
}

.contentTable td {
	padding: 7px !important;
}

.screenshot {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.content a {
	color: #0089C5;
}

.content h1{
	color: #0089C5;
	font-size: 12px;
	*margin-top: 10px;
}

.content h2{
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content h3{
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input {
	float:right;
	margin-right: 75px;
}

a, a:active, a:visited, a:focus, a:hover {
	outline: none;
	filter: expression(this.hideFocus=true);
}