@charset "utf-8";
/* CSS Document */

img {
	border: 0;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	border-top: 4px solid #D6006B;
	border-bottom: 1px solid #fff;
	color: #FFF;
	background-color: #D6006B;
}
#box-table-a td
{
	padding: 8px;
	background: #F3F3F3;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	color: #000;
	background-color: #7E8BFE;
}

.ship {
	font-size:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	padding: 10px 0 10px 5px;
	border: dashed 1px #003;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}
