#cart_summary{
    
    width:230px;
    
    
}


#cart_container
{ 
    /* display:block;*/
    width:230px;
}

#cart_container h2{
    display:block;
    /*background:url(../images/large_form.png) 0 0 no-repeat;*/
    background:url(../images/member_login_bg.gif) 0 0 no-repeat;
    
    height:31px;
    padding:0 0 0 20px;
    font:bold 16px/31px Arial, Helvetica, sans-serif;
    color:#fff;
    
}

#cart_table
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10px;
    background: #fff;
    margin: 0px;
    width: 225px;
    /*border-collapse: collapse;*/
    text-align: left;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ff9900;
  border-bottom-color: #ff9900;
  border-left-color: #ff9900;
  border-right-color: #ff9900;
}
#cart_table th
{
    font-size: 12px;
    font-weight: normal;
    color: #039;
    padding: 5px 4px;
    border-bottom: 2px solid #6678b1;
}
#cart_table td
{
    border-bottom: 1px dotted #ccc;
    color: #669;
    padding: 3px 4px;
}

#cart_table .odd
{
    background: #e8edff; 
}
#cart_table tbody tr:hover td
{
    color: #009;
}

