
#product-main {
	width: 750px;
	float:right;
}

#product-midbar {
	padding: 10px 0px;
}
#sidebar-you-may-also-like h2{
	color:#999;
}



/* Uprights */

.product-upright-hero {
	width: 750px;
	height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.product-upright-hero-graphic {
	position: absolute;
	top: 0px;
	left: 0px;
}
.product-upright-hero-text {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* inventory clearance promotional language */
#special-promotion {
	width:90px;
	font-size:11px;
	position:absolute;
	padding:5px;
	font-weight:normal;
	top:30px;
	left:0;
	z-index:1;
	line-height:1.2em;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background:#0686C7;
	color:#E8F4FA;
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
}

#special-promotion span {
	display:block;
	font-weight:bold;
	font-size:16px;
	line-height:1em;
}
