@charset "UTF-8";
.itemframe {
	width: 400px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
.itemdesc {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 100px;
	padding-left: 15px;
}

.color-instock {
	font-weight: bold;
	color: #66CC00;
}
.color-outstock {
	font-weight: bold;
	color: #FF0000;
}
.stockstatus {
	margin-top: 5px;
	padding-left: 15px;
}
.cart {
	float: left;
	width: 220px;
	margin-top: 5px;
	height: 300px;
}
.details-header {
	font-size: 14px;
	font-weight: bold;
}
.details {
	font-size: x-small;
	margin-top: 10px;
}
.itemnumber {
	font-size: 12px;
}
.addtocartform {
	text-align: center;
}
.clear {
	padding: 0;
	height: 15;
	float: left;
	width: 615px;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}
.spacer {
	padding: 5px;
	float: left;
	height: 45px;
	width: 625px;
	margin-top: 25px;
	margin-bottom: 25px;
}

