/* CSS RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


table.borders td {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	vertical-align: middle;
}
table.borders a {
	color: #000000;
}
td.row0 {
	background-color: #000000;
	color: #FFFFFF;
}
td.row0 a {
	color: #EEEEEE;
	text-decoration: none;
}
td.row0 a:hover {
	text-decoration: underline;
}
td.row1 {
	background-color: #FFFFFF;
	color: #000000;
}
td.row1Right {
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	color: #000000;
}
td.row2 {
	background-color: #999999;
	color: #000000;
}
td.row2Right {
	background-color: #999999;
	border-right: 1px solid #000000;
	color: #000000;
}
td.showPlugsBox {
	background-color: #ECDAD5;
	border-right: 1px solid #805C46;
	border-left: 1px solid #805C46;
	border-bottom: 1px solid #805C46;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */
body {
  	background: #0f0f0f;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	margin: 0;
  	padding: 0;
  	color: #747474;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#wrapper {
	width: 922px;
	margin: 0 auto;
}
#header {
	height: 100px;
	background: url('../images/header_bg.gif') repeat-x;
}
#logo {
	float: left;
	margin-left: 10px;
	width: 336px;
	height: 100px;
	text-indent: -1000px;
	background: url('../images/logo.png') no-repeat;
}
#logo a {
	width: 336px;
	height: 100px;
	display: block;
}
#header_ads{
	width: 576px;
	float: right;
}
.header_ads_code {
	width: 468px;
	height: 60px; 
	background: #202020; 
	position: relative; 
	margin: 20px auto; 
	border: 1px solid #313131;
}
.header_ads_text {
	position: absolute;
	width: 70px;
	height: 12px;
	background: url('../images/header_ads_text.gif') no-repeat;
	top: -12px;
	right: 5px;
}
#menu_top {
	height: 4px;
	background: url('../images/menu_top.gif') no-repeat;
}
#menu_left {
	float: left;
	height: 33px;
	width: 10px;
	background: url('../images/menu_left.gif') no-repeat;
}
#menu_right {
	float: right;
	height: 33px;
	width: 10px;
	background: url('../images/menu_right.gif') no-repeat;
}
#menu_content {
	float: left;
	width: 902px;
	height: 33px;
	background: url('../images/menu_bg.gif') repeat-x;
}
#menu_content ul {
	float: left;
	width: 702px;
	overflow: hidden;
}
#menu_content li {
	float: left;
	line-height: 33px;
	margin-right: 15px;
}
#menu_content li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#menu_content li a:hover {
	color: #ffde00;
}
li.split {
	width: 2px;
	height: 33px;
	background: url('../images/menu_split.gif') no-repeat;
	margin-right: 15px;
}
#search_form form {
	width: 200px;
	float: right;
	margin-top: 6px;
}
#search_form input[type=text] {
	float: left;
	border: 0;
	width: 131px;
	height: 18px;
	background: url('../images/search_input.gif') no-repeat;
	padding: 3px 5px 0px 5px;
	color: #747474;
	font-size: 11px;
	line-height: 10px;
}
#search_form input[type=image] {
	margin-left: 5px;
	float: left;
	border: 0;
	width: 50px;
	height: 20px;
}
#main {
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_column {
	float: left;
	width: 602px;
	margin-right: 10px;
}
#right_column {
	width: 310px;
	float: right;
	
}
.main_box {
	margin-bottom: 10px;
	width: 602px;
}
.box_header_left {
	float: left;
	height: 26px;
	width: 4px;
	background: url('../images/box_header_left.gif') no-repeat;
}
.box_header {
	background: url('../images/box_header_bg.gif') repeat-x;
	height: 26px;
	overflow: hidden;
}
.box_header_right {
	float: right;
	height: 26px;
	width: 4px;
	background: url('../images/box_header_right.gif') no-repeat;
}
.box_header_text {
	float: left;
}
.box_header_text h1 {
	margin-left: 10px;
	line-height: 26px;
	color: #ffffff;
	font-size: 11px;
}
.box_header_text h2 {
	margin-left: 10px;
	line-height: 26px;
	color: #ffffff;
	font-size: 11px;
}
.box_header_text h3 {
	margin-left: 10px;
	line-height: 26px;
	color: #ffffff;
	font-size: 11px;
}
.box_content {
	padding: 5px;
	background: #171717;
}

.box_content a {
	color: #BBBBBB;
}

.gameBox {
	width: 100%;
}

.ads_300250_wrapper {
	width: 300px;
	height: 282px;
}
.ads_300250 {
	width: 300px;
	height: 250px;
	border: 1px solid #313131;
	padding: 5px;
	position: relative;
	background: #202020;
}
.ads_code {
	width: 300px;
	height: 250px;
}
.ads_text {
	position: absolute;
	width: 70px;
	height: 12px;
	background: url('../images/ads_text.gif') no-repeat;
	bottom: -12px;
	right: 5px;
}

#left_box {
	float: left;
	width: 170px;
	padding-right: 10px;
}
.sub_box {
	width: 180px;
	margin-bottom: 10px;
}
#right_ads {
	float: right;
	width: 120px;
	height: 600px;
	border: 1px solid #313131;
	background: #202020;
}
.game_cat {
	margin-left: 5px;
}
.game_cat li {
	background: url('../images/arrow.gif') 0 5px no-repeat;
	padding-left: 10px;
	line-height: 18px;
}
.game_cat li a {
	color: #747474;
	font-weight: bold;
}
.most_popular_games {
	margin-top: 5px;
}
.most_popular_games li {
	clear: both;
	margin-bottom: 15px;
}
.most_popular_games li img {
	float: left;
	border: 2px solid #5c5c5c;
	margin-right: 5px;
}
.most_popular_games li a {
	font-weight: bold; 
	color: #747474;
}
.most_popular_games li p {
	font-size: 10px;
}
#footer {
	margin-top: 10px;
	height: 57px;
	background: url('../images/footer_bg.gif') repeat-x;
}
#footer a {
	color: #FFFFFF;
}
#footer_left {
	float: left;
	width: 5px;
	height: 57px;
	background: url('../images/footer_left.gif') no-repeat;
}
#footer_text {
	float: left;
	width: 892px;
}
#footer_right {
	float: right;
	width: 5px;
	height: 57px;
	background: url('../images/footer_right.gif') no-repeat;
}
#footer_text {
	padding: 10px;
	line-height: 15px;
}
#footer_text_right {
	width: 400px;
	padding: 10px 10px 0 0;
	text-align: right;
	float: right;
}
.game_list {
	width: 100%;
	padding-top: 10px;
	padding-left: 12px;
}
.game_list li {
	float: left;
	background: #5c5c5c;
	height: 130px;
	border: 2px solid #5c5c5c;
	width: 130px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.game_list li a {
	font-weight :bold;
	color: #1a1a1a;
	width: 130px;
	height: 120px;
	display: block;
	text-decoration: none;
}
#featured_img {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#featured {
	overflow: hidden;
}
#featured_info{
	float: right;
	width: 380px;
}
#featured_info a {
	color: #747474;
	font-size: 18px;
	font-weight: bold;
}
#featured_info p {
	margin-top: 10px;
	line-height: 15px;
}
#featured_opt {
	margin-top: 10px;
	width: 100%;
}
#featured_rating {
	float: left;
	width: 240px;
	text-align: left;
}
#featured_play {
	float: right;
	width: 130px;
	margin-right: 10px;
}
.paging li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background: #464646;
	border: 1px solid #7e7e7e;

}
.paging {
	margin-left: 10px;
}
.paging li a {
	color: #ffffff;
	text-decoration: none;
}
li.current a {
	font-weight: bold;
	color: #000000;
}
