body, table {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	text-align: justify;
	color: #000000;
}
a { color: #0000ff; }
a:hover { color: #ff0000; }
#pageheading {
	width: 468px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px #cccccc solid;
}
.heading{
	font-size: 15px;
	font-weight: bold;
}
.tableheading { font-weight: bold; }
.tablefont{
	font-size: 11px;
	color: #333333;
}

input.blue {
	background-color: #003366;
	font-weight: bold;
	color: #ffffff;
}
#subfooter {
	width: 100%;
	background: #a5b1db;
	height: 4px;
	line-height: 4px;
	font-size: 1px;
}
#footer {
	width: 100%;
	background: #03006E;
	font-size: 10px;
	color: #FFFFFF;
}
#footer .content {
	width: 798px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* PRODUCT LISTING PAGE */
#productpage {
	margin-left:125px;
}

#breadcrumb {
	color:#333333;
	font-size:11px;
	font-weight:bold;
}
#breadcrumb a {
	color:#03006e;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

#productpage h1 {
	width:600px;
	font-size:22px;;
	color:#000000;
	padding:0px;
	margin:0px;
	line-height:22px;
}
#productpage h2 {
	font-size:18px;;
	color:#444444;
	padding:0px;
	margin:0px;
	line-height:26px;
}

#productpage table {
	border: 2px #a5b1db solid;
	border-collapse:collapse;
}
#productpage td {
	border: 1px #a5b1db dotted;
	padding-left:15px;
	font-size:11px;
	color:#000000;
}

#productpage table .rowheading {
	color:#444444;
	font-weight:bold;
	font-size: 12px;
}

#productpage .new {
	color:#ff0000;
	padding-left:10px;
	font-weight:bold;
}

#productpage a {
	color:#03006e;
	text-decoration:none;
	font-weight:bold;
}
#productpage a:hover {
	text-decoration:underline;
}

#qtyprice .price {
	position:relative;
	left:30px;
}
