/** { margin: 0; padding: 0; }*/
body { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; 
  font-size: 13px;
/*  line-height: 1.4;*/
}

.productarea1 { display: block; }

.module h2 {
	font-size: 26px;
	position: relative;
}

/* GLMod: Test for deletion. START
.content {
	width: 63%;
	float: left;
	padding: 0 0 0 3%;
}
.content h2 {
	margin: 0 0 10px 0;
}
.content h2:not(:first-child) {
	margin-top: 20px;
}
.content h2:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #eee;
	top: 50%;
	margin-top: -10px;
	left: -23px;
}
.content h2:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #ccc;
	top: 50%;
	margin-top: -16px;
	left: -23px;
}
* GLMod: Test for deletion. END*/

/*GLMod: Use class below to divide into columns.*/
.unused {
	width: 30%;
	float: right;
}

.module {
	background: #eee;
	margin: 0 0 20px 0;
	overflow: auto;

}
/*GLMOD: font-size was 16px.********************************************************/
.module h2 {
	background: #ccc;
	line-height: 2.5;
	padding: 0 0 0 10px;
	font-size: 15px;
	box-shadow: inset 0 25px 10px -10px rgba(255, 255, 255, 0.2);
}
.module h2 a {
	float: right;
	position: relative;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	border-left: 5px solid white;
	-webkit-transition: padding 0.1s linear;
	-moz-transition: padding 0.1s linear;
	-ms-transition: padding 0.1s linear;
	-o-transition: padding 0.1s linear;
}
.module h2 a:hover {
	padding: 0 14px;
}
.module h2 a:active {
	padding: 0 16px;
}
.module ul {
	list-style: none;
	padding: 10px 0;
	overflow: auto;
}
.module li {
	color: #333;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #fbf6f6;
	padding: 6px 10px;
}
.module li:first-child {
	border-top: 0;
	padding-top: 0;
}
.module li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.module h2 a:before,
.module h2 a:after {
  content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
}
.module h2 a:before {
	left: -12px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid white;
	margin-top: -8px;
}

.module.blue h2 a {
	background: #4c7373;
}
.module.blue h2 a:hover {
	background: #415665;
}
.module.blue h2 a:after {
	left: -5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #4c7373;
	margin-top: -6px;
}
.module.blue h2 a:hover:after {
	border-right-color: #415665;
}

.module.green h2 a {
	background: #696;
}
.module.green h2 a:hover {
	background: #66ad66;
}
.module.green h2 a:after {
	left: -5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #696;
	margin-top: -6px;
}
.module.green h2 a:hover:after {
	border-right-color: #66ad66;
}

.module.red h2 a {
	background: #d83b5d;
}
.module.red h2 a:hover {
	background: #e14768;
}
.module.red h2 a:after {
	left: -5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #d83b5d;
	margin-top: -6px;
}
.module.red h2 a:hover:after {
	border-right-color: #e14768;
}

.productimage { float: left; padding-left: 10px; }

.trade-sales-buy a { 
	font-weight: bold;
	line-height: 2em;
	color: #eee;
	text-decoration: none;
	cursor: pointer;
	background: #696;
	padding: 4px 15px;
	border-radius: 10px;
	box-shadow: inset -2px -2px 4px rgba(0,0,0,0.25);
	}
.trade-sales-buy a:hover {
	color: #fff;
	background: #66ad66;
}
