/*--------------------------------------------------*/
/* Offers                                           */

	#offers h3 {
		background: #B2B2A0;
		color: #FFF;
		font-family: arial, georgia, "Times New Roman", serif, verdana;
		font-size: 1em;
		padding: 10px;
	}

	#offers div.offer {
		border: 1px solid #CCC;
		height: auto !important;
		height: 120px; /* IE6 Win: Treats height as min-height, and fails to understand the important rule */
		min-height: 120px;
		padding: 0 5px 0 125px;
		margin: 0 0 10px 0;
	}

	#offers div.offer:target {
		background: #e7e7de;
	}

	#offers div.offer p.image {
		float: left;
		width: 125px;
		margin: 0 0 0 -125px;
		display: inline; /* IE6 Win: Double margin bug fix */
	}

	#offers div.offer p.image img {
		display: block;
		margin: 5px;
	}

	#offers div.offer div.body {
		border-bottom: 1px solid #FFF; /* IE5+6+7 Win: Adds mystery bottom padding to parent */
	}

	#offers div.offer:target div.body {
		border-bottom-color: #e7e7de;
	}

	#offers div.offer h4 {
		color: #788B3C;
		font-size: 1.5em;
		font-weight: normal;
		padding: 5px 0 5px 0;
	}

	#offers div.offer p.link a {
		font-weight: bold;
		color: #788B3C;
		text-decoration: none;
	}

	#offers div.offer p.link a:hover,
	#offers div.offer p.link a:focus,
	#offers div.offer p.link a:active {
		text-decoration: underline;
	}

