#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: 800px!important;
	width: 800px;
	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 {
	display: block;
}

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

	
