.main
{
	margin:0;
	padding:0;
	width:960px;
	
	/* background:url('../images/backgrounds/cityscapes/bristol.png') #FFFFFF bottom left no-repeat; */
	background:#FFFFFF bottom left no-repeat;
	xoverflow:auto;
}


.offers_main
{
	padding-top:30px;
	padding-left:305px;
	xpadding-bottom:60px;
	width:350px;
	float:left;
	background:transparent 50px 50px no-repeat;
	height:250px;
	position:relative;
}

.offers_main h1
{
	color:#43A8DE;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.offers_main h2
{
	margin:0;
	padding:0;
}


.offers_buybook
{
	width:200px;
	float:left;
	margin-left:85px;
	margin-top:40px;
	padding-bottom:70px;
	
	/*
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
*/
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;

}


.offers_buybook input
{
	margin:0;
	background:url('../images/offers/buy_this_book.png') transparent top left no-repeat;
	padding:103px 5px 5px 5px;
	padding:80px 5px 5px 5px;
	border:none;

	width:170px;
	height:140px;

	font-size:14px;
	color:#474747;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}


/* OFFER SECTIONS */
 
/*
.section_summary.restaurants { background-image:url('../images/offers/restaurants.gif'); }
.section_summary.home { background-image:url('../images/offers/home.gif'); }
.section_summary.health { background-image:url('../images/offers/health.gif'); }
.section_summary.leisure { background-image:url('../images/offers/leisure.gif'); }
.section_summary.days_out { background-image:url('../images/offers/days_out.gif'); }
.section_summary.retail { background-image:url('../images/offers/retail.gif'); }
.section_summary.national_trust { background-image:url('../images/offers/national_trust.gif'); }
.section_summary.food_to_go { background-image:url('../images/offers/food_to_go.gif'); }
.section_summary.casual_dining { background-image:url('../images/offers/casual_dining.gif'); }
.section_summary.entertainment { background-image:url('../images/offers/entertainment.gif'); }
*/

.section_summary.restaurants h3 { background:url('../images/corners/corner.php?hex=AEBBC1') #AEBBC1 no-repeat left top; }
.section_summary.home h3 { background:url('../images/corners/corner.php?hex=ED1B23') #ED1B23 no-repeat left top; }
.section_summary.health h3 { background:url('../images/corners/corner.php?hex=00AEEF') #00AEEF no-repeat left top; }
.section_summary.leisure h3 { background:url('../images/corners/corner.php?hex=00652D') #00652D no-repeat left top; }
.section_summary.days_out h3 { background:url('../images/corners/corner.php?hex=EC008C') #EC008C no-repeat left top; }
.section_summary.retail h3 { background:url('../images/corners/corner.php?hex=FAA619') #FAA619 no-repeat left top; }
.section_summary.national_trust h3 { background:url('../images/corners/corner.php?hex=002827') #002827 no-repeat left top; }
.section_summary.food_to_go h3 { background:url('../images/corners/corner.php?hex=7FB538') #7FB538 no-repeat left top; }
.section_summary.casual_dining h3 { background:url('../images/corners/corner.php?hex=91268F') #91268F no-repeat left top; }
.section_summary.entertainment h3 { background:url('../images/corners/corner.php?hex=221E1F') #221E1F no-repeat left top; }

.section_summary.restaurants .summary_listing a { color:#AEBBC1; }
.section_summary.home .summary_listing a { color:#ED1B23; }
.section_summary.health .summary_listing a { color:#00AEEF; }
.section_summary.leisure .summary_listing a { color:#00652D; }
.section_summary.days_out .summary_listing a { color:#EC008C; }
.section_summary.retail .summary_listing a { color:#FAA619; }
.section_summary.national_trust .summary_listing a { color:#002827; }
.section_summary.food_to_go .summary_listing a { color:#7FB538; }
.section_summary.casual_dining .summary_listing a { color:#91268F; }
.section_summary.entertainment .summary_listing a { color:#221E1F; }
.section_summary.internet .summary_listing a { color:#E69522; }


h2.listing_title
{
	background:#43A8DE;
	color:#FFFFFF;
	margin:0;
	text-align:left;
	font-size:14px;
	padding:3px 10px;
	margin-bottom:5px;
	text-transform:uppercase;
	text-decoration:none;
}


h2.listing_title a
{
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}


.listing_result, .listing_pagination
{
	background:#FFFFFF;
	float:left;
	width:450px;
	text-align:left;
	padding:5px 10px 0 10px;
	height:20px;
}

.listing_pagination
{
	text-align:right;
	width:315px;
}


table#offers_listing
{
	margin-top:5px;
	background:#FFFFFF;
	width:805px;
}

table#offers_listing th, table#offers_listing td
{
	padding:3px 10px;
	text-align:left;
	background:#FFFFFF;
}

table#offers_listing th
{
	background:#EEEEEE;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:#474747;
}

table#offers_listing td
{
	border-bottom:#DDDDDD 1px solid;
	padding:10px 10px;
}

table#offers_listing strong
{
	font-size:12px;
}

table#offers_listing a
{
	font-size:12px;
	text-decoration:none;
	xtext-transform:uppercase;
	xfont-weight:bold;
	color:#474747;
}


.internet #offers_listing strong { color:#E69522; }
.restaurants #offers_listing strong { color:#AEBBC1; }
.home #offers_listing strong { color:#ED1B23; }
.health #offers_listing strong { color:#00AEEF; }
.leisure #offers_listing strong { color:#00652D; }
.days_out #offers_listing strong { color:#EC008C; }
.retail #offers_listing strong { color:#FAA619; }
.national_trust #offers_listing strong { color:#002827; }
.food_to_go #offers_listing strong { color:#7FB538; }
.casual_dining #offers_listing strong { color:#91268F; }
.entertainment #offers_listing strong { color:#221E1F; }


.internet #offers_listing a.coloured { color:#E69522; }
.restaurants #offers_listing a.coloured { color:#AEBBC1; }
.home #offers_listing a.coloured { color:#ED1B23; }
.health #offers_listing a.coloured { color:#00AEEF; }
.leisure #offers_listing a.coloured { color:#00652D; }
.days_out #offers_listing a.coloured { color:#EC008C; }
.retail #offers_listing a.coloured { color:#FAA619; }
.national_trust #offers_listing a.coloured { color:#002827; }
.food_to_go #offers_listing a.coloured { color:#7FB538; }
.casual_dining #offers_listing a.coloured { color:#91268F; }
.entertainment #offers_listing a.coloured { color:#221E1F; }

a.coloured
{
	font-weight:bold;
	text-decoration:none;
}

.section_summary
{
	height:135px;
	xwidth:180px;
	width:156px;
	text-align:center;
}

.section_summary img
{
	border:none;
}

.section_summary h3
{
	text-align:left;
	margin-bottom:10px;
}


h3.offer
{
	background:#EEEEEE;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:#474747;
	
	padding:3px 10px;
	margin-right:5px;
}

.offer_details
{
	padding:15px 15px;
	background:#FFFFFF;
	margin-right:5px;
	background:url('../images/offers/sample.gif') no-repeat #FFFFFF 140px 40px;
}


.offer_essentials
{
	float:left;
	width:150px;
	xbackground:#CCCCCC;
}

.offer_essentials img
{
	background:#EEEEEE;
	color:#000000;
	font-weight:bold;
}


			
.full_details
{
	width:580px;
	margin-left:30px;
	float:left;
	xbackground:#99FFCC;
}


.full_details strong.strap
{
	font-size:18px;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

.full_details .strap_explain
{
	font-weight:bold;
	font-size:13px;
}


table#offers_listing th.logo
{
	width:150px;
}

#tour_link
{
	text-align:left;
	position:absolute;
	top:225px;
	left:125px;
}

#tour_link a.action_button
{
	padding:2px 15px 2px 5px;
}


table#offers_listing a 
{
	color:inherit;
}

.change_edition
{
	xtext-align:right;
	margin-right:5px;
	margin-top:5px;
	background:#FFFFFF;
	height:30px;
	padding-top:5px;
}

table#offers_listing th, table#offers_listing td img
{
	border:none;
}

#card_links
{
	position:absolute;
	text-align:left;
	xleft:400px;
	xtop:200px;
	
	left:350px;
	top:210px;

}

a.card_link
{
	margin-left:10px;
}

a.card_link img
{
	border:none;
}

