
a {
	border-bottom: #BE4834 1px dotted;
	color: #BE4834;
}
a:hover {
	border-bottom: 0;
	color: #BE4834;
}

.home-info-box {}
.home-info-box img {
	width: 100%;
}
.home-info-box .info-box-head, .product-item .product-item-head {
	border-bottom: #BE4834 5px solid;
	color: #777;
	padding: 10px;
}
.home-info-box .info-box-head span, .product-item .product-item-head span {
	color: #ccc;
	font-size: 20px;
}
.home-info-box .info-box-head h3, .product-item .product-item-head h3 {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.product-item .product-item-image {
	display: table-cell;
	height: 130px;
	vertical-align: middle;
}
.product-item .product-item-image img {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.product-item .product-item-image img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none; /* Firefox 4+ */
	filter: none; /* IE 6-9 */
}

.home-info-box .info-box-info, .product-item .product-item-info {
	background: #DBDDDB;
	color: #777;
	font-size: 12px;
	padding: 10px;
}
.home-info-box a, .product-item a {
	background: #BE4834;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}

img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}

.quick-info-box {
	color: #777;
	margin-top: 50px;
	padding: 10px 25px 10px 80px;
	position: relative;
}
.quick-info-box span {
	color: #BE4834;
	position: absolute;
	font-size: 48px;
	left: 10px;
	top: 15px;
}
.quick-info-box h3 {
	color: #777;
	font-weight: normal;
	margin: 0;
	padding: 0;
}