body {
	background: #F7F7F7 url(../images/header_bg.png) top repeat-x;
	direction: ltr;
	color: #666;
	font-size: 11px;
	line-height: 15px;
}
input, textarea, select {
	background-color: #F7F7F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E3E3E3;
	padding: 5px;
	line-height: 15px;
	color: #666;
}
a, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
}
a:hover{
	text-decoration: underline;
}
label, .label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
#main{
background: #F7F7F7 url(../images/header_bg.png) top repeat-x;
width: 960px;
margin:0 auto;
border-right:1px solid #333;
border-left:1px solid #333;
position:relative;
z-index:10;
}
#header {
	min-width: 960px;
	width: 100%;
}
#header_inside {
	width: 940px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px 10px;
	text-align: left;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	width: 195px;
	height: 119px;
	margin: 0px 0px;
	float: left;
}
#logo a {
	display: block;
	width: 153px;
	height: 114px;
}
#banner {
	border: 1px solid #D4DADE;
	width: 728px;
	height: 90px;
	margin: 15px 10px 0 0;
	float: left;
}
#navigation {
	min-width: 960px;
	width: 100%;
}
#navigation_inside {
	background: url(../images/navigation_bg.png) top left no-repeat;
	width: 944px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
}
#navigation_close {
	background: url(../images/navigation_close.png) top right no-repeat;
	width: 10px;
	height: 43px;
	float: right;
}
#navigation_inside .item {
	background: url(../images/item_separator.png) right no-repeat;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 6px 5px 4px 5px;
}
#navigation_inside .item.last {
	background: none;
}
#navigation_inside input {
	width: 125px;
}
#navigation_inside .search_form div {
	display : inline;
	line-height: 30px;
}
#navigation_inside .search_form div input {
	vertical-align: middle;
	width:140px;
}
#navigation_inside .search_form .submit_search {
	border: none;
	width: 22px;
	height: 23px;
	cursor: pointer;
	margin: 2px 5px;
}
#navigation_inside .language_selector {
	padding: 4px 0px;
}
#navigation_inside .language_selector select {
	width: 60px;
}
#navigation_inside .login_form div {
	display: inline;
	line-height: 30px;
}
#navigation_inside .login_form div input {
	vertical-align: middle;
	width:90px;
}
#navigation_inside .login_form .submit_login {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	width: 22px;
	height: 23px;
	cursor: pointer;
	margin: 2px 5px;
}
#links {
	width: 280px;
}
#links li {
	float: left;
}
#links li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #666;
	height: 26px;
	line-height: 26px;
	display: block;
	margin: 3px 5px;
	padding: 0px 8px;
	text-shadow:1px 1px #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#links li a:hover, #links li a.active {
	color: #FFF;
	text-decoration: none;
	text-shadow:1px 1px #333;
}
#css_switcher {
	vertical-align: middle;
	width: 56px;
	height: 40px;
}
#css_switcher span {
	float: left;
	margin-top: 7px;
}
#css_switcher .css_button {
	width: 12px;
	height: 12px;
	margin: 3px;
	display: block;
	cursor: pointer;
}
#css_switcher .css_button:hover{
text-decoration:none;
}
#css_switcher .blue_switcher {
	background: url(../images/blue.png) top right no-repeat;
}
#css_switcher .pink_switcher {
	background: url(../images/pink.png) top right no-repeat;
}
#css_switcher .black_switcher {
	background: url(../images/black.png) top right no-repeat;
}
#wrapper {
	min-width: 960px;
	width: 100%;
}
#wrapper_inside {
	width: 940px;
	min-height: 400px;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 218px;
	margin: 0px 7px;
}
#sidebar .block {
	background: url(../images/block_bg.png) top repeat-y;
	width: 218px;
}
#sidebar .block_top {
	background: url(../images/block_top.png) top no-repeat;
	width: 218px;
	height: 46px;
}
#sidebar .block_top h2 {
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow:1px 1px #fff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
#sidebar .block_content {
	background: url(../images/block_bottom.png) bottom no-repeat;
	width: 182px;
	padding: 0px 18px 18px 18px;
}
#sidebar .block_content .box {
	background: url(../images/box.png) top no-repeat;
	width: 172px;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	text-align:center;
	margin-top: 3px;
	overflow: hidden;
}
#sidebar .block_content .box a {
	display: block;
}
#sidebar .block_content .box a:hover, #sidebar .block_content .box.active a {
	color: #666666;
	text-decoration: underline;
}
#sidebar .block_content .normal {
	background-color: transparent;
	background-image: url(../images/bull-en.png);
	background-repeat: no-repeat;
	width: 152px;
	height: 21px;
	line-height: 21px;
	padding: 2px 15px;
	margin-top: 3px;
	overflow: hidden;
}
#sidebar .block_content .normal:hover, #sidebar .block_content .normal.active {
	background-image: url(../images/normal-en.png);
}
#sidebar .block_content .normal a {
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#sidebar .block_content .normal:hover a, #sidebar .block_content .normal.active a {
	color: #FFF;
	text-decoration: none;
}
#member-favorites, #member-friends, #latest-comment {
	float: left;
	width: 708px;
}
#content {
	float: left;
	width: 696px;
	margin: 0px 6px;
}
#content .content_top {
	background: url(../images/content_top.png) top no-repeat;
	width: 656px;
	height: 46px;
	padding: 0px 20px;
	text-align: center;
	overflow: hidden;
}
#content h2 {
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow:1px 1px #fff;
}
#content.game_container h2 {
	float: right;
	width: 500px;
	overflow: hidden;
}
#content.game_container .breadcrumb {
	margin: 7px 10px 3px;
}
#content .content_bg {
	background: url(../images/content_bg.png) top repeat-y;
	width: 640px;
	padding: 10px 28px 0px 28px;
}
#content .content_bottom {
	background: url(../images/content_bottom.png) bottom no-repeat;
	width: 696px;
	height: 38px;
}
#content .description {
	background-color: #F7F7F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E7E7E7;
	padding: 10px;
	line-height: 15px;
	width: 620px;
}
#content .pagination {
	padding: 10px 0px;
	line-height: 27px;
}
#content .pagination .pagination_title {
	float: left;
	padding: 0px 5px;
}
#content .pagination li {
	background-color: transparent;
	background-image: url(../images/pagination.png);
	background-position: center -78px;
	background-repeat: no-repeat;
	width: 30px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 0px 2px;
	text-align: center;
}
#content .pagination li a {
	display: block;
	color: #FFF;
}
#content .pagination li a:hover {
	text-decoration:none;
}
#content .games_list {
	padding: 10px 0px;
}
#content .games_list .game {
	float: left;
	margin: 0px 8px 10px 8px;
}
#content .small_block {
	background: url(../images/small_block.png) top no-repeat;
	width: 196px;
	height: 151px;
	position:relative;
cursor:pointer;	
}
#content .small_block .thumb_corn {
background-image:url("../images/corn.png");
height:17px;
width:17px;
position:absolute;
cursor:pointer;	
z-index:5;
}
.tl{
background-position:left top;	
left:0;
top:0;
}
.tr{
background-position:right top;	
right:0;
top:0;
}
.bl{
background-position:left bottom;	
left:0;
bottom:0;
}
.br{
background-position:right bottom;	
right:0;
bottom:0;
}
#content .small_block div.overlay {
background:url("../images/t.png") repeat scroll 0 0 transparent;
display:block;
height:23px;
position:absolute;
right:8px;
bottom:8px;
width:180px;
z-index:2;
}
#content .small_block div.overlay ul.star-rating {
margin:5px;
float:left;
}
#content .small_block_desc {
	background: url(../images/box.png) top center no-repeat;
	width: 186px;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px;
	text-align:center;
	overflow: hidden;
}
#content .game_details {
	background-color: #FFFFDF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #F1F1F1;
	padding: 10px;
	line-height: 15px;
	margin: 10px 0px;
	width: 620px;
}
#content .game_details .game_data {
	width: 280px;
	float: left;
}
#content .game_details .description {
	margin: 5px;
	background-color: #FFF;
	width: 240px;
}
#content .game_details .game_ads {
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 336px;
	height: 280px;
	float: left;
}
#content .game_details .user_container {
	float: right;
}
#content .game_details .user_data {
	height: 60px;
	float: right;
	line-height: 20px;
}
#content .game_details .user_communicate {
	width: 180px;
	padding: 0 20px 0 0;
	height: 60px;
	float: right;
	line-height: 20px;
}
#lightbulb {
	float: left;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}
#resize {
	float: left;
	margin: 15px 10px;
	cursor: pointer;
}
#send {
	float: right;
	margin: 13px 0px 0px 0px;
	cursor: pointer;
}
#abuse {
	float: right;
	margin: 13px 10px 0px 0px;
	cursor: pointer;
}
#game_swf {
	border: 1px solid #CCC;
	width: 610px;
	height: 470px;
	margin: 0px auto;
	z-index: 100;
	position: relative;
}
#comments .description div {
	float: left;
}
#comments .comment_avatar {
	width: 60px;
	height: 60px;
	margin: 5px;
}
#comments .comment_auther {
	height: 60px;
	width: 100px;
	margin: 5px;
}
#comments .comment_auther .date {
	display: block;
	color: #AAA;
}
#comments .comment_content {
	width: 428px;
	background:#fff;
	padding:5px;
}
#add_comment {
	margin-top: 20px;
}
#add_comment div {
	margin-top: 5px;
}
#overlay {
	z-index: 99;
	border: medium none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.9;
	position: fixed;
	display: none;
}

#game_swf_hidden_container {
	min-width: 940px;
	width: 100%;
}
#game_swf_hidden {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 101;
	border: 5px solid #666;
	top: 0px;
	background-color: #000;
	position: fixed;
	display: none;
}
#footer {
	background: #F7F7F7 url(../images/footer_bg.png) top repeat-x;
	min-width: 960px;
	width: 100%;
position:relative;
z-index:15;
}
#footer_inside {
	width: 940px;
	height: 42px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: left;
	line-height: 42px;
}
#copyrights {
	float: left;
}
#designed_by {
	float: right;
}
.clear {
	clear: both;
}
.separator {
	border-top: 1px dotted #CCC;
	height: 0px;
	margin: 5px 0px;
}
.error {
	color: #F00;
	padding: 10px;
	padding-left: 30px;
	line-height: 25px;
	background: url(../images/warning_16.png) left no-repeat;
}