/* ImpactMFG Store Formatting Sheet */
/*
------------------------------------------------------
Copyright 2007 ImpactMFG
Created: 2-9-2007
Updated: 2-9-2007
------------------------------------------------------
*/

/* Global Formatting */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.centering {
	text-align: center;
	margin: 0 auto;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.stretcher {
	width: 100%;
}
div dl dt a img{
  border: 0px;
}
a:link {
	color: #ED3548;
}
a:hover {
	color: #4EB6C3;
}
a:visited {
	color: #999999;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
}
h1.big {
	font-size: 16px;
	margin-top: 0px;
}  
h2 {
	font-size:12px;
	margin-top:5px;
}
hr {
	border: 0;
	border-top: solid 2px #ECECEC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
.inputbox {
	border: solid 1px #CCCCCC;
}
input.buttons {
	border: solid 2px #D5D5D5;
	background: #ECECEC;
	margin-right: 3px;
}
input.radios {
	margin-left: 5px;
}
img{
  border:none;
}
input.searches {
	border: solid 1px #CCCCCC;
	width: 85px;
	margin-right: 10px;
}
select.inputdrop {
	width: 160px;
	border: solid 1px #CCCCCC;
}
select.inputdropLeadTime {
	border: solid 1px #CCCCCC;
}
/* Header Formatting */
div#cart .items {
	color: #E93400;
}
div#logo {
	text-align: right;
}
div#navigation img {
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding: 0px;
}
div#navigation a{
  margin-left: -1px;
}
.searchbutton {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: none;
	background: #999999;
	width: 26px;
	height: 25px;
}

/* Category Formatting */
div#categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
div#categories div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #ECECEC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	background: url(../images/bullet.gif) no-repeat 0em;
	list-style-image: none;
}
div#categories div a {
	color: #000000;
  text-decoration: none;
}
div#categories div a:visited {
	color: #656565;
  text-decoration: none;
}

div#categories li.end {
	border-bottom: solid 1px #FFFFFF;
}

/* Sidebar Formatting */
dt.gallery {
	background: #D5D5D5;
	padding: 5px;
	padding-left: 10px;
}
dt.gallerytop {
	background: url(../images/gallery_top.gif) no-repeat;
	line-height: 5px;
}
dt.gallerybottom {
	background: url(../images/gallery_bottom.gif) no-repeat;
	line-height: 5px;
}
dl.popularitems dt {
	background: #FFFFFF;
	text-align: center;
}

/* Content Formatting */
div.centerContent {
	background: #FCFCFC;
	border: solid 1px #F8F8F8;
	padding: 5px;
	text-align: center;
}
dl.searchtext {
	margin: 0;
}
dl.units {
	font-weight: normal;
	font-size:1.2em;
}
img.imageLeft {
	float: left;
}
img.imageRight {
	float: right;
}
span.criteria {
	color: #666666;
}
span.smallText {
	font-size: 9px;
	font-weight: normal;
	line-height: 6px;
}

/* // Main Table Formatting // */
table.tableMain {
	width: 100%;
	border: solid 1px #CCCCCC;
	margin: 0 auto;
}
table.tableMain td {
	padding: 3px;
	border: solid 1px #CCCCCC;
	text-align: left;
}
table.tableMain td.headerTD {
	background: #CCCCCC;
	border: solid 1px #CCCCCC;
	text-align: center;
}

/* // Informational Content Formatting - ie, Google Checkout Terms Popup // */
table.contentMain {
	width: 100%;
	border: solid 1px #000000;
	margin: 0 auto;
}
table.contentMain td {
	padding: 3px;
	text-align: left;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
table.contentMain td.headerTD {
	background: #D5D5D5;
	border-bottom: solid 1px #000000;
	text-align: center;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 16px;
}


/* // Search Results Formatting // */
div#searchResults {
	margin-top: 10px;
	margin-bottom: 10px;
}
table.resultstable {
	width: 100%;
	border: solid 1px #D5D5D5;
}
table.resultstable td {
	text-align: center;
	border: solid 1px #D5D5D5;
	padding: 3px;
}
tr.resultsheader {
	text-align: center;
	background: #D5D5D5;
	color: #333333;
	height: 20px;
}
div#searchPages {
	text-align: center;
	padding: 15px;
}

/* // Sub Table Formatting // */
table.tableSub {
	margin: 0 auto;
}
table.tableSub td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
td.priceCell {
  width: 70%;
}

/* Footer Formatting */
div#seals {
	float: left;
	height: 75px;
}
div#footerlinks {
	font-size: 12px;
	font-weight: normal;
	color: #AAA;
	text-align: center;
	padding-top: 10px;
}
div#footer a:link {
	color: #000000;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
div#footer a:visited {
	color: #000000;
	text-decoration: none;
}
