/* CSS for Product Detail Pages - Style Template 16 */

div#pdpOutsideContainer {
	margin-top: 14px; }
div#pdpBreadcrumbsContainer {
	width: 100%; 
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px; }
div#pdpBreadcrumbs {
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	color: #186a80;
	text-transform: lowercase; }
/* grey text #797979 */
div#pdpBreadcrumbs a {
	color: #186a80; }
div#pdpBreadcrumbs a:hover {
	color: #3b9255; }
div#pdpColumnsContainer { }
/* Total width of pages between the padding is 938.
      938 - 500 - 160 -30 = 248 */
/* Column One - Images */
div#pdpImageColumnOutsideContainer {
	width: 500px;
	float: left; }
div#pdpLargeImageContainer {
	margin: 30px 0px; }
div#pdpImageThumbsContainer {
	margin: 30px 0px 30px;
	text-align: center; }
div.pdpImageThumbContainer {
	/* width: 51px;
	height: 51px;  */
	display: inline;
	margin: 0px 4px; }
div.pdpImageThumbContainer img {
	width: 51px;
	height: 51px;
	border: 1px solid #000000; }
/* Column Two - Details */
div#pdpDetailsColumnOutsideContainer {
	width: 248px;
	float: left;
	margin-left: 15px; }
div#pdpLogoLinkContainer {
	padding: 25px 0px 10px; }
div#pdpTitleContainer {
	padding: 0px 0px 22px; }
div#pdpTitleContainer h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #797979; }
div#pdpPriceContainer { }
div#pdpPriceContainer div p {
	margin: 0px; }
/* Regular Price Styles */
div.pdpRegularPriceContainer { }
div.pdpRegularPriceContainer p.pdpRegularPrice {
	font-size: 12px;
	font-weight: bold; }
div.pdpRegularPriceContainer p.pdpRegularPrice span.priceLabel {
	display: none; }
div.pdpRegularPriceContainer p.pdpRegularPrice span.priceWrapper {
	font-size: 20px;
	color: #c00000;
	font-weight: bold; }
div.pdpRegularPriceContainer p.pdpSalePrice {
	display: none; }
div.pdpRegularPriceContainer p.pdpClearancePrice {
	display: none; }
div.pdpSalePriceContainer p.pdpRegularPrice {
	font-size: 12px; }
div.pdpSalePriceContainer p.pdpRegularPrice span.priceLabel { }
div.pdpSalePriceContainer p.pdpRegularPrice span.priceWrapper {
	text-decoration: line-through; }
div.pdpSalePriceContainer p.pdpSalePrice {
	font-size: 12px;
	font-weight: bold; }
div.pdpSalePriceContainer p.pdpSalePrice span.priceWrapper {
	font-size: 20px;
	color: #c30000;
	font-weight: bold; }
div.pdpSalePriceContainer p.pdpClearancePrice {
	display: none; }
div.pdpClearancePriceContainer p.pdpRegularPrice {
	font-size: 12px; }
div.pdpClearancePriceContainer p.pdpRegularPrice span.priceLabel { }
div.pdpClearancePriceContainer p.pdpRegularPrice span.priceWrapper {
	text-decoration: line-through; }
div.pdpClearancePriceContainer p.pdpSalePrice {
	font-size: 12px;}
div.pdpClearancePriceContainer p.pdpSalePrice span.priceWrapper {
	text-decoration: line-through; }
div.pdpClearancePriceContainer p.pdpClearancePrice {
	font-size: 12px;
	font-weight: bold; }
div.pdpClearancePriceContainer p.pdpClearancePrice span.priceWrapper {
	font-size: 20px;
	color: #c30000;
	font-weight: bold; }
span.priceLabel { }
span.priceWrapper { }
div#pdpDetailsColumnOutsideContainer div.noStock {
	color: #C00000;
	text-align: center;
	font-size: 16px; }
div#pdpSizeSelectorContainer {
	padding: 10px 0px; }
div#pdpSizeSelectorLabel {
	float: left;
	width: 67px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold; }
div#pdpSizeSelector {
	float: left;
	margin-left: 5px;
	width: 170px; }
div#pdpSizeSelector div.optsInStock,
div#pdpSizeSelector div {
	float: left;
	cursor: pointer;
	border: 1px solid #d0d1d3;
	color: #666666;
	text-align: center;
	height: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 1px 8px;
	margin: 4px 2px; }
div#pdpSizeSelector div.hoverState {
	background-color: #f2f2f2; }
div#pdpSizeSelectorContainer div#pdpSizeSelector div.optsOOStock {
	cursor: default;
	float: left;
	border: 1px dashed #bbbbbb;
	background-color: #ffffff;
	color: #bbbbbb;
	text-align: center;
	height: 18px;
	line-height: 18px;
	padding: 1px 8px;
	margin: 4px 2px; }
div#pdpSizeSelector div.optsSelected {
	float: left;
	border: 2px solid #ca7300;
	color: #ca7300;
	background-color: #ffe3c1;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 1px 7px;
	margin: 3px 2px; }
div#pdpSizeSelector div span.sku {
	display: none; }
div#pdpSizeSelector div#sizeClear {
	float: none;
	clear: both;
	border-width: 0px;
	line-height: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden; }
div#pdpSizeSelectorContainer .clear_div {
	display: block;
	clear: both; }
div#OneSizeWrapper {
	display: none;
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0px; }
div#pdpQtyAndSizeChartContainer {
	margin: 15px 0px; }
div#pdpQtyContainer {
	float: left;
	width: 115px;
	font-size: 12px;
	font-weight: bold; }
div#pdpQtyContainer label {
	padding-left: 20px; }
div#pdpQtyContainer input {
	width: 25px;
	height: 17px;
	border: 1px solid #d0d1d3;
	padding: 2px 0px 1px 3px; }
div#pdpSizeContainer {
	float: left;
	width: 130px; }
div#pdpSizeContainer span#sizechart {
	text-indent: -9000px;
	outline: none;
	display: block;
	cursor: pointer;
	margin-right: 21px;
	float: right;
	width: 57px;
	height: 15px;
	background-image: url(//images.surffanatics.com/partners/surf/product_detail/size_chart.jpg);
	background-position: top left;
	background-repeat: no-repeat; }
div#pdpAddToCartContainer {
	padding: 10px 0px;
	text-align: center; }
div#pdpAddToCartContainer a {
	outline: none; }
div#inventoryCheck {
	padding: 10px 0px;
	font-size: 12px;
	text-align: center;
	display: none; }
div#pdpDescriptionContainer {
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #909090; }
div#pdpDescriptionContainer ul {
	padding: 15px 0px 20px 25px;
	font-weight: normal;
	list-style-image:  url(//images.surffanatics.com/partners/surf/buttons/bullet_arrow.gif); }
div#pdpDescriptionContainer ul li {
	padding: 5px 0px; }
div#pdpShippingNotesContainer {
	color: #c30000; }
#obdCopy {
	padding: 0px 10px 5px 10px;
	font-weight: bold; }
#obdLimitations {
	text-align: right;
	font-size: 10px;
	position: relative; }
#obdLimitations a {
	color: #c30000;
	text-decoration: none; }
#obdLimitations a:hover {
	color: #c30000;
	text-decoration: underline; }
div#pdpSuggestedColumnOutsideContainer {
	width: 160px;
	float: left;
	margin-left: 15px; }
div#pdpSuggestedBorderContainer {
	border: 1px solid #e9e9e9;
	margin: 25px 0px;
	text-align: center;
	color: #909090; }
div#pdpSuggestedBorderContainer a {
	color: #909090; }
div#pdpSuggestedBorderContainer a:hover {
	text-decoration: underline;
	color: #3b9255; }
div#pdpSuggestTitle {
	padding: 15px 0px 20px; 
	font-size: 13px;
	font-weight: bold; }
	
div.mwsItem {
	padding: 0px 10px 20px; }
div.mwsImg { }
div.mwsImg a { }
div.mwsImg a img { }
div.mwsDesc {
	padding: 5px;
	line-height: 20px;
	font-size: 12px; }
div.mwsDesc a { }
div.mwsPrice { }
div.mwsBottomEdge { }
div#pdpSuggestedBorderContainer div.mwsItem div.mwsPrice a.mwsRegularPriceContainer:hover, div#pdpSuggestedBorderContainer div.mwsItem div.mwsPrice a.mwsSalePriceContainer:hover, div#pdpSuggestedBorderContainer div.mwsItem div.mwsPrice a.mwsClearancePriceContainer:hover {
	color: #3b9255; }
a.mwsRegularPriceContainer { }
a.mwsSalePriceContainer { }
a.mwsClearancePriceContainer { }
a.mwsRegularPriceContainer, a.mwsSalePriceContainer, a.mwsClearancePriceContainer {
	display: block; }
a.mwsRegularPriceContainer p, a.mwsSalePriceContainer p, a.mwsClearancePriceContainer p {
	margin: 0px;
	font-size: 12px;
	color: #666666; }
a.mwsRegularPriceContainer p.mwsRegularPrice {
	font-weight: bold; }
a.mwsRegularPriceContainer p.mwsRegularPrice span.priceLabel {
	display: none; }
a.mwsRegularPriceContainer p.mwsRegularPrice span.priceWrapper {
	color: #787878; }
a.mwsRegularPriceContainer p.mwsSalePrice {
	display: none; }
a.mwsRegularPriceContainer p.mwsClearancePrice {
	display: none; }
p.mwsRegularPrice span.priceWrapper { }
a.mwsSalePriceContainer p.mwsRegularPrice { }
a.mwsSalePriceContainer p.mwsRegularPrice span.priceWrapper {
	text-decoration: line-through; }
a.mwsSalePriceContainer p.mwsSalePrice {
	font-weight: bold; }
a.mwsSalePriceContainer p.mwsSalePrice span.priceWrapper {
	color: #993300;
	font-weight: bold;}
a.mwsSalePriceContainer p.mwsSalePrice { }
a.mwsSalePriceContainer p.mwsClearancePrice {
	display: none; }
p.mwsClearancePrice { }
p.mwsClearancePrice span.priceWrapper { }
a.mwsClearancePriceContainer p.mwsRegularPrice { }
a.mwsClearancePriceContainer p.mwsRegularPrice span.priceWrapper {
	text-decoration: line-through; }
a.mwsClearancePriceContainer p.mwsSalePrice { }
a.mwsClearancePriceContainer p.mwsSalePrice span.priceWrapper {
	text-decoration: line-through; }
a.mwsClearancePriceContainer p.mwsClearancePrice {
	font-weight: bold; }
a.mwsClearancePriceContainer p.mwsClearancePrice span.priceWrapper {
	color: #993300;
	font-weight: bold; }

/* Size Chart CSS */
#wholesizechart {
	border:2px solid #000;
	display:block;
	background-color: #FFF;
	width: 725px;
	position: absolute;
	z-index: 225; }
#wholesizechart table {
	background-color: #FFF;
	width: 725px;
	border: 1px solid #000; }
#wholesizechart table .trHeader {
	background-color: #45863F;
	color: #FFF;
	font-size: 14px; }
#wholesizechart tr td {
	padding: 2px 2px; }
#wholesizechart tr td.alt {
	background-color:#F0F0F0; }
#wholesizechart table .blHl {
	background-color:#032354;
	color:#FFF; }
#wholesizechart table td.ljfy {
	text-align:left; }
#closeChart {
	text-align: right;
	font-size: 12px;
	background-color:#032354;
	color:#FFF;	  
	height: 20px; }
#closeChart a, #closeChart a:visited {
	color:#FFF; }
	
/* Lightbox CSS */
/*
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(//images.surffanatics.com/partners/surf/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(//images.surffanatics.com/partners/surf/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
*/
/* CSS for MiniBag 4/6/09 */
/*
div#minibagOutsideContainer {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	top: 0px;
	left: 0px;
	width: 313px; }
div#minibagOutsideContainer * {
	z-index: 150; }
div#minibagOverlay {
	display: none;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 140; }
div#minibagMovementTarget { 
	top: 0px;
	width: 313px; }
div#minibagBorderContainer {
	border: 2px solid #e9e9e9;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 8px;
	margin-top: 10px; }
div#minibagCloseButton {
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(//images.surffanatics.com/partners/surf/quicklook/close.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 10px;
	right: 10px; }
div#minibagContainer {
	width: 309px;
	background-color: #ffffff; }
div#minibagBottomCap {
	width: 313px;
	height: 20px;
	background-image: url(//images.surffanatics.com/partners/surf/minibag/minibag_bottom_cap.gif);
	background-repeat: no-repeat;
	background-position: top center; }
div#minibagPadding {
	padding: 0px 25px; }
div#minibagHeaderCartContainer {
	height: 40px;
	width: 290px; }
a#minibagHeaderCartLink1 {
	display: block;
	float: left;
	width: 34px;
	margin: 11px 0px 0px 9px; }
a#minibagHeaderCartLink2 {
	display: block;
	float: left;
	width: 150px;
	margin: 15px 0px 0px 0px;
	font-size: 11px; }
a#minibagHeaderCheckoutLink {
	display: block;
	float: left;
	width: 74px;
	margin: 11px 0px 0px 7px; }
div.minibagItem {
	padding: 18px 8px 22px;
	border-bottom: 1px dashed #666666; }
div.minibagItem img {
	float: left;
	padding: 2px;
	border: 1px solid #dddddd; }
div.minibagItemDetails {
	height: 60px;
	margin-left: 80px;
	font-size: 11px; }
div.minibagItemTitle {
	width: 100%;
	text-align: left;
	height: 46px; }
div.minibagItemTitle a {  }
div.minibagItemBottomRow {
	height: 14px;
	text-align: left;
	width: 100%; }
div.minibagItemSize {
	float: left;
	width: 56px; }
div.minibagItemQty {
	float: left;
	width: 38px; }
div.minibagItemTotal { 
	float: left;
	width: 69px; }
div.minibagItemDetails span.value {
	font-weight: bold; }
div#minibagTotalButtonsContainer { }
div#minibagCartTotalContainer { 
	text-align: center;
	font-size: 12px; 
	width: 100%; 
	line-height: 48px; }
div#minibagCartTotalContainer span#minibagCartTotal {
	font-weight: bold; }
div#minibagBottomButtons { 
	height: 33px;
	width: 275px;}
div#minibagContinueShoppingButton {
	float: left;
	width: 137px;
	height: 33px;
	margin-right: 3px;
	cursor: pointer;
	outline: none;
	background-image: url(//images.surffanatics.com/partners/surf/minibag/minibag_continue_shopping.jpg);
	background-repeat: no-repeat;
	background-position: top center; }
div#minibagCheckoutButtonContainer {
	float: left;
	width: 125px; }
div#minibagCheckoutButtonContainer a {
	display: block;
	width: 135px;
	height: 33px;
	outline: none;
	text-indent: -9000px;
	margin-right: 0px;
	background-image: url(//images.surffanatics.com/partners/surf/minibag/minibag_checkout_now.jpg);
	background-repeat: no-repeat;
	background-position: top center; }
*/
	