@charset "utf-8";#productList {
	float: left;
	width: auto;
}
#productList div.product {
	width: 450px;
	float: left;
}
#productList div.product h2 a {
	color: #97122B;
	text-decoration: none;
}
#productList div.product h2 a:hover {
	color: #C2708C;
}
#mainContent {

}

