body {
	background-color: #9FA9B3;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.font11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.nolink {
	text-decoration: none;
}
.btn_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1E100;
	text-decoration: none;
}
.btn_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.line2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}
.pdf_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEDD8;
}
.filesize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006CB8;
}
a:link {
	text-decoration: none;
}
.txtbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 205px;
	border: 1px solid #013477;
}
.txtbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 78px;
	width: 384px;
	border: 1px solid #013477;
}
a:visited {
	text-decoration: none;
}

#productList {
	clear: left;
	padding: 20px 0 0 0;
}

#productList > li {
	width: 220px;
	height: 363px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	list-style-type: none;
	margin: 0 13px 20px 0;
	position: relative;
}

#productList > li.last {
	margin: 0 0 20px 0;	
}

#productList h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003376;
	font-weight: bold;
	margin: 1px 0 7px 0;
}

#productList li ul.productDetails {
	padding: 5px 0 0 2px;
	margin: 0 0 0 0;
	list-style-type: none;

}

#productList li ul.productDetails li {
	font-size: 11px;
	background: url(../images/bullet.jpg) no-repeat left 50%;
	padding: 0 0 0 12px;
	margin: 0 0 1px 0;
}

#productList li ul.productFiles {
	padding: 5px 0 0 2px;
	margin: 0 0 0 0;
	list-style-type: none;

}

#productList li ul.productFiles li {
	font-size: 11px;
	background: url(../images/icon_pdf.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}

.videoLink {
	display: block;
	background: url(../images/film.png) no-repeat 2px 50%;
	padding: 2px 0 2px 22px;
	font-size: 11px;
}

.productFilesContainer {
	position: absolute;
	left: 4px;
	bottom: 2px;
}
