/**************************************
 Default Layout
 **************************************/
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 1pt;
    min-width: 810px;
}

/**************************************
 Colortable Layout
 **************************************/
#colortable table {
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#colortable td {
    border: solid 2px #fff;
    padding: 8px;
    font-size: 10pt;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/**************************************
 Colorsample Layout
 **************************************/
#colorsample {
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 0;
    margin: 0px;
    padding: 10px;
}

#colorsample a img {
    border: none;
}

body.pale {
    color: #000;
}

body.deep {
    color: #fff;
}

body.pale a {
    color: #000;
    font-size: 10pt;
}

body.deep a {
    color: #fff;
    font-size: 10pt;
}

#colorsample h1 {
    font-size: 18pt;
    margin: 1px;
}

#colorsample h2 {
    font-size: 18pt;
    margin: 1px;
}

#colorsample h3 {
    font-size: 11pt;
    margin: 2px;
    margin-top: 20px;
}

#colorsample p {
    font-size: 10pt;
    margin: 1px;
}



#hsbslider a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    font-size: 0;
    text-decoration: none;
}

#hsbslider a:hover {
    width: 20px;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}

#hsbslider div {
    padding: 2px;
    clear: both;
}

#hsbslider span {
    margin-right: 5px;
    float: left;
    font-size: 8pt;
}
#colorsample .bottom {
    position: absolute;
    bottom: 1px;
    right: 3px;
    text-align: right;
}

.ads {position:absolute; bottom:50px; right:10px; text-align:right;}
