/* Inventory Print Styles */

#print-wrapper{
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
}
address{
	display: inline;
	float: right;
	margin-right: 20px;
}
.clear{
	clear: both;
}

.main-image{
	display: inline;
	float: left;
}
h3{
	
}

.options-prices{
	display: inline;
	float: left;
}

.options-prices ul{
	display: inline;
	float: left;
}

.color-vin{
	display: inline;
	float: left;
	margin-left: 20px;
}

.price{
	display: inline;
	float: right;
	margin-left: 0px;
	font-weight: bold;
}

.price dt{
	clear: left;
	display: inline;
	float: left;
	margin-left: 0px;
	width: 100px;
	line-height: 20px;
}

.price dd{
	display: inline;
	float: left;
	line-height: 20px;
}

.detail-box{
	display: inline;
	float: left;

}

.comments{
	display: inline;
	float: left;
	margin-right: 10px;
	width: 400px;
}
 
