/*** HTML STYLES ************************************************/
/* Set the default font and page margin here. Do not set colors here.*/
/*** Erd: Changed Body */
BODY {
	MARGIN: 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
/*** Erd: Changed Links
/* Style for links */
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	text-decoration:underline;
}

/*** GENERAL PAGE LAYOUT ****************************************/
/* Your Main Site Name. */
#siteName {
	font-size: 24px;
	line-height: 35px;
	margin-left: 5px;
}
.storewideDiscount {
	font-size: 14px;
	color: purple;
}
#basketStats {
	font-size: 11px;
}
/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
}
/*** Erd: Changed */
/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 11px;
	font-family: Verdana, "Lucida Console", Monaco, monospace, Arial;
}
/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
	FONT-SIZE: 14px;
	font-weight : bolder;
	background-color: gray;
	color: white; 
}
/* Highlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 16px;  
	font-weight: bold;
}
/* Used primarily in Highlight boxes. */
.BoxText {
	FONT-SIZE: 13px;  
}
/*** Erd: Changed */
/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 14px;
	font-weight: bold;
	color : #626b43;
}
/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
	font-size: 12px;
	color : #ee1f25;
}
A.section_footer {
	text-decoration : none;
}
.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
/*** CATEGORY & PAGES ****************************************/
/*** Erd: Changed */
/* Page Title - only 1 title per page: category, feature, page, product */
H1 {
	font-family: Verdana, "Lucida Console", Monaco, monospace, Arial;
	font-size: 20px;
	FONT-WEIGHT: normal;
	margin: 0px;
	color: #666699;
}
H1.page {
	font-size: 20px;
	font-family: Verdana, sans-serif, Helvetica, Arial  ;
}
H1.category {
	font-size: 20px;
}
H1.feature {
	font-size: 20px;
}
H1.product {
	font-size: 20px;
}
/* Page SubTitles - Category Teaser Listings: category, feature, page, product */
H2 {
	font-size: 17px;
	font-family:  Verdana, sans-serif, Helvetica, Arial;
	font-weight: bold;
	margin: 0px;
	color: #666699;
}
H2.product {	
	display: inline;
}
/* Teaser Lists: category, feature, page, product */
H3 {
	font-size:	14px;
	font-weight: bold;
	text-decoration: underline;
	color: navy;
	margin: 0px;	
}
H3.product {
	text-decoration: none;
}
.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}

/*** Erd Changed menu_page */
.menu_page {
	font-size: 13px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
a.menu_page{
	font-size: 13px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.menu_page2 {
	font-size: 12px;
	COLOR: #808080;
}
a.menu_page2{
	font-size: 12px;
	COLOR: #808080;
}
.menu_page_title {
	font-size: 12px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}
a.menu_page_title{
	font-size: 12px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	text-decoration: none;
	COLOR: #ef4848;
}
.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
a.menu_trail{
	font-size: 12px;
}
/*** Erd Changed footer menu */
/* Page Footer Menu */
.menu_footer {
	font-size: 12px;
	color : #4a4432;
}
.menu_footer A {
	font-size: 12px;
	color : #4a4432;
}
/*** Erd Changed	*/
/* Copyright Notice DIV */
#copyright {
	font-size: 11px;
	color : Gray;	
} 
#copyright a {
	color : Gray;
}

/*** Erd ---------- /// New Styles /// --------------------- */
borderline {
	height : 1px;
	border: #6bb2dc 1px solid;
}
.border_white {
	border: 1px solid #ffffff;
}
.menu_white {
	font-size: 13px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#9e9d9d;
	FONT-WEIGHT: bold;
}
a.menu_white {
	font-size: 13px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#9e9d9d;
	FONT-WEIGHT: bold;
}
.menu_purple {
	font-size: 13px;
	font-family: Arial, sans-serif, Verdana, Helvetica ;
	color:#0c6cac;
	FONT-WEIGHT: bold;
}
a.menu_purple {
	font-size: 13px;
	font-family: Arial, sans-serif, Verdana, Helvetica ;
	color:#0c6cac;
	FONT-WEIGHT: bold;
}
.menu_line {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#95a5bd;	
}

/* ---------- /// New Styles: Borders /// --------------------- */

.borderBlue1 {
	border: 1px solid #dddddd;
}
.borderBlue1LRB {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}
.borderBlue1LR {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
.table_borderGray{
	border: 1px solid #cccccc;
	font-size : 12px;
}
.table_borderGray2{
	border: 2px solid #dddddd;
	font-size : 12px;
}
.borderGray {
	border: 1px solid #999999;
}
.borderGrayT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
