div#content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        width: 875px;
        margin: 0 auto;
        padding: 0;
}
div#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div.elt h4 {
	height: 38px;
	margin: 0 0 5px 0;
}
div#content span.bold {
	font-weight: bold;
}
div#breadcrumb {
	margin: 0 0 16px 0;
}
div.elt {
	float: left;
        width: 200px;
        margin: 16px 25px 16px 0px;
	height: 313px;
}
div.last {
	width: 200px;
	margin: 16px 0px 16px 0px !important;
}
div.image {
	width: 148px;
	height: 198px;
	background-color: white;
	border: 1px solid black;
	text-decoration: none;
	text-align: center;
}
div.image a img {
	border: 0;
	background-color: #fff;
}
div.image img.centered {
	position: relative;
}
div#content .price, div#content .info {
	clear: left;
	float: left;
	margin-top: 16px;
}
div#content .price {
	font-weight: bold;
	font-size: 14pt;
	color: #f00;
	width: 100%;
}
div#content .info {
	width: 100%;
} 
ul#navigation {
	clear: left;
	float: left;
	margin: 32px 0;
        padding-left: 0px;
        width: 100%;
        list-style: none;
}
ul#navigation li {
	float: left;
	font-weight: bold;
	height: 40px;
	width: 120px;
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 20px;
}
ul#navigation li a {
	font-weight: normal;
}

