/*************************************************************/
/* style.css                                                 */
/*                                                           */
/* VERSION: 3.13                                             */
/*                                                           */
/* MODIFIED: 06/18/2008                                      */
/*                                                           */
/* DESCRIPTION: Style Sheet                                  */
/*                                                           */
/* HISTORY:                                                  */
/*  3.13 - 06/18/2008 - Revamp Category Navigation           */
/*  3.12 - 11/20/2006 - Legal Disclaimer                     */
/*  3.11 - 08/14/2006 - New ad on top of banner              */
/*  3.10 - 08/07/2006 - Layout Facelift                      */
/*   3.9 - 03/07/2006 - Logo should be a link back home      */
/*   3.8 - 02/27/2006 - Get rid of gigantic bargains array   */
/*                      Burial of evil twin                  */
/*   3.7 - 11/15/2005 - S&H info no longer "new"             */
/*   3.6 - 09/12/2005 - Addition of S&H Information          */
/*   3.5 - 03/24/2005 - Birth of evil twin                   */
/*   3.4 - 02/24/2005 - Incorrect display when no results    */
/*   3.3 - 02/22/2005 - Enable Banner Ad                     */
/*   3.2 - 02/21/2005 - click directly from favs to category */
/*   3.1 - 02/18/2005 - Space out lines a little bit         */
/*   3.0 - 02/17/2005 - Version Upgrade                      */
/*                                                           */
/*************************************************************/

html {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
}


/**********/
/* TABLES */
/**********/
#title_table {
    width: 730px;
    height: 118px;
    border: 4px #000099 solid;
    border-bottom: none;
    border-right: none;
    border-right: 1px #000099 solid;
}

#results_table {
    margin: 0px;
    margin-left: 10px;
    font-size: 11px;
    width: 561px;
}

#separator {
    background-color: #FFFFFF;
    border-left: 4px #000099 solid;
    width: 730px;
    font-size: 11px;
    text-align: left;
    padding: 0px 0px 2px 2px;
    margin: 0px;
}

#container {
    border-left: 4px #000099 solid;
}

#cats_table {
    width: 155px;
}


/******/
/* TR */
/******/
tr.shaded {
    background-color: #CCFFFF; /* Very Light Blue */
    line-height: 170%;
}

tr.unshaded {
    line-height: 170%;
}


/******/
/* TD */
/******/
td.results {
    line-height: 150%;
    background-color: #000099;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    border-bottom: 1px #99CCCC solid;
}

td.title {
    font-family: "Trebuchet MS";
    background-image: url(img/titlebck.jpg);
    background-repeat: repeat-y;
    color: #000099;
    height: 60px;
    width: 900px;
    letter-spacing: .15em; 
    font-weight: bold;
    font-size: 35px;
    font-variant: small-caps;
    padding: 10px;
}

#title_link {
    color: #000099;
}

td.desc {
    background-color: #000099;
    border-top: 1px #99CCCC solid;
    height: 30px;
    width: 25%;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 3px;
}

td.separator_home {
    vertical-align: top;
    width: 50px;
    font-size: 10pt;
    padding: 5px 0px;
}
td.separator_nav {
    padding: 5px 0px;
    vertical-align: bottom;
    text-align: left;
    font-size: 10pt;
    width: 370px;
}

td.separator_search {
    text-align: right;
    vertical-align: bottom;
    font-size: 9px;
    padding-bottom: 3px;
}

td.navwin {
    vertical-align: top;
}

td.resultswin {
    vertical-align: top;
}

td.catlink {
    background-color: #FFFFFF;
    vertical-align: bottom;
    font-size: 11px;
    margin: 0px;
    padding: 4px 0px 0px 6px;
}
#catlink_total { padding-top: 5px; font-size: 9pt; }

td.remind {
    font-size: 10px;
    font-style: italic;
    text-align: right;
} 

td.cathead, p.cathead {
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0px 0px 2px;
    margin: 0px;
}
td.favs_head {
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
}

td.flags {
    padding-right: 5px;
    text-align: right;
}

#navpages {
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    padding: 10px;
}

td.numbering {
    padding-left: 3px; 
}

td.ship_head {
    text-align: right;
    padding: 0 3px 0 3px;
    font-weight: bold;
}

td.bids,td.mins { 
    border-left: 1px #E7E7E7 solid;
    padding-left: 2px;
    text-align: right;
}
td.price {
    font-weight: bold;
    color: #550000;
}

td.ship {
    text-align: right;
    padding: 0 3px 0 3px;
    border-left: 1px #D7D7D7 solid;
    color: #666666;
}

#yourfavs {
    padding: 5px; 
    font-weight: bold;
}

#favsexplain {
    padding: 5px;
}

#prefooter {
    height: 15px;
}
#postfooter {
    height: 15px;
    border: none;
    background-color: #000099;
}
#footer {
    padding: 15px 0px 10px 5px;
    margin-bottom: 10px;
    background-color: #D7D7D7;
    border-right: 1px #000099 solid;
    border-top: 1px #000099 solid;
}

/*****/
/* P */
/*****/
p.title_blurb {
    font-size: 14px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-left: 40px;
}

a.favs, a.favs_main {
    font-size: 11px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    line-height: 90%;
    padding-left: 10px;
    font-weight: normal;
}
a.favs_main {
    padding: 0px;
}

p.favshead {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
}

p.contact {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.nothing {
    margin-top: 30px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 500px;
}

p.faqa {
    margin-left: 10px;
    margin-top: 5px;
}


/*****/
/* A */
/*****/
a:link, a:visited, a:active {
    text-decoration: none;
}

a.desc {
    color: #000099;
    padding-right: 2px;
    margin-left: 5px;
}

a.desc:link, a.desc:visited {
    color: #FFFFFF;
    border-bottom: 1px #FFFFFF solid;
    border-right: 2px #FFFFFF solid;
}

a.desc:active, a.desc:hover {
    color: yellow;
    border-bottom: 1px yellow solid;
    border-right: 2px yellow solid;
}

a.bookmark {
    font-size: 9px;
    font-weight: bold;
}

a.favsmanage {
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
    vertical-align: middle;
}

a.bookmark:hover, a.favsmanage:hover, a.favs:hover, a.ebaylink:hover {
    text-decoration: underline;
}
#topnav {
    font-weight: bold;
    text-decoration: underline;
}
div.navdiv:hover,a.nav:hover {
    background-color: yellow;
}

a.addfav {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

a.addfav:hover {
    color: red;
}

a.favjump {
    font-style: italic;
}

a.faqq {
    padding-top: 2px;
    font-weight: bold;
}

a.up {
    margin-left: 10px;
}

a.favs {
    font-size: 11px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    line-height: 90%;
    padding-left: 10px;
    font-weight: normal;
}


#about_div,#impressum_div {
    padding: 5px 10px;
}

p#impressum_header {
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0px;
}
p.impressum_subheader {
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0px;
}


/*******/
/* IMG */
/*******/
img.flag {
    border: none;
}

#ebay_toplogo {
    border: none;
    position: relative;
    top: 3px;
}


/********/
/* FORM */
/********/
form.search {
    margin-bottom: 0px;
    margin-right: 0px;
}


/*********/
/* INPUT */
/*********/
input.searchbox {
    width: 200px;
    height: 15px;
    font-size: 11px;
}

input.searchbutton {
    border: 1px #99CCCC solid;
    background-color: #000099;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    position: relative;
    top: 1px;   
}

input.searchbutton:hover {
    border: 1px yellow solid;
    color: yellow;
}


/******/
/* UL */
/******/
ul.faq {
    list-style-position: outside;
    list-style-type: decimal;
}

/*************/
/* BANNER AD */
/*************/

#topad {
    position: absolute;
    top: 5px;
    left: 750px;
}

#bannerad {
    position: absolute;
    top: 170px;
    left: 750px;
}



/*************************/
/* BUY IT NOW MOUSE OVER */
/*************************/
#dhtmltooltip {
    position: absolute;
 /*   width: 75px; */
    border: 2px solid black;
    padding: 2px;
    font-size: smaller;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


