@charset "utf-8";
.shippingtable
{
clear:both;
/*background:#CCC;*/
width:100%;
}
.shippingtable ul
{
float:left;
margin:0;
padding:0;
border:1px solid #C9C9C9;
margin-bottom:5px;
}
.shippingtable ul li
{
list-style:none;
padding:5px 10px;
}
.shippingtable ul li.title
{
font-weight:bold;
background:#006699;
color:#fff;
}
.shippingtable ul li.even
{
background:#fff
}
.shippingtable ul li.odd
{
background:#FFFFE6
}
.shippingtable ul li.header
{
background:#C9C9C9;
font-weight:bold;
font-size:95%;
}



