/* Global Styles */
body,td,th,p {
	font-family: verdana, helvetica, san serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #999999;
	background-image: url(images/backgound.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-size: 11px;
	color: #065fa9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yourprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
	margin-left: -15px;
}
h2 {
	font-size: 13px;
	color: #065fa9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 40px;
}
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #363834;
	line-height:16px;
	text-decoration: none;
}
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #cfcfcf;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:12px 8px 10px 6px;
	}
	
#navigation a:hover {
	background: #cfcfcf;
	color:#01125c;
	}
	
h3 {
	font-size: 13px;
	color: #065fa9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}
/* Product Price Breakdown */
div.table-prods-btm {
	width: 189px;
	height: 5px;
	background: url(images/table-btm.gif) no-repeat 0 0;
}
table.prods {
	width: 189px;
	align: center;
	/*border-left: 1px solid #dbdbdb;*/
	/*border-bottom: 1px solid #dbdbdb;*/
	/*border-right: 1px solid #dbdbdb;*/
}
table.prods th {
	font-size: 108%;
	color: #33517d;
	background: url(images/table-hd-right.gif) no-repeat top right #d7d7d8;
}
table.prods th span {
	display: block;
	padding: 4px 8px 2px 8px;
	background: url(images/table-hd-left.gif) no-repeat 0 0;
}

table.prods p {
	margin-bottom: 4px!important;
}
table.prods td {
	text-align: center;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
table.prods .info-amp {
	font-size: 108%;
}
table.prods .info-price {
	color: #ed0000!important;
	font-size: 116%;
}
table.prods .info-details {
	font-size: 116%;
	color: #a5aeae!important;
}
table.prods td.spacer {
	height: 5px;
}