/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
- General Typography
- Header Content
- Sidebar Content
- Forms
- Tables
- Footer
- Sitewide Custom Definitions

================================================================*/

/*
@import url("base.css");
@import url("layout.css");
@import url("nav.css");
*/

/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
body {
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	color: #444444;	
}

a {
	color: #000000;
}

a.nounderline {
	text-decoration: none;
}

dd strong {
  background-color: White;
}

h1 {
	font-size: 25px;
	margin-bottom: 15px;
}


h3 {
	color: #000000;
	margin-bottom: 8px;
}

h4 {
	font-size: 15px;
	color: #000000;
	margin-bottom: 8px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0.5em;
}

ul {
	font-size: 14px;
	margin-top: 5px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	
	width: 175px;
	height: 82px;
}
#logo span {
	display: none;
}

#account_management {
	font-size: 12px;
	text-align: right;
}
#account_management a:link, #account_management a:visited {
	text-decoration: none;
}
#account_management a:hover, #account_management a:active {
	text-decoration: underline;
}

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

#footer {
	padding: 5px 0;
	text-align: center;
	font-size: 10px;
	color: #222222;
	height: 25px;
}

dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
dd {
	font-size: 12px;
	margin-bottom: 6px;
}

/*
dt {
	margin: 5px 0;
	font-size: 13px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
dt span.toggle {
	font-size: 12px;
	display: none;
}
dt:hover span.toggle {
	display: inline;
}
dl.toggle dd {
	display: none;
}
dd {
	margin: 0;
	padding: 0;
	
	margin: 10px 20px;
	
	font-size: 12px;
	line-height: 15px;
}
#contacts dd {
	margin-bottom: 20px;
}
*/
span.subtotal {
	text-align: right;
}

li.total {
	margin-top: 5px;
	border-top: 1px solid #000000;
}

#dealers h2 {
	margin-bottom: 15px;
}

#purchase {
	float: right;
	/* margin-right: 60px; */
	width: 160px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid Silver;
}

/* SHOPPING CART */

table.cart {
	/* width: 160px; */
	width: 220px;
	font-size: 11px;
	border-collapse: collapse;
	margin-bottom: 8px;
}

table.cart a {
  text-decoration: none;
}

table.bigcart {
  width: 100%;
	border-collapse: collapse;
}

table.bigcart th {
  text-align: center;
}

table.orders {
  width: 100%;
	border-collapse: collapse;
  border-bottom: 1px solid Black;
  margin-top: 10px;
  margin-bottom: 20px;
}

table.orders th {
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
}

table.orders th.total {
  text-align: right;
}

.orderDetail {
  background-color: #e0e0e0;
  border: 1px solid Silver;
  padding: 10px;
}

span.oldprice {
	text-decoration: line-through;
}

span.newprice {
	font-weight: bold;
}

tr.total td, tr.total th {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	/* text-align: left; */
}

td.total {
	text-align: right;
}

td.quantity {
  text-align: center;
}

td {
  vertical-align: top;
}

ul.categories {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 12px;
}

ul.categories a {
  text-decoration: none;
}

p.footer {
	color: #888888;
}

table.footer {
  width: 100%;
	color: #888888;
}

table.footer td {
  vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

table.footer td.left {
  text-align: left;
  width: 40%;
}

table.footer td.middle {
  text-align: middle;
  width: 20%;
}

table.footer td.right {
  text-align: right;
  width: 40%;
}

.error {
  font-weight: bold;
  color: Red;
}

.less-error {
  color: Red;
}

.less-error a {
  color: Red;
}

#feature {
  height: 260px;
}
