#pricing {
	float:right;
	width:210px;
	border:1px solid #0E2C56;
	line-height:1;
	height:169px;
}

#pricing thead tr td {
	text-align:center;
	color:white;
	background-color:#0E2C56;
	padding:3px 4px;
	font-weight:bold;
}
#pricing tbody tr td {
	text-align:center;
	padding:2px 4px;
}
#pricing tbody tr.even td {
	background-color:#FFF4E9;
}
#ship {
	float:left;
}
#ship a {
	display:block;
	position:relative;
	color:white;
	text-decoration:none;
}
#ship a span {
	display:block;
	position:absolute;
	bottom:3px;
	left:5px;
}
.main_body_box {
	border:1px solid #0E2C56;
	padding:1px;
}
.main_body_box div.top {
	color:white;
	font-weight:bold;
	background-color:#0E2C56;
	padding:4px 4px;
}
.main_body_box div.body_container {
	padding:10px 9px;
}
.main_body_box div.body {}

.room_type {
	padding:5px;
}