@charset "UTF-8";
/* CSS Document */
.product {
	float: left;
	width: 360px;
	height: 575px;
	position: relative;
	margin-bottom: 20px;
}

.SV .product {
	height: 505px;
}

.product.outer {
	height: 660px;
}
.imagebox {
	text-align: center;
}
h3 {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 23px;
}
h3 a, h3 a:active, h3 a:visited {
	color: black;
}
.label {
	padding: 6px 3px 3px 3px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}
.label.shelters {
	padding: 3px 0px 0px 0px;
}
.label.black a, .label.red a, .label.blue a {
	color: white;
}
.label.black a:active, .label.red a:active, .label.blue a:active {
	color: white;
}
.label.black a:visited, .label.red a:visited, .label.blue a:visited {
	color: white;
}
.label.yellow a {
	color: #878988;
}
.label.yellow a:active {
	color: #878988;
}
.label.yellow a:visited {
	color: #878988;
}
.label.shelters a {
	color: black;
}
.label.shelters a:active {
	color: black;
}
.label.shelters a:visited {
	color: black;
}
.productLink {
	text-align: center;
	margin-top: 10px;
}
.productInfo {
	text-align: center;
}
.productInfo .color {
	height: 15px;
	width: 12px;
	margin: 0px 1px;
	border-radius: 3px;
	display: inline-block;
	top: 2px;
	position: relative;
}
.productInfo .color.green {
	background-image: url("//images.hilleberg.net/products/color1.gif");
}
.productInfo .color.red {
	background-image: url("//images.hilleberg.net/products/color2.gif");
}
.productInfo .color.sand {
	background-image: url("//images.hilleberg.net/products/color3.gif");
}
.product ul {
	margin: 20px 10px;
	text-align: left;
	padding-left: 30px;
	height: 200px;
}
.SV .product ul {
	height: 125px;
}
.product ul li {
	margin: 5px 0px;
}