.marketplace-promo {
	color: #F52010;
	font-size: 12px;
	padding:12px 0 7px 0;
}

#add_to_bag {
	width:92%;
	border: 1px solid darkorange;
	text-shadow: 1px 1px 1px darkorange;
	border-radius: 4px;
	background-color: #b6cf83;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3),0px 2px 5px rgba(0,0,0,0.1);
	background-color: darkorange;
	background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(darkorange));
	background-image: -webkit-linear-gradient(top, orange, darkorange);
	background-image: -moz-linear-gradient(top, orange, darkorange);
	background-image: -o-linear-gradient(top, orange, darkorange);
	background-image: linear-gradient(to bottom, orange, darkorange);
}

#add_to_bag:hover {
	background-color: orange;
}

.site-wide-sale {
	color: #c44639;
	padding: 5px 0 10px 0;
	font-size: 0.75em;
	float: left;
	font-weight:normal;
}

.savings .dollar-savings {
	display:block;
}

div.price span.old_price {
	display: block;
	color: #aaa;
	text-decoration: line-through;
}

div.price span.old_price:before {
	content: "Retail: ";
}

div.price span.new_price {
	display: block;
	font-weight: bold;
	color: black;
	font-size: 1.1em;
}

div.price span.new_price:before {
	content: "Bluefly: ";
}

.price span {
	padding: 0 0 5px 0;
}

.savings .dollar-savings {
	font-size: 1em;
	color: white;
	font-style: normal;
	display: block;
	position: relative;
}

.dollar-savings span {
	color: #aaa;
	position: absolute;
	left: 0;
	font-weight: normal;
	top: 0;
}

.dollar-savings span:before {
	content: "Save ";
}

.strike_g {
	background: none !important;
}

.cart_buttons button:active,.cart_buttons button:hover {
	background: orange !important;
}

.cart_buttons {
	background:transparent;
	position:static;
	padding: 20px 0;
	float:left;
}	

.size_container {
	height: auto;
}

.size_error_text {
	padding-bottom: 7px;
}

.size_error {
	display:none !important;
}

.flex-control-nav {
	z-index: 2;
}

.product {
	padding: 20px 0px 10px 0px;
}

.flex-control-nav {
	display: block;
	width: 100%;
	left: 0px;
	bottom: -14px;
	height: 6px;
}

.flex-control-nav li a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.holiday-shipping-info {
  top: 42% !important;
  padding-left: 30px !important;	
}
