/* ###--------------------------------------------------------###



/* base elements */
*{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	background:#054B7F url(images/body_bg.gif) top repeat-x;
}

a{ text-decoration:none; color: #064d80;}
a:hover{ text-decoration:underline; color: #064d80;}

h1,h2,h3,h4,h5{
 	font-family: Tahoma, Helvetica, Arial, sans-serif;
 	font: normal 1.8em;
	color: #663300;
}

h1{ font-size: 1.8em;}
h2{ font-weight: bold; font-size: 1.6em;}
h3{ font-size: 1.4em;}
h4{ font-weight: bold; font-size: 1.3em;}
h5{ font-size: 1em;}

p{}

ul { margin:0; padding:0; list-style-type:none; }

td{
	vertical-align:top;
}

/* images */
img { behavior: url(iepngfix.htc); }
img{ 
	margin:0px;
	padding:0px;
}

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 10px;
}

img.float-left {
  margin: 5px 10px 5px 0px;
}

.null_height {
	line-height:0;
	font-size:0;
}

/* object code  - added by william */
object{
	padding: 5px;
}

object.no-border {
	border: none;
}

object.float-right {
  margin: 5px 0px 5px 15px;
}

object.float-left {
  margin: 5px 15px 5px 0px;
}
object#banner {padding:0;}

/* form elements */
form {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddf0d4;
	background: #f7fee6;
}

label {
	display:block;
	font-weight:bold;
	margin:5px;
	padding: 2px;
}

input {
	/*margin:0px 5px 0px 5px;  */
	/*padding: 2px;*/
	/*border:1px solid #0A5e8e;  */
	font: normal 1em Arial, Helvetica, Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	color: #663300;
	/*background: #ffffff url(images/textbox.gif) top left repeat-x; */

}

input:hover {
	/*border:1px solid #006600;     */
	background: #ffffff url(images/textbox_hover.gif) top left repeat-x;
}

textarea {
	width: 280px;
	/*margin:0px 5px 5px 5px; */
	padding: 2px;
	border:1px solid #c9e3be;
	font: normal 1em Arial, Helvetica, Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;
	color: #666666;
	background: #ffffff url(images/textbox.gif) top left repeat-x;
}

textarea:hover{
	border:1px solid #ddf0d4;
	background: #ffffff url(images/textbox_hover.gif) top left repeat-x;
}

/* helper classes */
.clear { clear: both; }
.clear-both{ clear:both; }
.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.clearfix{
	display:block;
	clear:both;
	height:1px;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center{ text-align:center; }

.textbox{
	border:1px solid #c9e3be;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	color:#663300;
}

.textbox:hover{
	border:1px solid #006600;
}

/* page layout */

#page{
	width:938px;
	padding:0px 31px 0px 31px;
	text-align:left;
}

#header{
	position:relative;
	height:139px;
	width:938px;
}

#logo {
	display:block;
	width:358px;
	height:139px;
	border:none;	
	background: url(images/logo.jpg) no-repeat;
}

#content{
	width:938px;
	background:#125486;
}

#content .bgTop {
	background:url(images/content_corner_tl.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
#content .bgTop div {
	background:url(images/content_corner_tr.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
#content  .bgBottom {
	margin:0;
	background: url(images/content_corner_bl.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
#content  .bgBottom div {
	background:url(images/content_corner_br.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
	line-height:5px;
	font-size:5px;
}


/* content elements */

#main{
	margin:0px;
	padding:8px 0 0 9px;
    width:647px;
	float:left;
	text-align:left;
}

/**
 * fullscreen layout used for the play.php for online games.
 */
#main_wide{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:760px;
	float:left;
	text-align:left;
}

#sidebar{
	margin:8px 9px 0px 8px;
	float:right;
	text-align:left;
}

#footer{
	margin:0px;
	padding:34px 0px 0px 0px;
	width:760px;
	clear:both;
	background:#edfbe4 url(images/layout_top.gif) left 20px no-repeat;
	text-align:center;
}

.footer {
    margin-top: 10px;
    color: white;
    font-size: 11px;
    font-family:Tahoma;
}
.footer .float-left{
    margin-left: 34px;
} 
.footer .float-right{
    margin-right: 9px;
} 

.footer .float-left UL{
    margin-top: 15px;
    list-style-type: disc;
    list-style-position:inside;
}   
.footer .float-left UL li a{
    color: white;
    text-decoration: underline;
} 
.footer .float-left UL li a:hover{
    text-decoration: none;
} 

.copyright {
    height: 100px;
    padding-top: 15px;
    color:#98b5ca;
    font:normal 12px Tahoma;
}
.copyright a {
    color:#98b5ca;
    text-decoration: underline;
}

#fcontent{
	margin:0px;
	padding:0px 0px 8px 0px;
	background:transparent url(images/layout_tile.gif) top left repeat-y;

}

#copyright{
	background:#d9d9d9;
}

/* header elements */

#header h1, #header h2{
	position:absolute;
	color:#ffffff;
}

#header h1{
	top:30px;
	left:35px;
 	font: bold 2.5em Arial, Helvetica, Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	z-index:101;
}

#header h1 a,#header h1 a:hover{
	color:#ffffff;
	text-decoration:none;
	background:transparent;
	outline:none;
}

#header h2 {
	top:0px;
	right:-1px;
	padding-right:20px;
	width:750px;
	height:109px;
	line-height:159px;
	vertical-align:bottom;
	text-align:right;
	background: transparent url(images/bubbles.gif) top right no-repeat;
}

#utility{
	position:absolute;
	top:0px;
	right:0px;
	display:inline;
	margin:0px;
	z-index:100;
}
#utility .links{
	text-align:right;
	margin:12px 0 15px 0;
}

    
#utility .searchFromBg{
	position:relative;	
	background:#0A6292;
	width:567px;
	height:81px;
}

#utility .searchFromBg .bgTop {
	background:url(images/corner_tl.gif) no-repeat 0% 0%;
	width:100%;
	height:3px;
	line-height:3px;
	font-size:3px;
}
#utility .searchFromBg .bgTop div {
	background:url(images/corner_tr.gif) no-repeat 100% 0%;
	width:100%;
	height:3px;
	line-height:3px;
	font-size:3px;
}
#utility .searchFromBg .bgBottom {
	margin:27px 0 0 0;
	background: url(images/corner_bl.gif) no-repeat 0% 0%;
	width:100%;
	height:3px;
	line-height:3px;
	font-size:3px;
}
#utility .searchFromBg .bgBottom div {
	background:url(images/corner_br.gif) no-repeat 100% 0%;
	width:100%;
	height:3px;
	line-height:3px;
	font-size:3px;
}


#utility a{
	color:white;
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
}
#utility span{
	color:#407198;
	font-family:tahoma;
	font-size:8px;
	margin:0 10px;
}


#utility a:hover{
	text-decoration:none;
}


#utility h4{
	display:none;
}

#utility p{
	margin:0px;
	padding:24px 0px 0px 24px;
	height:24px;
	line-height:24px;
}

#utility form{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}

#utility input{
	margin:0px;
	padding:0px;
	width:353px;
	/*border:1px solid #1A87AF;   */
}

#utility input.button{
	width:143px;
	height:25px;
	background: url(images/button_search.jpg) top left no-repeat;
	border:none;
}



img { behavior: url(iepngfix.htc); }

#navigation {
    display:block;
    margin:4px 0px 0px 9px;
    width:920px;
    height:67px;
    background: url(images/navigation_center.gif) repeat-x;
    font:12px/100% Tahoma, Arial, Helvetica, sans-serif;
    color:#c4c4c4;
}

#navigation .bg {
    background:url(images/navigation_left.gif) no-repeat 0% 0%;
    height:67px;
    
}
#navigation .bg div {
    background:url(images/navigation_right.gif) no-repeat 100% 0%;
    height:67px;
    text-align:center;
}
           
#navigation a {
color:#000;
text-decoration:underline;
font-weight:bold;
display:block;
float:left;
height:46px;
margin-top:-16px;
}

#navigation a:hover {
text-decoration:none;
}


#navigation a span {
display:block;
float:left;
height:30px;
padding:16px 17px 0;
text-decoration:underline;
cursor:pointer;
}


#navigation ul { 
    margin:0px;
    padding:10px;
}

#navigation img {
display:none;
}


#navigation ul li {
list-style-type:none;
float:left;
padding:16px 3px 0;
height:30px;
text-align:center;
}                 

#navigation ul li.active a{
background:url(images/bg_active_main.jpg) no-repeat 0% 0%;
color:#fff;
}

#navigation ul li.active a span{
background:url(images/bg_active_add.jpg) no-repeat 100% 0%;
color:#fff;
}

#navigation ul li.active img {
position:relative;
margin:-49px auto 0;
display:block;
z-index: 1000;
}

#navigation ul li b{
	height:46px;
	line-height:46px;
	padding:10px;
}

/* for white bg blocks */
.white_width {
	width:647px !important;
}
.white_margin {
	margin-top:8px;
}
.white_bg{
	float:left;
	background:white;	
}

.white_bg .top_corners {
	background:url(images/white_bg_tl.gif) no-repeat 0% 0%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
.white_bg .top_corners div {
	background:url(images/white_bg_tr.gif) no-repeat 100% 0%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
.white_bg .bottom_corners {
	background: url(images/white_bg_bl.gif) no-repeat 0% 0%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
.white_bg .bottom_corners div {
	background:url(images/white_bg_br.gif) no-repeat 100% 0%;
	height:5px;
	line-height:5px;
	font-size:5px;
}
.white_bg .content {
	margin:5px 10px;
	font-size:11px;
	font-family:tahoma;
}
.blue_title, .blue_title a,  .content h3, .random_game h3  {
	color:#064d80;
	font-size:24px;
	font-family: Tahoma,Arial,sans-serif;
        letter-spacing: -1px;
    font-weight: normal;
}

.content h3.top  {
    color:#064d80;
    font-size:24px;
    font-family: Tahoma,Arial,sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
    margin:11px 0 ;
}



.white_bg .dotted {
	margin: 9px 0;
	background: url(images/dots.gif) repeat-x 0% 0%;
	height:1px;
	line-height:1px;
	font-size:1px;
}


.today_release {
	width:265px;
}
.today_release .content {
	height:165px;
}

.panda_release{
	position:relative;
	margin:-79px 0 0 175px;
	display:block;
	z-index: 1000;
}
.panda_vote{
    position:absolute;
    margin:-59px 0 0 135px;
    display:block;
    z-index: 1000;
}

.panda_games, .panda_top {
    position:relative;
    margin:-69px 0 0 475px;
    display:block;
    z-index: 1000;
}

.random_game {
    width:589px;
    margin: 18px 18px 8px; 
}

.random_image {
    margin: 10px;
}
.blue {
   color:#064d80; 
}
.gray {
   color:#5d5d5d; 
}

.description {
text-align: justify;
font-size: 13px;
margin-right: 15px;
}

.banner {
   width:265px;
}


/* vote BOX The round borders that display around the feature image */
div.vote_question_tile{
    margin:10px 8px 0px 0px;
    padding:0px;
    width:224px;
    background:url(images/vote_tile.gif) top left repeat-y;
    float:left;
}

div.vote_question_top{
    margin:0px;
    padding:0px 0px 0px 0px;
    width:224px;
    background:transparent url(images/vote_top.gif) top left no-repeat;

}

div.vote_question_bottom{
    margin:0px;
    padding: 12px 15px;
    line-height: 120%;
    color: black;
    font-family:tahoma;
    font-size:11px;
    width:194px;
    background:transparent url(images/vote_bottom.gif) bottom left no-repeat;
    
}

#voteFrm {
background: none !important;
border: none !important;
}
#voteFrm input{
    margin: 10px 0 0 0;
    float: left;
}
#voteFrm label{
    display: block;
    width:187px;
    float: right;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0;
    
}
#voteFrm .percent{
    margin: 10px 0 0 0;
    float: left;
    font-weight: bold;
    
}

#voteButton {
    width:128px;
    height:32px;
    background: url(images/vote_btn.gif) top left no-repeat;
    border:none;
}
#voteMsg {
    margin: 10px auto;
    font-weight: bold;
    color: red;
}


.top10 {
    width:224px;
    height:30px;
    background: url(images/top10_bg.gif) top left no-repeat;   
    margin: 0 0 1px 0;
    text-decoration: none;
}
.top10 div{
    padding:7px 0 0 7px;
}
.top10 a{
    color: black;
    font-family:tahoma;
    font-size:12px;
    text-decoration: underline;
}

.top10_downloads {}
.top10_user {
    display:none;
}

.top3 {
    color:#1e649c;
    text-decoration: underline;
}
.top10_popup {
    background:transparent url(images/popup_bg.png) no-repeat scroll 0%;
    width:240px;
    height:355px;
    margin:-154px 0pt 0pt -218px;
    position:absolute;
    display:none; 
    z-index: 1001;
}
.top10_popup_content {
    margin-left: 10px;
    width: 192px;
}
.popup_title {
    font-size:21px;
    color:#064d80;
    font-family: "Myriad Pro","Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
    height: 48px;
    overflow: hidden;
}

.top10_desc {
    height: 66px;
    margin-top: 10px;
}


div.top10_tile{
    margin:0px 8px 0px 0px;
    padding:0px;
    width:192px;
    background:#ffffff url(images/top10_tile.gif) top left repeat-y;
}

div.top10_top{
    margin:0px;
    padding:0px;
    width:192px;
    background:transparent url(images/top10_top.gif) top left no-repeat;

}

div.top10_bottom{
    margin:0px;
    padding:7px;
   /* width:192px;    */
    background:transparent url(images/top10_bottom.gif) bottom left no-repeat;
    
}



/* FEATURE BOX The round borders that display around the feature image */
div.feature_tile{
	margin:0px 8px 0px 0px;
	padding:0px;
	width:96px;
	background:#ffffff url(images/gray_small_tile.gif) top left repeat-y;
	float:left;
}

div.feature_top{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:96px;
	background:transparent url(images/gray_small_top.gif) top left no-repeat;

}

div.feature_bottom{
	margin:0px;
	padding:7px;
	background:transparent url(images/gray_small_bottom.gif) bottom left no-repeat;
	
}

div.feature_bottom img{
	border:1px solid black;
}

div.feature_right {
	display:block;
	float:left;
	width:141px;
}

.feature_right h2{
	color:black;
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
}

.feature_right a{
	color:#054d80;
	font-family:tahoma;
	font-size:12px;
	text-decoration:underline;
}

/* BUTTON STYLES */

/* input button */

input.button{
	width:auto;
	margin:5px;
	padding:2px;
	font: bold 1em/1.1em Arial, Helvetica, Verdana, Tahoma, 'Trebuchet MS', sans-serif;
	color: #ffffff;
	border:1px solid #008800;
	border-right:1px solid #006600;
	border-bottom:1px solid #006600;
	background: #006600;
	cursor:pointer;
}

input:hover.button{
	color:#ffffff;
	border:1px solid #99cc33;
	border-right:1px solid #008800;
	border-bottom:1px solid #008800;
	background: #99cc33;
}

/* anchor buttons */
a.btn{
	font-weight: bold;
    color: #ffffff;
    text-decoration:none;
}

a.btn:hover{
    background-position: right bottom;
    text-decoration:none;
    cursor:pointer;
}

a.btn span{
    font-size: 11px;
    line-height: 14px;
}

a.btn_download {
    display:block;
	/*background-image: url(images/btn_download.gif);   */
	height: 32px;
	width:128px;
	margin:7px 0;
    color:black;
}
a.btn_download span{
    display:none;
}

a.btn_cart {
    display:block;
    background-image: url(images/btn_buy.gif);
    height: 32px;
    width:128px;
    margin:7px 0;
}
a.btn_cart span{
    display:none;
}

a.btn_video {
    display:block;
    background-image: url(images/btn_video.gif);
    height: 32px;
    width:128px;
    margin:7px 0;
}
a.btn_video span{
    display:none;
}

a#btnmac {
	background-image:url(../../images/os/btn_available4mac.gif);
}

a#btnpc {
	background-image:url(../../images/os/btn_available4pc.gif);
}

a#btnmac, a#btnpc{
	height:34px;
	margin:10px 0pt 0pt;
	padding:0pt;
	text-indent:-30000px;
	width:90px;
}

/* content headers */

/* main */
#main h2{
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
}

#main h3{
	color:#064d80;
    font-size:24px;
    font-family: Tahoma,Arial,sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
}


/*Image Captions found above feature image */
/*New Games*/
div.newdownload{
	background:transparent url(images/newgame_top.gif) top left no-repeat;
}

/*Most Popular*/
div.topdownload{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/*Action & Arcade*/
div.topaction{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/*Card & Board*/
div.topcard{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/*Mahjong*/
div.topmahjong{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/*Puzzle*/
div.toppuzzle{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/*Word*/
div.topword{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

div.topdownload{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/* MAIN CONTENT STYLES */

/* main_index styles */
#feature{
	margin-left:5px;
}

.fgame{
	margin:0px 0px 0px 8px;
	padding:0px;
	width:180px;
	text-align:center;
	list-position:inside;
	line-height:1.2em;
}

.fgame li{
	margin:0px auto;
	width:180px;
}

.game{
	background:transparent url(images/game_bg.gif) top left no-repeat;
	margin:0px 3px 2px 0px;
	width:122px;
	height:174px;
	float:left;
	list-position:inside;
	line-height:1.2em;
	overflow:hidden;
}
.game li{
	text-align:center;		
}
.game li.rating{
    padding-left:23px;
    text-align: left;
}

.game li img{
	margin:5px;
    border:none !important;
}
.game a {
	color:#1e649c;
	font-weight:bold;
	font-family:tahoma;
	font-size:11px;
}
.game li span{
	color:#4c4c4c;
	font-weight:normal;
	font-family:tahoma;
	font-size:11px;
}


.fgame a{
	font-weight:bold;
}

.game span{/* used for numbers or date */
	font-weight:bold;
	line-height:1.4em;
	color: #996600;
}

#feature h3{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:1.4em;
	font-weight:bold;
	color: #663300;
}

#feature h4{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:1em;
	font-weight:bold;
	color: #996600;
}

/* genrelist found on index.php*/

h3.genrecaption{
	margin:0px;
	padding:20px 30px;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
}

h3.genrecaption strong{
		color: #996600;
}

h3.genrecaption span{
	color: #996600;
	font-size:12px;
    letter-spacing: normal;
}

.listcontainer{
	width:560px;
	margin:15px 0px 15px 10px;
	padding:0px;
	background:transparent url(images/listcontainer.gif) top left repeat-y;
}

.list{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:255px;
	float:left;
}

.list a{
	display:block;
	font-weight:bold;
	font-size: 0.94em;
	line-height:1.8em;
	width:245px;
}

/* BULLETS */
.bullets{
	margin:10px 0px 10px 10px;
	padding:0px;
}

.bullets li{
	margin:0px 10px 5px;
	padding:0px 0px 0px 20px;
    font-size:13px;
	background:transparent url(images/gameinfo_li.gif) center left no-repeat;
}

/* main_gameinfo  styles*/

#gameinfo .btn_video{
	margin: 10px 0 10px 95px;

}

#gameinfo .btn_download{
	margin:10px 0px 0px 10px;
}

#gameinfo .btn_cart{
	margin:10px 0px 0px 10px;
}

#gameinfo .btn_play{
	margin: 10px 0px 0px 10px;
}

#gameinfo .btn_back{
	margin:20px 0px 20px 245px;
}
/* SORT LIST  browse.php */

#sortlist label, #sortlist select{
	float:left;
	line-height:1em;
	margin-top:6px;
}

#sortlist label{
	margin-left:2px;
	margin-right:2px;
}

#sort{
	margin-left:2px;
}

#order{
	margin-left:2px;
}

#genre{
	margin-left:2px;
	margin-right:2px;
}

/* box classes */

.post{
	padding: 3px 10px;
	margin: 0px 15px 10px 5px;
	clear:both;
    

}

.news-footer {
    background: url('images/view_news_bg.gif') no-repeat left center; 
    width:592px;
    height: 40px;
    margin:18px 0 0 18px;
    padding: 22px 0 0 10px;
    clear:both;
    color: #ffffff;
}
.news-footer a{
   font-size:12px;
   color: #ffffff;
}
.post-footer {
	background: url('images/random_game_bg.gif') no-repeat left center; 
    width:609px;
    height: 40px;
	margin-top:5px;
	clear:both;
    color: #5d5d5d;
}
.post-footer div{
	 padding: 12px 0 0 10px;	
}

.post-footer .date {
	background: url('images/clock.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments {
	color:#064d80;
    font-size: 12px; 
    padding-left: 5px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
    color:#064d80;
    font-size: 12px; 
	 margin: 0 10px 0 5px;
}

.paginate{
	padding:10px 0px;
	margin-left:15px;
}

.comment{
	margin: 0px 25px 0px 25px;
}

.pagination {
    background: url('images/view_news_bg.gif') no-repeat left center; 
    width:592px;
    height: 40px;
    margin:18px 17px;
    clear:both;
    color: #ffffff;
    text-align: center;
}
.pagination div.pages{
   padding: 12px 10px 0 10px;
    
}
.pagination a{
   font-size:12px;
   color: #ffffff;
   text-decoration: underline;
   margin:0 5px;
}
.pagination a:hover{
   text-decoration: none;
}

.pagination a.disabled{
   color: #999; 
   text-decoration: line-through;  
}

.pagination .current_page{
   font-weight: bold;
   margin:0 5px;
}

.rating_big {
   background: url('images/rating_big5_0.jpg') no-repeat left top;
   width: 127px;
   height: 23px;
   text-align: left;
}

.rating_big1 {
   background: url('images/rating_big5_1.jpg') no-repeat left top;
   width: 127px;
   height: 23px;
   text-align: left;
   display: none;
}

.rating_big ul { 
    margin:0px;
    padding:0px;
    display: none;
}
.rating_big ul li {
    list-style-type:none;
    float:left;
    padding:0;
    width: 26px;
    height:23px;
    text-align:left;
} 
.rating_big ul li.last {
    width: 23px;
    
}
.rating_big ul li a{
    display: block;
    width: 23px;
    height: 23px;
    background: url('images/rating_big_0.gif') no-repeat left top;   
}
.rating_big ul li a.over{
    background: url('images/rating_big_1.gif') no-repeat left top;   
}

.rating_big ul li span{
    display: none;
} 



.rating_small {
   background: url('images/rating5_0.gif') no-repeat left top;
   width: 75px;
   height: 15px;    
}

.rating_small1 {
   background: url('images/rating5_1.gif') no-repeat left top;
   width: 75px;
   height: 15px;   
   display: none;
}

.rating_small ul { 
    margin:0px;
    padding:0px;
    display: none;
}
.rating_small ul li {
    list-style-type:none;
    float:left;
    padding:0;
    width: 15px;
    height:15px;     
} 
.rating_small ul li a{
    display: block;
    width: 15px;
    height: 15px;
    background: url('images/rating_0.gif') no-repeat left top;   
}
.rating_small ul li a.over{
    background: url('images/rating_1.gif') no-repeat left top;   
}

.rating_small ul li span{
    display: none;
}


/* Request view */
iframe#requestframe{
	margin:0px auto;
	width:500px;
	height:350px;
}

#requestBack{
	margin:0px 0px 0px 235px;
}

/* MAIN */

#main h4, #main form, #main .text{
	/*margin-left:15px; */
    color:#064d80;
}

#main .text p, #CommentForm p{
	margin-left:0px;
}

/* SIDE BAR */

.sidebar{
	margin:10px 0px 0px 0px;
	padding:0px;
	width:140px;
}

.sidebar h4{
	padding:7px 7px 4px 7px;
	width:126px;
	border-bottom:1px solid #28a918;
	line-height:16px;
	font-size:1.2em;
	background:#2fc107 url(images/h4_sidebar.gif) top left no-repeat;
	text-align:left;
	color:#fff;
}

.sidebar .text{
	padding:5px 5px 0px 5px;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	border:2px solid #28a918;
	border-top:0px;
	border-bottom:0px;
}

.sidebar .bottom{
	padding:0px 0px 10px 0px;
	width:140px;
	background:transparent url(images/sidebar_bottom.gif) bottom left no-repeat;
}

/* ### LOGINMENU ### */
#LoginForm{
	margin:0px;
	padding:0px;
	border:none;
	background-color:#ffffff;
}
#LoginForm .textbox{
	width:110px;
}

.success{
	margin:0px;
	padding:5px 5px 5px 28px;
	border:1px solid #009900;
	background:#ddffdd url(../../images/icons/icon_check.gif) 5px 5px no-repeat;
}
.error{
	margin:0px;
	padding:5px 5px 5px 28px;
	border:1px solid #fbf1a3;
	background: #fdf8d2 url(../../images/icons/icon_error.gif) 5px 5px no-repeat;
}

/** online-games page */

#ogfeature img, #ogfeature object{
	margin:4px 8px 4px 0px;
	float:left;
}

#ogfeature h3, #ogfeature p{
	margin:0px;
	padding:0px;
}

.ogsubfeature{
	margin:0px;
	padding:0px 0px 0px 15px;
	height:40px;
	width:259px;
	float:left;
}

.ogsubfeature img{
	float:left;
	margin-right:5px;
}

.ogsubfeature strong a{
	margin:0px;
	padding:2px 0px 0px 0px;
	width:184px;
	height:18px;
	display:block;
	overflow:hidden;
}

.onlinelink{
	margin:0px;
	padding:0px 0px 0px 5px;
	float:left;
	display:block;
	width:269px;
	height:20px;
	cursor:pointer;
}

.onlinelink strong{
	margin:0px;
	padding:2px 0px 0px 10px;
	float:left;
	display:block;
	width:209px;
	height:18px;
	overflow:hidden;
}

.onlinelink span{
	margin:0px;
	padding:0px 0px 0px 5px;
	display:block;
	width:45px;
	float:right;
}

/* Play view */

#playBack{
	margin:0px 0px 0px 325px;
}







#top ul.table { 
    margin:15px 0;
}
      
#top ul.table li {
list-style-type:none;
float:left;
margin-right:2px;
height:35px;
text-align:center;
background:url(images/top_table_left.gif) no-repeat 0% 0%;
color:#fff;
}                 
#top ul.table li span{
display: block;
height: 35px;
padding-top: 8px;
background:url(images/top_table_right.gif) no-repeat 100% 0%;
color:black;
font-family:tahoma;
font-size:15px;
font-weight:bold;
}
#top ul.table li.last, #top ul.table-row li.last{
margin:0px; 
}

#top ul.table li.rank, #top ul.table-row li.rank {
width:50px;
}
#top ul.table-row li.rank {
padding-top: 40px;
}
#top ul.table li.screenshot, #top ul.table-row li.screenshot {
width:100px;
}
#top ul.table li.gameinfo, #top ul.table-row li.gameinfo{
width:288px;
}
#top ul.table-row li.gameinfo {
text-align:left; 
}
#top ul.table-row li.gameinfo div{
padding-left:10px;
font:normal 11px Tahoma;
}
#top ul.table-row li.gameinfo div div.title{
padding:0;   
margin-bottom:5px ;                 
}
#top ul.table-row li.gameinfo div div.title a{  
font:bold 12px Tahoma;
text-decoration: underline;
}

#top ul.table li.download, #top ul.table-row li.download {
width:144px;
}


#top ul.table-row { 
    margin:15px 0;
}
      
#top ul.table-row li {
list-style-type:none;
float:left;
margin-right:2px;
text-align:center;
} 
#top .separator {
    margin: 15px 0;
    background: #aaa;
    height:1px;
    line-height:1px;
    font-size:1px;
}                


.gameinfo a.btn_download {
    display:block;
    background-image: url(images/gameinfo_download.jpg);
    height: 48px;
    width:192px;
    margin:2px 0 0px;
}
.gameinfo a.btn_download span{
    display:none;
}

.gameinfo a.btn_cart {
    display:block;
    background-image: url(images/gameinfo_buy.jpg);
    height: 48px;
    width:192px;
     margin:2px 0 0px;
}
.gameinfo a.btn_cart span{
    display:none;
}

.gameinfo a.btn_video {
    display:block;
    background-image: url(images/gameinfo_video.jpg);
    height: 48px;
    width:192px;
     margin:2px 0 0px;
}
.gameinfo a.btn_video span{
    display:none;
}
.gameinfo_image{
    width:200px;
}
.gameinfo_description {
    width:380px;
}


#CommentForm {
margin:0px !important;
font:normal 13px Tahoma;
color:#343434;
background: none;
border:none;
}

#CommentForm .crowd {
    float:right;
    background-image: url(images/panda_comments.jpg);
    height: 101px;
    width:336px;
    
}

#CommentForm .textbox {
    width:230px;
}

#CommentForm .commentarea {
    width:580px;
}

div.comment_tile{
    margin:5px 0px;
    padding:0px;
    width:589px;
    background:#eaeaea url(images/comments_tile.gif) top left repeat-y;
}

div.comment_top{
    margin:0px;
    padding:0px;
    background:url(images/comments_top.gif) top left no-repeat;

}

div.comment_bottom{
    margin:0px;
    padding:1px 8px;
    background:url(images/comments_bottom.gif) bottom left no-repeat;
    
}
div.comment_bottom div{
    margin:5px 0px 0 0 ;    
}


div.top_genre_tile{
    margin:0px 8px 0px 0px;
    padding:0px;
    width:76px;
    background:#ffffff url(images/gray_genre_tile.gif) top left repeat-y;
    float:left;
}

div.top_genre_top{
    margin:0px;
    padding:0px 0px 0px 0px;
    width:76px;
    background:transparent url(images/gray_genre_top.gif) top left no-repeat;

}

div.top_genre_bottom{
    margin:0px;
    padding:7px;
    width:76px;
    background:transparent url(images/gray_genre_bottom.gif) bottom left no-repeat;
    
}

div.top_genre_bottom img{
    border:1px solid black;
}

div.top_genre_right {
    display:block;
    float:left;
    width:141px;
    margin-top: 5px;
}

.top_genre_right h2{
    color:black;
    font-family:tahoma;
    font-size:15px;
    font-weight:bold;
}

.top_genre_right a{
    color:#054d80;
    font-family:tahoma;
    font-size:12px;
    text-decoration:underline;
}



#searchbox form{
    margin:0px;
    padding:0px;
    border:none;
    background:none;
}

#searchbox div.pagination{
    margin: 0px;;
}

#searchbox input{
    margin:11px 10px 0;
    padding:0px;
    width:353px;
   /* height:25px;
    background: none;
    border:black 1px solid ; */
}

#searchbox input.button, #searchbox input.button:hover {
    width:143px;
    height:25px;
    margin: 7px 80px 0 0 ;
    background: none;
    border: none;    
}

#searchbox div.searchFormPage_bg {
    background: url('images/random_game_bg.gif') no-repeat left center; 
    width:609px;
    height: 40px;
    /* margin: 20px 0px 10px 15px; */
    padding: 0px; 
    clear:both;
    color: #5d5d5d;
}