#itemPageOptions{
/* Holds item page actions like "Add to wish list", etc */
	background-color: #eee; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	width: 796px!important;
	width: 796px;
	height: 20px; 
	margin-left: -6px; 
	margin-top: 0px;
	padding: 0px
}
	#emailtofriend {
		text-align: left;
		display: block;
		float: left;
		/*background-color: #006600;
		border: 1px solid #00aa00; */
		width: 115px; 
		/*margin-left: 90px!important;*/
		vertical-align: top;
		margin-top: 2px;
		font-size:8pt;
	}
	#pricematch {
		text-align: left;
		display: block;
		float: left;
		/*background-color: #006600;
		border: 1px solid #00aa00; */
		width: 190px; 
		/*margin-left: 90px!important;*/
		
		font-size:8pt;
		margin-top: 2px;
		padding: 0px;
	}

#mainItem {
/* Holds Everything on Item Page */
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
	color: #666;
	font-size: 12px;
	width: 790px;
}

.descriptiontext {
	margin-left: 10px;
	margin-right: 15px;
	display: block;
	font-size: 11px;
}

#crumbWrapper {
	margin-top: 10px;	
	padding-bottom: 10px;
}
#crumbWrapper a {
	color: #666!important;
}

#item {
	font-size: 11px;
}

#topItemInfo {
	width: 790px;
	clear: both;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
}

	#productImagePriceBox {
	
	}
	
	#productPrice {
	/*Holder for item price, options, add to cart button, etc (right side of topItemInfo) */
		float: right;
		width: 420px;
		margin-left: 60px;
	}
		.productName {
			font-family: Arial, Verdana, Helvetica, sans-serif;
			margin-bottom: 5px; 
			padding-bottom: 0px;
			font-size: 14px;
			font-weight: bold;
			line-height: 14px;
			margin-top: 0px;
			color: #000;
		}
		
		#firstPrice {
			color: #C00;
			font-weight: bold;
			font-size: 14px;
		}
		
		.optionsHolder {
			border-top: 1px dashed #ccc; 
			border-bottom: 1px dashed #ccc; 
			padding-top: 5px; 
			padding-bottom: 5px;
			font-size: 11px;
			color: #888;
		}
			.optionsTitle {
				color: black;
				font-weight: bold;
			}
			.optionsHolder .itemOptionsTable {
				margin: 0px; 
				margin-top: 4px;
				padding: 0px; 
			}
			.optionsHolder select {
				font-size: 11px; 
				height: 18px;
			}
			
		.itemInfoRow {
			margin-top: 5px;
			margin-bottom: 5px;
			color: black;
			padding-right: 8px;
			font-weight: bold;
		}
		#salePrice {
			height: 20px;
		}
		#shippingPrice {
			height: 20px;
		}
		
		#shippingTime {
			height: 40px;
		}
		
		#addToCartHolder {
			color: black;
			background-color: #e2e2e2;
			background-image: URL(/images/addtocart-back.gif);
			background-repeat: no-repeat;
			background-position: bottom center;
			padding: 10px 15px 10px 15px;
		}	
		
	#productImage {
	/* Holder For Image and Video/Enlarge Links */
		float: right;
		/*border: 1px solid #fc8;*/
		width: 300px;
	}
		#productImage a {
			color: blue;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
		}
	
	#overlayImage {
		cursor: pointer; 
		display: none;
	}
#bottomItemInfo {
	width: 790px;
	clear: both;
	/*border: 1px solid #0f0;*/
	color: black;
}

	#itemSideBar {
		float:right;
	}

	#additionalProductInfo {
		padding-top: 10px;
		margin-left: 8px;
		color: black;
	}
		#additionalProductInfo #info-tabs {
			display: inline;
			list-style: none;
			margin: 0px;
			margin-left: 20px;	
			
		}

		#additionalProductInfo #info-tabs li {
			float:left;
		  	background:url("/images/site-specific/2/tab-left-w.jpg") no-repeat left top;
		  	margin:0;
		  	padding:0 0 0 9px;
		  	border-bottom: 1px solid #336;
		  	font-size: 100%;
		}
		#additionalProductInfo #info-tabs li a {
			float:left;
		 	display:block;
		 	background:url("/images/site-specific/2/tab-right-w.jpg") no-repeat right top;
			padding:5px 9px 4px 0px;
			text-decoration:none;
		 	font-weight:bold;
		 	color:#600;
		}
		#additionalProductInfo #info-tabs .current {
		  background-image:url("/images/site-specific/2/tab-left.jpg");
		 }
		#additionalProductInfo #info-tabs .current a {
		  background-image:url("/images/site-specific/2/tab-right.jpg");
		  color:#fff;
		  padding-bottom:5px;
		}
		#productDescription	{

		}
		#productShipping {
			display: none;
		}
		#productGuides {
			display: none;
		}
		#productReviews {
			display: none;
		}
		#productMedia {
			display: none;
		}
		#productRecommend {
			display: none;
		}
		.productInfoPane {
			border: 1px dashed #ccc;
			padding-top: 5px;
			margin-top:21px!important;
			margin-top: -1px;
			margin-left: 0px;
			width: 560px;
		}

