#infoPanel {
	float: right;
	width: 294px;
}
#infoPanel p {
	font-size: 80%;
	line-height: 16px;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 274px;
	clear: both;
	padding-right: 10px;
}
.pricePanel {
	background-image: url(images/price_bg.gif);
	background-repeat: no-repeat;
	padding: 9px;
	height: 42px;
	width: 276px;
	margin-bottom: 10px;
}
.pricePanel ul {
	list-style-type: none;

}
.pricePanel li {

}
.pricePanel a {
	background-image: url(images/btn_buyNow_b.gif);
	background-repeat: no-repeat;
	float: right;
	height: 42px;
	width: 74px;
	text-indent: -10000px;
}
.nowPrice {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
.wasPrice {
	color: #CCCCCC;
	text-decoration: line-through;
	font-size: 85%;
}

.buttonPanel {
	width: 294px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 32px;
}
.buttonPanel ul {
	list-style-type: none;
}
.buttonPanel ul li {
	float: left;
}
.buttonPanel ul li a {
	display: block;
	height: 22px;
}
.btnBack, .btnEmail, .btnCheckout {
	height: 22px;
	text-indent: -10000px;
	display: block;
	background-repeat: no-repeat;
}

.btnBack {
	background-image: url(images/btn_back.gif);
	width: 46px;
	margin-right: 10px;
}
.btnEmail {
	background-image: url(images/btn_email_friend.gif);
	width: 99px;
	margin-right: 10px;
}
.btnCheckout {
	background-image: url(images/btn_goCheckout.gif);
	width: 129px;
}
#photoPanel {
	float: left;
	width: 404px;
}
#photoPanel h1 {
	background-image: url(images/hd_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}
.itemHeading         {
	width: 404px;
	background-image: url(images/hd_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
.mainPic {
	height: 402px;
	width: 402px;
	border: 1px solid #000000;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.categoryDisplay {
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.largeprodimage {
	border: 1px solid #735E20;
}
.separator {
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px none #FFFFFF;
}

