/* --
	CSS Document
	suckerpunchuk design
	(C) TheArcadeScript
-- */
body{
	background: #FFFFFF url(images/headerbg.jpg) repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	color: #FFFFFF;
	width:960px;
}

h4{
	color:#4B7A9C;
	font:bold 15px Arial, Verdana, Helvetica, sans-serif;
	margin:5px 0 0 0;
	letter-spacing:1px;
}
a{
	color:#FFFF00;
	
}
a:hover
{
	text-decoration:none;
	color: #cc3333;
	}
.outer-line{
	border-right:5px #999 solid;
	border-bottom:5px #999 solid;
	border-top:5px #999 solid;
	border-left:5px #999 solid;
	margin-top:19px;
	
}
.inner-line{
	border-right:2px #666 solid;
	border-bottom:2px #666 solid;
	border-left:2px #666 solid;
	background-color:#666;
}
.logo{
	
	font-size:28px;
	background-color: #333333;
}
.nav-bg{
	background:url(images/nav_bg.gif) repeat-x;
	border-top:2px #999 solid;
	border-bottom:1px #666 solid;
	text-align:center;
	height:25px;
	color:#CCC;
}
.nav-bg a{
	color:#4B7A9C;
	font-weight:bold;
	text-decoration:none;
	padding:0 3px 0 3px;
	font-size:12px;
}
.nav-bg a:hover{ color:#478CBF; }
.sub-nav-bg {
	background:#888 url(images/sub_nav_bg.gif) repeat-x;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
}
.sub-nav-bg a{ color:#FFF; }
.sub-nav-bg .left{
	float:left;
	height:23px;
	padding-top:7px;
}
.sub-nav-bg .right{
	float:right;
	height:25px;
	padding-top:5px;
}
.page-bg{
	background:#000000;
	border-top:1px #999 solid;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #333333;
}
.page-side{ padding:0 0 5px 0px; /*border-right:1px #CCC dashed;*/ }
.page-side h4{
	color:#4B7A9C;
	font:bold 15px Arial, Verdana, Helvetica, sans-serif;
	margin:5px 0 0 0;
	letter-spacing:1px;
}
.page-side a{
	color:#E1E14D;
	text-decoration:none;
}
.page-side a:hover{
	color:#FFFF00;
	text-decoration:none;
}
h1{ 
	margin:0px; 
	font-size:20px;
	color:#FFFF66;
}
.content h1{ 
	margin:10px 0 0 0; 
	font-size:22px;
	color:#FFFFFF;
}
h2{
	margin:0px;
	font-size:18px;
	color:#4B7A9C;
}
.content,.browse,.pad{ padding:5px 5px 5px 5px; }
.content a img,.browse a img{
	border:1px #BBB solid;
	padding:2px;
	background-color:#FFF;
	float:left;
	margin-right:4px;
}
.content a:hover img,.browse a:hover img{
	border:1px #AAA solid;
	padding:2px;
	background-color:#000000;
	float:left;
	margin-right:4px;
}
.content strong {
	float:left;
	width:212px;
	font-size:12px;
}
.browse strong {
	width:500px;
	font-size:12px;
}
.content strong a:hover,.browse strong a:hover{ text-decoration:none; }
.content p{
	float:right;
	margin:2px 0 0 0;
	width:212px;
}
.browse p{
	margin:2px 0 0 0;
}
.content span{
	float:right;
	width:212px;
	font-size:10px;
	color:#888;	
}
.browse span{
	width:500px;
	font-size:10px;
	color:#888;	
}
.list div{
	padding:5px 0px 5px 0px;
	float:left;
	display:block;
}
.list ul{
	margin:0px;
	padding:0px;
	width:185px;
	list-style:none;
}
.list li{ padding:2px 0 2px 13px; }
.hot{ background:url(images/star.gif) no-repeat 0 .4em; }
.list br{ clear:both; }
.list a{ font-weight:bold; }
.list a:hover{ text-decoration:none; }
.list h3{
	margin:0px;
	font-size:14px;
	letter-spacing:1px;
	color:#FFFF66;
}
.list h3 a{
	text-decoration:none;
	padding:0px;
}
ol{ 
	padding:0px; 
	margin:0px; 
	list-style-position:inside; 
	color:#FFFFFF;
}
a.viewmore{
	color:#FFFF66;
	line-height:20px;
	padding-left:10px;
}
.page_nav{
	font-weight:bold;
	line-height:19px;
}
.page_nav a{
	padding:2px 4px;
	border:1px #CCC solid;
	background-color:#F9F9F9;
	margin:0 2px;
}
.page_nav a:hover{
	padding:2px 4px;
	border:1px #AAA solid;
	background-color:#F9F9F9;
	text-decoration:none;
}
.footer-bg{
	background:url(images/footer_bg.gif) repeat-x;
	border-top:1px #C5C5C5 solid;
	text-align:right;
	padding:9px 10px 0 0;
	color:#666;
	height:22px;
}
.footer-bg a{ color:#666; }
.pad h4{ 
	margin:5px 0 3px 0;
	font-size:14px;
	color:#FFFF66;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px dashed #CCC;
	letter-spacing:1px;
}
.pad p{ margin:0 0 2px 0; }
.pad p strong{ line-height:15px; font-size:12px; }
.pad textarea{
	background-color:#FFF;
	border:1px #5A9DCF solid;
	font-size:11px;
}
ul.links{
	margin:0px;
	padding:5px;
	list-style-position:inside;
	list-style:none;
}
ul.links li{
	width:180px;
	float:left;
	font-weight:bold;
	padding:4px 0 4px 0;
}
/* 
// >> Forms
*/
select.dropdown{
	color:#555;
	width:150px;
	height:17px;
	font-size:12px;
}
label{
	cursor:pointer;
}
form{
	margin:0px;
}
input.submit{
	font:12px Verdana, Arial, Tahoma, sans-serif;
	padding:2px 8px 2px 8px;
	letter-spacing:1px;
	margin:3px 0px;
}
input.box,textarea.box{
	border:1px solid #397CAE;
	background-color:#FDFDFD;
	margin:2px 2px 2px 0px;
	padding:3px;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
}
input.box:hover,textarea.box:hover{
	border:1px solid #5194C6;
	background-color:#FFF;
	margin:2px 2px 2px 0px;
	padding:3px;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
}
input.box:focus,textarea.box:focus {
	border:1px solid #AAA;
	background-color:#FFF;
	margin:2px 2px 2px 0px;
	padding:3px;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
}
/* -- End Forms -- */
.upperpad{ padding:0px 2px 0 2px; }
.lowerpad{ padding:0px 2px 0px 2px; }
.footerpad{ padding:2px; }
p.error{
	background-color:#BF2F2F;
	padding:3px;
	color:#FFF;
	margin:5px;
}
/* --
	CSS for the rating system
	Thanks to Komodo Media
-- */	
#star-rating,
#star-rating a:hover,
#star-rating a:active,
#star-rating a:focus,
#star-rating #current-rating{
	background:url(images/ratestar.gif) left -1000px repeat-x;
}
#star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position:left top;
}
#star-rating li{
	display:inline;
}
#star-rating a, 
#star-rating #current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
#star-rating a:hover,
#star-rating a:active,
#star-rating a:focus{
	background-position:left bottom;
}
#star-rating a.one-star{
	width:20%;
	z-index:6;
}
#star-rating a.two-stars{
	width:40%;
	z-index:5;
}
#star-rating a.three-stars{
	width:60%;
	z-index:4;
}
#star-rating a.four-stars{
	width:80%;
	z-index:3;
}
#star-rating a.five-stars{
	width:100%;
	z-index:2;
}
#star-rating #current-rating{
	z-index:1;
	background-position: left center;
}


#mypside{
	background-color: #000000;	
}

a.myheader{
	color:#666666;
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k{
	width:175px;
	list-style-type:none;	
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k ul{
	list-style-type:none;
	margin:0px 0px 5px -40px;	
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k img{
     border: 0px none;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4{
	width:175px;
	list-style-type:none;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4 ul{
	list-style-type:disc;
	margin:0px 0px 5px -20px;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4 img{
     border: 0px none;	
}




#header {
	background-color: #333333;
	background-image: url(images/header.jpg);
	height:364px;
	width:960px;
}

#headernav {
	height:33px;
	width:960px;
	padding:225px 0px 0px 0px;
	text-align:center;

	
}
#sitenav {
	height:10px;
	width:880px;
	padding:16px 0px 0px 40px;

	
}

#sitenavleft {
	float:left;
}

#dropdownright{
	float:right;
}

#welcometxt {
	
	height:64px;
	width:680px;
	padding: 15px 0px 0px 140px;
}

#content {
	background-color: #333333;
	background-image: url(images/contentbg.jpg);
	width:960px;
	min-height:2035px;
}

#sidebar {
	width:162px;
	margin: 0px 0px 12px 28px;
	float:left;
	
}

#sidecontainer {
	width:162px;
	float:left;
	padding-bottom:8px;
}

#sidetop {
	background:url(images/sidetop.jpg);
	height:30px;
	width:162px;
	float:left;
	text-align:center;
	
}

#sidemiddle {
	background:url(images/sidemiddle.jpg);
	height:100%;
	width:162px;
	float:left
	
}

#sidebottom {
	background:url(images/sidebottom.jpg);
	height:30px;
	width:162px;
	float:left;
	
}

#sidetext {
	height:100%;
	width:150px;
	float:left;
	padding:0px 0px 0px 5px;
	
}

#games {
    width:730px;
	margin: 0px 25px 12px 0px;
	float:right;
}
#gamesview {
    width:735px;
	margin: 0px 28px 12px 0px;
	float:right;
}


#gamesswf {
    width:730px;
	
	
}

#gamestitle {
    width:730px;
	height:80px;
	}

#gamestitletext {
    width:640px;
	height:60px;
	float:right;
	padding-top:20px;
	}
#gamesviewad{
	width:735px;
	height:90px;
	float:right;
	margin-bottom:20px;
}


#gamesviewad2{
	width:300px;
	height:250px;
	padding-bottom:45px;
	
}

#gamesviewdesc{
    width:315px;
	height:124px;
	}
	
#cattitles {
	background:url(images/categorytitles.jpg);
    width:300px;
	height:45px;
	
}
#cattext {
    width:295px;
	height:45px;
	text-align:center;
	padding-top:10px;
	padding-left:5px;
	
}

#leftgames {
	width:305px;
	margin: 0px 0px 0px 0px;
	float:left;
	padding-left:25px;
}

#rightgames {
	width:305px;
	margin: 0px 0px 0px 10px;
	float:right;
	padding-right:25px;
}

#gameholder {
	background:#666666 url(images/gamebg2.jpg) repeat scroll 0 0;
	height:138px;
	width:300px;
	margin:8px 0px 0px 0px;
	
	
}

#gametitle {
	height:18px;
	text-align:center;
	padding-top:6px;
	padding-bottom:2px;
	
}

#gameimg {
	float:left;
	margin-left:4px;
}

 #gamedesc {
	height:87px;
	width:195px;
	float:right;
	padding-right:18px;
	padding-left:2px;
	
}

#gamestats {
	height:20px;
	width:295px;
	float:left;
	text-align:center;
	margin-bottom:15px;
	
}

#footer {
	background-color: #333333;
	background-image: url(images/footer.jpg);
	height:176px;
	width:960px;
	
}

#footertxt {
	height:49px;
	width:960px;
	padding:50px 0px 0px 0px ;
	text-align:center;
	
}

#cse-search-results{
	padding:0px 0px 0px 70px;
	width:960px;
	
}

#wallpapers {
	height:100%;
	width:148px;
	float:left;
	overflow:hidden;
	
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k{
	width:148px;
	list-style-type:none;	
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k ul{
	list-style-type:none;
	margin:0px 0px 5px -40px;	
}

#Justgoodwallpapercom2avkeiei0svuphn16vaq72b25k img{
     border: 0px none;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4{
	width:148px;
	list-style-type:none;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4 ul{
	list-style-type:disc;
	margin:0px 0px 5px -20px;	
}

#SuckerpunchukcomCommentsutn6mh25o79v706avarh2kc2q4 img{
     border: 0px none;	
}

#partnersbottom{

}




.clear {
clear: both;
line-height: 0;
font-size: 0;
}

