

/* DisplayList */

#listtable{
width:100%;
text-align: left;
background-color: #fff; 
}

#listtable div{
float: left;
display: inline;
position: relative;
background-color: inherit; 
padding: 0 5px 0 0;
font-size: 0.925em;
}

#listtable .line{
display: block;

margin-top: 6px;
width: 600;
border-bottom: 1px solid #668d92;
}

#listtable .titleline{
display: block;

margin-top: 12px;
padding: 3px 0; 
width: 600;
background-color: #E7E7E7;
border-bottom: 1px solid red;
}

#listtable .date{
width: 80px;
}

#listtable .ship{
width: 120px;
}

#listtable .length{
text-align: right;
width: 30px;
}

#listtable .itin{
width: 210px;
}

#listtable .price{
text-align: right;
width: 70px;
}

#listtable .details{
width: 60px;
margin-bottom:3px;
}



#listtable a{
font-size: 0.875em;
font-weight: bold; 
color: #330033;
text-decoration: none;
}


#listtable a.on{
font-size: 0.875em;
font-weight: bold; 
color: #af5e00;
text-decoration: none;
}

#listtable .note{display: block;
clear:left;
color: #990066;
width: 220px;
padding-left:270px;
margin-bottom:6px
border-top: 1px solid red;
}

