@charset "utf-8";

.productimage {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
}
.product {
	float:left;
	margin-bottom: 5px;
	width: 300px;
	margin-top: 10px;
}
.product .qty {
	width: 25px;
}
.product select {
	margin-right: 10px;
	clear: right;
}
.product .add {
	position: relative;
	top: 10px;
}
.product .add_right {
	float: left;
}
.product .price {
	font-size: 1.2em;
	font-weight: bold;
}
.product ul {
	position: relative;
	left:-10px;
}
.product .qtylabel {
	margin-right: 5px;
}
hr {
	height: 1px;
}
.cleaner {
	clear: both;
	margin-bottom: 10px;
}
#view {
	position: absolute;
	top: -2px;
	left: 304px;
}
#products_left {
	float: left;
	width: 450px;
	margin-right: 10px;
}

#products_right {
	float: right;
	width: 162px;
	border: solid 1px #D9D9D9;
	padding: 8px 12px 8px 12px;
	position: relative;
	left: 10px;
	top: -47px;
	margin: 0px;
}
#products_right .price {
	float: left;
	position: relative;
	top: 7px;
	left: 0px;
	margin-right: 5px;
}
#products_right img {
	margin: auto;
	position: relative;
	top: 7px;
	left: 25px;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
}
#products_right #nudge {
	position: relative;
	top: 0px;
	left: 5px;
}