/* @override 
	http://leprosy.org/catalog/catalog/template/default/stylesheet.css
	http://leprosy.org/catalog/stylesheet.css
*/

#maincontent1col{
	position: inherit;
	margin-bottom: 30px;
}

.summary {
	width: 575px;
}

#bow {
	background: url(images/bow.gif) no-repeat;
	width: 127px;
	height: 113px;	
	position: absolute;
	top: 56px;
	left: 624px;
	z-index: 100;
	display: block;
	float: right;
}

#cards {
	margin: 0 5px;
	float: right;
	position: relative;
	width: 205px;
}

#cards img {
	margin: 5px;
	border: 7px solid #e1dbc2;
	float: left;
}

#shopcontent p {
	margin: 0;
}

#shopcontent {
	float: left;
	margin: 0 0 20px 0;
	width: 480px;
}

.productbox {
	border: 7px solid #e1dbc2;
	width: 210px;
	height: 220px;
	float: left;
	text-align: center; 
	cursor: pointer;
	font-size: 14px; 
	margin: 5px;
	padding: 10px 0 0 0;
}

.productbox a {
	font-weight: bold;
	text-decoration: none;
}

#product {
	float: left;
	width: 700px;
	position: relative;
	display: inline;
}

#product .desc {
	border: 4px solid #e1dbc2;
	padding: 5px 0 0 10px;
	margin: 5px 0;
}

#product img {
	float: right;
	margin: 0 0 10px 10px;
	border: 10px solid #e1dbc2;
	z-index: 0;
}

#product .prices {
	text-align: right;
}

#product .prices a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#product h2 {
	font-size: 25px;
}

#product .prices .l {
	float: left;
}

#product .prices .r {
	float: right;
} 