body {
	font-size:16px;
	color:#555;	
		font-family: "proxima-nova",sans-serif;padding:0px;margin:0px;
}



h1.title,h1 {

	font-size: 1.8em;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
	color:#000;
		line-height:1.1em;
		margin-bottom:.8em;
	width:100%;
	border-bottom:solid 1px #ccc;
	padding-bottom:6px;
}

.subtitle {
			font-size: .8em;
	font-weight: light;
	font-family: "proxima-nova",sans-serif;
	color:#666;
		line-height:1.1em;
		margin-bottom:.8em;
}

p{
	  font-family: "proxima-nova",sans-serif;
	  font-size:1.3em;
	  font-weight: thin;
	  color:#555;
	  line-height:1.3em;
}

li {
		  font-size:1.2em;
	  font-weight: thin;
	  color:#555;
	  line-height:1.3em;
}

.black {
	color:#000;
}

h2 {
	color:#000;
	font-size:1.4em;	
	font-weight:lighter;
	margin-bottom:.9em;
}

strong {
	color:#000;
	font-weight:thin;	
}
.imgStandard-300,a.fancybox.imgStandard-300 {
	width: 300px;
	padding-bottom:11px;
	background-image: url(/Portals/0/skins/Images/imgUndertrim-300.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
p .headline      {
	color: #000;
	font-size: 21px;
}

.imgStandard-350 {
	width: 350px;
	padding-bottom: 13px;
	background-image: url(/Portals/0/skins/images/imgUndertrim-350.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Data Table */

table.specs { width:100%; border:1px solid #CCC;padding:0px;  border-spacing: 0px;background-color:#FFF; font-size:16px;}
table.specs.numbers td{ font-size:20px !important; }
table.specs td {
	padding:5px;	
}



table.specs thead {
	background-color:#ffcc00;	
}

table.specs tr:nth-child(even) {background: #f1f1f1}

table.specs tr:hover {
	background-color:#F0F0D5 !important;border-bottom:1px solid #AED1E9;
}


a.btn { font-weight:500;width:100%;max-width:500px;padding:10px 25px;text-decoration:none;border-radius:5px; min-width:300px !important;}
a.btn.yellow { color:#000; background-color:#FC0;}
a.btn.green { color:#FFF; background-color:#6DBC66;}

