#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: 0;
	padding: 0;
}

#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_wishlist {
	padding: 0px 0px 5px 330px;

}

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

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

#pdp_styles.singleRowStyles {
	height: auto;
}

#pdp_styles a {
	padding: 0 7px 3px 0;
	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 0;
}

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

#pdp_sizes {
	margin-top: 10px;
}

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

#pdp_sizes li {
	float: left;
}

#pdp_sizes li a {
	display: block;
	border: 1px dotted #bbb;
	color: #bbb;
	width: 36px;
	text-align: center;
	text-decoration: none;
	padding: 5px 3px;
	margin: 0 4px 4px 0;
}

html>body #pdp_sizes li a {
	min-width: 36px;
	width: auto;
}

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

#pdp_sizes li a.selected {
	border: 1px solid #F2B600;
	background-color:#F2B600;
	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: 0;
	margin: 3px 0 0;
}

#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: 0;
	padding: 0;
}

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

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

#pdp_form li p {
	margin: 0;
	padding: 0;
}

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

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

#pdp_xfory {
	display: none;
}

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

/*#pdp_form li#addToWishlist {
	padding-top: 5px;
	margin: 0 0 5px;
}

#pdp_form li#pdp_returntoCatalog {
	padding-top: 5px;
	margin: 0 0 20px;
}*/

#pdp_form li#pdp_timer {
	display: none;
	border: 1px solid gray;
	color: gray;
	padding: 5px;
	margin: 30px 0;
	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: 0 0 30px; */
}

#pdp_image {
	float: left;
}

#pdp_top .zoomText {
	margin-top: 5px;
	text-align: right;
}
#zoomContainer {
	width:322px;
	height: 25px;
}
#pdp_viewFullScreen {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: none;
}
#pdp_viewLargerImage {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: none;
}
#viewVideos {
	margin-top: 5px;
	float: right;
	text-align: right;
	display: none;
}

#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 0 0;
}

#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: 90px;
	padding: 5px 0;
	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: 250px;/* auto;
	overflow: auto;*/
}

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

#pdp_tabContents table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	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_addtocart_bubble {
	width: 180px;
	height: 70px;
	z-index: 2;
	position: absolute;
	display: none;
	padding: 5px 6px 23px;
}

html>body #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_addtocart_bubble ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

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

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

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

#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: 0 15px 0 0;	
}

#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;
}

#pdp_container #pdp_tag_button {
	/* padding-bottom: 25px; */
}

#productsizing { 
	height:270px;
	width:600px;
	overflow-x:hidden;
	overflow-y:auto;
	margin:-4px;
} 

html>body #productsizing { 
	height:260px;
	width:602px;
	overflow-x:hidden;
	overflow-y:auto;
	margin:-4px;
} 

#pdp_tabContents #pdp_tabContent_reviews {
	clear: both;
	height: 250px;
	width: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#pdp_tabContents #pdp_tabContent_answers {
	clear: both;
	height: 250px;
	width: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.breadCrumb {
	text-align: left;
}

/* magic zoom
#mzZoomArea-big {
	position: absolute;
	width: 300px;
	height: 200px;
	display: none;
}
*/
/* bazaar voice */
.bv_viewAllQA {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-bottom:5px;
}

.bv_viewAllQA a:hover{
	color:#000000;
}
.bv_viewAllQA a{
	color:#000000;
}

.bv_viewAllReview {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-bottom:5px;
}

.bv_viewAllReview a:hover{
	color:#000000;
}
.bv_viewAllReview a{
	color:#000000;
}
#bv_notloginwrapper_CCS {
	font-size:12px;
	width:99%;
	color:Black;
	text-align:left;
	border:solid #E2E2E2 1px;
}
#bv_notloginwrapper {
	font-size:12px;
	width:99%;
	color:Black;
	text-align:left;
	border:solid #CCCCCC 1px;
}
#bv_producttitleRR_CCS {
	font-weight:bold;
	background-color:#E2E2E2;
	padding:5px;
}
#bv_producttitleRR {
	font-weight:bold;
	background-color:#CCCCCC;
	padding:5px;
}
#bv_producttitleQA_CCS {
	font-weight:normal;
	background-color:#E2E2E2;
	padding:5px;
	font-size:14px;
}
#bv_producttitleQA {
	font-weight:normal;
	background-color:#CCCCCC;
	padding:5px;
}

#bv_message {
	padding:5px;
}
#bv_button {
	padding:5px;
	margin-left:40px;
}
#bv_signin {
	padding:3px;
}
#bv_signin a {
	color:#000000;
}
#bv_signin a:hover {
	color:#000000;
}
#bv_signup {
	padding:3px;
}
#bv_signup a {
	color:#000000;
}
#bv_signup a:hover {
	color:#000000;
}
#bv_retruntoproduct {
	padding-top:15px;
	padding-left:5px;
	padding-bottom:10px;
	padding-right:5px;
}
#bv_retruntoproduct a {
	color:#000000;
}
#bv_retruntoproduct a:hover {
	color:#000000;
}
#pdp_container .brandIconImage{
	float: left;
	margin-right: 5px;
}
#mybuys_product_recommendations{
	display: block;
}
#legacy_product_recommendations{
	display: none;
}
#alt_shipping {
        color:#0351a0;
	margin-top:10px;
}

#pdp_freeShipping {
	color:#00257b;
}
#pdp_freeShipping a {
	color:#00257b;
	text-decoration:underline;
	cursor: help;
}
.pdp_freeShipping_padding {
	padding-top:10px;
}
#pdp_inStoreAvailability {
	margin-top: -11px;
	#margin-top: 1px;
}
#rawURL { 
	display:none;
	visibility:hidden;
}

.pdp_alt_img_thumb_container {
	margin-top: 3px;
	margin-bottom: 2px;
	height: auto;	
	width: 315px;
	float: left;
}

.pdp_alt_img_thumb_el {
	padding-right: 5px;
	width: 40px;
	height: 40px;
	float:left;
}

.pdp_alt_img_thumb {
	border: 1px solid #CCCCCC !important;
}
.pdp_alt_img_thumb_highlight {
	border: 2px solid #000000 !important;
}


