#title{
    clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
    display:none;
}
* {
        padding:0px;
        margin:0px;
}
a{
        cursor:pointer;
}
.clear_float {
    clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
}

body {
        background-color: #000000;
        margin: 0px;
        padding: 0px;
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;

        background-image: url(../images/main_bg.png);
        background-repeat: repeat-x;
        background-position: center top;
}
a{
        color:#FFCC00;
}
a:hover{
        color:#FFCC00;
}
form{
        margin: 0px;
        padding: 0px;
}
h1{
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color:#FFCC00;
        padding:0px;
        margin:0px;

        margin-bottom:10px;
        font-weight: normal;
}
h1 a{
        color:#FFCC00;
}

h2{
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding:0px;
        margin:0px;
        font-weight: normal;
}
h2 a{
        color:#FFFFFF;
        text-decoration:none;
}
h2 a:hover{
        color:#FFFFFF;
        top: 1px; left: 0px;
        position: relative;
}
h3{
        font-size: 11px;
        padding:0px;
        margin:0px;
        font-weight: normal;
        color:#FFFFFF;
}
input,textarea{
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color:#333333;
        border: 2px solid #FFFFFF;
}

.searchInput{
        border: 2px solid #FFFFFF;
}

#mainShadow{
        overflow:hidden;
        background-image: url(../images/header_bg.png);
        background-repeat: no-repeat;
        background-position: center top;
}

#logoArea1 {
                margin: 0 auto;

        width:946px;
        height:35px;
        overflow:hidden;
}
#logoArea2 {
                margin: 0 auto;

        width:936px;
        height:90px;
        background-color:#BA0000;

        border-right-width: 5px;
        border-left-width: 5px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #BA0000;
        border-left-color: #BA0000;

        background-image: url(../images/header_bg2.png);
        background-repeat: repeat-x;
        background-position: 1px top;
        margin-bottom:5px;

}
#logoArea3 {
                margin: 0 auto;

        width:946px;
        height:100px;
        overflow:visible;
        background-color:#000000;
        margin-bottom:5px;
}
/*---------*/
#menuArea{
                margin: 0 auto;

        width:946px;
        height:45px;
        overflow:hidden;
        background-color: #969696;
        background-image: url(../images/menu_bg.gif);
        background-repeat: repeat-x;
        background-position: left top;
        margin-bottom:5px;
}
.menuSeporator{
        float:left;
}
.menuItem {
        float:left;
        background-image: url(../images/menu_seporator.gif);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left:14px;
        padding-right:14px;
        padding-top:15px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#FFFFFF;
}
.menuItem a{
        color:#FFFFFF;
        text-decoration:none;
}
.menuItem a:hover{
        text-decoration:none;
        top: 1px; left: 0px;
        position: relative;
}
.menuItemLast {
        float:left;
        background-image: url(../images/menu_seporator.gif);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left:13px;
        padding-right:13px;
        padding-top:15px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#FFFFFF;
}
.menuItemLast a{
        color:#FD9AFE;
        text-decoration:none;
}
.menuItemLast a:hover{
        text-decoration:none;
        top: 1px; left: 0px;
        position: relative;
}
/*---------*/
.floatArea1{
        float:left;
        margin-right:5px;
        font-weight: normal;
                width:auto;

}
.floatArea2{
        float:left;
        font-weight: normal;
                width:auto;
}
#contentArea{
                margin: 0 auto;

        width:946px;
        overflow:hidden;
/*        margin-bottom:5px;*/
}
#contentMainArea{
        width: 620px;
        background-color:#484848;

}
#contentProArea{
        width: 321px;
        background-color:#484848;
}
/*---------*/
.gameListArea{
        background-color:#3C3C3C;
        padding:10px;
}
.gameInfo{
        overflow:hidden;
        font-weight: normal;
}
.gameInfo img{
        border-color:#999999;
        border-style:solid;
        border-width:1px;
}

.subHeader{
        background-color: #CC0000;
        background-image: url(../images/sub_header_bg.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        padding:10px;
}
.smallText {
        margin-top:3px;
        font-size: 9px;
}
.smallText a{
        text-decoration:none;
}
.hSeporator{
    height:10px;
    font-size: 0px;

}
.hSeporator5{
    height:5px;
    font-size: 0px;

}
/*---------*/
#footer{
        margin: 0 auto;
        width:946px;
        height:160px;
        overflow:hidden;
        background-color: #000000;
        background-image: url(../images/footer_bg.png);
        background-repeat: repeat-x;
        background-position: left top;

        padding-top:10px;
}

#footerText{
        color: #999999;
        font-size: 10px;
        margin: 0 auto;
        width: 946px;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #222222;
        text-align: left;
}


.footerSubArea{
        font-size:10px;

        float:left;
        padding-left:15px;
        padding-right:15px;
        color:#999999;
}
.footerSubArea a{
        text-decoration:none;
        color:#999999;
}
.footerSubArea a:hover{
        color:#FFCC00;
}
.footerSeporator{
        float:left;
}

/*---------*/
.gameFullInfo{
        padding:10px;
        overflow:hidden;
}
.gameFullInfo img{
        border-color:#666666;
        border-style:solid;
        border-width:1px;
}
.community{
        padding:10px;
        padding-top:10px;
        padding-bottom:0px;

        background-color:#333333;

/*      background-color:#969696;
        background-image: url(../images/menu_bg.gif);
        background-repeat: repeat-x;
        background-position: left -10px; */
}
#forBlog{
        border: 1px solid #666666       ;
        padding:3px;
}
.bannersListArea{
        background-color:#3C3C3C;
        padding:5px;
        padding-bottom:10px;
        padding-top:10px;
}
.gameArea{
        background-color:#3C3C3C;
        padding-left:10px;
        padding-right:10px;
}
.topScoreHeader{
        background-color:#990000;
        padding:10px;
}
.topScoreItem1{
        background-color:#4B4B4B;
        padding:10px;
}
.topScoreItem2{
        background-color:#333333;
        padding:10px;
}
.gameItem1{
        background-color:#4B4B4B;
        padding:10px;
        overflow:hidden;
}
.gameItem2  {
        background-color:#333333;
        padding:10px;
        overflow:hidden;
}
.gameItem1 img, .gameItem2 img{
        border-color:#666666;
        border-style:solid;
        border-width:1px;
}
.pagerArea{
        padding:15px;
        font-size:18px;
}
.pagerArea a{
        text-decoration:none;
}
.pagerArea a:hover{
        text-decoration:none;
        top: 1px; left: 0px;
        position: relative;
}

.referer_line{
        background:#999999;
}
.headerText{
  padding-left: 340px;
  font-size: 10px;
  vertical-align: top;
}
.proMiddle {
        background-color:#333333;
        width:479px;
        background-image:url(/images/btn/sponsored_links2.gif);
        background-repeat:no-repeat;
        background-position:right;
}
#logoArea1 h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
}
#digg {
        float:right;
        padding:0px;
        margin:auto;
        height:16px;
        width:95px;
        overflow:hidden;
/*        float:right;
        padding:0px;
        margin:0px;
        padding-right: 4px;
        height:16px;
        width:95px;
        overflow:hidden;
        padding-top:-1px*/
}

.sendToFriendsArea{
    height:420px;
    width:600px;
    background-color:#000000;
    padding:0px;
    overflow:hidden;
    background-image: url(../images/sendToFriends.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input2 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    border: 2px solid #000000;
}

.error{
    color:red;
    margin:10px;
}

.input200px{
    width:200px;
}
#freeWebGames{
    background: #484848;
    padding-bottom:10px;
    margin: -10px 0 0 15px;
    text-align: center;
}
#freeWebGames img{
     border:1px #999999 solid;
}

.freeWebGameItem{
    float: left;
    padding:15px;
}

.freeWebGameItem h1{
     font-size: 12px;
     color:#FFCC00;
     padding:0 0 5px 0;
     margin:0;
     font-weight: bold;
}

.freeWebGame{
    text-align: left;
    padding:10px;
}

.freeWebGameSelect{
    border: 1px solid rgb(102, 102, 102);
    padding:10px;
    background:#3C3C3C;
}

.clearing{
   clear:both;
}

#pro {
/*     background-image: url(http://files.gamezhero.com/images/pro/pro6.png);*/
     background-repeat: no-repeat;
     background-position: center 130px;
}

/*body {
        background-color: #000000;
        margin: 0px;
        padding: 0px;
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;

}

#pro {
        background-image: url(/images/superpro/proNintendo1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
}
*/
#google_search{
}
#google_search input{
    font-size: 11px;
    color:#000000;
    background:#CC0000;
    border: 2px solid #FF0000;
}
/*/////////////////*/
#hover_left{
        position:relative;
        left:-90px;
        top:0px;
        width:100px;    
        background:#00CC00;
}
#hover_right{
        position:relative;
        left:946px;
        top:-400px;
        width:100px;    
        background:#00CC00;
}
.hover_h{
        height:400px;
        position:relative;
        z-index:1000;
}

.adleft {
        position:absolute;
        left:-100px;
        top:0px;

        width:100px;
        height:540px;   
        overflow:visible;
}
.adrigth {
        position:absolute;
        right:-100px;
        top:0px;
        
        width:100px;
        height:640px;
        overflow:visible;               
}
