@charset "utf-8";
/* CSS Document */

#productList {
	margin-top: 50px;
}
#productList div.product {
	text-align: center;
	float: left;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	width: 170px;

}
#productList div.product h2 {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#productList div.product h2 a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#productList div.product div.image {
	width:150px;
	height:150px;
	border:1px solid #CCC;
	position: relative;
}
#productList div.product div.image div {
	width:148px;
	height:148px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
	float: left;
}

#productSheet #productMainImage {
	float: left;
	margin-right: 10px;
	margin-left: 25px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#productSheet #productAttributes {
	display: none;
}
#productSheet #productFiles {
	display: none;
}
