/* vim: ts=4 sw=4 et tw=0 wm=8
**
** Info: $Id: style.css 530 2008-07-19 07:34:19Z mjwybrow $
**
*/

span.bold {
    font-weight: bold;
}

span.red {
    color: red;
}

div.sentmail {
    margin-left: 20px;
    margin-right: 25px;
    padding: 8px;
    border: 1px solid #777;
    color: #777;
    background-color: #eee;
    font-size: smaller;
}

fieldset.cartview {
    font-size: 11px;
    width: 135px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 5px;
    padding: 3px;
    border: 1px solid #aaa;
    }

fieldset.cartview table tbody {
   width: 100%;
   }
fieldset.cartview table tbody tr {
   width: 100%;
   }
fieldset.cartview table {
   width: 100%;
   margin: 0px;
   padding: 0px;
}

fieldset.cartview table tr td {
    vertical-align: top;
    text-align: left;
    color: #000;
}

fieldset.cartview legend {
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 12px;
    color: #000;
}
    
fieldset.cartview a {
    float: right;
    background: #ddd;
    color: #000;
    border: 1px #B0B0B0 solid;
    margin: 0px;
    margin-left: 3px;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: normal;
    text-decoration: none;
}

fieldset.cartview a:hover {
    background: #bdf6af;
    color: #F00;
    text-decoration: none;
}



