@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

.main_left {
	width: 65.7%; /* 650px */
	float: left;
	margin-left:5px;
	padding-top: 7px;
	padding-right: 6px;
	border-right: 1px solid #cccccc;
}

.main_right {
	width: 31.3%; /* 310px */
	float: right;
	margin-right: 5px;
}
.view_game_main_left {
	width: 81.3%; /* 805px */
	float: left;
	margin-left:5px;
}

.view_game_main_right {
	width: 16.4%; /* 162px */
	float: right;
	margin-right: 5px;
	border-left: 1px solid #cccccc;
}

h1 {
	font-size: 15px;
	max-width: 100%;
	line-height: 16px;
	color: #222222;
	overflow: hidden;
}

/* HEADER STUFF */
.header_container {
	max-width: 100%;
	overflow:hidden;
	background-color: #ffffff;
}
.header {
	padding-top: 0px;
}
.header a.logo img {
	max-width: 99%;
}
.header_left {
	float: left;
	padding: 5px 0 0 5px;
}
.header_center {
	float: right;
	background-color: #ffffff;
}
.user_area {
	margin: 8px 5px 7px 0;
	float: right;
	background-color: #ffffff;
}
.header_fb {
	float: left;
	width: 85px;
	height: 25px;
	text-align: center;
	margin: 0px 5px 3px 4px;
	padding: 7px 0px 0px 4px;
	background: #ffffff;
}
.header_gplus {
	float: left;
	width: 125px;
	height: 25px;
	text-align: center;
	margin: 0px 5px 3px 3px;
	padding: 7px 0px 0px 2px;
	background: #ffffff;
}
.header_twitter {
	float: left;
	width: 138px;
	height: 25px;
	text-align: center;
	margin: 0px 5px 3px 3px;
	padding: 7px 0px 0px 4px;
	background: #ffffff;
}

.ua_avatar {
	float: left;
	margin:2px 5px 0 2px;
	display: none;
}

.ua_username {
	font-size: 15px;
	font-weight: bold;
	float:left;
	padding-bottom: 5px;
	color: #282828;
}

.ua_unregistered {
	color: #282828;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 10px 0;
	display: none;
}
.ua_points {
	float: left;
	background-color: #0191c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin:1px 5px 0px 5px;
}
.ua_info {
	float: left;
	font-size: 12px;
}
.ua_info a {	
	font-weight:bold;
	color: #0191c8;
	text-decoration: none;
}
.ua_info a:hover {
	text-decoration: none;
}
.ua_l {
	color: #ffffff;
	display: block;
	float: left;
	background: #0191c8;
	margin: 5px 5px 5px 5px;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.ua_l a {
	color:#ffffff;
}
.ua_l a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.ua_r {
	color: #ffffff;
	display: block;
	float: right;
	background: #0191c8;
	margin: 5px 5px 5px 5px;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.ua_r a {
	color:#ffffff;
}
.ua_r a:hover {
	color:#ffffff;
	text-decoration: underline;
}

/* CATEGORIES MENU */

.main_menu_container {
	color: #ffffff;
	overflow:hidden;
	background:#0191c8;
	border-bottom: 2px solid #bbbbbb;
}

.main_menu {
	overflow:hidden;
}
.main_menu a {
	color: #ffffff;
	text-decoration: none;
}

.main_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* headerLinks */ 
#header_links {
	max-width:990px;
	line-height: 26px;
	color:#ffffff;
	font-size: 12px;
	margin: 0px 0px 0px 3px;
	padding: 2px 0px;
	float:left;
	text-align: left;
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-width:570px) {
	/* SearchArea */
	 .search_area {
		text-align: right;
		margin: 0px 10px 0px 0px;
	}
	/* SEARCHFORM */
	.searchform {
		overflow:hidden;
//		width:262px;
		margin: 12px 4px 2px 0;
		float:Right;
		border: 2px solid #cccccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.search_button {
		padding: 0 3px 0 0px;
		background-color: #ffffff;
	}
	.search_button a:hover {
		background-color: #282828;
	}
	.search_box {
		width:193px;
		height: 24px;
		font-size: 12px;
		padding:0px 3px 0px 3px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		color:#444444;
		background: #ffffff;
	}
	.searchform #search_textbox {
		border: none;
	}
	
	.menu-icon {
		padding: 0px 8px;
		background-color: #0191c8;
		color: #ffffff;
		font-weight: bold;
		font-size: 20px;
		float: right;
		border-radius: 6px;
		border: 1px solid #900000;
		margin: 2px 2px;
		display: none;
	}
}
#menuToggle {
	display: none;
}
#header_links ul {
	line-height: 26px;
}
#header_links li {
	display: inline-block;
	line-height: 26px;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
}
#header_links li a {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
#header_links li a:hover {
	color: #0191c8;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.top_games {
	width: 100%;
	margin-top: 5px;
	margin-right: 0.3%;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.top_games li {
	display: inline-block;
	width: 11.5%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 5px 5px 5px 5px;
	box-shadow: 0px 1px 6px 1px #cccccc;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.top_games li:hover{
	border: 1px solid #aaaaaa;
}
.top_games li img {
	width: 100%;
	display: block;
}


/* HOMEPAGE */
.trcr_banner {
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.trcr_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #282828;
}
.rs_banner {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.rs_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #282828;
}
.header_h1 {
	width: 100%;
	min-height: 22px;
	text-align: center;
	padding-top: 6px;
	font-size:15px;
	font-weight:bold;
	background:#ffcc00;
	color:#282828;
	border-bottom: 1px solid #cccccc;
}
.featured_games {
	width: 100%;
	padding:0px 0px 15px 0px;
	background:#ffffff;
	overflow: auto;
}
.all_new_games {
	margin:5px 0 0 0;
	padding:0px 0px 15px 3px;
	background:#ffeeff;
	overflow:auto;
	border: 1px solid #ffaaff;
}
.all_newgame_header {
	color:#222222;
	font-weight:bold;
	padding:10px 0 0 15px;
}
.home_category {
	padding:0 0px 15px 3px;
	margin-bottom: 5px;
	background:#ffeeff;
	overflow:auto;
	border: 1px solid #ffaaff;
}
.home_cat_title {
	height:20px;
	font-weight:bold;
	background:#ffd5ff;
	padding:5px;
	overflow:hidden;
	margin-bottom: 0px;
}
.home_cat_title a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.home_cat_title a:hover {
	text-decoration: none;
}
.home_cat_name {
	font-size: 15px;
	float: left;
}
.home_cat_name a {
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}
.home_cat_name a:hover {
	text-decoration: none;
}
.home_cat_link {
	float: right;
	font-size: 13px;
	margin-top: 1px;
	font-weight:bold;
}
.home_cat_link a {
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}
.home_cat_link a:hover {
	text-decoration: none;
}
.homepage_game {
	display: inline-block;
	width: 21%; /* 155px 24 */
	height: 160px;
	background:#ffffff;
	overflow: hidden;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
	margin-left: 1.1%;
	margin-bottom: 8px;
	vertical-align: top;
	box-shadow: 0px 1px 6px 1px #cccccc;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.homepage_game:hover {
	border: 1px solid #aaaaaa;
}
.home_game_image {
	display: inline-block;
	width: 100%; /* 150px */
	height: 120px;
	text-align: center;
}
.home_game_image:hover {
	background:none;	
}
.home_game_info {
	width: 100%; /* 150px */
	text-align: center;
	margin-top: 7px;
	font-size: 0.84em;
	color: #000000;
	display: inline-block;
}
.home_game_info a {
	color: #0191c8;
}
.home_game_options {
	padding-top: 0px;
	display: none;
}
.home_game_options a {
	font-size: 10px;
	text-decoration: none;
	text-transform:uppercase;
	color: #67747f;
}
.home_game_options a:hover {
	text-decoration: underline;
}
.home_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
	display: none;
}
.home_game_head a {
	font-size: 1.02em;
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}
.home_game_head a:hover {
	text-decoration: none;
	font-weight: bold;
}

.main_left .module_header {
	height:20px;
	font-size:15px;
	font-weight:bold;
	background:#ffd5ff;
	padding:5px;
	color:#fff;
	margin-bottom: 5px;
	display:none;
}
.main_left .homepage_module_header {
	height:20px;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	color:#a00250;
	margin-left: 9px;
}

/* MAIN LEFT */

/* CATEGORY */
.category_container {
	background: #ffffff;
	margin-bottom: 15px;
	overflow: auto;
}
.category_pages {
	margin:15px auto 15px auto;
	text-align: center;
	padding: 5px;
	line-height: 35px;
}
.category_pages a {
	color: #0191c8;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: 1px solid #cccccc;
	background-color: #ffffff; /* e0e0e0*/
}
#category_pages_active{
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #0191c8;
	background-color: #0191c8;
}
.category_pages a:hover:not(active) {
	border: 1px solid #dddddd;
	background-color: #dddddd;
	text-decoration: none;
}
#category_pages_first_child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#category_pages_last_child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.category_header {
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	background:#ffffff;
	border-bottom: 1px solid #cccccc;
	padding:5px 0 5px 5px;
	color:#222222;
	margin-bottom: 5px;
}
.category_header_container {
	font-size: 13px;
	color:#282828;
	margin:3px 0 3px 0;
	background: #ffffff;
}
.sort_options {
	padding: 6px 10px 0px 6px;
	font-weight: bold;
	text-align: left;
}
.sort_options a {
	display: inline-block;
	text-align: left;
	color: #0191c8;
	text-decoration:none;
	padding:4px 8px 4px 8px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #dddddd;
	border-radius: 15px;
	background: #ffffff;
}
.sort_options a:hover {
	text-decoration: none;
	border: 1px solid #0191c8;
}

/* SIDEBAR MODULES */

.main_right .module {
	background:#ffffff;
	font-size: 12px;
	margin: 5px 0 3px 0;
}
.main_right .module_header {
	color: #ffffff;
	margin-bottom:8px;
	font-weight:bold;
	font-size: 12px;
	padding: 7px 0px 7px 7px;
	background-color: #0191c8;
	border-bottom: 2px solid #bbbbbb;
}
.main_right .module a {
	color: #0191c8;
}
.main_right .module a:hover {
	font-weight:bold;
	text-decoration: none;
}
.main_right .module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.main_right .module li {
	padding:8px 0 8px 0;
	text-align: left;
}
.more_links {
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
}
.fb_square {
	text-align: center;
	background:#ffffff;
	margin: 5px 0px 12px 0px;
}

/* VIEW GAME */
.game_container {
	width: 100%;
	padding: 0px 0px 5px 0;
	text-align: center;
}
.game_options {
	width: 100%; /* 805px */
	min-height: 25px;
	padding: 3px 0 0 0px;
	margin: 6px 0px 7px 0px;
	color: #282828;
	overflow: hidden;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
}
.view_game_title {
	width: 68%; /*422px */
	min-height: 20px;
	float: left;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0px 3px;
	margin: 9px 0px 0px 0px;
}
.game_overall_rating_block {
	max-width: 31%;
	display: inline-block;
	float: right;
}
.game_your_rating_block {
	max-width: 31%;
	display: inline-block;
	float: right;
	margin-bottom: 2px;
}
.game_options .button3 {
	display: none;
}
.game_options_column1 {
	min-width: 80px; /* 12.84% */
	font-size:13px;
	float: left;
	text-align: right;
	padding-top: 2px;
	margin-right: 4px;
}
.game_options_column2 {
	min-width: 103px; /* 12.84% */
	float: left;
	padding-top: 2px;
	margin-right: 7px;	
}
.game_options_column2 img {
	margin-right: 4px;
}
#enable_flash {
    margin: 20px auto;
}
#enable_flash a {
    color: #ffffff;
    background-color: #0191c8;
    border: 1px solid #0191c8;
    border-radius: 5px;
    text-decoration: none;
    padding: 6px 10px;
}
.fullscreen {
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
	display: none;
}
.fullscreen a {
	float: right;
	font-size: 14px;
	color: #0191c8;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 5px 5px;
	padding: 7px 15px 7px 15px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.fullscreen a:hover{
	text-decoration: none;
	border: 1px solid #0191c8;
}
.vg_addthis {
	width: 99.4%;
	background-color: #fbfbfb;
	padding: 5px 0px 3px 5px;
	border: 1px solid #eeeeee;
}
.button2 a, .button3 a {
	margin-left: 15px;
	padding: 0 10px;
	line-height: 23px;
	float: right;
	font-size: 13px;
	display: block;
	color: #0191c8;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
.button2 a:hover, .button3 a:hover {
	display: block;
	background: none;
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}

.game_info_header {
	float:left;
	background:#eeeeee;
	padding:6px 32px 6px 32px;
	margin:5px 2px 0px 7px;
	color:#444444;
	font-weight:bold;
	border: 1px solid #dddddd;
	clear:both;
	display: none;
}

.infos {
	width: 99.4%;
	float:left;
	overflow:hidden;
	padding:0px 5px 0px 0px;
	margin:5px 0px 12px 0px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.game_info_container .game_info_header {
	margin:0 3px 0 3px;
	display:none;
}

.game_image {
	float: left;
	width: 12.5%;
	height: 80px;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.game_image img {
	width: 100%;
	height: 100%;
}
.game_desc {
	width: 82%; /* 660px */
	font-size: 12px;
	color: #444444;
	float: left;
	text-align: left;
	line-height: 16px;
	padding: 5px 5px 0px 5px;
}
.game_desc a {
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}
.game_desc a:hover {
	color: #0191c8;
	font-weight: bold;
	text-decoration: none;
}
.game_desc strong {
	display:block;
	color:#222222;
}
.game_info_content {
	margin:0 0 10px 0;	
}
.game_info_content a {
	display: inline-block;
	text-align: left;
	color: #0191c8;
	text-decoration:none;
	padding:4px 8px 4px 8px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #dddddd;
	border-radius: 15px;
	background: #ffffff;
}
.game_info_content a:hover {
    text-decoration: none;
    border: 1px solid #0191c8;
}
.gamepage_editgame {
	margin:2px 0 0 5px;
	float:left;
	font-size: 13px;
	font-weight:bold;
	display: block;
	color: #0191c8;
	text-decoration:none;
}
.gamepage_editgame a {
	display: block;
	color: #0191c8;
	text-decoration:none;
}
.gamepage_editgame a:hover {
	text-decoration:underline;
}
.social {
	width:320px;
	float:right;
	margin-right: 10px;
	padding-top: 15px;
	display: none;
}

.social .social_text {
	margin-bottom:10px;
	display: none;
}
.embed_textbox {
	width: 250px;
	background-color: #636A7A;
	border: 1px solid #8E97AC;
	color: #fff;
	display: none;
}
.random_games_below_game_header {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.random_games_below_game {
	width: 100%;
}
.random_game_below_view_game {
	display: inline-block;
	width: 21%; /* 155px 24 */
	height: 160px;
	background:#ffffff;
	overflow: hidden;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
	margin-left: 1.2%;
	margin-right: 0.4%;
	vertical-align: top;
	box-shadow: 0px 1px 6px 1px #cccccc;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.random_game_below_view_game:hover {
	border: 1px solid #aaaaaa;
}
.random_game_below_view_game_image {
	display: inline-block;
	width: 100%; /* 150px */
	height: 120px;
	text-align: center;
}
.game_bottom {
	overflow:hidden;
	width:780px;
	float:right;
	display: none;
}

.comments {
	width:480px;
	float:left;
	margin-right:15px;
	display: none;
}

.game_right_container {
	float:right;
}
.game_column2 {
	float:right;
	margin-bottom:10px;
	padding-bottom: 10px;
	background:#ffffff;
}
.add_comment_box, .news_add_comment_box {
	// width: 450px;
	margin:10px 10px 0 10px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	border:1px solid #888888;
	color:#282828;
}
.comment_button_container {
	padding-top:5px;
	text-align:center;
	margin-bottom: 20px;
}
.comment_avatar {
	float: left;
	margin: 0px 5px 0px 5px;
}
.comment_content {
	float: left;
	text-align:left;
	font-size:12px;
	width:400px;
	padding:0 5px 0 5px;
	background:#ffd5ff;
	line-height:22px;
	border: 1px solid #ffaaff;
}
.comment_username {
	margin-bottom: 6px;
}
.comment_username a {
	color: #0191c8;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.random_game {
	float: left;
	width: 85%; /* 155px */
	height: 160px;
	background:#ffffff;
	overflow: hidden;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
	margin-left: 5.5%;
	box-shadow: 0px 1px 6px 1px #cccccc;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.random_game:hover{
	border: 1px solid #aaaaaa;
}
.random_game_image {
	display:block;
	width: 100%; /* 150px */
	height: 120px;
	float: left;
	margin-bottom: 7px;
	text-align: left;
}
.random_game_image:hover {
	background:none;
}
.random_game_info {
	text-align:center;
}
.random_game_info a {
	color: #0191c8;
	font-weight: bold;
	text-decoration: underline;
}
.random_game_info a:hover {
	color: #0191c8;
	text-decoration: none;
}
.random_game_head a {
	font-size: 12px;
	color: #0191c8;
	text-decoration: underline;
}
.random_game_options {
	padding-top: 5px;
}
.random_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}

/* NEWS */
.news_wrapper {
	margin-bottom: 15px;
}
.news_header {
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 15px 0px;
	overflow:auto;
	color: #9fb6cd;
	padding: 5px;
}
.news_image {
	float: left;
	padding:5px;
	text-align: center;
	border: 1px solid #4a5260;
	background:#1c222a;
	-webkit-box-shadow:0 3px 5px #000;
	-moz-box-shadow:0 3px 5px #000;
	margin-right:15px;
}
.news_title {
	float: left;
	font-size: 2em;
	padding-top: 8px;
}
.news_title a {
	color:#fff;
	text-decoration: none;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	color:#ccc;
}

/* PROFILE */
.profile_main_left {
	width: 81.3%; /* 805px */
	float: left;
	margin-left:5px;
	padding-right:6px;
	border-bottom: 1px solid #cccccc;
}
.profile_container {
	width: 100%; /* 805px */
	min-height:96px;
	background:#ffffff;
	border:1px solid #cccccc;
	margin:5px 0px 5px 0px;
	overflow:auto;
	color: #9fb6cd;
	text-decoration:none;
	font-weight:bold;
	float: right;
}
.profile_container a {
	color: #0191c8;
	text-decoration:none;
}
.profile_container a:hover{
	text-decoration:underline;
	font-weight: bold;
}
.profile_header_avatar {
	width:80px;
	height: 80px;
	float: left;
	padding: 8px 0 0 8px;
}
.profile_header_info {
	max-width: 66.4%; /* 535px */
	float: left;
	padding: 10px 0 0 3px;
}
.profile_header_buttons {
	float: left;
	width: 95%; /* 150px */
//	height: 75px;
	text-align: left;
	padding-left: 0px;
	padding-top: 3px;
	margin: 0px 0px 5px 5px;
}
.profile_username {
	font-size: 15px;
	font-family: Arial;
	color:#282828;
	padding-bottom: 25px;
	float: left;
}
.profile_points {
	float: left;
	background:#0191c8;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 9px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#282828;
}
.profile_button a {
	margin: 2px 5px 0px 0px;
	padding:0 10px 0 10px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	display: block;
	color: #0191c8;
	text-decoration: none;
	background: #ffffff;
	border:1px solid #cccccc;
}
.profile_button a:hover {
	display: block;
	background: #ffffff;
	color: #0191c8;
	text-decoration:underline;
	border:1px solid #bbbbbb;
}
.profile_column1 {
	background:#ffffff;
	margin:0 0 5px 0px;
//	width: 71%; /* 548px */
	width: 100%;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:25px;
	color:#282828;
}
.profile_column2 {
	float: right;
	margin:0 0px 3px 0;
	width: 100%; /*250px */
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#282828;
}
.user_info {
	text-align: left;
	padding: 10px;
	overflow: hidden;
	border:1px solid #cccccc;
}
.user_info a {
	margin: 0px 5px 5px 0px;
	padding: 0 10px 0 10px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	display: block;
	color: #0191c8;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	border:1px solid #cccccc;
}
.user_info a:hover {
	display: block;
	background: #ffffff;
	color: #0191c8;
	text-decoration:underline;
	border:1px solid #bbbbbb;
}
.right_title {
	font-size:13px;
	font-weight:bold;
	color: #222222;
	text-decoration:none;
}
.profile_content_item {
	font-family: Arial, Helvetica, sans-serif;
}
.fav_container {
	text-align: left;
	padding: 15px 5px 10px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	line-height: 25px;
}
.profile_comment {
	border-bottom:1px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px;
	display: none;
}
.profile_left_header {
	height: 20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	background:#ffffff;
	padding:0px 0 5px 0;
	color:#222222;
	margin-left: 6px;
}
.profile_right_container {
	float: left;
	width: 100%;
} 
.profile_right_container .module_header {
	background:#ffffff;
	padding:6px;
	color: #222222;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

/* EDIT PROFILE */
.form_textbox, .refer_textbox {
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	border:1px solid #999999;	
	color:#fff;
	
	height: 20px;
	width: 250px;
	font-size: 12px;
	padding: 4px;
}
.refer_textbox {
	font-size: 12px;
}
.submit_button, .dropdown-submit, .profile_submit_button, .comment_button_container input, #comment_submit, .pm_button, .link_button {
	background: #ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #888888;
	padding: 5px 15px;
	color: #222222;
	font-size: 12px;
}
.submit_button:hover, .dropdown-submit:hover, .profile_submit_button:hover, #comment_submit:hover, .pm_button:hover, .link_button:hover {
	background: #eeeeee; //search result button
}
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	margin-right:5px;
	overflow:auto;
	color:#000;
	font-size:12px;
	border:1px solid #cccccc;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
	margin-right:5px;
	color:#000;
	border:1px solid #cccccc;
}
.edit_profile_header {
	font-size: 14px;
	color: #222222;
	font-weight:bold;
	padding: 10px 0 5px 0;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	line-height:25px;
}
.edit_profile_textbox {
	height: 15px;
	width: 500px;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Private messages */
.title {          /*Message tag login register Header*/
	width: 52.59%; /*422px */
	min-height:20px;
	float: left;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	padding:0 0 9px 3px;
	margin-top:3px;
	color:#222222;
}
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	margin: 3px 0 0 0px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	margin: 3px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.pm_header {
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:8px;
	color: #e2e2e2;
}
.pm_header a {
	color: #a4b6bd;
}
.pm_subject {
	font-size: 16px;
	margin: 0px 0 5px 0px;
}
.pm_details {
	padding: 3px 0 3px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	height:250px;
	padding: 3px 0 10px 0px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding: 5px 0 0px 0px;
}
.pm_table td { /*pm messages*/
	border-bottom: 1px solid #303030;
	padding: 5px 5px 5px 0;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}
.unread_pm_link {
	font-weight: bold;
}
.read_pm_link {
	color: #767f8b;
	font-style: none;
}

/*tag background*/

.misc_container {
	width: 100%; /* 650px */
	background: #ffffff;
	margin-bottom: 10px;
	overflow: auto;
}
.misc_container a {
	color: #0191c8;
	text-decoration:none;
}
.misc_container a:hover {
	text-decoration:underline;
}

/* FOOTER */
.footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
//	line-height: 20px;
	overflow:hidden;
	background: #0191c8;
}
.footer a {
	color:#ffffff;
}

.footer .tags {
	overflow:hidden;
	margin-bottom:20px;
}
.footer .tags a {
	padding:0 5px;	
}
.footer-content {
	overflow:hidden;
//	margin-bottom: 8px;
	color: #ffffff;
	background:#0191c8;
	text-align: center;
	padding:0px 15px 10px 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px dotted #ffffff;
}
.footer-content .module {
//	width:289px;
	float:left;
	text-align:left;
	border-right:1px solid #28292e;
	padding: 0 15px;
}
.footer-content .module_header {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-width:801px) {
	.main_left_sidebar_content {
		display: none;
	}
	.main_left_sidebar_content a {
		font-weight: bold;
		color: #0191c8;
		text-decoration: none;
	}
	.main_left_sidebar_content:hover {
		font-weight: bold;
		text-decoration: none;
	}
	.main_left .module_head {
		color: #ffffff;
		margin-bottom: 8px;
		font-weight: bold;
		font-size: 12px;
		padding: 7px 0px 7px 7px;
		background-color: #0191c8;
		border-bottom: 2px solid #bbbbbb;
	}
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-width:666px) {
	.footer_social_buttons {
		width: 100%;
		text-align: left;
		float: left;
		display: inline-block;
		margin: 15px 10px 15px 0px;
		clear: both;
		display: none;
	}
	.footer_fb {
		width: 28%;
		min-width: 100px;
		float: left;
		text-align: left;
		margin: 8px 0px 8px 0px;
		display: block;
	}
	.footer_gplus {
		width: 35%;
		min-width: 125px;
		float: left;
		text-align: left;
		margin: 8px 0px 8px 0px;
		display: block;
	}
	.footer_twitter {
		width: 36%;
		min-width: 150px;
		float: left;
		text-align: left;
		margin: 8px 0px 8px 0px;
		display: block;
	}
}

.footer_description {
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	line-height:22px;
}
.footer_des_header {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 0px 5px 0px;
}
.footer-content .news img {
}
.footer-content li {
	padding:3px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #28292e;
}
.footer .design, .footer .design a {
	font-size:11px;	
	color:#ffffff;
}
.footer_buttons {
	display: none;
}
.footer_buttons a {
	display: inline-block;
	padding: 5px 6px;
	margin: 0px 2px 5px 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #282828;
	border: 2px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.footer_buttons a:hover {
	color: #0191c8;
	background-color: #cccccc;
}
#footer_copyright_message {
	margin: 0px 2px 12px 2px;
}


/* News comments */
#news_comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#news_comments ul li {
	line-height: 150%;
	margin-bottom:15px;
	padding:15px 10px;
	overflow:hidden;
	background:#202227;
}
.news_comments_container {
	margin-bottom: 15px;
	overflow: auto;
}
.news_comments_header {
	font-size: 14px;
	padding-top: 9px;
	padding-left: 8px;
}
.news_new_comment_container {
	text-align: left;
	font-family: Arial;
}
.news_comment_button_container {
	padding-top:5px;
	text-align:center;
	margin-bottom: 30px;
}
.news_comment_button_container input {
	background:#202227;
	border:none;
	color:#fff;
	padding:5px;
	cursor:pointer;
}
.news_comment_avatar {
	float: left;
	margin: 0 5px 0px 5px;
}
.news_comment_content {
	float: left;
	margin:0 10px 0 0;
	margin-left: 10px;
}
.news_comment_username a {
	color: #fff;
	text-decoration: none;
}

.news_thecomment {
	padding:5px 0;
}

/* SUBMIT GAME */

.tb-submit {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.ta-submit {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* MODULE NOTICE */

.module_notice {
	text-align: center;
	padding: 5px;
}

/* ADS */

.ad_info {
	font-family: Arial;
	font-size: 12px;
	color: #222222;
	padding-bottom: 10px;
	margin-top: 35px;
}
.ad_info a {
	color: #0191c8;
}

/* TAG CLOUD */

.tag_cloud {
	text-align: left;
	font-size: 12px;
	padding: 0px 0px 0px 6px;
	margin-bottom: 10px;
	clear: both;
}
.tag_cloud a {
	width: 42%;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #eeeeee;
	border-radius: 15px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
.tag_cloud a:hover {
	text-decoration: none;
	border: 1px solid #0191c8;
}

/* Social buttons */
.social_text {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 6px;
}
/* Facebook login */
.facebook_message {
	margin: 10px 0px 30px 0px;
}

/* Reports */
#reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.game_report_text {
	font-family: Arial;
}
.comment_report_text {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 3px solid #363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: #335181 url(images/title.gif) repeat-x;
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 8px;
	text-shadow:1px 1px 1px #000;
	font-weight: bold;
	display: none;
}
#ava-popup-content {
	padding: 10px;
	display: none;
}
#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_textbox {
	border: 1px solid #7b7b7b;
	width: 577px;
}
.game_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.game_highscore_container {
	height: 31px;
	background: #22252a;
	border-bottom: 1px solid #33373a;
	margin-bottom: 4px;
	padding: 3px;
}
.game_highscore_container a {
	color: #e1e1e1;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 8px;
	width: 33%;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 28%;
	color: #67747F;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #67747F;
	width: 27%;
	text-align: right;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	font-family: Arial;
	text-align: center;
	padding-top: 10px;
}
.game_highscore_pages a {
	color: #e1e1e1;
}
#game_highscore_header {
	height: 30px;
	background: #252930;
	margin-bottom: 3px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: normal;
	color: #67747F;
}
#game_highscore_header .game_highscore_name {
	padding-left: 4px;
	width: 41%;
}
.highscore_title {
	font-family: Arial;
	text-align: center;
	padding: 3px 0px 10px 0px;
	font-size: 14px;
}

/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 32px;
	border-bottom: 1px solid #1c1b23;
	margin-bottom: 2px;
}
.user_highscore_container a {
	color: #67747F;
	text-decoration: none;
}
.user_highscore_avatar {
	float: left;
}
.user_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 49%;
}
.user_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
	color: #67747F;
	text-align: right;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.user_highscore_pages a {
	color: #505050;
}
#user_highscore_header {
	height: 35px;
	font-weight: bold;
}
#user_highscore_header .user_highscore_score {
	color: #67747F;
}
#user_highscore_header .user_highscore_name {
	padding-left: 0px;
	width: 41%;
}

/* Module highscores */
.module_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.module_highscore_container {
	height: 35px;
}
.module_highscore_container a {
	color: #323232;
}
.module_highscore_avatar {
	float: left;
}
.module_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.module_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.module_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.module_highscore_pages a {
	color: #505050;
}
#module_highscore_header {
	height: 35px;
}
#module_highscore_header .module_highscore_score {
	font-weight: normal;
	color: #000;
}
#module_highscore_header .module_highscore_name {
	padding-left: 0px;
	width: 41%;
}

/* TAG PAGE */
.tag_sort_options {
	padding: 10px 10px 0px 5px;
	min-height: 25px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color:#282828;
	background: #ffffff;
	border-top: 1px solid #cccccc;
}
.tag_sort_options a {
	display: inline-block;
	color: #0191c8;
	text-align: left;
	text-decoration:none;
	padding:4px 8px 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #dddddd;
	border-radius: 15px;
	background: #ffffff;
}
.tag_sort_options a:hover {
	text-decoration: none;
	border: 1px solid #0191c8;
}
.tag_pages {
	margin:15px auto 15px auto;
	text-align: center;
	padding: 5px;
	line-height: 35px;
}
.tag_pages a {
	color: #0191c8;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#tag_pages_active{
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #0191c8;
	background-color: #0191c8;
}
.tag_pages a:hover:not(active) {
	border: 1px solid #dddddd;
	background-color: #dddddd;
	text-decoration: none;
}
#tag_pages_first_child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#tag_pages_last_child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Register form*/
.register_form {
	background:#eeeeee;
	padding:5px 0 10px 9px;
}
.register_form .form_textbox {
	height:20px;
	width:250px;
	color: #222222;
	margin-top:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.register_form .dropdown-submit {
	width:80px;
	background:#ffffff;
	border: 1px solid #888888;
	color:#222222;
}
.register_form .dropdown-submit:hover {
	background:#ffffff;
	border: 1px solid #cccccc;
	color:#222222;
}

/* Login form*/
.login_form {
	background:#eeeeee;
	margin:0 0 0 0px;
	padding:5px 0 10px 9px;
	
}
.login_form .form_textbox {
	height:20px;
	width:200px;
	color: #222222;
	margin-top:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.login_form .dropdown-submit {
	width:70px;
	background:#ffffff;
	border: 1px solid #888888;
	color:#222222;
}
.login_form .dropdown-submit:hover {
	background:#ffffff;
	border: 1px solid #cccccc;
	color:#222222;
}
#error_message {
	max-width: 100%;
	background:#ffffff;
	color:#ff0000;
	font-weight:normal;
	overflow: hidden;
	border: 1px solid #ff0000;
}

/* ads styling - EDIT THIS  */
.leaderboard {
	text-align: center;
	margin:12px 5px 12px 5px;
}
.ad_banner {
	text-align: center;
	margin-bottom: 10px;
}
.ad_small_square {
	margin: 10px 0px 10px 11px;
}

/* Sub-categories */

.category_subcats {
	border-bottom: 1px solid #181818;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

/* Submit game */

.submit_form_element {
	
}
.submit_text_box, .link_text_box {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#636a7a;
	border:1px solid #8e97ac;	
	color:#fff;
	width: 300px;
}
.submit_text_area, .link_text_area {
	height: 60px;
	width: 300px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.submit_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 10px 10px 10px 10px;
	background: #202227;
	font-size: 13px;
}
.submit_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.submit_form_element {
	float: left;
}
.submit_button_container {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
.submit_text_area {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#636a7a;
	border:1px solid #8e97ac;	
	color:#fff;
}

/* Friends */
.friends_header, .friend_requests_header, .links_header {
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	color: #222222;
}
.friends_container, .friend_requests_container {
	margin: 7px 0px;
}

.friend_container {
	background: #ffd5ff;
	padding: 5px;
	height: 50px;
	margin-bottom: 5px;
	border-left: 3px solid #cccccc;
}
.friend_avatar {
	float: left;
}
.friend_username {
	float: left;
	padding: 8px 0px 0px 15px;
	font-size: 16px;
}
.friend_buttons {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.friend_last_login {
	font-size: 14px;
}
.no_friends {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

/* Link exchange */
.add_link_form_container {
	margin-bottom: 10px;
}
.link_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 10px 10px 10px 10px;
	background: #202227;
	font-size: 13px;
}
.link_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.link_form_element {
	float: left;
}
.link_button_container {
	text-align: right;
}
.link_exchange_info {
	margin: 10px 0px;
}

/* Challenege a friend */
#game_message {
	background: url(images/game_message.png) #107b10;
	width: 90%;
	margin: auto;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#game_message a {
	color: #fff;
}

.challenge_buttons {
	border-top: 1px solid #bdbdbd;
	margin-top: 8px;
	padding-top: 8px;
}

/* Challenge a friend PM */
.challenge_pm_container {
	width: 400px;
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
}
.challenge_pm_image {
	float: left;
}
.challenge_pm_info {
	float: left;
	padding: 10px;
	font-size: 15px;
	color: #67747F;
}

/* Comment pages */
.comment_pages {
	margin:15px auto 15px auto;
	text-align: center;
	padding: 5px;
}
.comment_pages a {
	color: #a1a9b6;
	padding: 5px 5px 5px 6px;
	text-decoration: none;
	border: 1px solid #121314;
	background-color: #1c1e20;
}

/* No result page search form */
.search_form_container {
	margin: auto;
	width: 70%; /* 400px */
	text-align: center;
}
.search_page_textbox {
	height: 20px;
	width: 80%; /* 300px */
	border: 1px solid #888888;
	font-size: 15px;
	padding: 4px;
	background-color: #ffffff;
	color:#444444;
	margin-bottom: 7px;
}
