.sidebar_section {
    font-size: 12px;
    margin: 0 10px 10px;
}
.sidebar_section h2 {
    font-size: 18px;
}
.sidebar_section p,
.mylinks a  {
    font-size: 1.6rem;
}
div#pageProduct div.box-body {
    background: inherit;
}
    
/* START NORMAL THEME*/
.normal {
    background-color: #FFFFFF;
    color: #000000;
}
.normal .header {
    background-color: #F2F2F2;
}
.normal .sidebar_section {
    color: #666666;
    border-top: 1px solid #D9D9D9;
}
.normal .sidebar_section h2 {
    color: #000000;
}
.normal .mylinks a {
    color: #0069AA;
}
.normal #productsContainer #authorProductListing .search_box .search_input {
    background-color: #F2F2F2;
}
/* END NORMAL THEME*/

/* START DARK THEME*/
.dark {
    background-color: #000000;
    color: #FFFFFF;
}
.dark .header {
     background: url('http://lulu.com/spotlight/static/images/themes/Dark_Banner_bkgd.png') repeat-x;
}
.dark .sidebar_section {
    border-top: 1px dotted #666666;
}
.dark .mylinks a {
    color: #49A7E1;
}
.dark #productsContainer #authorProductListing .search_box .search_input {
    background: url('http://lulu.com/spotlight/static/images/themes/Dark_Search_bkgd.png') repeat-x;
}

/* END DARK THEME*/

/* START WARM THEME*/
.warm {
    background-color: #FFFFFF;
    color: #000000;
}
.warm .header {
     color: #FFFFFF;
     background: url('http://lulu.com/spotlight/static/images/themes/Warm_Banner_bkgd.png') repeat;
}
.warm .sidebar_section {
    border-top: 1px dotted #DBD7BD;
    color: #666666;
}
.warm .sidebar_section h2 {
    color: #000000;
}
.warm .mylinks a {
    color: #0069EA;
}
.warm #productsContainer #authorProductListing .search_box .search_input {
    background-color: #EDEBDE;
}
/* END WARM THEME*/

/* START COOL THEME*/
.cool {
    background-color: #FFFFFF;
    color: #000000;
}
.cool .header {
     color: #FFFFFF;
     background: url('http://lulu.com/spotlight/static/images/themes/Cool_Banner_bkgd.png') repeat;
}
.cool .sidebar_section {
    border-top: 1px dotted #7FB4d4;
    color: #666666;
}
.cool .sidebar_section h2 {
    color: #000000;
}
.cool .mylinks a {
    color: #0069EA;
}
.cool #productsContainer #authorProductListing .search_box .search_input {
    background-color: #F2F7FB;
}
/* END COOL THEME*/

/* START PAPER THEME*/
.paper {
    color: #666666;
    background: url('http://lulu.com/spotlight/static/images/themes/Paper_bkgd.png') repeat;
}
.paper .header {
    font-family: Georgia,sans-serif;
    color: #4F3434;
    background: url('http://lulu.com/spotlight/static/images/themes/Paper_Banner_bkgd.png') repeat-x;
}
.paper .sidebar_section {
    border-top: 1px solid #DBD7BD;
    color: #666666;
}
.paper .sidebar_section h2 {
    font-family: Georgia,sans-serif;
    color: #4F3434;
}
.paper .mylinks a {
    color: #0069AA;
}
.paper #productsContainer #authorProductListing .search_box .search_input {
    background-color: #F1F0E8;
}
/* END PAPER THEME*/

/* START ANTIQUE THEME*/
.antique {
    color: #666666;
    background: url('http://lulu.com/spotlight/static/images/themes/Antique_bkgd.png') repeat;
}
.antique .header {
    font-family: Times,sans-serif;
    color: #003A63;
    background: url('http://lulu.com/spotlight/static/images/themes/Antique_Banner_bkgd.png') repeat-x;
    line-height: 75px;
}
.antique .sidebar_section {
    border-top: 1px solid #776856;
    color: #666666;
}
.antique .sidebar_section h2 {
    font-family: Times,sans-serif;
    color: #003A63;
}
.antique .mylinks a {
    color: #0069AA;
}
.antique #productsContainer #authorProductListing .search_box .search_input {
    background-color: #F2F2ED;
}
/* END ANTIQUE THEME*/
