.track_order_background {
	background-image:		url('../img/track_order/background.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
	min-height:				520px;
}
.reduced_content {
	padding-top:			10px;
	padding-left:			20px;
	width:					570px;
}
.boxed_content_top {
	margin, padding, line-height :0px;
	font-size: 				0px;
	width:					494px;
	height:					6px;
	background: 			url('../img/track_order/box_top.png') top left no-repeat;
}
.boxed_content_bottom {
	margin, padding, line-height :0px;
	font-size: 				0px;
	width:					494px;
	height:					7px;
	background: 			url('../img/track_order/box_bottom.png') top left no-repeat;
}
.boxed_content {
	padding-left:			10px;
	padding-right:			10px;
	padding-bottom:			5px;
	width:					484px;
	background:				url('../img/track_order/box_tile.png') top left repeat-y;
}
.boxed_content ul {
	margin-bottom:			0;
	margin-left:			-25px;
	*margin-left:			0px;
	list-style-image: 		url('../img/etc/bullet.png');
}

.reduced_content .left {
	width:					400px;
	float:					left;
}
.reduced_content .right {
	clear:					right;
	width:					170px;
	float:					right;
}
.reduced_content .inner_table {
	float: 					none;
	clear: 					left;
	margin:					0;
}
.reduced_content .inner_table tr th {
	background-color:		#b20008;
	color:					white;
	font-weight:			normal;
}
.reduced_content .inner_table tr td {
	background-color:		#eaeaea;
}

