/* CSS Document */

#offer_f {
	width:730px;
	margin: 10px auto;
	background-color:#FFFFFF;
	padding-bottom: 5px;
	border: dashed #bbbbbb 0px;

}
*html #offer_f {
	width:730px;
	margin-left: 30px;
	text-align: center;
}

/* -------------------------- delivery ---------------------------- */
#offer_f div.deliveryBox {
	background: url(images/offer_f/bg_delivery_btm.gif) left bottom no-repeat;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 15px;
	width: 720px;
}

#offer_f div.deliTop {
	background: url(images/offer_f/bg_delivery_top.gif) left top no-repeat;
	width: 720px;
}

#offer_f div.deliL {
	float: left;
	width: 720px;
}

#offer_f div.deliR {
	float: left;
	width: 247px;
}

#offer_f div.deliL p,
#offer_f div.deliR p {
	font-size: 0;
	line-height: 100%;
	padding: 0;
}

#offer_f ul#discountList {
	display: block;
	margin: 7px 0 0 40px;
	width: 650px;
	padding: 0px;
}

*html #offer_f ul#discountList {
	display: block;
	margin: 7px 0 0 10px;
	width: 650px;
	padding: 0px;
}


#offer_f ul#discountList li {
	display: inline;
	font-size: 0;
	float: left;
	height: 60px;
	line-height: 100%;
	margin-left: 4px;
	width: 208px;
}

#offer_f ul#discountList li a {
	height: 60px;
	display: block;
	width: 208px;
}

#offer_f ul#discountList li.dl01{ background: url(images/offer_f/btn_discount_01_h.gif); }
#offer_f ul#discountList li.dl02{ background: url(images/offer_f/btn_discount_02_h.gif); }
#offer_f ul#discountList li.dl03{ background: url(images/offer_f/btn_discount_03_f.gif); }

#offer_f ul#discountList img {	vertical-align: top;}
#offer_f ul#discountList li a:hover{	background-color: transparent;}
#offer_f ul#discountList li a:hover img{	visibility: hidden;}

.btnbox{
	text-align: center;
}


#offer_f p.pageTop {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
	width: 740px;
}
br.clear_noie, 
div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
