﻿/*
    Elements
*/


.left
{
    float: left;
}

.right
{
    float: right;
}


/*
    Page structure
*/

    
    #content
    {
    }
        #content-left
        {
            width: 180px;   
            float: left;
        }
        
        #content-main
        {
            width: 700px;
            float: right;
        }

        
/*
    page elements
*/

.box
{
    border: 1px solid silver;
    margin-bottom: 20px;
    width: 99%;
    float: left;
    background: #F7F7F7;

}
    .box h3.header
    {
        height: 30px;
        color: #545454;
        background: #FEFEFE url(img/box-bg-grad.png) repeat-x;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 15px;
    }
        .box h3.header span
        {
            padding: 5px 10px;
            display: block;
            height: 100%;
        }
        
    .box-content
    {
        overflow: hidden;
        padding: 5px;
    }



.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.btn
{
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    background: url(img/button-bg-grad.png) repeat-x;
    margin-right: 3px;
    margin-bottom: 3px;
}
    a.btn img
    {
        padding-right: 3px;
    }


.categories
{
}
    .categories .ccwrapper
    {
    float: left;
    }
    
    .categories .box
    {
        width: 220px;
        float: left;
        margin-right: 15px;
    }
    
    
.categories .last
{
    margin-right: 0;
}


/*
    ads
*/

.ad-space-700
{
    width: 700px;
    height: 90;
    margin: 0 auto;
    text-align: center;
    border: 1px solid black;
    float: left;
    margin-bottom: 20px;
}

.ad-space-side
{
    border: 1px solid black;
    width: 100%;
    height: 200px;
    text-align: center;
    float: left;
}


input.text
{
    width: 96%;
}

input#login_user, input#login_password, input#txt-search { height: 18px; width: 96%; margin: 4px; }


.game-items
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .game-items li
    {
        margin: 0;
        padding: 0 0 10px 0;
        float: left;
        height: 45px;
        width: 170px;
    }
        .game-items li img
        {
            float: left;
            padding-right: 10px;
        }
        .game-items li p
        {
            padding-right: 10px;
        }
