*  {
	margin: 0; padding: 0;
	/*list-style-type: none;*/
}
body {
	font: 70% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #000;
	background: #235394 url(/images/bgrounds/body.gif) repeat-x;
	text-align: center;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #ef4035; text-decoration: underline; }
a:visited { color: #ef4035; text-decoration: underline; }
a:hover { color: #1b3c8e; text-decoration: none; }
a:active { color: #ef4035; text-decoration: underline;}

/*#content ul { margin: 0 0 1em 5px;}
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/arrow.gif) no-repeat 4px 5px;border: 1px solid red; 
}
#content ol {
	margin: 0 0 1em 15px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}*/
#content ul {
	margin-left: 15px;
}
p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 20px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 20px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #cbcbcb; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #1b3c8e;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 975px;
	border: 10px solid #fff;
	border-top: none;
	text-align: left;
	background-color: #fff;
}

#header {
	position: relative;
	width: 100%;
	height: 138px;
	background-color: #ef4035;
}

#header .logo {
	position: absolute;
	top: 22px;
	left: 21px;
}

#nav {
	border-top: 1px solid #fff;
	border-bottom: 10px solid #fff;
	height: 35px;
	width: 975px;
	background: url(/images/bgrounds/nav.gif) no-repeat;
	position: relative;
}



#nav, #nav ul {
	line-height: 1;
}
#nav ul, #nav li {
	list-style-type: none;
}
.toplevel {
	margin-left: 22px;
	/*width: 500px;*/
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #fff;
	font-weight: bold;
	padding: 11px 15px 10px 15px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
}

#nav a:hover {
	background-color: #b2b2b2;
	color: #fff;
}

#nav li {
	float: left;
	text-align: center;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px;
	padding: 2px 5px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	width: 110px;
}
#nav li ul li a:hover {
	background-color: yellow;
	color: #000;
}

#nav li ul {
	position: absolute;
	background: orange;
	padding: 5px 0;
	width: 120px;
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	width: 120px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 0;
	position: absolute;
	top: 0; right: -120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: pink;
}

.cartnav {
	float: right;
	display: inline;
	margin-right: 22px;
}
.cartnav ul, .cartnav li {
	list-style-type: none;
}




#main {
	width: 975px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	width: 224px;
}
#main-r {
	width: 750px;
	border-left: 1px solid #fff;
}

#content {
	padding: 0 25px;
	line-height: 1.3;
}

#sub-l, #sub-r {
	float: left;
	display: inline;
}
#sub-l {
	width: 518px;
}
#sub-r {
	width: 232px;
}
.features {
	background: #e5e5e5 url(/images/bgrounds/sub-r-top.gif) no-repeat top left;
	padding: 10px 0 0 0;
}
.features-inner {
	background: url(/images/bgrounds/sub-r-bottom.gif) no-repeat bottom left;
	padding: 0 0 7px 10px
}
.joinmailinglist, .priceisright {
	width: 212px;
	height: 84px;
	background: url(/images/bgrounds/join-mailing-list.gif) no-repeat;
	position: relative;
}
.priceisright {
	background: url(/images/bgrounds/price-is-right.gif) no-repeat;
}
.joinmailinglist a, .priceisright a {
	position: absolute;
	top: 60px;
	right: 13px;
	font-weight: normal;
	font-size: .9em;
}
.contactdetails {
	width: 212px;
	height: 144px;
	background: url(/images/bgrounds/contact-details.gif) no-repeat;
	position: relative;
	text-align: right;
	font-weight: normal;
}
.contactdetails span.details {
	display: block;
	position: absolute;
	top: 59px;
	right: 13px;
	font-size: .9em;
	
}
.pageheader {
	background-color: #1b3c8e;
	height: 26px;
	padding: 13px 0 0 13px;
	margin: 0 0 10px 0;
}
#home .subheader {
	background-image: url(/images/bgrounds/subheader.gif);
}
.subheader {
	background: #1b3c8e url(/images/bgrounds/subheader-inner.gif) no-repeat bottom right;
	height: 26px;
	padding: 13px 0 0 13px;
	margin: 0 0 10px 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 img {
	float: left;
	display: inline;
	margin: 0 38px 0 0;
}


.nodisplay {
	display: none;
}


.pageheader h1, .subheader h2 {
	color: #fff;
	font-style: italic;
}
.productlisting .productblock {
	float: left;
	width: 142px;
	display: inline;
	margin: 0 20px 10px 0;
}
.productlisting .photo {
	display: block;
	border: 1px solid #d8d8d8;
	width: 140px;
	height: 125px;
}
.productlisting .photo img {

}
.productlisting .photo:hover {
	border-color: #1b3c8e;
}
.productlisting span {
	display: block;
}
.productlisting span.name {
	background: url(/images/bgrounds/product-name.gif) no-repeat bottom left;
	padding: 6px 11px 12px 11px;
	border-top: 1px solid #fff;
	color: #676767;
	font-weight: bold;
}
.productlisting span.price {
	color: #a3a3a3;
	background: url(/images/bgrounds/product-price.gif) no-repeat bottom left;
	padding: 0 11px 5px 11px;
}
.productlisting span.price strong {
	color: #ef4035;
	font-weight: normal;
	font-size: 1.4em;
}
.productlisting a {
	color: #676767;
	text-decoration: none;
}
.productlisting a:hover {
	text-decoration: underline;
}




#product-search {
	position: absolute;
	top: 67px;
	left: 743px;
	width: 200px;
	height: 60px;
}
#product-search div {
	position: relative;
}
#product-search label span {
	display: none;
}
#product-search label {
	background: url(/images/text/product-search.gif) no-repeat;
	width: 111px; height: 11px;
	display: block;
	position: absolute;
	top: 0; left: 0;
}
#product-search input#keyword {
	position: absolute;
	top: 21px; left: 0;
	border: 1px solid #be2319;
	border-bottom-color: #fca39d;
	border-right-color: #fca39d;
	width: 156px;
	color: #666;
	padding: 4px 2px;
}
#product-search input.button {
	position: absolute;
	top: 21px; left: 170px;
}
#footer {
	margin: 0 auto;
	width: 995px;
	text-align: left;
	background: url(/images/bgrounds/footer.gif) no-repeat;
	color: #b1caeb;
}
#footer p {
	padding: 23px 0 0 263px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #b1caeb;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.data, table.form {
	width: 100%;
	margin-bottom: 1em;
}
table.form {
	background-color: #f2f2f2;
}

/*.data, .data td, .data th {
	border: 1px solid #eee;
	border-collapse: collapse;
}*/
.data td, .data th {
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
}
table.form td, table.form th {
	border-bottom: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.form th {
	width: 150px;
}
table.form select {
	width: 270px;
}
.data td {
	border-bottom: 1px solid #eee;
}
.data th {
	background-color: #eee;
	color: #1b3c8e;
}
.data tr.alt td {
	background-color: #f7f7f7
}
table.form th span.error {
	color: #ef4035;
	display: block;
	font-weight: bold;
	font-size: .9em;
}
p.error {
	color: #ef4035;
	font-weight: bold;
}


.viewCart {
	width: 100%;
	margin-bottom: 1em;
}

.viewCart td, .viewCart th {
	padding: 4px 5px;
	text-align: left;
	vertical-align: middle;
}

.viewCart th {
	background-color: #eee;
	color: #1b3c8e;
}
.viewCart td {
	border-bottom: 1px solid #eee;
}
.viewCart th.cnt, .viewCart td.cnt {
	text-align: center;
}
.viewCart td, .viewCart th.item, .viewCart tr.totals th {

}
.viewCart img {
	padding: 1px;
	border: 1px solid #eee;
	background-color: #fff;
}
.viewCart .totals img {
	border: none;
	padding: 0;
}
.viewCart tr.totals th {
	text-align: right;
	font-weight: bold;
	background-color: #fff;
	color: #1b3c8e;
	vertical-align: top;
}
.viewCart tr.totals td {
	vertical-align: top; 
	border-bottom: none;
	color: #1b3c8e;
	font-size: 1.2em;
}
.viewCart tr.subtotal td, .viewCart tr.subtotal th, .viewCart tr.total td, .viewCart tr.total th {
	border-top: 5px solid #eee;
}
.viewCart tr.odd td {
	background-color: #f7f7f7;
}

.viewCart .configuration li {
	margin-bottom: 0;
	line-height: 1.2em;
	color: #555;
}
.viewCart .cartButtons td, .viewCart .cartButtons th {
	background-color: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: none;
	padding: 10px 0;
}
.viewCart .cartButtons img {
	border: none;
	margin-bottom: 5px;
}
.viewCart .cartButtons a {
	border: none;
}
#devOptions {
	margin: 0 0 1em 0;
}
#devOptions label {
	display: block;
}

h2.price {
	color: #ef4035;
	font-weight: normal;
	font-size: 1.5em;
}
p.back {
	border-top: 1px solid #eee;
	padding: 5px;
	margin-top: 1em;
	text-align: left;
}

td.cnt, th.cnt {
	text-align: center;
}

.breadcrumb {
margin-bottom: 14px;
}


.listview {
	width: 100%;
	margin-bottom: 1em;
}
.listview th, .listview td {
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
}
.listview th {
	background-color: #eee;
	color: #1b3c8e;
}
.listview span.price {
	color: #a3a3a3;
}
.listview span.price strong {
	color: #ef4035;
	font-weight: normal;
	font-size: 1.2em;
}

.listview tr.odd td {
	background-color: #f7f7f7;
}


ul.autocomplete-results {
	text-align: left;
	background-color: white;
	border: 1px solid #a5a5a5;
	margin-top: 3px;
	padding: 1px;
}
ul.autocomplete-results li {
	cursor: pointer;
	padding: 2px 5px;
	border-top: 1px dotted #d5d5d5;
}
ul.autocomplete-results li:hover {
	color: white;
	background-color: #316ac5;
}
.prod-detail {
	width: 467px;
}
.prod-images, .prod-info {
	float: left;
	display: inline;
	width: 210px;
}
.prod-info {
	width: 257px;
}
.prod-images img {
	margin-bottom: 10px;
}
/*#content {
	background-color: orange;
}*/

.subcats a {
	font-weight: bold;
}
.subcats {
	font-weight: normal;
	font-size: 1em;
	color: #000;
}




#catnav {
	background: url(/images/bgrounds/catnav.gif) repeat-y;
	/*border: 1px solid #fff; */
	width: 224px;
}
#catnav ul {
	background: url(/images/bgrounds/catnav-ul.gif) no-repeat bottom left;
	padding: 5px 2px 15px 2px;
}
#catnav ul, #catnav li {
	list-style-type: none;
}
#catnav ul ul {
	background: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
#catnav li.current a {
	background-color: #eee;
}
#catnav li.current li a {
	background-color: #fff;
}

#catnav ul ul a, #catnav ul ul a:link,#catnav ul ul a:visited, #catnav ul ul a:active {
	color: #666;
	border-bottom: none;
}
#catnav a, #catnav a:link, #catnav a:visited, #catnav a:active {
	padding: 4px 10px 4px 20px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
}

#catnav a:hover, #catnav li.current li a:hover  {
	background-color: #f2f2f2;
}

#catnav h2 {
	background: url(/images/text/product-categories.gif) no-repeat;
	width: 205px;
	height: 17px;
	border-bottom: 1px solid #cbcbcb;/* they call me dr lazy */
	font-style: italic;
	padding: 14px 7px 7px 12px;
	margin-bottom: 0;
}

#pickup_dateCalGlove {
	padding: 2px 4px;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
	border-bottom: 2px solid #BBB;
	border-right: 2px solid #BBB;
	width: 190px;
	background: #FFF;
}

#submitbutton {
cursor: pointer;
}

#content p.deladdress {
border: 1px solid #AAA;
background-color:#EEE;
padding: 10px;
}

input.loginInput {
width: 170px;
}

input.loginPasswd {
width: 170px;
}

input.stdinput {
width: 170px;
}

h1.register {
color: #ef4035;
}

textarea {
font: 1.2em Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
}