/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}


table.borders td {
	border-left: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
td.row0 {
	background-color: #888888;
	color: #FFFFFF;
}
td.row0 a {
	color: #EEEEEE;
	text-decoration: none;
}
td.row0 a:hover {
	text-decoration: underline;
}
td.row1 {
	background-color: #000000;
}
td.row1Right {
	background-color: #000000;
	border-right: 1px solid #888888;
}
td.row2 {
	background-color: #DDC6B9;
}
td.row2Right {
	background-color: #DDC6B9;
	border-right: 1px solid #805C46;
}
td.showPlugsBox {
	background-color: #ECDAD5;
	border-right: 1px solid #805C46;
	border-left: 1px solid #805C46;
	border-bottom: 1px solid #805C46;
}

#mainBoxOuter {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
}

#mainBox {
	width: 980px;
	padding: 0 0 20px 0;
	overflow: hidden;
	float: left;
}

#headerBox {
	width: 980px;
	height: 158px;
	border-bottom: 0px solid #B2B2B2;
	overflow: hidden;
	float: left;
}

#logoBox {
	width: 756px;
	height: 158px;
	overflow: hidden;
	float: left;
}

#pageMenuBox {
	width: 980px;
	height: 42px;
	padding: 22px 0 0 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	float: right;
}
#pageMenuBox a {
	color: #FFFFFF;
}

#searchBox {
	width: 220px;
	height: 132px;
	padding: 28px 0 0 0px;
	overflow: hidden;
	float: right;
}
#searchBox input.search {
	width: 180px;
	height: 20px;
	padding: 3px;
	margin: 0px;
	background-color: #003457;
	border: 1px solid #646464;
	color: #FFFFFF;
	font-size: 15px;
	float: right;
	font-weight: bold;
}
#searchBox input.btn {
	width: 188px;
	height: 26px;
	padding: 3px 3px 0px 3px;
	margin: 0px;
	color: #ffffff;
	background-color: #003457;
	font-size: 13px;
	font-weight: bold;
	background-image:url(../images/search_button.jpg);
	float: right;
}

#middleBox {
	width: 980px;
	background-color: #002C45;
	position: relative;
	float: left;
}

#featuredTitleBox {
	width: 970px;
	height: 20px;
	padding: 0 0 0 10px;
	background-color: #000000;
	background-image: url(../images/featured-titlebg.jpg);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	float: left;
}

#featuredBox {
	width: 980px;
	height: 124px;
	padding: 0px 0 0 0px;
	background-image: url(../images/featured-bg.jpg);
	background-position: bottom;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
#featuredBox a {
	color: #FFFFFF;
}
#featuredBox div.game {
	width: 105px;
	padding: 0 0 0 16px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

#hotGamesContentBox {
	width: 340px;
	float: left;
	overflow: hidden;
	padding:0px 0 0 10px;
}

#hotGamesTitleBox {
	width: 340px;
	height: 20px;
	padding: 0px 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	float: left;
	background-image: url(../images/hot-titlebg.jpg);
}

#hotGamesBox {
	width: 340px;
	height: 230px;
	padding: 0px 0px 0 0px;
	background-image: url(../images/hot-games-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	overflow: hidden;
	float: left;
}
#hotGamesBox img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#hotGamesBox img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#hotGamesBox div.game {
	width: 80px;
	height: 70px;
	padding: 2px 2px 4px 2px;
	overflow: hidden;
	float: left;
}

#pregameBox {
	width: 300px;
	height: 280px;
	padding: 0px 0px 0 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	overflow: hidden;
	float: left;
}

div.preGameIcon {
	width: 100px;
	height: 140px;
	padding: 20px 65px 0 110px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	float: left;
}
div.preGameInfo {
	width: 250px;
	padding: 0 0 50px 40px;
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	position: relative;
	float: left;
}
div.preGameInfo h2 {
	font-size: 14px;
	text-align: center;
}
div.preGameHostedURL {
	width: 250px;
	font-size: 11px;
	
	text-align: center;
	font-weight: bold;

}

div.ad_300x250 {
	width: 300px;
	height: 250px;
	padding: 0px 5px 5px 5px; 
	 /*padding: 0px 5px 0px 5px; */
	overflow: hidden;
	float: left;
	
}

div.ad_300x250_right {
	width: 300px;
	height: 250px;
	/*padding: 0px 5px 10px 5px; */
	padding: 0px 5px 0px 5px;
	overflow: hidden;
	float: right;
	
}

#mainMiddleBox {
	width: 980px;
	padding: 0px 0 0 0;
	float: left;
}

#leftSidebarBox {
	width: 170px;
	background-color: #000000;
	background-image: url(../images/sidebar-bottom-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
	float: left;
}

#leftSidebarInnerBox {
	width: 172px;
	background-image: url(../images/cats-bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}
#leftSidebarInnerBox img.tl {
	position: absolute;
	left: 0px;
	top: 0px;
}
#leftSidebarInnerBox img.tr {
	position: absolute;
	right: 0px;
	top: 0px;
}
#leftSidebarInnerBox img.bl {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#leftSidebarInnerBox img.br {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#leftCategoriesBox {
	width: 135px;
	height: 350px;
	padding: 0 6px 5px 20px;
	color: #ffffff;
	font-size: 13px;
	overflow: hidden;
	float: left;
}
#leftCategoriesBox p.title {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
}
#leftCategoriesBox p.links {
	line-height: 1.3;
}

div.ad_160x600 {
	width: 160px;
	padding: 0 6px 14px 6px;
	overflow: hidden;
	float: left;
}

#topReferrersBox {
	width: 135px;
	min-height: 250px;
	padding: 2px 6px 15px 14px;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
	float: left;

}
#topReferrersBox p.title {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#topReferrersBox p.links {
	line-height: 1.3;
}

#switchTemplateBox {
	width: 166px;
	padding: 5px 0 14px 0;
	color: #003333;
	overflow: hidden;
	float: left;
}
#switchTemplateBox span.title {
	font-size: 14px;
	font-weight: bold;
}
#switchTemplateBox select {
	max-width: 170px;
	font-size: 12px;
}

#rightContentBox {
	width: 800px;
	float: left;
	padding: 10px 0 0px 5px;
}

#playedNowTitleBox {
	width: 790px;
	height: 20px;
	padding: 0px 0px 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: .8;
	float: right;
	background-image: url(../images/featured-titlebg.jpg);
}

#playedNowBox {
	width: 800px;
	padding: 0px 0 0 0px;
	margin: 0 0px 0px 0px;
	
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	overflow: hidden;
	float: right;
}
#playedNowBox img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#playedNowBox img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#playedNowBox div.game {
	width: 100px;
	height: 100px;
	padding: 10px 15px 10px 15px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

div.ad_728x90 {
	width: 728px;
	
	/* padding: 5px 0 0px 30px; */
	padding: 0px 0 10px 37px;  
	overflow: hidden;
	float: left;
}
div.ad_728x90_2 {
	width: 728px;
	padding: 10px 50px 10px 30px;
	overflow: hidden;
	float: right;
}
div.ad_468x60 {
	width: 100%;
	padding-bottom: 12px;
	overflow: hidden;
	float: left;
}

div.ad_100x100 {
	width: 100px;
	padding: 0 2px 6px 2px;
	overflow: hidden;
	float: left;
}

div.homeBlueColumn {
	width: 800px;
	min-height: 100px;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
div.homeBlueColumn p.title {
	width: 790px;
	height:20px;
	padding: 0px 0px 0 10px; 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../images/featured-titlebg.jpg);
}
div.homeBlueColumn p.more {
	width: 100%;
	padding-top: 6px; 
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
div.homeBlueColumn img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
div.homeBlueColumn img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
div.homeBlueColumn div.game {
	width: 100px;
	height: 100px;
	padding: 5px 15px 20px 15px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

div.homeRedColumn {
	width: 800px;
	min-height: 220px;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
div.homeRedColumn p.title {
	width: 790px;
	height:20px;
	padding: 0px 0px 0 10px; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	overflow: hidden;
	float: left;
	background-image: url(../images/toprated-titlebg.jpg);
}
div.homeRedColumn p.more {
	width: 100%;
	padding-top: 6px; 
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
div.homeRedColumn img.left {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.homeRedColumn img.right {
	position: absolute;
	right: 0px;
	top: 0px;
}
div.homeRedColumn div.game {
	width: 100px;
	height: 100px;
	padding: 5px 15px 20px 15px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

#bottomBox {
	width: 708px;
	min-height: 50px;
	padding: 8px 10px 14px 10px;

	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}
#bottomBox h1 {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#bottomBox h2 {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contentBox {
	width: 728px;
	min-height: 150px;
	padding: 0px 20px 14px 20px;
	background-repeat: no-repeat;
	font-weight: normal;
	overflow: hidden;
	float: left;
}

#contentBox h1 {
	width: 728px;
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
	background-image: url(../images/toprated-titlebg.jpg);
}

#contentBox h2 {
	width: 728px;
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
}
#contentBox div.game {
	width: 100px;
	height: 120px;
	padding: 0 0 0 14px;
	font-size: 10px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

div.pageNums {
	width: 708px;
	padding: 20px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#gamePageBox {
	padding: 0 10px 0 0;
}

#gameNameBox {
	width: 785px;
	height: 48px;
	padding: 2px 5px 0 10px;
	color: #003333;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#gameNameBox h2 {
	color: #ffffff;
	font-size: 14px;
}

#gameRateBox {
	width: 330px;
	height: 45px;
	padding: 5px 0 0 0;
	position: relative;
	
}
#gameRateBox img {
	float: left;
}
#gameRateBox img.btn {
	padding: 3px 5px 0 0;
}

#ratingBox {
	width: 150px;
	padding: 6px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.5;
	position: absolute;
	bottom: 50px;
	right: 170px;
	display: none;
	z-index: 9990;
}

#gameBox {
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#gameInfoBox {
	width: 780px;
	height: 100px;
	padding: 15px 10px 0 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	overflow: hidden;
	float: left;
	
}
#gameInfoBox img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#gameInfoBox img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#gameInfoBox div.big {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/hot-titlebg.jpg);	

}

#otherGamesBox {
	width: 780px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	overflow: hidden;
	float: left;
}
#otherGamesBox p {
	width: 780px;
	margin-top: 6px;
	padding: 0px 40px 0px 10px;
	background-image: url(../images/featured-titlebg.jpg);	
	font-size: 14px;
	text-align: left;
	display: block;
	float: left;
}
#otherGamesBox div.game {
	width: 100px;
	height: 120px;
	padding: 0 0 0 5px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

#gameOtherInfo {
	width: 215px;
	padding: 0px 30px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

table.bigForms input, #bottomBox textarea, #bottomBox select {
	max-width: 245px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
	
#footerBox {
	width: 980px;
	height: 50px;
	background-image: url(../images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#copyrightBox {
	width: 980px;
	padding: 0px 0 0px 0;
	text-align: center;
	overflow: hidden;
	float: left;
}
