img {
	border: none;
}

div.wrapper {
	margin-left: 230px;
	text-align: justify;
}

div.product:hover {
	background: #CC9999;
}

div.product div { /*, div.item div {*/
	margin: 2px;
}

div.product, div.item {
	text-align: left;
	overflow: auto;
}

div.product {
	cursor: pointer;
}

div.product a {
	text-decoration: none;
}

div.prodname {
	text-align: left;
	font-weight: bold;
}

div.thumb {
	vertical-align: middle;
	text-align: center;
	float: right;
	padding-left: 5px;
}

div.desc {
	vertical-align: top;
	text-align: justify;
	float: right;
	width: 80%;
}

/************
 * items
 ***********/
div.item:hover {
	outline: solid #CC9999 1px;
}

div.itemdesc {
	vertical-align: top;
	text-align: justify;
	padding: 0;
	margin: 0 5px 5px 5px;
}

div.prints {
	vertical-align: middle;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px black dotted;
}

div.photos {
	text-align: left;
}

div.buttons {
	float: left;
	text-align: right;
	vertical-align: bottom;
}

span.outofstock {
	color: red;
}
