@charset "utf-8";
/* CSS Document */

/* global */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	min-width: 790px;
	background: #000000;
	padding-top: 4px;
}

ul {list-style: none;}

img {border: 0;}

input, textarea {
	border: 1px solid #47A2CB;
	background-color: #F5F5F5;
	margin: 2px;
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
}	

input:focus, textarea:focus {
	border: 1px solid #47A2CB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
}

select {
	margin: 2px;
	font-family: Tahoma;
	font-size: 11px;
}

h2 {
	background-color: #24537E;
	padding: 3px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

a:link {
	color: #404040;
	text-decoration: underline;
}

a:visited {
	color: #404040;
	text-decoration: underline;
}

a:hover {
	color: #47A2CB;
	text-decoration: underline;
}

.gamelink:link {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

.gamelink:visited {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

.gamelink:hover {
	color: #47A2CB;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

.darklink:link {
	color: #006CFF;
	text-decoration: none;
}

.darklink:visited {
	color: #006CFF;
	text-decoration: none;
}

.darklink:hover {
	color: #FFA002;
	text-decoration: underline;
}

.topbarlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

.topbarlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topbarlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.clear { 
	clear:both;
	font-size:1px;
	visibility:hidden;
	width:1px;
	line-height:1px !important;
}

#global_wrapper {
	width: 786px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	border: 2px solid #5B85A2;
}

#header {
	margin:0 auto;
	width: 786px;
	height: 96px;
	position: relative;
	padding: 2px 0px;
}

#content {
	margin:0 auto;
	width:786px;
}

#footer {
	background-color: #24537E;
	text-align: center;
	font-family: Verdana;
	color: #FFFFFF;
	padding: 4px;
}

#header .logo {
	position: absolute;
	float: left;
	left: 4px;
	top: 4px;
	width: 312px;
	height: 60px; 
}

#header .ad {
	position: absolute;
	float: left;
	right: 0;
	top: 4px;
	width: 468px;
	height: 60px;
}

#header .mgrad {
	position: absolute;
	top: 68px;
	border: 1px solid #24537E;
	width: 784px;
	height: 26px;
	float: left;
}

#header .mtext {
	padding-top: 5px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/*content */
#content_nav {
	width: 212px;
	float: left;
	padding: 0 0 0 8px;
}

#content_main {
	float: right;
	width: 550px;
	padding: 0 8px 0 8px;
}

.lcontent_section {
	border: 1px solid #24537E;
	margin-bottom: 8px;
	width: 204px;
	padding: 3px;
}

.lcontent_section ul {
	padding: 4px;
}

.lcontent_section ul li {
	padding: 4px;
	position: relative;
	overflow: hidden;
	width: 186px;
}

.lcontent_section ul li strong {
	width: 12px;
	position: absolute;
	left: 1px;
	top: 5px;
}

.lcontent_section ul li p {
	width: 180px;
	padding-left: 22px;
}

.content_section {
	border: 1px solid #FFA002;
	padding: 3px;
	margin-bottom: 8px;
}

.content_section ul {
	padding: 8px 3px;
	width: 536px;
}

.content_section ul li {

}

.content_section .gamethumb {
	border: 1px solid #000000;
	margin-right: 4px;
	float: left;
}

.content_section .more, .lcontent_section .more {
	text-align: right;
	width: 100%;
	padding: 2px 0;
}

.content_section ul.box {
	padding:12px 0 12px 0; 
	overflow:hidden;
	margin: 0 auto;
}

.content_section ul.box li {
	position:relative; 
	width:134px; 
	text-align:center; 
	float:left;
}

.content_section ul.box li img.thumb {
	border: 1px solid #000000;
}

.content_section ul.box li span {
	letter-spacing:-1px;
}

.content_section ul li div.content {
	width: 440px;
	float: left;
}

.content_section ul li p {
	display: block;
}

.content_section ul.list {
	padding:12px 0 12px 0; 
	overflow:hidden;
	margin: 0 auto;
}

.content_section ul.list li {
	position:relative; 
	width:264px; 
	text-align:left; 
	float:left;
	padding: 2px;
}

/* footer */
#footer .footlink:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .footlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .footlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* game info */
#gameinfo {

}

#gameinfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight: normal;
}

#gameinfo ul.box {
	padding:12px 0 12px 0; 
	overflow:hidden;
	margin: 0 auto;	
}

#gameinfo ul.box li {
	width: 178px;
	text-align: center;
	float: left;
}

#gameinfo .google_ad {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}

#gameinfo p {
	padding: 0 5px;
}

#gameinfo p strong{
 	color:#333333;
}

#gameinfo .buttons {
	width: 360px;
	height: 30px;
	margin: 0 auto;
	padding-top: 6px;
}

#gameinfo .left {
	float:left;
}

#gameinfo .price {
	float: left;
	color: red;
	font-weight: bold;
	padding:4px 0px 4px 4px; 
	margin:0px 0 3px 0px; 
}

#gameinfo .right {
	float:right;
}

#gameinfo ul.others {
	width: 500px;
	height: 10px;
	margin: 0 auto;
}


/* buttons */
.button_download { 
	text-decoration:underline; 
	font:11px Verdana, Arial, sans-serif; 
	padding:4px 0px 4px 20px; 
	margin:0 0 3px 0px; 
	background:url(http://www.gamelib.com/plugins/site/themes/ella/down.gif) no-repeat 0px 3px;
}

.button_purchase { 
	text-decoration:underline; 
	font:11px Verdana, Arial, sans-serif; 
	padding:4px 0px 4px 20px; 
	margin:0 0 3px 0px; 
	background:url(http://www.gamelib.com/plugins/site/themes/ella/buy.gif) no-repeat left top;
}

.button_more { 
	text-decoration:underline; 
	font:11px Verdana, Arial, sans-serif; 
	padding:4px 0px 4px 20px; 
	margin:0px 0 3px 0px; 
	background:url(http://www.gamelib.com/plugins/site/themes/ella/more.gif) no-repeat 0px 3px;
}
