/*
blue #2790A3, green #A2B700, red #FF2F2F, gray #7D7F7F
buttons & headers #4d1f47, links #471d34
40b0c4 -> db85d0
a3b700 -> ff0188
*/
body {
    behavior:url("../css/csshover3.htc");
}

.bluebg {
    width:882px;
    font-size:0;
    height:8px;
    background-color:#db85d0;
}

#section_links a {
    font-family:Georgia,serif;
    font-size:11pt;
    font-style:italic;
    text-decoration:underline;
    cursor:pointer;
    color:#db85d0;
}

#section_links a.active {
    text-decoration:none;
    color:#ff0188;
}

#login input {
    width:183px;
    background-color:#db85d0;
    color:#f2f2ea;
    font-weight:bolder;
    border:0;
    margin-bottom:6px;
}

.auth_link {
    color:#db85d0;
    text-decoration:underline;
    cursor:pointer;
}

#infolinks a:hover {
    color:#f2f2ea;
    background-color:#ff0188;
}

.normal_link {
    font:10pt Arial,Verdana,sans-serif;
    color:#ff0188;
    text-decoration:underline;
    white-space:nowrap;
    padding:5px 9px 3px 0;      /* 10px; */
    line-height:15pt;
    cursor:pointer;
}

.inverse_link {
    font:10pt Arial,Verdana,sans-serif;
    color:#f2f2ea;
    background-color:#ff0188;
    text-decoration:underline;
    white-space:nowrap;
    padding:5px 9px 3px 10px;
    line-height:20pt;
    cursor:pointer;
}

.popup td.left {
    color:#db85d0;
}

.popup td u {
    color:#ff0188;
}

.popup a {
    color:#ff0188;
    white-space:nowrap;
    text-decoration:underline;
}

h3 {
    font:bolder 13pt Arial,Verdana,sans-serif;
    color:#db85d0;
}

#account_balance {
    font-weight:bolder;
    color:#ff0188;
}

.articleName {
    display:block;
    color:#db85d0;
    text-decoration:underline;
    cursor:pointer;
}

.articleDescrHeader {
    display:block;
    color:#db85d0;
}

.product_price_positioned {
    position:relative;
    top:-10px;
    left:-5px;
    width:70px;
    text-align:center;
    font-family:Georgia,serif;
    font-size:xx-small;
    font-style:italic;
    color:#ff0188;
    background-color:#f2f2ea;
}

.product_name_positioned {
    position:relative;
    top:-10px;
    color:#db85d0;
}

.product_price {
    width:70px;
    text-align:center;
    font-family:Georgia,serif;
    font-size:xx-small;
    font-style:italic;
    color:#ff0188;
    background-color:#f2f2ea;
}

.product_name {
    color:#db85d0;
}

.product_descr_hdr {
    color:#db85d0;
}

#recommendations h2 {
    color:#db85d0;
}

