/* General styles */
#themepage {
    width: 100%;
    float: left;
}

#themepage h1 {
    font-family: Arial, Helvetica, Nimbus Sans, FreeSans, Malayalam, sans-serif;
    font-size: 25pt;
    color: #444;
    letter-spacing: -3px;
    margin: 15px 0 4px -2px;
}

#themepage h2 {
    font-family: Georgia, Times, serif;
    font-size: 14pt;
    color: #888;
    text-transform: uppercase;
    line-height: 10pt;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 13px;
    margin-top: 10px;
}

#themepage .preamble + div.hr {
    display: none;
}

#sectionThemepage {
    margin-top: 19px;
}

#sectionThemepage .col1 {
    float: left;
    width: 808px;
}

#themepage .container50,
#themepage .container100 {
    float: left;
    min-height: 25px;
}

#themepage .container50 {
    width: 385px;
    margin-right: 19px;
}
#themepage .container100 {
    width: 100%;
}

#themepage .moduleFooter a {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    float: right;
    margin: 0px 2px 0 0;
}

#themepage .module > div {
    display: block;
    clear: both;
}

/* Priceguide Search */
#themepage .PriceguideSearch label {
    width: 100%;
    display: block;
    font-size: 1.2em;
}

#themepage .PriceguideSearch select {
    width: 100%;
    display: block;
}

/* Product compare */
#themepage .ProductCompare span {
    float: left;
}

#themepage .ProductCompare select {
    width: 100%;
}

/* Module footer */
#themepage .moduleFooter {
    clear: both;
}

