body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	color: #545454;
    font-size: 14px;
    line-height: 16px;
}
a {
	color: #177a6d;
	text-decoration: none;
}
a:hover {
	color: #e54a4a;
	text-decoration: none;
}
.listing-container {
	margin: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.12);
}
header {
    border-bottom: 1px solid #177a6d;
    padding-bottom: 10px;
}
.l-header-wrap {
	padding: 0 10px;
}
.l-header-left {
	float: left;
	text-align: left;
	padding-top: 13px;
}
.l-header-right {
	float: right;
	text-align: right;
	padding-top: 20px;
}
.l-logo {
	max-width: 300px
}
.clr {
	clear:both;
}
section {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
section.title {
	background-color: #177a6d;
	border-bottom: none;
    padding: 10px;
    margin-bottom: 10px;
}
section.grey {
    background: #f3f3f3;
}
.l-phone-number {
    float: left;
}
.l-email {
    float: right;
}
.l-phone-number a {
	color: #ffffff;
    letter-spacing: 1px;
        padding-left: 5px;
}
.l-email a {
	color: #ffffff;
    letter-spacing: 1px;
}
.l-col-5 {
	float: left;
 	width: 40%;
 	max-width: 40%;

}
.l-col-6 {
	float: left;
 	width: 50%;
 	max-width: 50%;

}
.l-col-7 {
	float: left;
 	width: 60%;
 	max-width: 60%;

}
.l-product-img {
    padding: 40px;
}
.l-product-info {
    padding: 20px 40px;
}
h2.product-title {
	color: #177a6d;
	font-size: 30px;
}
h3.product-sub-title {
	color: #333333;
}
.l-product-info ul {
    list-style-type: none;
    padding-left: 0;
    color: #545454;
    font-size: 14px;
}
.l-product-img img {
	width: 100%;
	height: auto;
	border:1px solid #cccccc;
}
.l-pay-info {
    padding: 20px 40px;
}
img.pay-pal {
    width: 100%;
    height: auto;
    max-width: 120px;
    float: right;
    padding-left: 20px;
}
footer {
	background-color: #2d2d2d;
}
.l-footer-left {
    float: left;
    padding-left: 20px;
    max-width: 300px;
}
.l-footer-right {
    float: right;
    padding-right: 20px;
    max-width: 480px;
    text-align: right;
    padding-top: 25px;
}
footer p {
    color: #8a8686;
    line-height: 20px;
}
.l-copyright {
	background: #1f1f1f;
    padding: 5px 20px;
}
.l-copyright p {
	margin:0;
}