#productDetailsPageContainer {
}

.breadCrumbs {
	font-size: 8pt;
	margin-bottom: 7px;
}

.productTitle {
	margin: 0 0 15px 0;
}

H1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;	
	color: #999999;
}

TD#productDetailsColumn {
	width: 100%;
	vertical-align: top;
}


TABLE#imagesAndPrice {
	width: 100%;
}


/* PRODUCT IMAGES */

TD#imagesColumn {
	width: 285px;
	vertical-align: top;
	text-align: center;
}

.productMainImage {	
	text-align: center;
}

#mainImageCell {
	text-align: center;
}

.tagBottom {
	margin: 10px 0;
	font-size: 80%;
}

.productExtraImages {
	text-align: center;
}

.extraImage {
	border: #CCCCCC 1px solid;
	text-align: center;
}


TD#priceColumn {
	vertical-align: top;
}

.generalContentLabelToggle {
	cursor: pointer;
}

.productCustomFieldIterator_group1 {
	margin-bottom: 10px;
}

#productSku {
	margin-bottom: 10px;
}

.powerReviewsSnippet {
	margin-bottom: 10px;
}

.productCondition {
	margin-bottom: 10px;
}

#productRetailPrice {
}

.retailPriceLabel {
}

.retailPrice {
}

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

.mapPriceLabel,
.mapPrice {
	font-size: 14pt;
	font-weight: bold;
}

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

.callForPriceLabel {
	font-weight: bold;
}

#productPrice {
	margin-top: 3px;
}

.priceLabel, 
.price, 
#dynamic_price,
.salePriceLabel,
.salePrice {
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}


#OptionsAndAddContainer {
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
}

.productDps {
	margin-bottom: 10px;
}

.dpsGroupTitle {
	display: inline;
	font-weight: bold;
}

.dpsGroupSelect {
	display: inline;
}

.productAttributes {
	margin-bottom: 10px;
}

.productAttributeName {
	display: inline;
	font-weight: bold;
}

.productAttributeSelect {
	display: inline;
}

.productQtyAndAddToCart {
}

.qtyLabel {
	font-weight: bold;
}

.qtyInput {
}

.addToCartLink {
	margin-top: 10px;
	background: #666666;
	width: 133px;
	height: 24px;
}

.productCategoryAttributesTable {
}


.att_table {
	font-size: 8pt;
}

.att_title {
	padding: 3px;
	width:75px;
	background: #EEEEEE;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.att_value {
	padding: 3px;
}


#productDescriptionLabel {
	margin-left: 10px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
}

.tabs_productDescription {
}

#tabs {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

#tabs a:link {
	color: #666666;
	text-decoration: none;
}

#tabs a:active {
	color: #666666;
	text-decoration: none;
}

#tabs a:visited {
	color: #666666;
	text-decoration: none;
}

#tabs a:hover {
	color: #666666;
	text-decoration: none;
}

#tabs_productTabstab1, #tabs_productTabstab2, #tabs_productTabstab3, #tabs_productTabstab4, #tabs_productTabstab5, #tabs_productTabstab6 {
	float: left;
	margin-right: 2px;
}

.tabOffLeft {
	float: left;
	width: 10px;
	height: 22px;
	background: url(../../../../../../../../optimizedsf/images/tab_off_lt.gif);
}

.tabOffMiddle {
	float: left;
	height: 22px;
	line-height: 22px;
	background: url(../../../../../../../../optimizedsf/images/tab_off_bg.gif);
}

.tabOffRight {
	float: left;
	width: 10px;
	height: 22px;
	background: url(../../../../../../../../optimizedsf/images/tab_off_rt.gif);
}

.tabOnLeft {
	float: left;
	width: 10px;
	height: 22px;
	background: url(../../../../../../../../optimizedsf/images/test_tab_on_lt.gif);
}

.tabOnMiddle {
	float: left;
	height: 22px;
	line-height: 22px;
	background: url(../../../../../../../../optimizedsf/images/test_tab_on_bg.gif);
}

.tabOnRight {
	float: left;
	width: 10px;
	height: 22px;
	background: url(../../../../../../../../optimizedsf/images/test_tab_on_rt.gif);
}


#tabs .tabOnMiddle a:link {
	color: #FFFFFF;
}

#tabs .tabOnMiddle a:active {
	color: #FFFFFF;
}

#tabs .tabOnMiddle a:visited {
	color: #FFFFFF;
}

#tabs .tabOnMiddle a:hover {
	color: #FFFFFF;
}

.tabOffRight,
.tabOnRight {
	margin-right: 2px;
}


/* RELATED ITEMS */

TD#relatedItemsColumn {
	vertical-align: top;
}

.productRelatedItems {	
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 7px;
	margin-bottom: 10px;
}

#relatedItemsHeading {	
	color: #0f3058;
	font-weight: bold;	
	text-align: center;
	margin-bottom: 10px;	
}

.relatedItem {
	padding: 5px 0;
	text-align: center;
}

.relatedItemImage {
	margin: 3px 0;
	text-align: center;	
}

.relatedItemLink {
	display: block;
	text-align: center;
	font-size: 8pt;
}
.relatedItemPrice {
	display: block;	
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.relatedItemCheckBox {
	display: none;
}

#relatedItemsColumn .productAddToCartOrDetailsImage_browseAddToCartButton {
	background: #666666;
	width: 83px;
	height: 21px;
}

#relatedItemsColumn .relatedItem {
	padding: 5px 0;
}

#relatedItemsColumn .productImage {
	margin: 3px 0;
}

#relatedItemsColumn .productQuickview {
	margin: 3px 0;
}

#relatedItemsColumn .productTitle {
	margin: 3px 0;
	font-size: 8pt;
}

#relatedItemsColumn  .productPrice {
	margin: 3px 0;
	font-size: 8pt;
}

#relatedItemsColumn .priceLabel {
	display: none;
}

#relatedItemsColumn #dynamic_price {
	font-size: 8pt;
	font-weight: bold;
}

#relatedItemsColumn .salePriceLabel,
#relatedItemsColumn .salePrice {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
}

#relatedItemsColumn .mapPriceLabel {
	display: none;
}

#relatedItemsColumn .mapPrice {
	font-size: 8pt;
	font-weight: bold;
}

#relatedItemsColumn .mapMessage {
	display: none;
}

#relatedItems .regularPrice {
	display: none;
}



/* TAB RELATED ITEMS */


#tabRelatedItems .relatedItemCell {
	width: 25%;
	padding: 5px;
}

#tabRelatedItems .productThumbnail {
	height: 100px;
	text-align: center;
	vertical-align: bottom;
}

#tabRelatedItems .quickViewButton_browse {
	margin: 0 auto;
	text-align: center;
}

#tabRelatedItems .productTitle {
	margin: 3px 0;
}

#tabRelatedItems .productPrice {
	margin: 3px 0;
	font-size: 9pt;
}

#tabRelatedItems .productRetailPrice {
	margin: 3px 0;
	font-size: 8pt;
}

#tabRelatedItems #dynamic_price {
	font-size: 9pt;
	font-weight: bold;
}

#tabRelatedItems .salePriceLabel,
#tabRelatedItems .salePrice {
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
}

#tabRelatedItems .mapPriceLabel {
	display: none;
}

#tabRelatedItems .mapPrice {
	font-size: 9pt;
	font-weight: bold;
}

#tabRelatedItems .mapMessage {
	font-size: 8pt;
}

#tabRelatedItems .callForPriceLabel {
	font-size: 8pt;
}

#tabRelatedItems .productTypeIterator_productTypeIterator {
	margin: 0;
}

#tabRelatedItems .productAddToCartOrDetailsImage_browseAddToCartButton {
	display: none;
}



/* ACCESSORIES */

#accessories .productThumbCell {
	text-align: center;
}

#accessories .productTitle {
	margin: 3px 0;
	font-size: 9pt;
}

#accessories .productPrice,
#accessories #dynamic_price,
#accessories .productRetailPrice {
	margin: 3px 0;
	font-size:9pt;
}

#accessories .productAddToCart {
	margin: 4px 0;
}

#accessories .productAddToCartOrDetailsImage_browseAddToCartButton {
	background: #666666;
}
/* SHIPPING CALCULATOR */
#productShippingCalculatorContainer {
	width: 325px;
}

#austinShippingCountry, #austinShippingAddressType, #austinShippingZipCode, #austinCanadaPostalCode {
	font-size:8pt;
}

.span_productShippingCalculatorTitle {
	font-weight: bold;
}

#productShippingCalculatorTable{
}

.shippingPadding {
	padding: 2px 0px;
	text-align: left;
}

.productShippingLabel1 {
	padding: 2px 0px;
	width: 90px;
	text-align: left;
}

#shippingDestinationDivInner {
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #f2f2f2;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
}

#shippingCalculationsDiv {
	margin: 0px;
	padding: 0px;
}

#shippingCalculationsDivInner {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #f2f2f2;
	padding: 0px 10px 3px 10px;
}

#shippingCalculationsDivInner table {
	width: 100%;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
}

.carrierLabel {
	border-top: 1px dashed #dfdfdf;
	width: 50%;
}

.rateLabel {
	border-top: 1px dashed #dfdfdf;
	width: 50%;
}

.carrierLabelFirst {
	border-top: none;
	width: 50%;
}

.carrierRateFirst {
	border-top: none;
	width: 50%;
}

#shippingCarrierSelectDiv {
	margin: 10px 0px;
}

shippingHandlingFeeDiv {
	margin: 0px;
}

#shippingHandlingFeeDivInner {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #f2f2f2;
	padding: 0px 10px 10px 10px;
}

#shippingHandlingFeeDivMessage {
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
	width: 100%;
}

#shippingHandlingFeeDivMessage td {
	width: 50%;
}

#shippingCarrierLogoDivInner {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f2f2f2;
	padding: 0px 10px 10px 10px;
}

#shippingCarrierLogoDivInner table {
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
	vertical-align: middle;
	height: 55px;
}