/*
 * Items specific to the Products Pages
 */
h3.productheader {
	color: red;
	font-size: 16px;
	padding-below: 0px;
	margin-below: 0px;
}

h3.productheader a:link {
	text-decoration: none;
	color: red;
	font-size: 16px;
}
h3.productheader a:visited {
	text-decoration: none;
	color: red;
	font-size: 16px;
}
h3.productheader a:hover {
	text-decoration: none;
	color: red;
	font-size: 16px;
}
h3.productheader a:active {
	text-decoration: none;
	color: red;
	font-size: 16px;
}

table.products {
	font-size: 12px;
	width: 500px;
	border: 0px;
	margin-top: 20px;
	border-left: 6px;
}

table.products td.image {
	width: 135px;
	margin: 5px;
	border: 0px black solid;
	padding-bottom: 20px;
}

table.products td.image img {
	display: inline;
	width: 130px;
}

table.products td.image img a:hover {
	text-decoration: none;
}

table.products td.description {
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 20px;
}

table.accessories {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 0px solid black;
}

table.accessories td.aimg {
	border: 0px solid red;
	padding-right: 25px;
	width: 150px;
}

table.accessories td.aimg img {
	width: 150px;
}
table.accessories td.description {
	font-size: 12pt;
	border: 0px solid black;
}
table.accessories td.purchase {
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 10pt;
	border: 0px solid black;
}

span.services {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

ul.facontents {
	list-style-type: none;
	padding-left: 30px;
	margin: 0px;
}

ul.facontents li {
	text-indent: -30px;
}

