/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
body {
	font-size: 11px;
	color: #333;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #004491;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul li
{
	margin-left: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.back {
	float: right;
	font-size: 90%;
}



ul.products-list {
	list-style-type: none;
}
ul.products-list li {
	float: left;
	width: 148px;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.products-list li.spacer {
	float: none;
	clear: both;
	width: 100%;
	height: 3em;
	overflow: hidden;
}
ul.products-list li a.title {
	display: block;
	text-decoration: none;
	font-size: 90%;
}
ul.products-list li a.title:hover {
	color: #ff7e00;
}
ul.products-list li a.image {
	display: block;
	height: 114px;
}