/* CSS Document */

body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #003333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}


table.borders td {
	border-left: 1px solid #037DB7;
	border-bottom: 1px solid #037DB7;
}
td.row0 {
	background-color: #037DB7;
	color: #FFFFFF;
}
td.row0 a {
	color: #EEEEEE;
	text-decoration: none;
}
td.row0 a:hover {
	text-decoration: underline;
}
td.row1 {
	background-color: #efefef;
}
td.row1Right {
	background-color: #efefef;
	border-right: 1px solid #037DB7;
}
td.row2 {
	background-color: #cdcdcd;
}
td.row2Right {
	background-color: #cdcdcd;
	border-right: 1px solid #037DB7;
}
td.showPlugsBox {
	background-color: #ECDAD5;
	border-right: 1px solid #037DB7;
	border-left: 1px solid #037DB7;
	border-bottom: 1px solid #037DB7;
}

#mainBoxOuter {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
}

#mainBox {
	width: 900px;
	padding: 0 0 20px 0;
	overflow: hidden;
	float: left;
}

#headerBox {
	width: 900px;
	height: 64px;
	border-bottom: 1px solid #B2B2B2;
	overflow: hidden;
	float: left;
}

#logoBox {
	width: 325px;
	height: 64px;
	overflow: hidden;
	float: left;
}

#pageMenuBox {
	width: 370px;
	height: 42px;
	padding: 22px 27px 0 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	float: left;
}
#pageMenuBox a {
	color: #FFFFFF;
}

#searchBox {
	width: 177px;
	height: 48px;
	padding: 16px 0 0 0;
	overflow: hidden;
	float: left;
}
#searchBox input.search {
	width: 116px;
	height: 18px;
	padding: 3px;
	margin: 0px;
	background-color: #333333;
	border: 1px solid #646464;
	color: #FFFFFF;
	font-size: 15px;
	float: left;
}
#searchBox input.btn {
	width: 34px;
	height: 26px;
	margin-left: 5px;
	float: left;
}

#middleBox {
	width: 900px;
	background-color: #EEEEEE;
	position: relative;
	float: left;
}

#featuredTitleBox {
	width: 900px;
	height: 26px;
	padding: 12px 0 0 0;
	background-color: #F5F5F5;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#featuredBox {
	width: 880px;
	height: 124px;
	padding: 6px 0 0 20px;
	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: 116px;
	padding: 0 3px 0 4px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

#hotGamesContentBox {
	width: 566px;
	float: left;
	overflow: hidden;
}

#hotGamesTitleBox {
	width: 565px;
	height: 10px;
	padding: 18px 0 0 26px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#hotGamesBox {
	width: 540px;
	height: 213px;
	padding: 24px 0 0 26px;
	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: 86px;
	padding: 0 9px 20px 8px;
	overflow: hidden;
	float: left;
}
div.preGameIcon {
	width: 100px;
	height: 160px;
	padding: 0 90px 0 65px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	float: left;
}
div.preGameInfo {
	width: 220px;
	padding: 0 0 50px 0;
	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: 220px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div.ad_300x250 {
	width: 300px;
	height: 250px;
	padding: 16px 19px 0 14px;
	overflow: hidden;
	float: right;
}

#mainMiddleBox {
	width: 900px;
	padding: 18px 0 0 0;
	float: left;
}

#leftSidebarBox {
	width: 172px;
	background-color: #F5F0EC;
	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: 276px;
	padding: 0 6px 15px 14px;
	color: #003333;
	font-size: 11px;
	overflow: hidden;
	float: left;
}
#leftCategoriesBox p.title {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#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: 261px;
	padding: 2px 6px 15px 14px;
	color: #003333;
	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: 728px;
	float: right;
}

#playedNowTitleBox {
	width: 728px;
	height: 14px;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: .8;
	float: left;
}

#playedNowBox {
	width: 728px;
	padding: 4px 0 8px 0;
	margin: 0 0 15px 0;
	background-image: url(../images/played-now-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	overflow: hidden;
	float: left;
}
#playedNowBox img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#playedNowBox img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#playedNowBox div.game {
	width: 116px;
	height: 125px;
	padding: 0 0 0 4px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

div.ad_728x90 {
	width: 728px;
	padding: 0 0 26px 0;
	overflow: hidden;
	float: left;
}
div.ad_728x90_2 {
	width: 728px;
	padding: 6px 0 10px 0;
	overflow: hidden;
	float: left;
}
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: 242px;
	min-height: 340px;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
	background-image: url(../images/newest-games-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
div.homeBlueColumn p.title {
	width: 100%;
	padding-top: 6px; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
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: 116px;
	height: 125px;
	padding: 0 2px 0 2px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

div.homeRedColumn {
	width: 242px;
	min-height: 340px;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
	background-image: url(../images/top-rated-bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
div.homeRedColumn p.title {
	width: 100%;
	padding-top: 6px; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
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: 116px;
	height: 125px;
	padding: 0 2px 0 2px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

#bottomBox {
	width: 708px;
	min-height: 190px;
	padding: 8px 10px 14px 10px;
	background-image: url(../images/bottom-box-bg.gif);
	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: 190px;
	padding: 8px 0 14px 0;
	background-image: url(../images/bottom-box-bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
#contentBox h2 {
	width: 728px;
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
}
#contentBox div.game {
	width: 116px;
	height: 125px;
	padding: 0 0 0 4px;
	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: 355px;
	height: 48px;
	padding: 2px 5px 0 10px;
	color: #003333;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#gameNameBox h2 {
	color: #003333;
	font-size: 14px;
}

#gameRateBox {
	width: 330px;
	height: 45px;
	padding: 5px 0 0 0;
	position: relative;
	float: left;
}
#gameRateBox img {
	float: left;
}
#gameRateBox img.btn {
	padding: 3px 5px 0 0;
}

#ratingBox {
	width: 150px;
	padding: 6px;
	background-color: #FEFCCD;
	border: 1px solid #000000;
	color: #3A0000;
	font-size: 11px;
	line-height: 1.5;
	position: absolute;
	bottom: 50px;
	right: 170px;
	display: none;
	z-index: 9990;
}

#gameBox {
	width: 700px;
	padding-bottom: 26px;
}

#gameInfoBox {
	width: 360px;
	height: 213px;
	padding: 52px 15px 0 15px;
	background-image: url(../images/hot-games-bg.jpg);
	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 span.big {
	font-size: 14px;
	font-weight: bold;
}

#otherGamesBox {
	width: 464px;
	padding-right: 8px;
	font-size: 10px;
	overflow: hidden;
	float: right;
}
#otherGamesBox p {
	width: 464px;
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
}
#otherGamesBox div.game {
	width: 112px;
	height: 125px;
	padding: 0 0 0 2px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

#gameOtherInfo {
	width: 215px;
	padding: 40px 13px 0 10px;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

table.bigForms input, #bottomBox textarea, #bottomBox select {
	max-width: 245px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
	
#footerBox {
	width: 900px;
	height: 112px;
	background-image: url(../images/footer-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#copyrightBox {
	width: 900px;
	padding: 20px 0 10px 0;
	text-align: center;
	overflow: hidden;
	float: left;
}