@import "reset.css";
@import "typeography.css";

html, body {
	overflow: auto;
}

body {
	
}

/* @group decorations */

#deco1 {
	background: url("/retail/site/img/ad/deco-grapes.gif") top right no-repeat;
	width: 171px;
	height: 196px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#deco2 {
	display: none;
	background: url("/retail/site/img/ad/deco-vines.gif") bottom left no-repeat;
	width: 252px;
	height: 248px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#deco-call-info {
	color: #555;
	text-align: center;
	font-size: 15px;
	position: absolute;
	bottom: 3px;
	width: 100%;
	white-space: nowrap;
}

#bv-logo {
	position: absolute;
	bottom: 18px;
	left: 22px;
	background: url("/retail/site/img/ad/bv-logo.gif") bottom left no-repeat;
	width: 180px;
	height: 54px;
}

#retail-logo {
	position: absolute;
	right: 28px;
	bottom: 18px;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

/* @end */

#header {
	font-weight: bold;
	font-style: italic;
	font-size: 1.7em;
	position: absolute;
	top: 32px;
	left: 40px;
	white-space: nowrap;
}

#container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

/* @group content */

#content {
	text-align: left;
	min-width: 450px;
	margin: 125px 125px 0px 125px;
	line-height: 1.4;
	overflow: hidden;
}
	#content .thumb {
		float: left;
		background: url("/retail/site/img/ad/thumb-bg.gif") top left no-repeat;
		padding: 3px;
		width: 126px;
		line-height: 23px;
		font-size: 20px;
	}
		#content .thumb .text {
			color: #666;
			text-align: center;
			margin-bottom: 1px;
		}
		#content .thumb .deco {
			background: url("/retail/site/img/ad/thumb-deco.gif") bottom center no-repeat;
			height: 22px;
		}
	#content .info {
		margin-left: 144px;
	}
	#content .title {
		display: block;
		font-size: 2.1427em;
	}

/* @group details */

	#content .details {
		font-size: 1.2857em;
		margin: -2px 0px 3px 0px;
	}
		#content .price {
			/*font-size: 0.7em;*/
			color: #8d0244;
			float: right;
		}
		#content .details .store-location {
			display: block;
			/*float: right;*/
			font-size: 1em;
			font-style: italic;
			margin-bottom: 0.6em;
		}
			#content .details .store-location .location {
				color: #8d0244;
			}

/* @end */
	#content .description {
		font-size: 1.2857em;
		text-align: justify;
	}
	#content .quote {
		font-size: 1em;
		font-style: italic;
		float: right;
		width: 35%;
		text-align: justify;
		margin: 0em 0.9em 0.8em 1.5em;
		padding-top: 2px;
	}
		#content .quote .head {
			border-bottom: 2px solid #e5e5e5;
			display: block;
			color: #8d0244;
			font-size: 0.9em;
			font-weight: bold;
			text-align: left;
		}
		#content .quote .body {
			display: block;
			padding-top: 0.2em;
		}
		#content .quote .author {
			border-bottom: 2px solid #e5e5e5;
			color: #8d0244;
			display: block;
			margin: 0em;
			padding-top: 0.1em;
			padding-bottom: 0.2em;
			font-size: 1em;
			font-weight: bold;
			text-align: right;
		}

/* @end */























