
#db_bar {
    background-image: url('images/demo/db_bar_bg.png');
    background-repeat: repeat-x;
    width: 369px;
    height: 23px;
}

#db_icon {
    cursor: pointer;
}

#db_delibar {
    width: 369px;
    font-family:"Lucida Grande";
    z-index: 100;
    position: absolute;
    top: 30px;
    right: 29px;
}

#db_search {
    width: 369px;    
    height: 52px;
    background: url('images/demo/db_search_bg2.png');
    border: 0px;
}

#db_searchbox {
    border: 0px;
    width: 255px;
    height: 16px;
    top: 26px;
    left: 75px;
    position: relative;
    outline: 0 none;
}

#db_tabs {
    width: 369px;    
    height: 30px;
}

.db_tab_bookmark { background: url('images/demo/db_tabs_bg2.png') 739px top; }

.db_tab_saved   { background: url('images/demo/db_tabs_bg2.png') 370px top; }

.db_tab_network  { background: url('images/demo/db_tabs_bg2.png') 1px top; }

.db_tab_recent    { background: url('images/demo/db_tabs_bg2.png') 1108px top; }

#db_tabs ul {
    padding-left: 22px;
    padding-top: 3px;
}

#db_tabs ul li {
    float: left;
    width: 78px;
    height: 26px;
    cursor: pointer;
}

#db_footer {
    width: 369px;    
    height: 46px;
    background: url('images/demo/db_footer_bg2.png');
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
}

#db_results {
    width: 369px;
    background: url('images/demo/db_results_bg2.png') repeat-y;
    
    cursor: pointer;
}

.db_cell {
    position: relative;
    left: 12px;
    width: 340px;
    height: 52px;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.db_cell_nosel {
    margin-left: 1px;
    background: url('images/demo/db_cell_bg2.png');
    width: 340px;
    background-repeat: repeat-x;
}

.db_cell_sel {
    background: url('images/demo/db_cell_sel_bg.png');
    background-repeat: repeat-x;
}

.db_cell_icon {
    top: 9px;
    left: 15px;
    position: relative;
    float: left;    
}

.db_bookmark_icon {
    background: url('images/demo/db_bookmark_icon.png');
}

.db_cell_friend {
    top: 9px;
    height: 14px;
    line-height: 16px;
    width: 94px;
    color: white;
    float: right;
   position: relative;
    text-align: center;
    background-color:  #00c53d;
    padding-bottom: 3px;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.db_cell_title_short {
    color: white;
    float: right;
    top: 7px;
    position: relative;
    left: 7px;
    width: 206px;
}

.db_cell_title {
    color: white;
    top: 7px;
    left: 5px;
    position: relative;
    float: right;
    clear: right;
    width: 300px;
}

.db_cell_url {
    color: #5e7481;
    float: right;
    width: 300px;
    top: 9px;
    position: relative;
    font-size: 10px;
    left: 5px;
}

.db_saved_counter {
    width: 300px;
    height: 17px;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 5px;
    float: right;
    position: relative;
    top: 10px;
    left: 5px;
}

.db_saved_counter b { 
    background-color: #3c4d5f;
    width: 20px;
    height: 16px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;   
    display: block;
    float:left; top: -9px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

 }

.db_saved_counter img {
    margin: 0 0 0 10px;
}

#db_current_date {
    position: relative;
    left: 146px;
    top: 5px;
    color: #8ea1af;
    font-size: 9px;
    font-weight: bold;
    font-family: "Lucida Grande";
}
