@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	
}
img {
	border:none;
}



.main {
	float: none;
	width: 1260px;
	//height:2600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	//background-color:#EEE;
	background-image:url("Images/mainBg.gif");
	background-repeat:repeat;
	overflow: hidden;
}
.leftSide {
	//background-color: #FFF;
	float: left;
	//height: 2400px;
	width: 170px;
	position: static;
	background-color: #FFF;
	margin: 10px 10px 10px 100px;
	padding:5px;
	background-image:url("Images/180bg.gif");
	background-repeat:repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;

	
}

.header {
	float: left;
	height: 80px;
	width: 1160px;
	padding-left:100px;
	position: static;
	background-color: #FFF;
	background-image:url("Images/headerBgx.gif");
	background-repeat:repeat-x;
	
}


.header img
{
	margin-right:20px;
	display:block;
	float:left;
}

.content {
	//background-color:#FFF;
	float: left;
	//height: 2400px;
	width: 600px;
	//padding:10px;
	margin:10px 10px 10px 0px;
	//background-image:url("Images/600bg.gif");
	//background-repeat:repeat-y;
	//border-top:1px solid #CCC;
	//border-bottom:1px solid #CCC;
}




.mainTable {
	float: left;
	width: 100%;
	clear:both;
}

.mainTable br
{
display: none;
}

.intro {
	//background-color: #FFF;
	float: left;
	width: 580px;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	background-image:url("Images/600bg.gif");
	background-repeat:repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.contentBanners
{
	background-color:#960;
	float: left;
	height: 72px;
	width: 580px;
	padding:10px;
	margin-bottom:10px;
	background-image:url("Images/600bg.gif");
	background-repeat:repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	position:relative;
}

.contentBanners img
{
	width:580px;
	height:72px;
//display:block;
	
}

.leftSideBanners
{
	//background-color:#960;
	float: left;
	height: 600px;
	width: 160px;
	padding:30px 5px 10px 5px;
	margin-bottom:10px;
	//background-image:url("Images/180bg.gif");
	//background-repeat:repeat-y;
	//border-top:1px solid #CCC;
	//border-bottom:1px solid #CCC;
	position:relative;
}

.headerBanners
{
	background-color:#696; 
	float: left;
	height: 60px;
	width: 240px;
	margin-left:103px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
	//margin-bottom:10px;
	//background-image:url("Images/180bg.gif");
	//background-repeat:repeat-y;
	//border-top:1px solid #CCC;
	//border-bottom:1px solid #CCC;
	position:relative;
}

.headerBanners img
{
	width:240px;
	height:60px;
}


.leftSideBanners img
{
	width:160px;
	height:600px;
}

.container1{
			position:absolute;
			width:580px;
			height:72px;
			background-color:#90C;
		}
		
.container2{
	position:absolute;
	width:160px;
	height:600px;
	//background-color:#90C;
}

.container3{
	position:absolute;
	width:240px;
	height:60px;
	background-color:#90C;
}




.rightSide {
	//background-color: #FFF;
	float: left;
	//height: 2400px;
	width: 260px;
	position: static;
	//padding:5px;
	margin:10px 100px 10px 0px;
	//background-image:url("Images/220bg.gif");
	//background-repeat:repeat-y;
	//border-top:1px solid #CCC;
	//border-bottom:1px solid #CCC;

	
}

.topMenu {
	float: left;
	height: 40px;
	width: 1160px;;
	padding-left:100px;
	position: static;
	background-color:#696;
	
}

.footer
{
	text-align:center;
	float:left;
	width:100%;
}


.topMenu a {
	display: block;
	float: left;
	height: 40px;
	width: 200px;
	color:#FFF;
	font-weight:bold;
	border-right:2px solid #FFF;
	line-height:40px;
	text-indent:10px;
}
.topMenu a:hover {
	display: block;
	float: left;
	height: 40px;
	width: 200px;
	color:#FFF;
	font-weight:bold;
	border-right:2px solid #FFF;
	//line-height:40px;
	text-indent:10px;
	background-color:#C36;
}






.hotBonus {
	background-image: url("Images/fire.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 265px;
	width: 315px;
}
.hotTable {
	width: 305px;
	padding:5px;
	
}
th {
	text-align: left;
}
.hotBonus img {
	padding: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 18px;
	margin-bottom: 8px;
}


.topMenu ul
{
	background-color:#FF0;
	padding-left:0px;
	padding-top:0px;
	margin-top:-13px;
}

.topMenu li
{
	background-color:#00F;
	display: inline;
	padding-top:0px;
	margin-top:0px;
	
}

.leftMenu ul
{
	list-style-type:none;
	padding: 0;
	margin-left: 0;
}

.leftMenu li a
{
	color:#696;
	border-bottom:1px dotted #696;
	height:20px;
	display:block;
	width:140px;
	float:left;
	font-weight:bold;
}

.leftMenu li a:hover
{
	color: #C36;
}

table
{
	border-collapse:collapse;
	border:none;
}

.mainTable table tr
{
	height:30px;
	//border-bottom:1px solid #999;
}

tr:hover
{
	background-color:#a3cca3;
	text-decoration:underline;
}



.mainTable table td
{
	border-bottom:1px dotted #999;
}


.mainTable table td img
{
	width:54px;
	height:22px;
}

.mainTable table td.titleTd
{
	//border-bottom:1px solid #333;
	font-weight:bold;
	padding-top:8px;
	border:none;
	padding-bottom:8px;
	margin-bottom:8px;
	font-size:14px;
	background-color:#cc3366;
	color:#FFF;
}

tr.titleTr:hover{
	text-decoration:none;
	
}



.rightSideTable
{
	padding:10px;
	margin-bottom:10px;
	background-color: #FFF;
	float: left;
	width: 240px;
	height:140px;
	position: static;
	background-image:url("Images/260bg.gif");
	background-repeat:repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


.rightSideBanners
{
	padding:10px;
	margin-bottom:10px;
	background-color: #FFF;
	float: left;
	width: 240px;
	height:270px;
	overflow:hidden;
	position: static;
	background-image:url("Images/260bg.gif");
	background-repeat:repeat-y;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.rightSideBanners img
{
	width:240px;
	margin-bottom:15px;
	display:block;
	float:left;
}

.rightSideTable table tr
{
	cursor:pointer;			
}

.rightSideTable h2
{
	margin:5px 0px 5px 0px;
	font-size:15px;
	
}



.rightSideTable table td.titleTd
{
	font-weight:bold;
	padding-top:4px;
	border:none;
	padding-bottom:4px;
	margin-bottom:4px;
	font-size:14px;
	background-color:#cc3366;
	color:#FFF;
}


a.play
{
	background-image:url("Images/playBtn_h.gif");
	width:60px;
	height:24px;
	display:block;
}

a.play:hover
{
	background-image:url("Images/playBtn.gif");
}

h1.entry-title{
	margin:10px 0px 10px 0px;
}

.entry-content
{
	margin:5px 0px 5px 0px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
