body {
    /*background: url(../images/psd_01.gif) top repeat-x;  */
    text-align: center;
    margin: 0px;
    padding: 0px;
    
    font-family: arial,sans-serif;
}

.button{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;}
   
.ratingnumber {
font-size: 11px;
background-color: #ffff00;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
border-right:1px solid #564b47;
border-left:1px solid #564b47;
padding:5px 4px;
margin:0px }


    div.bigbanner {
       text-align: center;
       
       padding-bottom: 6px;
    }

    div#header {
        /*border-bottom: 1px solid #EFEFEF;*/
        padding-left: 0px;
        padding-top: 5px;
        margin-bottom: 0px;
        height: 75px;

    }

    div#subheader {
        background: url('../images/subheader.gif') repeat-x;
        

        
        height: 150px;
        
        border-top: 1px solid #FF8D00;  
        
        padding: 0px; 
        
        font-size: 11px;
        
         overflow: hidden 

    }
    
        * html div#subheader {
   
           
        }
    
        div#subheader a {
            font-size: 11px;
            color: #105CB6;
        }
        
        div#subheader div.populargames {
            float: left;
            margin-left: 0px;
            margin-top: 0px;
            
            background: url('../images/subheader-box.gif') no-repeat right top;
            
            padding-top: 3px; padding-left:15px; padding-right:15px; padding-bottom:15px    
        }
        
        div#subheader div.lastgames {
            float: left;
            background: url('../images/subheader-box.gif') no-repeat right top; 
            
            padding-top: 3px; padding-left:15px; padding-right:15px; padding-bottom:15px
        }
    
        div#subheader div.search {
            float: right;
            
            background: url('../images/subheader-box.gif') no-repeat right top; 
            
            padding-top: 5px;   
            
            width: 240px; padding-left:15px; padding-right:15px; padding-bottom:15px
        }
        
            div#subheader div.search .inputfield {
                margin-left: 10px;
                margin-top: 15px;
            }
            
             div#subheader div.search .button {
                margin-left: 10px;
                margin-top: 15px;
            }
    
        div#subheader ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px; 
        }
        
        div#subheader ul li {
            padding: 1px;
            
            margin-bottom: 2px;
            background: #FFF;
            
            border: 1px solid #CCC;
        }
        
            div#subheader a {
                display: block;
                width: 125px;

                padding: 2px;
                padding-top: 4px;
                padding-bottom: 4px;
                                
                margin-bottom: 2px;
            }
            
                div#subheader a:hover {
                    background: #EEE;
                    border: 1px solid #CCC;    
                }
            
                div#subheader .image {
                    position: absolute;
                    margin-top: -81px;
                    margin-left: -1px;
                    border: 1px solid #CCC;   
                    padding: 0px;
                    background: #FFF;
                    font-size: 0px;
                    /*opacity: .9;
	                filter: alpha(opacity=90);*/
                }
                
                    div#subheader .image img {
                        width: 100px;
                        height: 80px;
                    }
        
        div#subheader h4 {
            margin: 0px;
            font-size: 12px;
            display: block;
            text-transform : uppercase;
            padding: 2px;
            padding-top: 4px;
            padding-bottom: 3px;
          
        }
    
    div#container {
        width: 800px;
        text-align: left;
        
        /*background: url(../images/psd_03.gif) left top repeat-x #FFF;*/
        
        height: 500px; 
        padding-top: 5px;
        
        padding-left: 15px;
        padding-right: 15px;
        
        font-family: Arial, sans-serif;
        font-size: 12px;
        
        margin-left: auto;
        margin-right: auto;

        
    }
   
    div#search {
        padding: 10px;
        background: #F3F3F3;
        border: 1px solid #FFB400;
        
        width: 300px;
        
        margin-top: 0px;
        margin-left: 0px;
        
        float: left;
    }
    
        div#search .inputfield {
            font-size: 14px;
            color: #333;
            padding: 2px;
        }
    
    h1 {
                
        clear: left;
    
        font-size: 21px;
        font-weight: normal;
		
        margin-bottom: 0px;
        color: #333;
        text-align: left;
        padding-right: 15px;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 0px; 
        margin-top: 0px;  
    }
    
       
    
    h3 {
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 0px;
        color: #333;
        text-align: left;
        padding-right: 15px;
        margin-bottom: 4px;  
    }
    
         h3 a {
            color: #105CB6;  
        }
    
    div.ingame {
        background: #FFF;
        text-align: center;
        padding: 1px;
        border: 1px solid #DDD;
    }
    
        div.ingame div.inside {
            background: #EFEFEF;
            padding: 4px;
        }
    
    div.category {
        border-top: 1px solid #EFEFEF;
        padding: 5px;
        
        font-size: 11px;
    }
    
    div.second {
        background: #F3F3F3;
        border-top: 1px solid #DDD;
    }
    
    div.first {
        background: #FFF;
        border-top: 0px solid #DDD;
        margin-top: 8px;
    }
    
        div.category h2 {
            font-size: 14px;
            margin: 0px; 
            font-weight: bold;      
            float: left;
            margin-top: 0px;
            clear: left;
            
            width: 150px;
        }
        
            div.category h2 a {
                font-size: 11px;
                color: #105CB6;
                font-weight: normal;
            }
            
            div.category h2 a:hover {
                text-decoration: none;
            }
    
        div.category h1 {
            margin: 0px;
            font-size: 11px;
            padding: 2px;
            font-weight: normal;
            
            background: #F3F3F3;  
            
            border-top: 1px solid #CCC;  
            
            text-align: center;
        }
        
        div.category div.game {
            padding: 1px;
            background: #FFF;
            border: 1px solid #CCC; 
            
            width: 100px;
            
            cursor: pointer; 
            
        }
        
        div.category table {
            margin-left: 0px;
        }
        
            * html  div.category table {
                margin-left: 150px; 
            }
                
        div.category td {
            width: 210px;
            text-align: right;
        }
        
            div.category td img {
                margin-bottom: 1px;
                width: 100px;
                
                height: 80px;
                
            }  
                
    div#footer {
        border-top: 2px solid #EFEFEF;
        padding: 5px;
        
        margin-top: 20px;

        
        font-size: 11px;
        
        clear: both;
    }                  

