.productGrid h2 {
	border-bottom: 1px dotted #DDD;
	color: #333;
	font:normal 24px/24px TitilliumBold, "helvetica neue", arial, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.productGrid {
	margin: 0;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.productGrid li {
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	width: 130px;
	height: 80px;
	position: relative;
}

.productGrid li:last-child {
	margin: 0;
}

.productGrid img {
	display: block;
	position: absolute;
	bottom: 25px;
}

.productGrid a {
	display: block;
	position: absolute;
	bottom: 0;
}




h2.subtitle {
	color: #cc3333;
	font:normal 18px/18px TitilliumBold, "helvetica neue", arial, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.productView {}

.description {
	float: left;
	margin-right: 30px;
	padding: 0 0 30px 0;
	width: 290px;
}


a.brochure {
	background: #cc3333;
	background: -moz-linear-gradient(top, #cc3333 0%, #b9101e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3333), color-stop(100%,#b9101e));
	background: -webkit-linear-gradient(top, #cc3333 0%,#b9101e 100%);
	background: -o-linear-gradient(top, #cc3333 0%,#b9101e 100%);
	background: -ms-linear-gradient(top, #cc3333 0%,#b9101e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3333', endColorstr='#b9101e',GradientType=0 );
	background: linear-gradient(top, #cc3333 0%,#b9101e 100%);
	color: #FFF;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 8px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.brochure:hover {
	background: #b9101e;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 1px 0 2px #CCC;
}

.fileInfo {
	font-size: 11px;
	font-style: italic;
	color: #999;
}


.productPhotos {
	float: left;
	width: 320px;
	padding: 0 0 30px 0;
}

h3 {
	clear: left;
	color: #666;
	font:normal 16px/16px TitilliumBold, "helvetica neue", arial, sans-serif;
	letter-spacing: 1px;
	margin:0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

h3 span {
	color: #999;
	font:normal 11px/11px "helvetica neue", arial, sans-serif;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.additionalPhotos {
	margin: 0;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.additionalPhotos li {
	border: 1px solid #EEE;
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.additionalPhotos li:last-child {
	margin: 0;
}
.additionalPhotos li:hover {
	border: 1px solid #CCC;
	cursor: pointer;
}

.additionalPhotos li a {
	display: block;
	height: 50px;
	width: 75px;
	text-align: center;
}




.insideView {
	color: #444;
	clear: both;
	width: 640px;
	background: #fdfdfd;
	position: relative;
	z-index: 1;
	left: -30px;
	margin: 0 0 40px 0;
	padding: 20px 0 10px 30px;
	text-shadow: 1px 1px #FFF;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=0 );
	background: linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.insideView a.java {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

.insideView a.java:hover {
	opacity: 1;
	color: #cc3333;
	text-decoration: none;
}

.insideView a.java img {
	margin-bottom: -2px;
	opacity: .7;
}
.insideView a.java:hover img {
	opacity: 1;
}



.specs {
	color: #444;
	clear: both;
	width: 640px;
	background: #fdfdfd;
	position: relative;
	left: -30px;
	padding: 20px 0 10px 30px;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px #FFF;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=0 );
	background: linear-gradient(top, #fdfdfd 0%,#f7f7f7 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.specs ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-shadow: 1px 1px 1px #FFF;
}

.specs li {
	float: left;
	padding: 0;
	margin: 0 30px 10px 20px;
	width: 270px;
}



