
.gift_finder_tabs { max-width:100%; float:left; line-height:23px; padding-bottom:0px; z-index: 3; margin-top:5px;}

.gift_finder_tabs ul {padding:0;margin:0;list-style-type:none;font-size:12px;font-family: Georgia, Times, serif;width:100%;}

.gift_finder_tabs li {float:left;position:relative; background-color:#5a595a; margin-left:3px;text-align:center; font-weight:bold; font-size:11px;}

#tab1 {background:url(images/gift_finder_tab1_hover.gif); width:83px; color:black; cursor: pointer;}
#tab2 {background:url(images/gift_finder_tab2.gif); width:150px; color:white; cursor: pointer;}
#tab3 {background:url(images/gift_finder_tab3.gif); width:125px; color:white; cursor: pointer;}



.gift_finder_main {
    height:118px;
    width:379px;
    position:relative;
    float:left;
}


#tab1_content {width:379px; height:118px; position: absolute;background:url(images/gift_finder_bg.gif);z-index:11;}
#tab2_content {width:379px; height:118px; position: absolute;background:url(images/gift_finder_bg.gif);z-index:10;}
#tab3_content {width:379px; height:118px; position: absolute;background:url(images/gift_finder_bg.gif);z-index:10;}



.gift_finder_option {
    line-height:25px;
    height:25px;
    width:170px;
    background:#ffffff;
    margin:5px;
    margin-top:7px;
    padding-left:5px;
    border:solid;
    border-width:1px;
    border-color:#e4e4e4;
    float:left;
    font-size:11px;
    font-weight:bold;
    color: #404040;
}

div:hover.gift_finder_option {
    color:white;
    background:#959595;
    cursor:pointer;
    text-decoration:none;
}
