@charset "UTF-8";
/* CSS Document */

.pricetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313131;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 660px;
}

.pricetable a:link {
	color: #00a4ef;
	text-decoration: underline;
}
.pricetable a:hover {
	color: #00a4ef;
	text-decoration: underline;
}
.pricetable a:active {
	color: #00a4ef;
}
.pricetable a:visited {
	color: #999999;
	text-decoration: underline;
}
.pricetable td{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-bottom: 4px;
}
.pricetable tr{
}
.tabletop {
	background-color: #313131;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.tabletitle {
	background-color: #00a4ef;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 14px;
}
	.tabletitle strong {
	background-color: #00a4ef;
	font-weight: bold;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	}
.tableprod {
	background-color: #cccccc;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}
.tableitem {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableitem td{
	border-bottom: solid 1px #00a4ef;
	text-align: left;
}
.tableitem tr{
	border-bottom: solid 1px #00a4ef;
}
