* {
    margin: 0px;
    padding: 0px;
}


body {
    background: url('/themes/default/images/main_bg.jpg') repeat-x left top #4396CA;
    font-family: "Arial";
    color: #000;
    text-decoration: none;
    padding-top: 24px;
}

.clear {
    clear: both;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border-width: 0px;
}

h1 {
    display: inline;
    color: #3F89C3;
    font-size: 16px;
    font-weight: bold; /*border:1px solid #F0F9FD;*/
    float: left;
    margin: 12px 1px 9px 12px;
}

/* Page */
#page {
    width: 990px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}


/* Header */

#page_header {
    background: url('/themes/default/images/header.jpg') repeat-x left top #4396CA;
    height: 93px;
}

#page_header .leftbox {
    width: 446px;
    float: left;
    display: inline;
}

#logo {
    float: left;
    margin: 6px 0 17px 46px;
    display: inline;
}

#page_header_menu {
    width: 990px;
}

#page_header_menu .top {
    height: 34px;
    font-size: 12px;
    font-weight: bold;
}

.top ul {
    list-style: none;
    width: 990px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.top ul li {
    display: inline;
    float: left;
    background: url('/themes/default/images/tab_bg_tal.jpg') repeat-x left top;
    height: 34px;
    width: 165px;
    margin: 0;
}

.top ul li.active {
    background-image: none;
    background-color: #D90F0F;
}

.top ul li a {
    display: block;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    background: url('/themes/default/images/tab_rbg.jpg') no-repeat right top;
    padding-top: 6px;
    margin: 0;
}

.top ul li div {
    background-image: none;
    width: 100%;
}

.bot {
    padding-top: 5px;
    text-align: center;
    height: 20px;
    background-color: #D90F0F;
    width: 990px;
}
.adlinks {
    padding-top: 10px;
    padding-left: 230px;
    display: block;
}


#titlebar {
    width: 990px;
    float: left;
    background: url('/themes/default/images/welcome_tal.jpg') repeat-x left top #A9CEEB;
}

#titlebar h1 {
    color: #1258A0;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0px 0px 54px;
    padding-bottom:13px;
}


/* Content */

.content {
    text-align: left;
    background-color: #F0F9FD;
    margin-top: 0;
    width: 990px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.leftcol {
    width: 130px;
    /*    padding-left: 5px;
        padding-right: 5px;*/
    float: left;
    overflow:hidden;

}

.rightcol {
    width: 825px;
    padding-right: 20px;
    padding-top: 10px;
}

.onecol {
    width: 965px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.otherbox {
    border-top: 4px solid #A9CDE4;
    background-color: #fff;
    padding-bottom: 12px;
}


.additional-headline {
    color:#3F89C3;
    display:inline;
    float:left;
    font-size:16px;
    font-weight:bold;
    margin:12px 1px 9px 12px;
}

.rightcol h1 {
    margin-bottom: 0;
}


/* Menu */
#menu {
    font-size: 12px;
    width:120px;
    overflow:hidden;
}
#menu h2 {
    padding: 0px 0px 10px 10px;
}
#menu ul {
    padding-top: 1px;
    background: url(/themes/default/images/menu_fundo.gif) no-repeat top left;
}
#menu li {
    padding:4px 0px 5px 0px;
    background: url(/themes/default/images/menu_fundo.gif) no-repeat bottom left;
    white-space:nowrap;
}
#menu li a {
    white-space: nowrap;
    color: #D90F0F;
    text-decoration:none;
    padding:4px 120px 4px 0px;
}
#menu li a:hover {
    background-color: #FFFFFF;
}

/* Game List */
.game_list {
    margin: -12px 0 0 -10px;
}

.game {
    float: left;
    font-size: 11px;
    display: inline;
    width: 204px;
    margin: 12px 0 0 10px;
}

.game img {
    float: left;
    padding: 3px;
    border: 1px solid #CCC;
    margin: 0 8px 0 0;
}

/* IE6 trigger */
.game a:hover, .small_game_list a:hover, .dl_game a:hover {
    background: none;
}

.game a:hover img, .small_game_list a:hover img, .dl_game a:hover img {
    border-color: #AAA;
}

.game h3, .dl_game h3 {
    margin: 5px 0 4px 0;
    font-size: 13px;
}

.game h3 a, .dl_game h3 a {
    color: #E10000;
    border-bottom: 1px solid #999;
    text-decoration: none;
}

.game h3 a:hover, .dl_game h3 a:hover {
    color: #B40202;
    border-bottom-color: #E10000;
    text-decoration: none;
}

.game p, .dl_game p {
    line-height: 16px;
}

/* Game Page */
#game_info {
    margin: 0 0 20px 0;
}

#game_description {
    width: 450px;
    float: left;
}

#game_description p {
    line-height: 20px;
    margin: 0 0 10px 0;
}

#game_description span {
    color: #666;
}

#game_instructions {
    width: 350px;
    float: right;
}

#game_instructions h3 {
    color: #E10000;
    font-size: 13px;
    margin: 0 0 5px 0;
}

#game_instructions h3 span {
    border-bottom: 1px solid #CCC;
}

#game_instructions ul {
    list-style: none;
}

#game_instructions li {
    padding: 3px 0;
}

#game_instructions img {
    vertical-align: middle;
    margin-right: 2px;
}

/* Ads */
#ad_home_skyscraper, #ad_game_listing_skyscraper {
    width: 120px;
    height: 600px;
}

#ad_top_leaderboard {
    width: 728px;
    height: 90px;
    margin: 5px auto;
    border: 1px solid #CCC;
    padding: 1px;
}

#ad_game_leaderboard {
    width: 728px;
    height: 90px;
    margin: 10px auto 2px auto;
}

#ad_game_shopping {
    /*width: 600px;
    height: 120px;
    margin: 0 auto 20px auto;*/
}

#ad_game_shopping iframe {
    width: 600px;
    height: 120px;
}

a#ad_clickclips {
    display: block;
    width: 618px;
    height: 100px;
    text-indent: -2000em;
    overflow: hidden;
    background: #F9F9F9 url(/images/ad_clickclips.png) no-repeat;
}

a#ad_clickclips:hover {
    background-position: 0 -100px;
}

a#ad_orkut {
    display: block;
    width: 111px;
    height: 88px;
    margin: 20px 0 0 0;
    text-indent: -2000em;
    overflow: hidden;
    border: 5px solid #F1F1F1;
    background: url(/images/ad_orkut.gif) 0 5px;
}

a#ad_orkut:hover {
    border-color: #E9E9E9;
}

#ad_migux {
    height: 100px;
}

#ad_meninas {
    border: 1px solid #DDD;
    padding: 97px 3px 3px 3px;
    background: url(/images/meninas_ad_bg.gif) no-repeat;
    text-align: center;
    font-size: 10px;
    margin: 0 0 20px 0;
}

#ad_meninas a {
    color: #FF0099;
}

#ad_meninas a:hover {
    background-color: #FF0099;
    color: #FFF;
    text-decoration: none;
}

#ad_meninas p {
    margin: 3px 0 0 0;
    color: #666;
    line-height: 15px;
}

.empty_favs {
    padding: 15px 15px 20px 15px;
    background: #FFF9E0;
    border: 1px solid #FF9900;
    text-align: center;
    color: #444;
}

.empty_favs h3 {
    font-size: 11px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #000;
}

.empty_favs span {
    padding: 6px 6px 6px 28px;
    margin: 0 4px;
    background: #F9F9F9 url(/images/fav_ico.gif) 6px 6px no-repeat;
    border: 1px solid #CCC;
    cursor: pointer;
}

/* Footeru */
.footer {
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 10px 15px;
    line-height: 15px;
}

.footer a {
    color: #fff;
}

