body {
	margin: 0px;
	padding: 0px;
	background:#FFF;
	
}
img {
	border: 0px;
}
#wrapper {
	width: 990px;
	position: relative;
	margin: 0 auto;
}
/* REQUIRED CSS STYLES */
.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:13px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(img/stars/feat_full.png) no-repeat;}
    #rateMe a{float:left;background:url(img/stars/feat_empty.png) no-repeat;width:16px; height:13px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#comments ul li {
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	border-bottom:1px dotted #dcd6d4;
	padding: 4px;
	overflow:auto;
	width:435px;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
#member_list td a {
	color: #373737;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */
.header_container {
	height: 111px;
	background: url(img/header/bg.png);
}
.logo {
	float: left;
	position: absolute;
	top: 36px;
}
.header_nav {
	margin: auto;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	word-spacing: 8px;
	text-indent: 5px;
}
.header_nav a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.header_nav a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-transform: uppercase;
}
.header_search {
	width: 132px;
	height: 26px;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(img/search_bg.png);
}
.search_header_box {
	height: 22px;
	background: url(img/blank.png);
	color: #000;
	font-size: 12px;
	border: 0px none;
	position: absolute;
	left: 3px;
	width: 104px;
	top: 0px;
	font-family: Tahoma;
}
.search_header_button{
	position: absolute;
	right: 5px;
	top: 0px;
}
.user_area {
	height: 50px;
	width: 360px;
	background: url(img/header/ua_bg.png);
	border-top: 0px;
	color: #fff;
	font-family: Arial;
	position: absolute;
	right: 0px;
	top: 47px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.ua_avatar {
	float: left;
	margin: 5px 4px 0px 5px;
}
.ua_username {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	float:left;
}
.ua_unregistered {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.ua_points {
	float: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	border: 2px solid #888;
	float: right;
	margin: 5px 0px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.ua_info {
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.ua_info a {
	color: #dcdcdc;
	text-decoration: none;
}
.ua_info a:hover {
	text-decoration: underline;
}
.main_menu_container {
	background: url(img/header/nav.png);
	padding-top: 6px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 30px;
	color: #000;
	text-transform: uppercase;
	word-spacing: 4px;
	text-indent: 5px;
}
.main_menu_container a {
	color: #1c1c1c;
	text-decoration: none;
	text-transform: uppercase;
}
.main_menu_container a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	text-transform: uppercase;
}
.main_menu {
	text-transform: uppercase;
	width: 990px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_container {
	width: 990px;
	margin: auto;
}
.pages_menu {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-top: 8px;
	margin-right: 3px;
	font-family: Arial;
	font-size: 14px;
	padding: 4px;
	padding-left: 10px;
	color: #e4ecec;
	float: left;
	width: 725px;
}
.pages_menu a {
	color: #535051;
	text-decoration: none;
}
.pages_menu a:hover {
	color: #000;
}
.search_contain {
	float: left;
}
.search_button_contain {
	float: left;
	margin-top: 8px;
}
.search_box {
	border: 1px solid #c8c8c8;
	height: 22px;
	margin-top: 8px;
	margin-right: 3px;
	font-size: 15px;
	padding: 2px 0px 0px 4px;
	width:210px;
}
.title {
	font-family: Arial;
	height: 50px;
	font-size: 30px;
	color: #6e0900;
	padding-top: 15px;
}
.title_small {
	font-family: Arial;
	height: 35px;
	font-size: 20px;
	color: #6e0900;
	padding-top: 15px;
}
.leaderboard {
	text-align: center;
	padding: 10px;
}
.ad_banner {
	text-align: center;
	padding-bottom: 15px;
}
.ad_small_square {
	text-align: center;
	padding: 15px;
}
.main_left {
	min-height: 782px;
	width:720px;
	float: left;
	background: url("img/border.png") repeat-y scroll right top transparent;
}
.main_right {
	width: 262px;
	float: right;
}
.barspc{
	height: 15px;
}
.misc_container {
	background-color: #fff;
	margin-bottom: 10px;
	font-family: Arial;
	overflow:auto;
	width:710px;
}
.misc_container a {
	color: #4181B1;
}
.misc_container a:hover {
	color: #4181B1;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
#footershad{
	background: url(img/footershadow.png);
	position: relative;
	margin: 0 auto;
	height: 15px;
	margin-top: 20px;
}
#footer {
	background: url(img/footbg.png);
	text-align: center;
	font-family: Arial;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	height: 110px;
}
#footer a {
	color: #555;
}
.footleft {
	position: absolute;
	left: 0px;
	top: 15px;
	font-size: 10px;
	text-align: left;
	color: #666;
	width: 250px;
}
.footright {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 728px;
	height: 90px;
	text-align: right;
}
#cat_bar{
	background: url(img/enBar.png);
	height: 23px;
	width: 707px;
	font: 100 14px/20px arial;
	font-weight: bold;
	color: #333;
	padding-top: 4px;
	padding-left: 5px;
}
#bl_bar{
	background: url(img/B_enBar.png);
	height: 23px;
	width: 707px;
	font: 100 14px/20px arial;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-left: 5px;
}
#gr_set{
	background: #F2F1F1;
	width: 707px;
	position: relative;
	padding-top: 4px;
	padding-left: 5px;
	color: #000;
	height: 500px;
	font: 100 14px/20px arial;
}
#gr_blue{
	color: #4181B1;
	font-weight: bold;
	font: 100 14px/20px arial;
}
#gr_info{
	margin-top: 11px;
}
#gr_left{
	position: relative;
	float: left;
	width: 16%;
	text-align: center;
}
#gr_right{
	position: relative;
	float: right;
	width: 82%;
	text-align: left;
}
#gr_pro_l{
	float: left;
	width: 49%;
}
#gr_pro_r{
	float: right;
	width: 49%;
}
#bl_bar2{
	background: url(img/B_enBar.png);
	height: 23px;
	width: 345px;
	font: 100 14px/20px arial;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-left: 5px;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.featured_games {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width:712px;
	background: #F2F2F2;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.home_category {
	background-color: #fff;
	overflow:auto;
	width:350px;
}
.home_cat_title {
	border-bottom: 2px solid #DDDDDD;
	padding: 8px;
	font-family: Arial;
	font-weight: bold;
	height: 20px;
	width:336px;
	color: #4181B1;
}
.home_cat_name {
	font-size: 18px;
	float: left;
}
.home_cat_link {
	float: right;
	font-size: 14px;
	margin-top: 2px;
}
.home_cat_title a {
	color: #4181B1;
	font-size: 14px;
	text-decoration: none;
}
.homepage_game {
	float: left;
	width: 350px;
	margin-top: 10px;
}
#home_g_container{
	width: 350px;
	position: relative;
	height: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #DDDDDD;
}
#home_g_left{
	font: 100 16px/25px arial;
	color: #333;
	vertical-align: middle;
	text-align: left;
	float: left;

}
#home_g_left a{
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
}
#home_g_right{
	float: right;
}
.home_g_more{
	font: 100 12px/18px arial;
	color: #4181B1;
	text-align: right;
	padding-top: 5px;
}
.home_g_more a{
	font: 100 12px/18px arial;
	color: #4181B1;
	text-align: right;
	text-decoration: none;
}
.home_game_image {
	float: left;
	padding: 2px 2px 0px 2px;
	text-align: center;
	border: 1px solid #ccc;
	height: 22px;
	width: 20px;
	margin-left: 2px;
}
.home_game_info {
	float: left;
	padding-left: 5px;
	width: 255px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	padding-top: 5px;
}
.home_game_info a {
	color: #cdcdcd;
}
.home_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	color: #000;
}
.home_game_head a:hover {
	color: #951510;
}

.module {
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.module a {
	color: #4c4c4c;
}
.module a:hover {
	color: #4181B1;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	padding:4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
}

.module_header {
	border-bottom: 2px solid #DEDEDE;
	font-weight: bold;
	height: 20px;
	font-family: Arial;
	font-size: 14px;
	color: #4181B1;
}
/* VIEW GAME */
.game_container {
	border-bottom: 2px solid #B5B5B6;
	background: url(img/game_bg.png);
	margin-bottom: 15px;
	text-align: center;
	padding-bottom: 30px;
}
.game_info_container {
	position: relative;
	background-color: #fff;
	margin-bottom: 15px;
	width:990px;
}
.game_info_content {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
}
.game_info_header {
	background: url(img/enBar.png);
	height: 22px;
	font-family: Arial;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
}
.gi_column1 {
	float: left;
	width: 100px;
	padding: 18px 0px 10px 10px;
	text-align: center;
	font-family: Arial;

}
.gi_column2 {
	float: left;
	width: 850px;
	padding-left: 8px;
	padding: 10px 0px 20px 0px;
}
.game_options {
	margin-bottom: 30px;
	padding: 8px;
	font-family: Arial;
	color: #fff;
	overflow:auto;
	width:972px;
}
.game_options_column1 {
	float: left;
	padding-top: 3px;
	margin-right: 4px;
}
.game_options_column2 {
	float: left;
	padding-top: 2px;
	margin-right: 5px;
	width:105px;
	font-family: Arial;
	font-size: 12px;
}
.button2 a {
	width: 122px;
	height: 34px;
	background: url(img/feat_bttn.png);
	margin: 0px 2px 0px 0px;
	float: right;
	display: block;
}
.button3{
	width: 88px;
	height: 22px;
	margin: 6px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	text-decoration: none;
	background: url(img/fav_button.png);
	padding-left: 35px;
	padding-top: 5px;
	color: #333
}
.button3 a{
	text-decoration: none;
	color: #333
}
.game_column1 {
	background-color: #fff;
	margin: 0px 15px 15px 0px;
	text-align: center;
	width: 49%;
	float: left;
}
.game_column2 {
	background-color: #fff;
	width: 49%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.comments_container {
	padding: 10px;
}
.add_comment_box {
	border: 1px dotted #ccc;
	width: 465px;
	background: #FFF;
}
.new_comment_container {
	text-align: left;
	font-family: Arial;
}
.comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
}
#comment_submit{
	border: 1px dotted #ccc;
	background: #FFF;
	width: 465px;
}
.comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.comment_content {
	float: left;
	width: 380px;
}
.comment_username {
	color: #2f2f2f;
	font-size: 12px;
}
.comment_username a {
	color: #4181B1;
	text-decoration: none;
}
.thecomment {
	color: #2f2f2f;
	border-top:1px dotted #dcd6d4;
}
.random_game {
	float: left;
	margin-top: 10px;
}
.random_game_image {
	float: left;
	padding: 5px 5px 0px 5px;
	text-align: center;
	border: 1px solid #ccc;
	height: 65px;
	width: 60px;
	margin-left: 8px;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 390px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.random_game_info a {
	color: #cdcdcd;
}
.random_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	color: #000;
}
.random_game_head a:hover {
	color: #951510;
}
/* CATEGORY */
.category_container {
	background-color: #fff;
	margin-bottom: 15px;
	overflow: auto;
	width:718px;
}
.sort_options {
	padding: 8px;
	font-family: Arial;
	font-size: 12px;
	background: url(img/enBar.png);
	width: 696px;
	height: 11px;
	color: #333333;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.sort_options a {
	color: #333333;
}
.sort_options2 {
	font-weight: bold;
	padding: 8px;
	font-family: Arial;
	font-size: 12px;
	background: url(img/B_enBar.png);
	width: 696px;
	height: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.sort_options2 a {
	color: #FFFFFF;
}
.category_pages {
	margin: auto;
	background: #FFFFFF;
	border: 2px dotted #cccccc;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #4181B1;
	padding: 3px;
	text-decoration: none;
}
/* PROFILE */
.profile_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	overflow:auto;
	width:100%;
}
.profile_container a {
	color: #871e16;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 80px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 30px;
	font-family: Arial;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	background-color: #9f0c07;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	-moz-border-radius: 12px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 16px;
	font-family: Arial;
}
.profile_button a {
	background: #ae3632 url(images/button2.png);
	width: 150px;
	height: 23px;
	padding-top: 2px;
	padding-right: 4px;
	margin: 10px 15px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.profile_button a:hover {
	display: block;
	background-color: #cf0000;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	width: 28%;
	float: right;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.user_info {
	padding: 10px;
	overflow: hidden;
}
.user_info a {
	color: #000;
}
.right_title {
	color: #8a8a8a;
}
.profile_content_item {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
}
.profile_comment {
	border:1px solid #dcd6d4;
	margin-bottom: 10px;
	padding: 10px;
}
.profile_left_header {
	background: #eeeeee;
	height: 28px;
	padding-top: 12px;
	padding-left: 15px;
	color: #99080a;
	font-family: Arial;
	font-size: 14px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:auto;
	width:680px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* NEWS */
.news_wrapper {
	background-color: #fff;
	margin-bottom: 15px;
	width: 712px;
}
.news_header {
	background: url("img/footbg.png") repeat scroll 0 0 transparent;
	overflow:auto;
	width:100%;
	margin-top: 12px;
}
.news_image {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}
.news_title {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 8px;
}
.news_title a {
	color: #4181B1;
	text-decoration: none;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
	border-bottom: 2px dashed #CECECE;
	padding-bottom: 4px;
	font-family: Arial;
}
/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}

	.coda-slider-wrapper { }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 110px; overflow: auto !important;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 712px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 685px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; width: 40px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: right; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: right }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
.feat_left {
	float: left;
	width: 120px;
}
.feat_right{
	float: right;
	width: 578px;
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 5px;
}
.feat_game_title {
	font-size: 24px;
	color: #000;
}
.feat_game_title a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 24px;
	color: #000;
}
.feat_game_title a:hover {
	color: #000;
}
.feat_game_desc {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	color: #000;
}
.feat_game_desc a {
	color: #444;
}
.feat_game_image {
	padding: 5px 5px 0px 5px;
	text-align: center;
	border: 2px solid #999999;
	height: 105px;
	width: 100px;
	background-color: #FFFFFF;
	margin-left: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.block_container{
	padding-left: 2px;
	width: 348px;
	height: 75px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100 12px/18px arial;
	color: #333;
}
.cat_block_container{
	padding-left: 2px;
	width: 348px;
	height: 75px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100 12px/18px arial;
	color: #333;
	float: left;
	margin-left: 4px;
}
.cat_block_container a {
	text-decoration: none;
	color: #4181B1;
	font: 100 14px/20px arial;
}
.block_container a {
	text-decoration: none;
	color: #4181B1;
	font: 100 14px/20px arial;
}
.block_image{
	width: 70px;
	height: 72px;
	float: left;
	padding: 2px 2px 0px 2px;
	border: 1px solid #ccc;
}
.block_details{
	width: 268px;
	height: 75px;
	float: right;
}
.ran_container{
	padding-left: 2px;
	width: 262px;
	height: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100 12px/18px arial;
	color: #333;
}
.ran_container a {
	text-decoration: none;
	color: #4181B1;
	font: 100 14px/20px arial;
}
.ran_container2{
	padding-left: 2px;
	width: 260px;
	height: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100 12px/18px arial;
	color: #333;
	border-bottom: 1px solid #DEDEDE;
}
.ran_container2 a {
	text-decoration: none;
	color: #4181B1;
	font: 100 14px/20px arial;
}
.ran_image{
	width: 70px;
	height: 72px;
	float: left;
	padding: 2px 2px 0px 2px;
	border: 1px solid #ccc;
}
.ran_details{
	width: 180px;
	height: 75px;
	float: right;
}
.game_head_styler {
	float: left;
	color: #515151;
	font: 100 18px/22px arial;
	font-weight: bold;
	padding-top: 10px;
}
.game_play{
	color: #4181B1;
	font: 100 18px/22px arial;
	font-weight: bold;
}
.left_pos_game {
	position: absolute;
	top: 5px;
	right: 5px;
}
.rand_block_container{
	padding-left: 2px;
	width: 483px;
	height: 75px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100 12px/18px arial;
	color: #333;
}
.rand_block_container a {
	text-decoration: none;
	color: #4181B1;
	font: 100 14px/20px arial;
}
.rand_block_image{
	width: 70px;
	height: 72px;
	float: left;
	padding: 2px 2px 0px 2px;
	border: 1px solid #ccc;
}
.rand_block_details{
	width: 395px;
	height: 75px;
	float: right;
}
.news_setbox {
	margin-top: 5px;
	width: 262px;
	border-bottom: 1px dotted #999;
	padding-bottom: 4px;
}
.news_dateb{
	color: #999;
	font-style: italic;
	font-family: arial;
	font-size: 10px;
}
.news_titleb{
	color: #222;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}
.news_contentb{
	color: #444;
	font-family: arial;
	font-size: 12px;
}
.news_linkb{
	text-align: right;
	color: #4181B1;
	text-decoration: none;
	font-size: 10px;
}
.news_linkb a{
	text-align: right;
	color: #4181B1;
	text-decoration: none;
	font-size: 10px;
}
.login_boxara {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 37px;
	height: 70px;
	color: #FFF;
	font-family: Arial;
}
.login_boxara a{
	color: #FFF;
	text-decoration: underline;
}
.textbox_ua {
	color: #1C1C1C;
	font: 100 12px/22px arial;
	width: 100px;
	height: 25px;
	padding: 0 12px;
	background: url(img/textbox.png);
	border: 0px none;
}
.login_ua {
	background: url(img/btnlogin.png) no-repeat;
	margin: 1px 0 0 0;
	width: 57px;
	height: 25px;
	border: 0;
	font: 600 11px arial;
	text-transform: uppercase;
	color: #1c1c1c;
	cursor: pointer;
}
.ua_spacer{
	position: relative;
	margin-top: 5px;
}
