/* Styles specific to the banner display cartridges */

.bannerImage {
    height: 250px;
    width: 940px;
}

.SpotlightCornerContainer {
	padding: 10px 0 10px 0;
	min-height: 1px;
}

.SpotlightCorner1, .SpotlightCorner2, .SpotlightCorner3, .SpotlightCorner4 {
	font-size: 1px;
	overflow: hidden;
	display: block;
}

.SpotlightCorner1 {height:1px; background:#888; margin:0 5px;}
.SpotlightCorner2 {height:1px; background:#FCEACF; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.SpotlightCorner3 {height:1px; background:#FCEACF; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.SpotlightCorner4 {height:2px; background:#FCEACF; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}

.SpotlightCornerContent {
	background: #FCEACF;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}

.OneRecordBanner, .ThreeRecordBanner {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-left: 5px;
}

.ThreeRecordBanner .Title, .ThreeRecordBanner .SeeAllLink a, .OneRecordBanner .SpotlightRecord .Title {
	font-weight: bolder;
	font-family: Georgia, Verdana;
}

.OneRecordBanner .SpotlightImage img {
	width: 250px;
	border: solid black 1px;
}

.OneRecordBanner .SpotlightImage {
	float: left;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.OneRecordBanner .SpotlightRecord {
	float: left;
	width: 45%;
	overflow: hidden;
	padding: 0 7px 0 7px;
}

.OneRecordBanner .SpotlightRecord span {
	display: block;
	padding-bottom: 5px;
	text-align: center;
}


.OneRecordBanner .SpotlightRecord .ProductImage img {
	width: 100px;
	border: solid black 1px;
}

.OneRecordBanner .SpotlightRecord .ProductName, .ThreeRecordBanner .SpotlightRecord .ProductName {
	font-weight: bold;
	font-size: 12px;
}

.OneRecordBanner .SpotlightRecord .ProductPrice,  .ThreeRecordBanner .SpotlightRecord .ProductPrice {
	color: #6C1C1A;
	font-style: italic;
	font-weight: bold;
}

.ThreeRecordBanner .Title, .OneRecordBanner .SpotlightRecord .Title {
	font-size: 24px;
	color: #6F970B;
	margin-bottom: 4px;
}

.ThreeRecordBanner .SeeAllLink a {
	clear: both;
	font-size: 12px;
	color: #AC5E1E;
	margin-top: 4px;
}

.ThreeRecordBanner .SpotlightRecords {
	clear: both;
	overflow: hidden;
	position: relative;	
}

.ThreeRecordBanner .SpotlightRecords .SpotlightRecord {
	float: left;
	width: 33%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.ThreeRecordBanner .SpotlightRecords .SpotlightRecord span {
	display: block;
	padding-bottom: 5px;
	text-align: center;	
}

.ThreeRecordBanner .ProductImage img {
	width: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

/* IE6 Fixes */
* html .ThreeRecordBanner, * html .SpotlightCornerContainer {
	width: 95%;	
}

* html .SpotlightCornerContent {
	height: 140px;
}