/*	Useful styles
********************************/

ul, li, p, h1, h2 { padding: 0px; margin: 0px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
p { padding-bottom: 5pt; padding-top: 5pt; }


/*	Beginning of tree
********************************/

html {
	line-height:1.22em;
}

body {

	/* 62.5% sets default text from 16px to a more manageable 10px. Use ems off 10px from now on */
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	
	line-height: 1em; /* fixes peekaboo bug */

	width: 750px;

	padding: 10px 5px 5px 5px;
	margin: 0px auto 20px auto;

	border: 2px solid #fff;
	border-top: 0px;
	
	color: #000;
	background: #868686 url(../images/bg_main.gif) top left repeat-x;

}


/*	Heading Area
********************************/

#headingArea {
	color: #fff;
	padding-bottom: 10px;
}

#headingArea #rightCorner {
	float: right;
}

#headingArea #leftCorner {
	font-weight: bold;
	font-size: 1.3em;
}

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

.headerImage {
	float: left;
	display: block;
	margin: 1px auto;
}

/*	Navigation 
********************************/

#navigation {
	list-style: none;
	height: 24px;
	background-color: #fff;
	
	position: relative; /* so shopping cart can be position absolutely from it */
	

}

#navigation li {

	display: block;
	float: left;
	
	width: 108px;
	
	background: url(../images/bg_topnav.gif) top left repeat-x;
	
	text-align: center;
	padding: 7px;
	
	text-decoration: none;
	
	border-left: 3px solid #E2E2E2;
	
	position: relative;
	
	z-index: 4;

}

/* sub menu ul */
#dropDownMenu ul {
	
	display: none;
	
	position: absolute;
	
	float: left;
	
	top: 24px;
	left: 0px;

	border-left: 5px solid #E2E2E2;
	border-bottom: 5px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	
}

#dropDownMenu ul li {
	text-align: left;
	width: 99px;

}

#dropDownMenu li.over ul {
	display: block;
}

#navigation li a:link, #navigation li a:active, #navigation li a:visited { color: #2665A5; text-decoration: none; }
#navigation li a:hover { text-decoration: underline; }

/*	Header
********************************/

#headerImage {
	display: block;
	margin: 1px auto;
}

/*	Content Area
********************************/

#content {
	background-color: #f4f4f4;
	padding: 20px;
	
	font-size: 1.2em;
	line-height: 12pt;

}

#content #mainContent {
	border: 1px solid #E2E2E2;
	background: #fff;
	padding: 10px;	
}

/* Applies only to IE \*/
* html #content #mainContent {
	height: 1%; /* need to state dimension so floats appear correctly inside it */
}

#content .homePage {
	padding-right: 0px !important;
	padding-top: 0px !important;
}

/*	Product Highlight Box
********************************/

.productHighlight {
	width: 200px;
	font-size: 1em;
	border: 1px solid #E2E2E2;
	margin: 15px;
	float: left;
	display: inline;
	background-color: #F8F8F8;
}

.productHighlight div {
	padding: 10px 0px 0px 7px;
	background: url(../images/bg_topnav.gif) top left repeat-x;
	height: 25px;
	color: #2464A4;
}

.productHighlight p {
	margin: 0px;
	padding: 10px;
	padding-top: 3px;
}

/*	Footer
********************************/

#footer {
	padding: 10px;
	background: url(../images/bg_topnav2.gif) top left repeat-x;
	color: #fff;

}

#footer ul {
	list-style-type:none;
}

#footer li {
	display: block;
	float: left;
	padding-left: 20px;
}


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

#footer .copyright {
	height: 12px;
}

/*	Whats New Box
********************************/

#content #whatsNew {

	float: right;
	width: 200px;
	
	margin-left: 10px;
	
	background: #fff;
	border-left: 1px solid #E1E1E1;	
	height: 150px;
	
	display: inline; /** fixes IE double margin bug */

}

#whatsNew div {
	height: 25px;
	padding: 10px 0px 5px 7px;
	background: url(../images/bg_lightblue.gif) top left repeat-x;
	color: #2464A4;
}

#content #whatsNew p {
	margin-left: 10px;
}

/*	Table
********************************/

table.lmg {
	padding: 0px;
	margin: 10px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #E1E1E1;
}

table.lmg caption {
	text-align: left;
	border: 1px solid #E1E1E1;
	border-bottom: 0px;
	padding: 10px 5px;
	font-size: 14px;
	background-color: #FFF;
	color: #008FD8;
}

table.lmg td, table.lmg th {
	background: #FFF;
	padding: 6px 6px 6px 12px;
	color: #000;
	vertical-align: top;
}

table.sizingChart td {
	border-right: 1px solid #E1E1E1;
}

table.lmg th, table.lmg thead td {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #E8F4FE;
}

table.lmg thead td, table.lmg thead th {
	border: 1px solid #E1E1E1;
}

table.lmg thead td {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
}


table.lmg tbody td, table.lmg tbody th {
	font-size: 12px;
	text-transform: none;
	border-bottom: 1px solid #E1E1E1;
}

table.lmg tbody th {
	text-align: right;
	letter-spacing: 0px;
}

table.lmg tr.even td, table.lmg tr.even th {
	background-color: #FFF;
}

table.lmg tr.odd td, table.lmg tr.odd th  {
	background-color: #ECF5D6;
}

table.lmg tr.highlight td, table.lmg tr.highlight th {
	background-color: #D1E1EF;
	color: #3570AC;
}

table.lmg tfoot th, table.lmg tfoot td {
	background-color: #FFF;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	font-size: 9px;
}

table.lmg tfoot a:link, table.lmg a:visited, table.lmg a:active {
	text-decoration: none;
}
table.lmg tfoot a:hover {
	text-decoration: underline;
}

table.lmg tfoot th {
	text-align: right;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}


table.lmg a:link, table.lmg a:visited, table.lmg a:active {
	color: #008FD8;
}

table.lmg a.none:link, table.lmg a.none:visited, table.lmg a.none:active, table.lmg thead a:link, table.lmg thead a:visited, table.lmg thead a:active {
	text-decoration: none;
}
table.lmg a.none:hover, table.lmg thead a:hover {
	text-decoration: underline;
}

/*	Categories box
********************************/

#content #categories {

	float: left;
	width: 200px;
	
	background: #fff;
	
	position: relative;
	left: -10px;
	top: -10px;
	
}

#categories div {
	height: 25px;
	padding: 10px 0px 5px 7px;
	background: url(../images/bg_lightblue.gif) top left repeat-x;
	color: #2464A4;
	
	border-right: 1px solid #E1E1E1;
}

#content #categories ul {
	padding: 0px 10px 10px 10px;
	list-style-type: none;
}

#content #categories ul li {
	padding: 5px;
}

#content #categories ul li a {
	text-decoration: none;
	color: #2464A4;
}

.leftnav {
	text-decoration: none;
	color: #2464A4;
}

/*	Products box
********************************/

#mainContent #products {
	border-left: 1px solid #E1E1E1;
	float: left;
	
	width: 465px;
	
	padding: 10px;
	padding-right: 0px;
}

/*	Product box
********************************/

#products .product {

	border: 2px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	
	float: left;
	width: 198px;
	height: 100px;
	
	margin: 5px;
	padding: 10px;
	
	position: relative; /** so price can be position absolutely to this box **/
	
	display: inline; /** fixes IE double margin **/
	
	overflow: hidden;
	word-wrap: break-word;
	
	font-size: .8em;

	
}


.product img {
	margin-right: 15px;
}


.product .noImage {

	border-right: 1px solid #E2E2E2;
	
	width: 90px;
	height: 90px;
	
	margin-right: 15px;
	
	padding: 5px;
	
	text-align: center;
	
	font-size: .9em;
	
	color: #CCCCCC;
	
	
	
	

}

.product a {
	color: #2464A4;
	font-size: 1.2em;
	text-decoration: none;
	
	display: block;
	width: 80px;
	height: 85px;
	
	position: absolute;
	top: 5px;
	right: 5px;
	
	overflow: hidden;
}

.product p {
	position: absolute;
	bottom: 0px;
	right: 10px;
	
	color: #5F8FBF;

}



/*	Product details
********************************/

#productImage {
	
	float: right;

	text-align: center;

	padding: 10px;
	padding-top: 20px;
	
	width: 300px;

}

#productInformation {

	border-right: 1px solid #E2E2E2;
	
	float: left;
	
	padding-bottom: 40px;

}

#productHeading {
	background-color: #D1E1EF;
	padding: 10px;
	width: 340px;
	
	font-size: 1.4em;
	font-weight: normal;
	color: #2464A4;
}

#breadcrumbs {
	background-color: #E8F4FE;
	padding: 5px;
	padding-right: 15px;
	width: 340px;
	margin-bottom: 10px;

	font-size: .8em;
	text-decoration: none;
	text-align: right;
	color: #14426F;

}

#breadcrumbs a {
	text-decoration: none;
}

#productDetail {

	width: 340px;

	padding: 10px;
	
	position: relative;

}

#productDetail span.price img {
	position: relative;
	top: 3px;
}

#productDetail span.price {

	color: #5F8FBF;
	font-size: smaller;
	display: block;
	margin-top: 20px;

}

#productClose {
	height: 25px;
	background: url(../images/bg_lightblue.gif) bottom left repeat-x;
	width: 360px;
	font-size: smaller;
	margin-bottom: 10px;
}

#productBack {
	position: absolute;
	left: 7px;
	bottom: 7px;
}

#productBack a {
	text-decoration: none;
	font-size: 1.2em;

}

#orderBox {
	width: 360px;
	position: relative;
}

#orderBox table {
	float: right;
	padding: 0px;
	margin: 10px 0px;
	border-spacing: 0px;
	border-collapse: collapse;

}


#orderBox table td, #orderbox table th {
	background: #FFF;
	padding: 10px 5px 5px 30px;
	color: #000;
	vertical-align: top;
	text-align: right;
}

#orderBox thead td {
	background-color: #E8F4FE;	
	padding: 5px 10px 5px 30px;
	font-size: .8em;
	color: #14426F;
}

#orderBox tfoot td {
	padding: 5px 5px 10px 30px;
	background: url(../images/bg_lightblue.gif) bottom left repeat-x;
}


/*	Shopping Cart
********************************/

#cartSummary {
	position: absolute;
	top: 35px;
	left: 5px;
	z-index: 2;
	
	background: #81A8CF;
	width: 140px;
	height: 45px;
	
	text-align: center;
	
	color: #2464a4;
	
	overflow: hidden;
	
	padding-top: 3px;

}


#cartSummary .viewLink {
	position: absolute;
	bottom: 7px;
	left: 10px;
}

#cartSummary .checkoutLink {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

#cartSummary img {
	position: relative;
	top: 3px;
	padding-right: 6px;
}

#cartSummary a {
	text-decoration: none;
}

/*	Misc
********************************/

.brandHighlight {
	width: 480px;
	margin-top: 5px;
}

a:link, a:active, a:visited { color: #3570AC; }
a:hover { text-decoration: underline; }

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0px;
	color: #2464A4;
}

h2 {
	font-size: 1em;
	margin: 10px 5px;
}

.noU {
	text-decoration: none;
}

.font13 {
	font-size: 1.3em;
}

hr {

	background-color: #E8F4FE;
	color: #E8F4FE;
	border: 0px;

	margin: 30px 5px 50px 5px;
	
}

.cartDesc {
	font-size: .8em;
	font-weight: normal;
}