

/**
 * Homepage CSS
 *
 */
.cover-wrap {
    border: 1px solid #9b9b9b;
    width: 610px; 
}	
.cover, .cover .img {
    height: 373px;  
}
.cover {
    position: relative;
    overflow: hidden;
    width: 610px;
    border-bottom: 0;   
}
    .cover .img { 
        width: 400px;   
        position: absolute;     
        top: 0; right: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background: #EEEEEE url(/web/images/icons/spinner.gif) no-repeat 50% 50%;
    }
    .cover .article {
        margin-right: 400px;
        padding: 6px 14px 0 14px;
        height: 54px; /* 60 */
        width: 182px;
        background: #E3E3E3;
        z-index: 0;
        display: block;
        color: #666666;
        cursor: pointer;
        margin-top: 2px;
    }
    .cover .article,
    .cover .article * {
        text-decoration: none !important;
    }
    .cover .first {
        background: #fff;
        margin-top: 0;
        height: 57px;
    }
    .cover .first .img {
        opacity: 1.0;
        z-index: 2;
        filter: alpha(opacity=100);
    }
    .cover .last {
        magin-bottom: 4px;
    }
    .cover .info {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
    .cover .category {
        font: bold 10px Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        line-height: 11px;
    }
    .cover .t {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
         padding: 1px 0 0 0;
        text-transform: uppercase;
        color: #3193AC;
    }
    
    .cover .more {
       position: absolute;
       bottom: 0; right: 0;
       color: #3193AC;
       font-size: 10px;
    }

/* blog section */
.blogs {
    padding: 0 0 0 15px;
}
.blogs h2 {
    font: bold 11px Georgia, serif;
    text-transform: uppercase;
    color: black;
}
.blogs .blog {
    float: left;
    width: 185px;
    margin-right: 10px;
    position: relative;
    padding-bottom: 1em;
}
.blogs .odd {
    clear: left;
}
.blogs .blog,
.blogs .blog_ad {
    float: left;
    width: 185px;
    height: 320px;
    overflow: hidden;
}
.blogs .blog_ad {
    padding-bottom: 1em;
}
.blogs .first {
    float: none;
    width: 380px;
    height: 300px;
}
.blog_cats {
    position: absolute;
    top: 0;
    left: 405px;
    padding-left: 10px;
    width: 175px;
    height: 320px;
}
.blog_cats li {
    padding-bottom: 0.5em;
}
.blog_cats li a {
    padding-left: 18px;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 16px;
    background: url('/web/images/icons/plus_sign_blog_categories.png') no-repeat left 50%;
}
.blogs .first h3 {
    position: absolute;
    top: 10px; left: 0;
    padding: 10px 6px 10px 15px;
    background: url("/web/images/backgrounds/homepage_blog_bg.png");
    text-transform: uppercase;
    font-size: 14px;
}
.blogs .first h3 a {
    color: white;
}
.blogs h3 {
    font-size: 16px;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}
.blogs p {
    padding-top: 6px;
}
.blogs p a {
    font-size: 11px;
    text-transform: lowercase;
}

/* tabs */
.tabbed {
    padding: 0;
    border: 0 !important;
    height: auto;
}
.tabbed ul.tabs {
    height: 41px;
    border-width: 0 0 0 1px;
    background: white;
}
.tabbed li a,
.tabbed .part {
    border: 1px solid #9b9b9b;
}
.tabbed li {
    position: relative;
    height: 40px;
}
.tabbed li a {
    position: relative;
    text-transform: uppercase;
    font: bold 11px Georgia, serif;
    line-height: 14px;
    padding: 13px;
    background: #E2E2E2;
    border-width: 1px 1px 0 0;
}
.tabbed li.ui-tabs-selected a {
    border-width: 1px 1px 0 0;
    padding: 13px 13px 14px 13px;
}
.tabbed .part {
    padding: 15px 5px 4px 15px; 
    overflow: hidden;
    width: 590px;
}
.tabbed .part .img {
    float: left;
    margin-right: 5px;
}
.tabbed .part h3 {
    font-size: 12px;
}
.tabbed .part .article {
    overflow: hidden;
    width: 285px;
    margin-bottom: 1.2em;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    font-size: 11px;
}
.tabbed #whatshot .article,
.tabbeld #inthemag .article {
    height: 80px;
}
.tabbed .part .withimage h3,
.tabbed .part .withimage p {
    margin-left: 65px;
}
.tabbed .part .odd {
    clear: left;
}
