/*=====OfferList=====*/ 
#offerlist{
background:#F4F4F4;
display:inline;
list-style:none;
margin:auto;
overflow:hidden;
width:760px;
}
#offerlist li{
background:url(../img/OfferList_li_bg.gif) no-repeat;
float:left;
height:220px;
margin:0 10px;
width:360px;
}
#offerlist li img{float:left;margin:10px 0 0 35px;}
#offerlist li h1{font:bold 14px/28px Arial,Helvetica,sans-serif;margin-top:22px;}
dl.offeroption{float:left;margin:5px 0 0 10px;text-align:left;width:160px;}
dl.offeroption dd{
border-bottom:1px dashed #CCCCCC;
line-height:2em;
overflow:hidden;
word-wrap:break-word;
}
