/* Start of general styles */
html, body {
	font-family:"Century Gothic",arial,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0 0 215px;
}

#no-js {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f9f9f9;
	opacity: 0.8;
	z-index: 9999;
	text-align: center;
	padding-top: 100px;
	font-size: 22px;
}


a {
	color: #adadad;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.nolink {
	cursor: default;
	color: #000;
}
.nolink:hover {
	text-decoration: none;
}
.link:hover {
	cursor: pointer;
}
#page {

}
#wrap {
	min-height: 100%;
}

.borderdotted {
	border-top: 1px dotted #e48700;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.small {
	font-size: 10px;
}
.float-left {
	float: left;
}
h4 {
	text-transform: lowercase;
}
.noH2 {
	font-style: normal;
	font-size: 11px;
	font-weight: 100;
	margin: 0px;
}
.noH1 {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	margin: 0px;
	text-transform: none;
	font-variant: small-caps;
}
/* End of general styles */


/* Start of styles for header */
header {
	height: 65px;
	width: 100%;
	border-bottom: 2px solid #adadad;
	background-color: #fff;
	z-index: 99;
}
header ul {
	list-style: none;
	padding: 0px;
	padding-top:17px;
	margin: 0px;
	margin-left: 45px;
	float: left;
	font-size: 15px;
	color: #adadad;
}
header ul li {
	display: inline-table;
	padding-right: 25px;
	vertical-align: middle;
}
header img {
	float: right;
	width: 200px;
	padding-top: 5px;
}

.show-search {
	display: none;
}

#searchPage {
	margin-top: 45px;
}

#searchPage input[type="text"] {
	padding: 5px;
	width: 250px;
	text-align: center;
}

#searchPage input[type="submit"] {
cursor: pointer;
padding: 7px;
background: none repeat scroll 0% 0% rgba(204, 204, 204,0.6);
margin-left: -5px;
border: 0px none;
}

#searchForm {
	overflow: hidden;
	position: relative;
}

#searchForm input[type="text"] {
    background: url(/img/searchW.png) no-repeat 10px 6px #f4f4f4;
    border: 0 none;
    width:105px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#searchForm input[type="text"]:focus {
    background: url(/img/searchD.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

#searchForm .searchButton {
    position: absolute;
    left: 4px;
    bottom: 0px;
    padding: 5px;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    height: 25px;
    width: 25px;
    opacity: 0;
}

#searchForm input[type="submit"]:hover {
cursor:pointer; 
}
/* End of styles for header */

/* Start of styles for slideshow */
#slideshow {
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(/img/ss1.jpg) no-repeat;
	background-size:100% 100%;
	min-height: 950px;
}

#slideshow img {
	width: 100%;
}
/* End of styles for slideshow */


/* Start of styles for the bg */
#bg{
	background: url('../img/ss1.jpg') no-repeat scroll 0% 0% / cover transparent;
	width: 100%;
	height: 75%;
}
/* End of the styles for the bg */


/* Start of styles for home page slider */
#hpslider {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 30px;
}
#hpslider ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#hpslider ul li {
	display: inline-block;
	padding-right: 60px;
	padding-left: 60px;
	width: 370px;
}
#hpslider img {

}
/* End of styles for home page slider */


/* Start of styles for footer */
footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-top: 2px solid #adadad;
	padding-top: 15px;
	text-align: center;
	background-color: #f2f2f2;
}

footer a {
	color: #000;
}

.hpemail span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}


footer div {
}
/* End of styles for footer */


/* Start of styles for the product list display */
.prod-specs img {
	vertical-align: bottom;
	width: 20px;
}

.box-email {
	display: none;
}

.prod-email {
	margin-top: 10px;
}

.prod-email:hover {
	cursor: pointer;
}

.button-prod {
	color: #000;
	background-color: #eee;
	border: rgba(80, 80, 80,0.5) 1px solid;
	padding: 5px;
	border-radius: 3px;
}

.prod-email img {
	vertical-align: bottom;
}

.prod-links {
	margin-right: 75px;
	text-align: right;
}
.prod-links-sep {
	display: none;
}
.prod-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.prod-links ul li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.prod-links h1 {
	font-size: 11px;
	padding-left: 45px;
	font-weight: 100;
	color: #adadad;
}
.prod-select {
	color: #000;
	border-bottom: 3px solid #999;
}
.og-grid {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 10px 5px;
	vertical-align: top;
	height: 190px;
	width: 250px;
	-moz-box-shadow: 0px 2px 3px 1px #888;
	-webkit-box-shadow: 0px 2px 3px 1px #888;
	box-shadow: 0px 2px 3px 1px #888;
	z-index: 1;
}

.og-grid li:hover {
	-moz-box-shadow: 0px 4px 5px 1px #888;
	-webkit-box-shadow: 0px 4px 5px 1px #888;
	box-shadow: 0px 4px 5px 1px #888;
}

.og-grid li > a {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li > a img {

}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ccc;
	border-width: 15px;
	left: 45%;
	bottom: -30px;
}

.og-expanded {
}

.og-expander {
	position: absolute;
	background: #ccc;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	height: 0;
	z-index: 9999;
}

.og-expander-inner {
	padding: 0px 30px 30px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	max-width: 670px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	margin-bottom: 1px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #999;
}

.og-details p table {
	width: 100%;
	text-align: left;
	border: 0;
	border-collapse: collapse;
}

.og-details p table thead {
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

.og-details p table tbody {
	font-size: 12px;
}

.og-details p img {
	padding-right: 35px;
}

.og-cover {
	font-size: 11px;
	text-transform: none;
	padding-left: 25px;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	outline: none;
	position: absolute;
	bottom: 0px;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 100%;
	max-width: 670px;
	text-align: center;
}

.og-desc div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.og-desc div a {
	border: none;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
}

.og-desc div a:before {
	content: '';
	margin:0px;
}

.og-desc table {
	width: 100%;
	border-collapse: collapse;
}

.og-desc table td {
	padding: 4px;
}

.og-desc-div {
	width: 250px;
	height: 250px;
}

.og-desc-a {
	width: 250px;
	height: 250px;
}

.og-desc-a img {
	/*display: inline-block;*/
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
/* End of the styles for the product list display */


/* Start of the styles for the individual product */
.prod-back {
	float: left;
	margin-left: 45px;
}
.prod-back a {
	position: relative;
}
.prod-back a span {
	position: absolute;
	bottom: 6px;
	left: 25px;
}
.prod-box {
	width: 90%;
	margin: 0 auto;
	margin-top: 5px;
}
.img-main {
	float: left;
	position: relative;
	min-height: 250px;
	min-width: 500px;
}
.img-thumb:hover {
	cursor: pointer;
}
#img-load {
	position: absolute;
	display: none;
}
#img-large {
	margin: 0 auto;
}
.prod-deets h1 {
	color: #adadad;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.prod-deets {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 100px;
	width: 45%;
}
.prod-deets table {
	width: 100%; 
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
	text-transform: lowercase;
	color: #999;
}
.prod-deets table thead tr {
	border-bottom: 1px solid #999;
}
.prod-deets table td {
	padding: 4px;
}
.prod-deets h1 {
	font-size: 40px;
	font-variant: small-caps;
	text-transform: none;
}
.prod-deets h2 {
	font-style: italic;
	text-transform: lowercase;
}
.prod-deets h3 {
	margin-top: 15px;
	color: #737373;
	letter-spacing: 3px;
	font-weight: 100;
}
.prod-deets h4 {
	color: #737373;
	letter-spacing: 1px;
	font-weight: 100;
}
.prod-imgs {
	margin-top: 15%;
}
.prod-imgs-resp {
	display: none;
	margin-bottom: 20px;
}
.prod-rel {
	margin-top: 10%;
}
.prod-rel div {
	display: inline-block;
}
.rel {
	text-align: center;
	margin-right: 30px;
}
/* End of the styles for the individual product */


/* styles for the contact page start */
.boxContact {
position: relative;
padding-top: 65px;
}
.boxContact h1 {
font-size: 20px;
padding-left: 45px;
}
.boxContact h2 {
padding-left: 45px;
font-size: 11px;
font-weight: 100;
max-width: 420px;
float: left;
text-transform: none;
}
.req {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
font-style: italic;
font-size: 9px;
}
.error {
font-size:9px;
color:red;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
text-transform: lowercase;
}
.success {
text-align: center;
font-weight: bold;
}

#formContact {
max-width: 550px;
margin: 0 auto;
margin-top: 55px;
clear: both;
}

#formContact input[type=text] {
padding:5px;
border:1px solid #999;
}
#formContact fieldset {
border:none;
width: 165px;
display: inline-block;
}

.fieldComment {
margin-left: 60px;
}

.fieldComment textarea {
width:250px;
height: 130px;
}

.button_contact {
color:#000;
font-weight:bold;
background-color:#eee;
border:rgba(80, 80, 80,0.5) 1px solid;
padding:10px;
margin-right:20px;
border-radius: 3px;
}
.button_contact:hover {
cursor:pointer;
-webkit-box-shadow: 0 6px 6px -6px #777;
-moz-box-shadow: 0 6px 6px -6px #777;
box-shadow: 0 6px 6px -6px #777;
border:#000 1px solid;
}
/* Styles for the contact page end */


/* Media queries */
@media only screen and (max-width: 1319px) {
	.og-details p img {
		width: 150px;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 1290px) {
	#hpslider ul li {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1266px) {
	.img-main {
		min-width: 300px;
	}

	#img-large {
		float: left;
		/*width: 400px;*/
	}

	.prod-deets table {
		width: 120%;
		margin-left: -20px;
	}

	.img-thumb {
		width: 100px;
	}

	.prod-back {
		margin-left: 5px;
	}
}


@media only screen and (max-width: 1262px) {
	.img-main {
		float: none;
		text-align: center;
	}

	#img-large {
		float: none;
	}

	.prod-deets {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		margin-right: 0px;
		margin-top: 0px;
	}

	.prod-deets table {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.rel {
		margin-left: 10px;
		margin-right: 10px;
	}

	.prod-imgs {
		display: none;
	}

	.prod-imgs-resp {
		display: inline-block;
	}
}

@media only screen and (max-width: 1260px) {
	.og-expander-inner {
		padding: 0px;
	}
	.og-details a {
		bottom: 20px;
	}
}


@media only screen and (max-width: 1199px) {
	.og-fullimg {
		/*width: 500px;*/
	}
}

@media only screen and (max-width: 1050px) {
	#hpslider ul li {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1026px) {
	.og-expander h3 { 
		font-size: 32px; 
	}
	.og-expander p { 
		font-size: 13px; 
	}
	.og-expander a { 
		font-size: 12px; 
	}
	.og-details {
		margin-top: 10px;
	}
	.og-details a {
		bottom: 30px;
	}
}

@media only screen and (max-width: 999px) {
	.og-fullimg {
		/*width: 400px;*/
	}

	.prod-links h1 {
		display: none;
	}

	.og-desc-div {
		width: 150px;
		height: 150px;
	}

	.og-desc-a {
		width: 150px;
		height: 150px;
	}

	.og-desc-hide {
		display: none;
	}
}

@media only screen and (max-width: 970px) {
	#hpslider ul li {
		padding-right: 10px;
		padding-left: 10px;
	}

	header ul {
		margin-left: 5px;
	}

	header ul li {
		padding-right: 5px;
	}
}

@media only screen and (max-width: 890px) {
	#hpslider ul li {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 899px) {
	.og-fullimg {
		width: 45%;
	}
	.og-details {
		width: 55%;
	}
}

@media only screen and (max-width: 858px) {
	#img-large {
		width: 300px;
	}
}

@media only screen and (max-width: 841px) {
	.prod-links ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 810px) {
	#hpslider ul li {
		padding-right: 30px;
		padding-left: 30px;
	}
	#hpslider ul {
		background-color: #fff;
		padding-top: 25px;
	}
}

@media only screen and (max-width: 799px) {
	.og-fullimg {
		/*width: 350px;*/
	}

	.og-details p table {
		width: 110%;
	}
}

@media only screen and (max-width: 786px) {
	.og-grid li {
		width: 200px;
	}
	img.og-img-sm {

	}
	.og-box a p {
		/*
		font-size: 10px;
		margin-top: -5px;
		*/
	}
}

@media only screen and (max-width: 780px) {
	.prod-links {
		width: 100%;
		text-align: center;
	}
	.prod-links ul li {
	}
}

/*  407 blah  */

@media only screen and (max-width: 768px) {
	#bg {
		/*height: 50%;*/
		max-height: 360px;
	}

	/*
	#hpslider img {
		width: 150px;
	}

	#hpslider img.hpslide-chair {
		width: 90px;
		height: 90px;
	}
	*/

	header img {
		width: 200px;
		padding-top: 5px;
	}

	.og-fullimg {
		/*
		width: 300px;
		float: left;
		margin-top: 40px;
		padding-left: 15px;
		*/
	}

	.og-cover {
		top: 20px;
		padding-left: 0px;
	}

	.og-details {
		/*
		float: right;
		margin-right: 0px;
		margin-top: 50px;
		*/
	}

	.og-details p table {
		font-size: 12px;
		width: 100%;
	}

	.og-expander {
		margin-top: 20px;
	}

	.og-expander p {
		font-size: 12px;
	}

	.og-details a {
		/*
		right: auto;
		top: auto;
		bottom: 100px;
		left: 0px;
		*/
	}

	.og-details p table {
		font-size: 10px;
		text-transform: none;
	}

	.og-details p table tbody {
		font-size: 10px;
	}
}

@media only screen and (max-width: 740px) {
	.og-fullimg img {
		padding-top: 35px;
	}
}

@media only screen and (max-width: 719px) {
	.og-fullimg { 
		/*
		width: 250px; 
		padding-left: 30px;
		*/
	}

	.og-details p img {
		width: 125px;
	}

	.hid7 {
		display: none;
	}
}

@media only screen and (max-width: 715px) {
	header {
		height: 140px;
		text-align: center;
	}
	header img {
		float: none;
	}
	header ul {
		float: none;
		margin: 0px;
		margin-top: -10px;
	}
	#searchForm input[type="text"] {
		width: 200px;
	}
	.prod-links {
		margin-top: 0px;
	}

	.prod-box {
		margin-top: 0px;
	}

	.boxContact {
		padding-top: 120px;
	}
	#bg {
		background: transparent url("../img/ss1.jpg") no-repeat scroll 0% -25% / cover;
	}

	.hide-search {
		display: none;
	}

	.show-search {
		display: inline-block;
		margin-top: 15px;
	}
}


@media only screen and (max-width: 670px) {
	#bg {
		min-width: 670px;
		overflow: hidden;
	}	
}

/*
@media only screen and (max-width: 656px) {
	.img-main {
		float: none;
		text-align: center;
	}

	#img-large {
		float: none;
	}

	.prod-deets {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		margin-right: 0px;
	}

	.prod-deets table {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.rel {
		margin-left: 10px;
		margin-right: 10px;
	}
}
*/

@media only screen and (max-width: 661px) {
	.img-main {
		width: 100%;
	}

	.img-main .img-large {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.og-fullimg { 
		display: none; 
	}

	.og-details { 
		float: none; 
		width: 100%; 
	}

	.og-details p table {
		width: 100%;
		font-size: 11px;
	}

	.og-details a {
		left: auto;
	}

	.og-details p table tbody {
		font-size: 10px;
	}

	.hid7 {
		display: block;
	}

	.og-details p img {
		width: 150px;
	}

	.og-details p table {
		text-align: center;
	}
}

@media only screen and (max-width: 552px) {
	header ul {
		padding: 0px;
		margin-top: 5px;
		font-size: 13px;
	}
	header ul li {
		padding-top: 5px;
	}

	.prod-back {
		z-index: 999;
		position: absolute;
	}

	/*
	header {
		z-index: 1;
		position: absolute;
	}
	*/
}

@media only screen and (max-width: 510px) {
	header ul li {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 478px) {
	#formContact fieldset {
		display: block;
		margin: 0 auto;
		padding-top: 30px;
	}
}


@media only screen and (max-width: 465px) {
	header {
	}

	.boxContact {
		padding-top: 135px;
	}

	.boxContact h1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.boxContact h2 {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 50px;
	}
}


@media only screen and (max-width: 423px) {
	.og-grid li {
		width: 190px;
	}

	img.og-img-sm {
		/*width: 185px;*/
	}
}


@media only screen and (max-width: 403px) {
	.og-grid li {
		width: 170px;
	}

	img.og-img-sm {
		/*width: 165px;*/
	}
}

@media only screen and (max-width: 400px) {
	img.og-desc-hide {
		display: none;
	}

	.og-desc div {
		width: 150px;
		height: 150px;
	}

	.og-desc div a {
		width: 150px;
		height: 150px;
	}
}


@media only screen and (max-width: 369px) {
	#hpslider ul li {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
}

@media only screen and (max-width: 367px) {
	.prod-links ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 318px) {
	.prod-links ul li {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}

	.prod-links ul {
		border-bottom: 2px solid #adadad;
	}
}


