/* General */

#offers-content								{ margin:0px; font-family:arial,sans serif,helvetica; }

div#co-container							{  }

div.co-car									{ padding:20px 12px; margin:0 0 23px 0; position:relative; clear:both; background:#FFFFFF; color:#494949; border-bottom:1px dashed #222222;}

/* Display of Fields */

#offers-content .offer-title				{ font-size:12px; color:#000000; margin:0px; padding:1px 0 0 8px; border-width:0px; text-transform:uppercase; }
#offers-content .offer-subtitle				{ font-size:11px; color:#CC0000; margin:0px; padding:1px 0 0 8px; border-width:0px; }
#offers-content .offer-price				{ font-size:11px; color:#CC0000; margin:0px; padding:0px 0px; }

/* helen 07/01/11: removed float from the line below as causes div to not be displayed in IE browsers - temporary workaround */
/* #offers-content .offer-extras 				{ float:left; margin:20px 10px 0 0; padding:0; width:310px !important; } */
#offers-content .offer-extras 				{ margin:20px 10px 100px 0; padding:0; width:310px !important; }
#offers-content .offer-extras li 			{ font-size:13px; margin:0 0 5px 0; padding:0 0 0 18px; display:block; list-style-type:none; width:auto; height:auto; background:transparent url(images/bullet.gif) 0px 0px no-repeat;}

/* helen 07/01/11: trmobrf float from the line below as causes div to not be displayed in IE browsers - temporary workaround */
/* #offers-content .offer-image					{ float:right; width:220px !important; padding:0px 15px; margin:14px 0px; background:#FFFFFF; } */
/* #offers-content .offer-image					{ width:220px !important; padding:0px 15px; margin:14px 0px; background:#FFFFFF; }*/
#offers-content .offer-image					{ width:300px !important; float:right; padding:0px 15px; margin:14px 0px; background:#FFFFFF; }

#offers-content .offer-enquirybutton			{ position:absolute; top:20px; right:10px; }
#offers-content .offer-enquirybuttonimage	{ margin:0px !important; }
#offers-content .offer-conditions 			{ color:#222222; padding:4px; font-size:10px; clear:both; display:block; }
#offers-content .offer-details 				{ background:#FFF; border:#FC6901 solid 3px; left:0;  color:#494949; padding:6px; position:absolute; width:584px; display:none; bottom:50px; z-index:100; font-size:80%; }

#offers-content .offer-text					{ font-size:11px; margin:10px 0 5px 0; width:660px; }
#offers-content .offer-fullimage			{ clear:both; float:none; }

/* Menu */

#offer-menu									{ width:670px; display:block; list-style:none; clear:both; margin:0 0 0 15px; padding:0 0 10px 0 !important; }
#offer-menu li								{ margin:0px; padding:0px; }
#offer-menu a								{ color:#FFFFFF; background:#142E51; margin:0 1px 1px 0; float:left; font-size:11px; font-weight:bold; width:200px; padding:10px; border:1px solid #EEE; line-height:12px; text-decoration:none; }
#offer-menu a:hover, #offer-menu a.menu-activeoffer	{ background:#FFFFFF; color:#142E51; }
