.product_hidden_when_disabled {
	float: right;
	width: 150px;
	/*color: #d45500;*/
	color: black;
	display:none;
	font-style: italic;
}
.related_hidden_when_disabled {
	float: right;
	width: 150px;
	/*color: #d45500;*/
	color: black;
	display:none;
	font-style: italic;
	text-align: right;
	font-size: 0.75em;
}
/* ============ Product Details ============== */
#wishlist ul li,
#product_category ul li {
	list-style: none;
	padding: 0.5em;
	border-bottom: 1px dashed #e0e0e0;	
	background-color: white;
	font-size: 110%;
	float: left;
	width: 95%;
}

#wishlist ul li:hover,
#product_category ul li:hover {
	background-color: #FFF0D8;
}

#wishlist ul li a,
#product_category ul li a {
	display: block;
	font-size: 110%;
	color: black;
	text-decoration: none;	
}
#wishlist ul li input,
#product_category ul li input {
	font-size: 125%;
	width: 140px;
	padding: 5px;
	margin: 2px;
}
.wishlist input,
.cart input {
	font-size: 125%;
	width: 140px;
	padding: 5px;
	margin: 2px;
}
.wishlist input:hover,
.cart input:hover {
	padding-left: 7px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.wishlist input[disabled]:hover,
.cart input[disabled]:hover {
	padding: 5px;
	margin: 2px;
}
#product_price_cart {
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 10px;
	-moz-box-shadow: 10px 5px 5px black;
	-webkit-box-shadow: 10px 5px 5px black;
	box-shadow: 10px 5px 5px black;
	padding: 10px;
	padding-top: 0px;
	margin: 10px;
	margin-right: 30px;
	margin-top: 30px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ieShadow{
    display:block;
    position:absolute;
    overflow:hidden;
    z-index: 2;
    top:5px;
    left:5px;
    right:-5px;
    bottom:-5px;
    filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);
    -ms-filter:"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)";
    background-color:#444;
}
#product_price tr {
	background: url('images/line_separator.gif') repeat-x bottom left;
}
#product_price td {
	padding-top: 0.6em;
	padding-right: 0pt;
	padding-bottom: 0.6em;
	padding-left: 0pt;
}
.lhs {
	text-align: left;
}
.rhs {
	text-align: right;
}
#product_price {
	float: right;
	width: 100%;
	min-width: 7em;
	margin: 2px;
	padding: 2px;
	color: black;
	font-size: 125%;
	text-align: right;
}
#product_name {
	float:left;
	margin: 0;
	padding: 0;
	max-width:60%;
	min-width:30%;
	color: black;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
}
#product_detail {
	float:left;
	font-size:1.25em;
	width: 100%;
}
#product_pictures {
	max-width:70%;
	min-width:60%; 
	float:left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#product_add_to_cart {
	float: right;
	width: 60%;
	min-width: 190px;
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0px;
	color: black;
}
#wishlist ul li a:hover,
#product_category ul li a:hover {
	color: #d45500;
}
#quantity {
	margin: 0;
	padding: 0;
	float: right;
	margin-bottom: 0px;
	width:3em;
	height:1.5em;
	font-size:1.25em;
	text-align:center;
	background-color: #FFF0D8;
}
.product_priced {
	font-size: 1.25em;
	background-color: #FFF0D8;
}
#quantitytext {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	padding-top: 0.75em;
}
#quantityinput {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

/* ============ Related Product Listings ============== */
#wishlist ul li,
#related_category ul li {
	list-style: none;
	padding: 0.5em;
	border-bottom: 1px dashed #e0e0e0;	
	background-color: white;
	font-size: 110%;
	float: left;
	width: 95%;
}

#wishlist ul li:hover,
#related_category ul li:hover {
	background-color: #FFF0D8;
}

#wishlist ul li a,
#related_category ul li a {
	display: block;
	font-size: 110%;
	color: black;
	text-decoration: none;	
}
#wishlist ul li input,
#related_category ul li input {
	font-size: 100%;
	width: 140px;
	padding: 5px;
	padding-top: 6px;
	margin: 2px;
	padding-left: 2px;
}
#wishlist ul li input:hover,
#related_category ul li input:hover {
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#wishlist ul li input[disabled]:hover,
#related_category ul li input[disabled]:hover {
	padding: 5px;
	padding-top: 6px;
	margin: 2px;
	padding-left: 2px;
}
#related_name {
	float:left;
	width:100%;
}
#related_image {
	float: left;
	width: 10%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-right: 2%;
	padding-right: 2%;
}
#related_description {
	float: left;
	max-width: 55%;
	min-width: 300px;
	margin: 2px;
	padding: 2px;
	margin-left: 2%;
	padding-left: 2%;
	margin-right: 1%;
	padding-left: 1%;
}
#related_price_cart {
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
}
#related_price {
	float: left;
	width: 50%;
	min-width: 7em;
	margin: 2px;
	padding: 2px;
	color: #d45500;
	font-size: 100%;
}
.related_priced {
	/*background-color: #FFF0D8;*/
}
.related_priced input:hover {
	background-color: white;
}
#related_add_to_cart {
	float: right;
	width: 50%;
	min-width: 135px;
	margin: 0;
	padding: 0;
	margin-left: 0;
	color: black;
}
#wishlist ul li a:hover,
#related_category ul li a:hover {
	color: #d45500;
}
#related_quantity {
	margin: 0;
	padding: 0;
	float: right;
	margin-bottom: 10px;
	text-align: center;
}
#related_quantitytext {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	padding-top: 0.75em;
}
#related_quantityinput {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}
/* ============ Competitor Product Listings ============== */
#competitor ul li {
	list-style: none;
	padding: 0.5em;
	border-bottom: 1px dashed #e0e0e0;	
	background-color: white;
	font-size: 110%;
	float: left;
	width: 95%;
}
#competitor ul li:hover {
	background-color: #FFF0D8;
}
#competitor ul li a {
	display: block;
	font-size: 110%;
	color: black;
	text-decoration: none;	
}
#competitor_model {
	float:left;
	width:100%;
	font-weight: bold;
	color: #d45500;
}
#competitor_total_cost_description {
	float: left;
	max-width: 75%;
	min-width: 300px;
	font-weight: bold;
	color: #d45500;
}
#competitor_description {
	float: left;
	max-width: 75%;
	min-width: 300px;
	margin: 2px;
	padding: 2px;
	margin-left: 2%;
	padding-left: 2%;
	margin-right: 1%;
	padding-left: 1%;
}
#competitor_total_cost_cost,
#competitor_price {
	float: right;
	width: 15%;
	margin: 0;
	padding: 0;
	min-width: 7em;
	margin: 2px;
	padding: 2px;
	color: #d45500;
	font-size: 100%;
}
#competitor ul li a:hover {
	color: #d45500;
}
#competitor_disclaimer {
	float:left;
	width:100%;
	color: #d45500;
	font-weight: bold;
}
.competitor_leadin {
	font-weight: bold;
	color: #d45500;
}
