#pdp_container {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px 30px;
}

#pdp_container h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#pdp_container img {
	border: none;
}

#pdp_content {
	float: right;
	width: 615px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#pdp_content.recentlyViewed {
	width: 555px;
}

#pdp_info {
	float: left;
	width: 420px;
	height: 323px;
	min-height: 300px;
	background-color: white;
	padding: 10px;
}

#pdp_content.recentlyViewed #pdp_info {
	width: 390px;
	height: 323px;
	min-height: 320px;
	padding: 5px;
}

html>body #pdp_content.recentlyViewed #pdp_info, html>body #pdp_info {
	height: auto;
}

#pdp_priceRange {
	margin: 0px 0px 10px;
	padding: 0px;
}

#pdp_styles {
	margin-top: 10px;
	width: 390px;
	height: 115px;
	overflow: auto;
}

#pdp_styles.singleRowStyles {
	height: auto;
}

#pdp_styles a {
	padding: 0px 7px 3px 0px;
	float: left;
}

#pdp_styles a img {
	border: 2px solid white;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#pdp_styles a.selected img {
	border: 2px solid #F2B600;
}

#pdp_viewMoreStyles {
	margin: 5px 0px;
}

#pdp_viewMoreStyles a {
	color: black;
	font-size: 10px;
	margin-bottom: 15px;
	text-decoration: none;
}

#pdp_sizes {
	margin: 0px 0px 0px 20px;
}

#pdp_sizes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pdp_sizes li {
	float: left;
}

#pdp_sizes li a {
	display: block;
	color: #ee7f01;
	width: 36px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	margin: 2px;
}



#pdp_sizes li a.available {
	border: 1px solid #ee7f01;
	color: #ee7f01;
	cursor: pointer;
}



#pdp_sizes li a.selected {
	border: 1px solid #ee7f01;
	background-color: #ee7f01;
	color: white;
	font-weight: bold;
}
#pdp_sizes li a.available:hover {
	border: 1px solid white;
	background-color: #d4d4d4;
	color: white;
	font-weight: bold;
}

#pdp_sizes li.clear {
	clear: both;
	border: 1px solid red;
	background-color: transparent;
	float: none;
	width: auto;
}

#pdp_thisShoeRunIcon {
	padding: 0px;
	margin: 3px 0px 0px;
}

#pdp_sizeAvailableWrapper {
	
}

#pdp_form {
	float: left;	
	width: 150px;
	padding: 5px;
}
#pdp_recent {
	background-color: white;
	float: right;	
	width: 53px;
	padding: 2px 0px 2px 6px;
	height:323px;
	min-height:300px;
	text-align: center;
}
#pdp_recent_image {
	padding: 2px;
	height: 52px;
	cursor: pointer;
}

html>body #pdp_form {
	width: 140px;
}
html>body #pdp_recent {
	height: auto;
}

#pdp_form form {
	margin: 0px;
	padding: 0px;
}

#pdp_form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pdp_form li {
	margin: 0px 0px 10px 0px;
}

.oldPrice {
	text-decoration: line-through;
}

.salePrice {
	color: red;
	font-weight: bold;
}

#pdp_xfory {
	display: none;
}

#pdp_form li#pdp_addToCart {
	padding-top: 20px;
	margin: 0px 0px 30px;
}

#pdp_form li#pdp_timer {
	display: none;
	border: 1px solid gray;
	color: gray;
	padding: 5px;
	margin: 30px 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#pdp_form li#pdp_timer div {
	font-size: 12px;
	color: red;
}

#pdp_form li#pdp_taf {
	margin: 0px 0px 30px;
}

#pdp_image {
	float: left;
}

#pdp_top .zoomText {
	margin-top: 5px;
	text-align: right;
}

#productImage {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
}

#pdp_form label {
	font-weight: bold;
}

#pdp_bottom {
	clear: both;
	margin-top: 20px;
}

#pdp_similarStyles {
	float: left;
	width: 320px;
}

#pdp_similarStylesTitle {
	background-color: #ccc;
	padding: 5px;
}

#pdp_similarStyles ul {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px;
}

#pdp_similarStyles li {
	float: left;
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
}

#pdp_tabSection {
	float: right;
	width: 615px;
}

#pdp_icon {
	color: red;
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
}

#pdp_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

#pdp_tabs li {
	float: left;
	margin-right: 5px;
}

#pdp_tabs li a {
	background-color: #eee;
	border: 1px solid #ccc;
	display: block;
	width: 100px;
	padding: 5px 0px;
	text-align: center;
	position: relative;
	margin-bottom: -1px;
	cursor: pointer;
}

#pdp_tabs li.hover a {
	background-color: white;
	border-bottom: 1px solid #ccc;
}

#pdp_tabs li.selected a {
	background-color: white;
	border-bottom: 1px solid white;
}

#pdp_tabContents {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px;
	height: 270px auto;
	overflow: auto;
}

html>body #pdp_tabContents {
	min-height: 250px;
	height: auto;
	clear: both;
}

#pdp_tabContents table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

#pdp_tabContents .tabContent {
	display: none;
}

#pdp_tabContents .selected {
	display: block;
}

#shadowbox_content {
	background-color: white;
}

#pdp_tabs li.hidden, #pdp_tabContents .hidden {
	display: none;
}

#pdp_excludedMessage {
	padding-top:10px;
	font-size: 12px;
	color: red;
}

#pdp_excludedMessage a {
	color: red;
	text-decoration: underline;
	cursor: help;
}

#pdp_form #pdp_addtocart_bubble {
	width: 180px;
	height: 70px;
	z-index: 2;
	position: absolute;
	display: none;
	padding: 5px 6px 23px;
}

html>body #pdp_form #pdp_addtocart_bubble {
	width: 168px;
	height: 42px;
}

#pdp_addtocart_bubble table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#pdp_addtocart_bubble table td {
	vertical-align: middle;
	text-align: center;
}

#pdp_form #pdp_addtocart_bubble ul {
	padding: 0px;
	margin: 0px;
}

#pdp_form #pdp_addtocart_bubble ul li {
	font-weight: bold;
	color: white;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px;
}

#pdp_personalization label {
	font-weight: normal;
	width: 115px;
	float: right;
}

/*****************************************
	PDP Zoom
*****************************************/

#zoomImageDiv, #zoomBackground {
	width: 750px;
	height: 550px;
	padding: 15px 20px 0px 20px;
	margin: 0px;
	position: absolute;
	z-index: 999;
}

#zoomBackground {
	background: transparent url(images/zoom_bg.gif) top left no-repeat;
}

html>body #zoomImageDiv {
	width: 710px;
	height: 535px;	
}

#zoomImageContent {
	position: absolute;
	z-index: 1000;	
}

#zoomImage {
	float: left;
	border-right: 1px solid gray;
	padding: 0px 15px 0px 0px;	
}

#zoomImageDiv.singleItem #zoomImage {
	border: none;
	float: none;	
	text-align: center;
}

#zoomImage img {
	width: 500px;
	height: 500px;
	border: 1px dashed #ddd;
}

#otherZoomImages {
	float: right;
	text-align: left;
	width: 180px;
}

#otherZoomImages img {
	border: 1px dashed #ddd;
	padding: 2px;
	width: 50px;
	height: 50px;
}

#zoomImageDiv.singleItem #otherZoomImages {
	display: none;
}

#zoomClose {
	clear: both;
	text-align: right;
	margin-top: -15px;
}

html>body #zoomClose {
	margin-top: 0px;
	padding-top: 8px;
}

#zoomClose a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/* tab contents */

#pdp_articles {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pdp_articles li {
	clear: both;
	margin-bottom: 10px;
}

#pdp_articles .thumb {
	float: left;
	margin-right: 10px;
}

#pdp_articles .thumb img {
	width: 100px;
}

#pdp_articles p {
	margin-top: 0;
}

#pdp_articles .bullet {
	font-size: 30px;
	line-height: 10px;
}

#shadowbox_content.html {
	background-color: white;
}

#pdp_video_links {
	display: none;
}

#pdp_video_links a {
	display: block;
}

/* bazaar voice */

#pdp_bvRating {
	margin: 5px 0;
	width: 280px;
	display: none;
}

#pdp_bvRating img {
	margin-right: 10px;
}

#pdp_bvRating .BVratingsHistogramButton {
	float: right;
}

.breadCrumb {
	text-align: left;
}

/* magic zoom

#mzZoomArea-big {
	position: absolute;
	width: 300px;
	height: 200px;
	display: none;
}
 */

