@charset "utf-8";
/* CSS Document */

.offer_class {
	position:relative;
	width:736px;
	background-color:#CCCCCC;
	padding:10px;
	margin:0 auto 25px auto; 
}

.offer_image {
	float:left;
	margin: 0 10px 5px 0;
}

.offer_rates {
	font-weight:bold;
	margin-bottom:3px;
	color:#6E76A7;
}

.offer_title {
	color:#3C2417;
	font-weight:bold;
	margin-bottom:7px;
}

.offer_tc {
	display:none;
}
.offer_tc p {
	font-style:italic;
}

.offer_tc_title {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:5px;
	margin-top:10px;
}

.offer_avail{
	position:absolute;
	left:620px;
	top:5px;
	width:117px; height:21px;
	text-align:center;
	background-image:url('../images/check_avail_bg.gif');
}
.offer_avail:hover {
	cursor:pointer;
}

.offer_avail a, .offer_avail a:visited, .offer_avail a:hover {
	color:#1e3b61;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
}
