/*New Products Banner styles*/
#SpecialOffers {

}
		.contentbox #SpecialOffers {
		margin-top: 8px;
		}
	#SpecialOffers ul {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	position: relative;
	/*height: 180px;
	overflow: hidden;*/
	}
		.contentbox #SpecialOffers ul {
		height: 212px;
		overflow: hidden;
		}
		#SpecialOffers ul li {
		height: 210px;
		float: left;
		width: 33.3%; 
		/width: 33%;
		margin-bottom: 20px;
		}
			#SpecialOffers ul li div {
			position: relative;		
			margin: 0 4%;
			}
	#SpecialOffers .carousel-wrap ul {
	width: 300% !important;
	margin-bottom: 0;
	}
		#SpecialOffers .carousel-wrap ul li {
		height: auto;
		padding-bottom: 6px;
		width: 11.11%;
		/width: 11.11%;
		}
		#SpecialOffers .carousel-control {
		height: 24px;
		margin-top: 90px;
		width: 24px;
		text-indent: -9999px;
		background: url(/Images/CarouselControls.gif) 0 0 no-repeat;
		}
		#SpecialOffers .carousel-previous {
		float: left;
		margin-right: 0px;
		}
			#SpecialOffers .carousel-previous:hover {
			background-position: 0 -50px;
			}
		#SpecialOffers .carousel-next {
		float: right;
		background-position: -50px 0;
		margin-left: 0px;
		}
			#SpecialOffers .carousel-next:hover {
			background-position: -50px -50px;
			}
		#SpecialOffers .carousel-pagination {
		text-align:center;
		margin-bottom: 0.5em;
		line-height: 1em;
		}
			#SpecialOffers .carousel-pagination p {
			display: inline;
			}
				#SpecialOffers .carousel-pagination p a {
				cursor: default;
				padding: 0 5px;
				margin: 0 3px;
				background: url(/Images/CarouselControls.gif) 2px -297px no-repeat;
				}
					#SpecialOffers .carousel-pagination p a.active, #SpecialOffers .carousel-pagination p a.active:hover {
					background-position: -98px -297px;
					}
					#SpecialOffers .carousel-pagination p a:hover {
					background-position: -48px -297px;
					}
			
			#SpecialOffers ul li a.Main {
			position: relative;
			display: block;
			cursor: pointer;
			text-decoration: none;
			zoom: 1;
			height: 200px;
			border: solid 1px #bbb;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			/*-moz-box-shadow: 2px 2px 3px #666;	
			-webkit-box-shadow: 2px 2px 3px #666;	
			box-shadow: 2px 2px 3px #666;	*/
			padding: 5px;
			background: #ddd url(../Promotions/Images/SpecialOfferGradient.png) top left repeat-x;
			}
				#SpecialOffers ul li a:hover {
				text-decoration: none;
				-moz-box-shadow: 1px 1px 2px #666 inset;
				-webkit-box-shadow: 1px 1px 2px #666 inset;
				box-shadow: 1px 1px 2px #666 inset;
				border-color: #09f;
				}
			#SpecialOffers ul li a span.Image {
			display: block;
			width: 100%;
			height: 130px;
			margin: 1px 0 3px;
			zoom: 1;
			}
			#SpecialOffers ul li a span.Title {
			text-align: center;
			display: table;
			width: 100%;
			overflow: hidden;
			zoom: 1;
			font-weight: bold;
			}
				#SpecialOffers ul li a span.Title span {
				display: table-cell;
				vertical-align: middle;
				height: 3em;
				padding: 0px 5px;
				line-height: 1.1em;
				}
					#SpecialOffers .carousel-wrap ul li a span.Title span {
					height: 3.4em;
					}
					#SpecialOffers ul li a:hover span.Title span {
					background-position: 50% -100px;
					}
			
			#SpecialOffers ul li a span.WAS {
			position: absolute;
			left: 5px;
			bottom: 5px;
			float: right;
			display: inline;
			padding: 3px 5px;
			zoom: 1;
			font-size: 130%;
			text-decoration: line-through;
			color: #555;
			}
			
			#SpecialOffers ul li span.NOW {
			text-decoration: none;
			position: absolute;
			right: 5px;
			bottom: 5px;
			float: right;
			display: inline;
			padding: 3px 23px 3px 5px;
			zoom: 1;
			font-size: 130%;
			font-weight: bold;
			background: #b00 url(../Promotions/Images/PriceCheck.gif) 100% 50% no-repeat;
			color: #fff;
			border: solid 1px #600;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-box-shadow: -1px -1px 2px #600 inset;
			-webkit-box-shadow: -1px -1px 2px #600 inset;
			box-shadow: -1px -1px 2px #600 inset;
			text-shadow: 1px 1px 1px #000;
			}
			#SpecialOffers ul li a:hover span.NOW {
			background-color: #c00;
			border-color: #900;
			-moz-box-shadow: 1px 1px 2px #600 inset;
			-webkit-box-shadow: 1px 1px 2px #600 inset;
			box-shadow: 1px 1px 2px #600 inset;
			}
					
					/*Promotion List Styles
----------------------------------------------*/
.Promotions {
list-style: none;
margin: 0.5em 0.25em 0.5em -0.66%;
/margin-bottom: 1.5em;
padding: 0;
}
	.Promotions li {
	float: left;
	display: inline;
	width: 31.2%;
	margin: 0 0% 1.25em 2%;
	}
	.QuarterColumn .Promotions {
	margin: 0 0 1.25em;
	}
	.QuarterColumn .Promotions li {
	width: 100%;
	margin: 0 0 1.25em;;
	}
		.Promotions li a {
		display: block;
		position: relative;
		height: 200px;
		text-decoration: none;
		background: #fff 50% 0% no-repeat;
		}
				.Promotions li a:hover {
				background-position: 50% 100%;
				}
				.Promotions li a:hover * {
				cursor: pointer;
				}
			.Promotions li a span.LC {
			width: 7px;
			height: 200px;
			position: absolute;
			left: 0px;
			top: 0px;
			background: url(../Promotions/Images/PanelCornersLeft.png) 
			}
			.Promotions li a span.RC {
			width: 7px;
			height: 200px;
			position: absolute;
			right: 0px;
			top: 0px;
			background: url(../Promotions/Images/PanelCornersRight.png) 
			}
			.Promotions li a img {
			position: absolute;
			}
				.Promotions li a img.TL {top: 0px; left: 0px; margin: ;}
				.Promotions li a img.TR {top: 0px; right: 0px; margin: ;}
				.Promotions li a img.BR {bottom: 0px; right: 0px; margin: ;}
				.Promotions li a img.BL {bottom: 0px; left: 0px; margin: ;}
			.Promotions li a h4 {
			position: absolute;
			color: #fff;
			font-size: 115%;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: right;
			line-height: 1.1em;
			padding: 6px 9px;
			margin: 0;
			width: 90%;
			}
				.Promotions li a h4.TL {top: 0px; left: 0px; text-align: left;}
				.Promotions li a h4.TR {top: 0px; right: 0px;}
				.Promotions li a h4.TC {top: 0px; text-align: center;}
				.Promotions li a h4.BR {bottom: 0px; right: 0px;}
				.Promotions li a h4.BL {bottom: 0px; left: 0px; text-align: left;}
				.Promotions li a h4.BC {bottom: 0px; text-align: center;}
		
/*Promotion Specific Styles*/
		.Promotions li.Clearance a {
		background-image: url(/Promotions/Images/ClearancePanel.jpg);
		}
		.Promotions li.Remainder a {
		background-image: url(/Promotions/Images/RemainderPanel.jpg);
		}
		
/*Headlines styles*/
#Headlines {
clear: both;
margin-bottom: 1em;
font-size: 90%;
border-bottom: solid 1px #62615a;
background: #eee url(/images/BreadcrumbBG.gif) 0 50% no-repeat;
padding: 0 0.75em 0.5em;
}
	#Headlines strong {
	float: left;
	display: inline;
	padding: 0.5em 0 0.1em;
	font-size: 100%;
	line-height: 1.3em;
	}
	#Headlines ul {
	list-style: none;
	margin: 0 0 0 8.25em;
	padding: 0.5em 0 0;
	line-height: 1.2em;
	}
		#Headlines ul li {
		zoom: 1;
		display: inline;
		background: url(/images/Breadcrumb.gif) -3px 50% no-repeat;
		padding-left: 13px;
		padding-right: 6px;
		list-style: none;
		margin: 0px;
		}
			#Headlines ul li a {
			text-decoration: none;
			white-space: nowrap;
			}
				#Headlines ul li a:hover {
				text-decoration: underline;
				}
