body {
    background-color:    rgb(255,255,255);
    color:               rgb(0,0,0);
    font-family:         calibri, 'trebuchet ms', tahoma, arial, helv, sans-serif;
    font-weight:         normal;
}

h1 {
    font-family:         georgia, 'times new roman', times, serif;
}

table {
    border:              0px black none;
    border-collapse:     collapse;
}

img {
    border:              0px black none;
}

input, textarea, select {
    font-family:         calibri, 'trebuchet ms', tahoma, arial, helv, sans-serif;
}

td.cat_item_cell {
    vertical-align:      top;
    
}

span.item_name {
    font-family:         georgia, 'times new roman', times, serif;
}

span.special_offer_tag {
    width:               100%;
    font-weight:         bold; 
    color:               rgb(255,0,0);
    text-align:          right;
}

td.item_details {
    width:               20%;
    vertical-align:      top;
    text-align:          center;
}

span.item_details {
    font-size:           85%;
    font-weight:         bold;
    text-align:          center;
    width:               100%;
}

span.disabled_link {
    color:               rgb(140,140,180);
}

p.page_footer {
    text-align:          center;
    font-size:           80%;
    color:               rgb(180,180,200);
}

a.webmaster_link {
    color:               rgb(180,180,200);
    text-decoration:     underline;
}