/**Catalog formatting here**/
.catnav {
	color: black;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, "sans serif";
	margin-bottom: 10px;
}
.catnav a:link, .catnav a:visited   {
	color: #003399;
	font-weight: bold;
}
.catnav a:hover, .catnav a:active   {
	color: #0066FF;
	font-weight: bold;
}
.searchresults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.searchresults a:link, .searchresults a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.searchresults a:hover, .searchresults a:active {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.catname   {
	color: #009;
	font-size: 16px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-weight: bold;
	line-height: 20px;
}
.nickname   {
	color: #009;
	font-size: 12px;
	font-family: Arial, Helvetica, "Sans Serif";
	line-height: 18px;
}




.details #description {
	width: 470px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 5px;
}
.details #description td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftcol {
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightcol {
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.details #specs {
	width: 470px;
	margin-top: 5px;
}
.details #specs .spechead {
	color: #000099;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
}

.details #specs td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.details #specs td.spec {
	width: 230px;
}

.details #specs td.value {
	width: 230px;
}

.details #specs tr.coloredrow {
	background-color: #CCFFFF;
}
#price td.cartheader {
	color: #FFFFFF;
	background-color: #003399;
	text-align: left;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#pdfdownload img {
	margin: 4px;
	position: relative;
	left: 0px;
	height: 31px;
	width: 28px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#specials {
	border: 1px solid #CCCCCC;
}
#specials tr.coloredrow {
	background-color: #EFEFEF;
}

#specials .specialprice {
	background-color: #00CC99;
	font-weight: bold;
	color: #FFFFFF;
}
#specials .qty {
	background-color: #0066FF;
}
