/*Left Nav*/
#divAccountInformation {
	display: none;
}

#divAccountServices {
	display: none;
}

/*Main Content Section - Catalog*/
.catalogItem {
	margin: 10px 0;
	padding: 15px 0;
	
}
.catalogItem h3{
	color: #333333;
}

.catalogItem h5{
	font-family: Verdana, Geneva, sans-serif;
}

.catalogBodyLeft {
	width: 67%;
	float: left;
}

#body-wrap .catalogBodyLeft img{
	float: left;
	padding: 0 10px;
}

.catalogBodyLeft p{
	padding: 0 15px 0 0;
	font-size: 11px;
}
#productImage img{
	width: auto;
	height: 110px;
}

.catalogBodyRight {
	width: 220px;
	float: right;
}

.catalogBodyRight img{
	float: right;
	position: relative;
	top: -35px;
}
#productCode {
	text-align: right;
	font-size: 10px;
	line-height: 0;
}
#addToCart {
	float: right;
	padding: 0 5px;
}
#checkout {
	float: right;
	padding: 2px 0 0 0;
}

#pricing {
	text-align: right;
}
#topPrice {
}
#topPrice h5{
	color: #333333;
	float: right;
	padding: 7px 10px 0 0;
}
#topPrice p{
	font-size: 18px;
	float: right;
}

#bottomPrice {
	clear: both;
}
#bottomPrice h5{
	float: right;
	font-size: 12px;
	padding: 3px 10px 0 0;
}
#bottomPrice span{
	float: right;
	color: #3399cc;
	font-size: 18px;
}
#quantity {
	text-align: right;
	color: #333333;
	clear: both;
}

#ctl00_bph1_tblTop {
	display: none;
}

#hidden {
	display: none;
}