.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}
.menu:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #66E05B;
        text-decoration: none;
}
.menuselected {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #3F6E93;
        text-decoration: none;
}
.blue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0383D5;
        text-decoration: none;
}
.butsearch {
        background-image: url(http://imgs.downloadpicks.com/contentbase/search.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 24px;
        width: 24px;
        border: 0px none;
        cursor: hand;
}
.abclink {
        font-size: 9pt;
        color: #3F6E93;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;


}
.abclink:hover {
        font-size: 9pt;
        color: #0383D5;
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}
.abclink:visited {
        font-size: 9pt;
        color: #BBBBBB;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}
.text {

        font-size: 9pt;
        color: #3F6E93;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
}
.labeltext {
        font-size: 9pt;
        color: #3F6E93;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}
.greenlink {

        font-size: 9pt;
        color: #27B31B;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: underline;
}
.greenlink:hover {

        font-size: 9pt;
        color: #3F6E93;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: none;
}

.greenlinkbold {

        font-size: 9pt;
        color: #27B31B;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
}
.greenlinkbold:hover {

        font-size: 9pt;
        color: #3F6E93;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
}

.title {
        font-size: 15pt;
        color: #3F6E93;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 3px;
        text-decoration: none;

}
.linkblue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        color: #0383D5;
        text-decoration: underline;
}
.linkblue:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        color: #3F6E93;
        text-decoration: none;
}
.linknone {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        color: #0383D5;
        text-decoration: none;
}
.linknone:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        text-decoration: none;
}
.white {
        font-size: 9pt;
        color: #FFFFFF;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;

}
.linkwhite {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
        text-decoration: underline;
}
.bluetitle {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #0383D5;
        text-decoration: none;
        margin:0;
        padding:0;
}
.bluetext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        color: #0383D5;
}
.price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #B89212;
    margin-right: 5px;
    margin-left: 5px;
}
.abclinknb {
        font-size: 9pt;
        color: #3F6E93;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
}
.titleblack {
        font-size: 15pt;
        color: #555555;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 3px;
        text-decoration: none;

}

/* TABS ADD BEG */

.tabs {
    position:relative;
    width:100%;
    height:27px;
    padding:0;
    margin:0;
}

.multiple_header {
    position:relative;
    z-index: 100;   
}

.tabs dt.selected div.multiple_header span a, .tabs div.multiple_header:hover span a {
    color:#0383d5;
}

.tabs dt.selected div.multiple_header span, .tabs dt div.multiple_header span {
    font-size:10pt;  
    cursor:pointer;
    height:27px;
    overflow:hidden;
    font-weight:bold;
    z-index:3;
    display:inline-block;
    padding:0 15px;
    text-align:center;
    width:auto; 
}

.tabs dt.selected div.multiple_header span  {
    color:#0383d5;  
    background:url(http://imgs.downloadpicks.com/contentbase/tab_menu_hover_bg.gif) repeat-x left top;  
}

.tabs dt div.multiple_header span  {
    color: #FFF;
}

.tabs dt .multiple_header b {
    display:inline-block;
    width: 15px;
    height: 27px;
}

.tabs dt.selected div.multiple_header .lp {
    background: url(http://imgs.downloadpicks.com/contentbase/tab_menu_hover_lp.gif) no-repeat left top;
}

.tabs dt.selected div.multiple_header .rp {
    background: url(http://imgs.downloadpicks.com/contentbase/tab_menu_hover_rp.gif) repeat-x left top;
}

.tabs dt {
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    height:27px;
    left:15px;
    line-height:27px;
    padding:0 0.5em;
    position:relative;    
}

.tabs dd.selected {
    display:block;
}

div.clear {
    padding: 0!important;
}

.tabs dd {    
    display:none;
    float:right;
    margin:29px 0 0 -100%;
    position:relative;
    width:100%;
    z-index:2;
}

#multiple_panel {
    background: url(http://imgs.downloadpicks.com/contentbase/multiple_panel_bg.gif) repeat-x left top;
    color:#434242;
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    height:27px;
    margin:0;
    padding:0;
}

#multiple_panel a {
    font-size:9pt;  
    padding-bottom:20px;
    margin-top:2px;
}

#multiple_panel span a {
    padding: 0;
    margin: 0;
}

.descr_right {
    padding: 0;
    margin: 0 0 0 95px;
}

.top_soft {
    float:left;
}

.top_soft_panel {
    float:left;
    height:100px;
    padding:15px 0 0 11px;
    width:389px;
    margin-bottom:5px;
}

.searching_panel {
    float:left;
    padding-bottom:5px;
    padding-left:15px;
    padding-top:10px;
    text-align:left;
    width:215px;
    margin-bottom:5px;
}

.searching_panel a {
    color:#0383D5;
}

.press_panel, .company_panel {
    float:left;
    padding-bottom:10px;
    padding-left:21px;
    padding-top:10px;
    text-align:left;
    width:599px;
    height:60px;
    margin-bottom:5px;
}

.press_panel a {
    color:#0383D5;
}

.press_panel p {
    margin:0 0 5px 0;
}

.company_panel {
    text-align:left;
    width:400px;
}

.company_panel p {
    margin:0 0 5px 0;
}

.top_soft_panel img {
    float:left;
    padding-left:14px;
    padding-right:10px;
}

.top_soft_panel {
    text-align:left;
}

.top_soft_panel a {
    color:#0383D5;
}

/* TABS ADD EDD */
