/* ----- MAIN SETTINGS ---- */
BODY {
	MARGIN: 5px 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	background-color : #F0F0F0;
}

/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}

HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Wish list button */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}

/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
/*.cat_title_large {
	font : Arial, Helvetica, sans-serif;
	font-size: 28px;
}*/
.cat_title_large {
	      color: #000000;
            font-family: Arial,helvetica,sans-serif;
            font-size : 16pt;
            margin-bottom: 0.25em;
            margin-top: 0.05em;
            font-weight : bold;
}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 26px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-family: Arial,helvetica,sans-serif;
	font-size : 16pt;
	margin-bottom: 0.25em;
	margin-top: 0.05em;
	font-weight : bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
	text-align : center;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}


/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/
.BoxTitle {
	FONT-SIZE: 16px;  
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;	
	FONT-SIZE: 13px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- INPUT FORM ---------------------------------*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : Arial, Helvetica, sans-serif;
}

.FormError {
	FONT-SIZE: 12px;
	color : Red;
}

.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.FormTextSmall {
	FONT-SIZE: 10px; 
}

.FormTextVerySmall {
	FONT-SIZE: 9px;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
}

.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

.formbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}
A.formbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.formbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
}

/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 16px;
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}



/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
	COLOR: gray;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail
{
	font-size: 12px;

}

.menu_footer {
	font-size: 10px;
	text-decoration : none;
	color : Gray;
}
a.menu_footer
{
	
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*-------------------------BIGDIPPER SPECIFIC------------------------------*/
body	{
	color: #000;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size : 8pt;
	font-weight : normal;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Verdana,arial,helvetica,sans-serif;
		font-size : 8pt;
		font-weight : normal;
		}
		
.hide	{
	display: none;
	}
	
img {
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : underline;
	color: #2465A6;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #2465A6;
	background: transparent;
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #000000;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #2465A6;
	background: transparent; 
	}
	
h1	{
	color: #000000;
	font-family: Arial,helvetica,sans-serif;
	font-size : 16pt;
	margin-bottom: 0.25em;
	margin-top: 0.05em;
	font-weight : bold;	
	}

h2	{
	font-size : 12pt;
	font-family: Arial,helvetica,sans-serif;
	color : 000000;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	font-weight : normal;	
	}
		
/* homepage display attributes */


	
#homemain	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#homemainleft	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#homemainright	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#logo	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
	
#homenav	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#homenew	{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
#homenew table	{
	border-top: 2px solid #1F5F9F;
	border-right: 2px solid #1F5F9F;
	border-bottom: 2px solid #1F5F9F;
	border-left: 2px solid #1F5F9F;
	width:387px;
	}

#homenewtext	{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	}
#homecontent	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #BCBEB5;
	}

#homecontent img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
	}
	
#signup	{
	padding: 0;
	color: #a4a7ac;
	font-size: 9px;
	text-align:right;
	line-height: 10pt;
	}
	
#signup	td{
	padding-left: 9px;
	}
	
#signup	a{
	color: #a4a7ac;
	font-size: 9px;
	}
#signup	a:hover{
	color: #000;
	font-size: 9px;
	}
	
#signup input	{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #808080;
	font-size : 7.5pt;
	}

#homesignin	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 220px;
	color: #808080;
	font-size : 7.5pt;
	text-align:left;
	}
	
#homesignin input	{
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #808080;
	font-size : 7.5pt;
	}
	
#homesignin td	{
	font-size : 7.5pt;
	}

#homesignin table	{
	text-align:left;
	width: 110px;
	}

#homesignin a	{
	color: #808080;
	text-decoration : none;
	}

A.level1{ 
color: #E6A026;
font-weight : bold; 
text-decoration:none; 
} 
A.level1:visited{ 
color:#E6A026;
font-weight : bold; 
text-decoration:none;
}

A.level1:active{ 
color:#E6A026;
font-weight : bold; 
text-decoration:none;
} 

A.level1:hover{ 
color:#000000;
font-weight : bold; 
text-decoration:none;
}


A.level1:visited:hover{ 
color:#000000;
font-weight : bold; 
text-decoration:none;
}


#navlist1
{

padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 6px;
margin-left: 0;
list-style: none;
display:block;
width: 145px;
}

#navlist1 li 
{
padding-left: 14px;
line-height: 12pt;
font-weight: bold;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
text-align:right;
}

#footer	{
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 21px;
	}

/* -------------------------- */
/* -------------------------- */

.footerlink {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

#footerlink{
	line-height: 14px;
	color: #999;
	font-size: 11px;
	
}


#footerlinks, #footerlinks ul {
	float: right;
	list-style: none;
	color: #dc9009;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#footerlinks li {
	float: left;
	padding: 0;
	border-right: #fff solid 1px;
}

#footerlink a {
	padding: 0;
	line-height: 14px;
	color: #dc9009;	
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: #a7a7a7 solid 1px;
}
#footerlink a:hover {
	color: #000;	
}
#footerlink a.last {
border-right: none;
padding-right: 0px;

}
/* -------------------------- */
/* -------------------------- */

	
#copyright{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	text-align:left;
	color: #AAAAAA;
	line-height: 14px;
	}

#copyright img{
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	}

#subpageline {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background:url(../images/subline.gif) repeat;
	height: 35px;
	}
	
#subnav {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	}
	
#content {
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	}

#content p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
	}


#floatingcart {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #808080;
	font-size : 7pt;	
	text-align:right;
	}
	
#viewcart {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
	}
	
/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/*** Login Box Styles ****************************************/

.LoginBoxTop {
	BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(images/box_T.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 4px;
}
.LoginBoxLeft {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(images/box_L.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxRight {
	BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(images/box_R.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxBottom {
	BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(images/box_B.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 5px;
}

/*** NEW Styles ****************************************/

#homeflash {
padding-top:3px;
padding-right:2px;
padding-bottom:0;
margin:0;
}


#aboutlinks {
border-top: 1px dotted #444444;
margin-left: 24px;
height: 6px;

}

#line {
border-top: 1px dotted #444444;
margin-left: 24px;
width: 952px;
height:6px;


}

#shipmessage {
color:#5f5f5f;
padding-bottom: 12px;
font-size: 9px;

}

/*---schedule-popup---*/
#schedule-popup {
	position:absolute;
	top:70px;
	left:50%;
	width:532px;
	margin:0 0 0 -266px;
	z-index:999;
	background:#fff;
	display:none;
}
#schedule-popup .border {
	overflow:hidden;
	width:470px;
	padding:20px 30px 10px;
	border:1px solid #cacaca;
}
#schedule-popup h4 {
	margin:0 0 14px;
	color:#3b6800;
	font:22px/26px Arial, Helvetica, sans-serif;
	float: left;
}
#schedule-popup .holder {position:relative;}
#schedule-popup a.btn-green {
	position:absolute;
	bottom:20px;
	right:0;
}
#shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1002px;
	background:url(../images/bg-shadow.png) repeat;
	z-index:990;
	display:none;
}
.btn-close {
	display: block;
	text-indent: -9999;
	width: 25px;
	height: 25px;
	background: #ccc url(../images/close.gif) no-repeat;
	float: right;
	position: absolute;
	right: 24px;
	bottom: 9px;
}
#wrapper {}
