/*
 Romance Shop CSS File
http://www.theromanceshop.org
Designed & Maintained by Axiom Web Design
Contact: webdesign@axiomweb.com - Put "AWD" in the subject to make sure it gets by the mail filters
*/

#main {
    position: relative;
    top: 0px;
    background-image: url('../images/rose_background.jpg');
}

#content {
    position: absolute;
    left: 250px;
    top: 0px;
    width: 550px;
    font-size: 12pt;
    color: black;
    font-family: arial, sans-serif;
}

#left_menu {
//    list-style-image: url('../images/tiny_heart.gif');
    font-size: 14pt;
    color: black;
    font-family: arial, sans-serif;
    position: absolute;
    left: 0px;
    width: 130px;
    padding-left: 10px;
    top: 0px;
    border-style: solid;
    border-color: #CC0000;
    border-width: thick;
//    background-image:url('../images/menuBack.gif');
}

#filler {
    position: fixed;
    left: 830px;
    top: 0px;
    width: 190px;
    height: 100%;
    background-image: url('../images/rose_background.jpg');
    border: black 1px solid;
}

#contact {
    font-size: 8pt;
    color: black;
    font-family: arial, sans-serif;
    text-align: center;
}


#footer {
    text-align: center;
    font-size: 8pt;
    color: black;
    font-family: arial, sans-serif;
    position: relative;
}

#order_data {
    text-align: right;
    color: #CC0033;
    margin-right: 20px;
    font-size: 10pt;
    color: black;
    font-family: arial, sans-serif;
}


.header {
    text-align: center;
    font-size: 18pt;
    color: black;
    font-family: arial, sans-serif;
}

.product_title {
    font-size: 18pt;
    font-family: arial, sans-serif;
}

.small_readable {
    font-size: 10pt;
    color: black;
    font-family: arial, sans-serif;
    text-align: center;
}

.medium_readable {
    font-size: 12pt;
    color: black;
    font-family: arial, sans-serif;
    text-align: center;
}

.note {
    font-size: 9pt;
    color: #FF7777;
    font-family: arial, sans-serif;
    text-align: center;
    font-style: italicized;
}

.price {
    font-size: 18pt;
    color: #AA0011;
    font-family: arial, sans-serif;
    text-align: center;
    font-weight: bold;
}

A:link {
    text-decoration: none;
    color: #660011;
}

A:visited {
    text-decoration: none;
    color: #440011;
}

A:active {

}


A:hover {
//    background-color: #FFFFFF;
    color: #AA0011;
}

A.menulink:hover {
    font-weight: bold;
}

A.content:hover {
    text-decoration: underline;
}

hr {
    background-image: url('heart_border_two.gif');
}

/* HILIGHTING */

.hilighted {
    background-color: #fceef1;
}

.hilighted-dark {
    background-color: #FF9999;
}

.searchResult {
    width: 600px;
    margin-bottom: 15px;
    text-align: left;
}
