

/* box */



.box td{

	background-image:url("../img/line.gif");

	background-position:bottom;

	background-repeat:repeat-x;

	padding:5px;

	line-height:130%;

	text-align:left;

}

.box th{

	background-color:#bbbbbb;

	background-image:url("../img/line.gif");

	background-position:bottom;

	background-repeat:repeat-x;

	padding:5px;

	text-align:center;

	border-right:1px solid #ffffff;

	color:#ffffff;

	font-weight:lighter;

}

.box .odd td{

	

}

.box .even td{

	background-color:#eeeeee;

}