.product {
	background-color: #fff;
}

.product #photos {}

.product #photos a img {
	width: 98px;
	/*border: 1px solid #EEE;*/
	margin-right: 20px;
}

.product #photos a:hover img {
	/*border-color: #17824a;*/
}

.product #photos a:first-child img {
	width: 450px; max-height: 450px;
	margin-bottom: 20px;
	/*display: block;*/
}

.product #description {}
.product #description #buttons {}
.product #description #buttons a {
	color: #000;
	text-transform: uppercase;
	font-family: "Viga", sans-serif;
}

.social-buttons {
	padding-left: 0;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.social-buttons li {
	display: inline-block;
}

.social-buttons li a.twitter {color: #00aced !important;}
.social-buttons li a.google {color: #DD4B39 !important;}
.social-buttons li a.facebook {color: #3B5998 !important;}
.social-buttons li a.linkedin {color: #0077B5 !important;}

.product #description #buttons a:hover{
	color: #17824a;
}

.product #description #buttons a i,
.product #description #buttons span i {
	font-size: 20pt;
	position: relative;
	bottom: 4px;
}

.line {
	padding: 80px 0;
	background-image: url("../images/product-line.jpg");
	background-repeat: repeat-x;
	background-position: center;
	height: 36px;
}
.line .arrow {
	background-image: url("../images/product-arrow.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
}

.product #related-products {}

.product #related-products a {
	width: 20%;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.product #related-products a:hover {
	color: #007a3c;
}

.product #related-products a div#rel-image {}

.product #related-products a div#rel-image img {
	width: 100%;
}

.product #related-products a b {
	padding: 22px 0 0 20px;
	background-image: url(../images/product-green-line.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.product #related-products a span {
	padding: 10px 0 0 20px;
}

/* OTHER CATEGORIES */

.product #other-categories {}

.product #other-categories a {
	width: 20%;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

.product #other-categories a:hover {
	color: #007a3c;
}

.product #other-categories a div#rel-image {}

.product #other-categories a div#rel-image img {
	width: 100%;
}

.product #other-categories a b {
	line-height: 40px;
	padding: 0;
	font-weight: 300;
}

.product #other-categories a i {
	padding: 0 0 0 20px;
}
