

/* Some overloads */
#main_menu a.selected {
    background: url(/img/tab-selected-gray.png) no-repeat;
}

#main_content {
    background: #343330 url(/img/prodstart/bg.gif) no-repeat;
}


/* Basic tri-col layout */
#leftcol,
#rightcol, 
#maincol {
    float: left;
}

#leftcol,
#maincol {
    margin-right: 25px;
}
#maincol {
    width: 480px;
}
#maincol.large {
    width: 673px;
    margin-right: 0;
}

/* .col was here */

#main_content .selected a,
#main_content a.selected {
    color: #65bade;
}

.col .spots {
    padding-left: 5px;
    border: 1px solid red;
}


a.more {
    background: #343330;
    height: 16px;
    position: absolute;    
    bottom: 0;
    width: 150px;
    text-align: right;
    display: block;
    color: #65bade;
    cursor: pointer;
    padding-top: 2px;    
    border-top: 1px solid #3E3D38;
    outline: none;
    font-size: 10px;
}


/* Articles */
#articles {
    font-size: 11px;
    line-height: 16px;
}
#articles .primary {
}
#articles .primary  img {
    float: right;
    margin-left: 10px;
    margin-right: 32px;
}
#articles .secondary {
    width: 228px;
    float: left;
    margin-top: 20px;    
}
#articles .secondary.first {
    margin-right: 20px;
}

