.product-wrap {
	float: left;
	width: 433px;
	margin: 10px;
}

.product-title {
	color: #f3f3f3;
	width: 100%;
	height: 33px;
	background: #3e3e3e;
}

.product-name {
	float: left;
	width: 298px;
	margin: 0 0 0 10px;
	line-height: 33px;
}

.product-name a {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

.product-name a:hover {
	text-decoration: underline !important;	
}

.product-name h2 {
	padding: 0;
	margin: 0;
	font-size: 120%;
}

.product-sku {
	text-align: right;
	line-height: 33px;
	font-size: 90%;
	margin: 0 10px 0 309px;
}

.product-sku a {
	color: #ffffff !important;
	font-weight: normal;
	text-transform: uppercase;
}

.product-info {
	font-size: 8pt;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	height: 310px;
	padding: 5px;
}
.product-info-short {
	font-size: 8pt;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	height: 250px;
	padding: 5px;
}
.product-info-long {
	font-size: 8pt;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding: 5px;
}
.product-info-image {
	float: left;
	width: 200px;
}
.product-info-lg-image {
	float: left;
	width:580px;
}
.product-info-purchase {
/*	float: left;
	margin: 0;
	width: 315px; */
	margin: 0 0 0 215px;
}

.product-info-sale {
	margin: 0 0 10px 0;
}

.product-info-pricing {
	padding-top:10px;
	vertical-align: bottom;
}

#product-sku {
	margin: 0 0 3px;
	font-size: 80%;
}

span.stock-status {
	padding: 0 0 0 8px;
	text-transform: uppercase;
}

.msrp {
	color: #707070;
	font-weight: bold;
	margin-bottom: 3px;
}

.sale {
	font-size: 110%;
	text-decoration: line-through;
	font-weight: bold;
	margin-bottom: 3px;
}

.price {
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.financing {
	color: #a9a9a9;
	font-size: 80%;
}

.shipping {
	margin: 3px 0;
	color: #a9a9a9;
	font-size: 80%;
}

.product-buttons {
	margin: 3px 0;	
}

.product-buttons a {
	margin: 3px 0;
	height: 25px;
	width: 132px;
	display: inline-block;
}

.product-attributes {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px dotted #cc0000;
}

.product-attributes-features {
	float: left;
	width: 208px;
}

.product-attributes-specifications {
	margin: 0 0 0 220px;
}

.product-attributes p {
	margin: 0;
	padding: 0;
}
#view-more {
	width:300px;
	float:right;
}
#view-more-category {
	width:300px;
	float:left;
	margin:3px 0 3px 20px;
}
#view-more-value {
	width:750px;
	margin-left:10px;
}
#view-more-value img{
	margin:10px 0px 3px 8px;
	float:left;
}
