@charset "utf-8";
/* CSS Document */


/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/



/*** 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;
}


select::-ms-expand {
    display: none;
}
/*** FOOTER CSS DETAILS ************************************/

#topfoot {
	padding-top:20px;
	padding-bottom:20px;
	background:#0E3E64;
	
}

#bottomfoot {
	padding-top:20px;
	padding-bottom:20px;
	background:#1E1E1E;
	
}

/*** FEATURE DETAIL ****************************************/

.mainpage {
	text-align:left;
}

.FeatureTeaser {
	font-size : 16px;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
}
.Feature_Type {
	font-size : 9px;
	color : #FF3300;
}

/*** PRODUCT DETAIL ****************************************/
/* Style for Product SKU, number in stock, etc. */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Product price line */
.prodprice {
	font-size : 11px;
}

/* Product price emphasized words: 'Our Price' */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* Amount saved from retail price */
.prodsavings {
	font-size : 12px;
	color: maroon;
	font-style: italic;
}

/* Discounted price amount */
.proddiscounted {
	font-size : 12px;
	font-weight: bold;
	color : maroon;
}

/* Product discount line */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Product error messages */
.proderror {
	font-size : 12px;
	color: red;
}

/* Small image on catalog pages. */
.listingimg {
	margin-right : 5px;
}


/* Medium image on product detail page. */
.medium_img {
	margin-right : 10px;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}

/*** POPUP IMAGE STYLES *************************************/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	}
#dragbar #closetext{
	font-size: 11px;
	margin-right: 2px;
	}
#detailimg{
	cursor: hand;
	cursor: pointer;
	}
#detailarea{
	width: 100%; 
	background-color: White;
	}
#caption{
	background-color: white;
	font-size: 12px;
	padding: 2px;
	}


/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
.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;
}


/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
	font-size : 11px;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 10px;
}
/* errors listed under product name*/
.smallcarterror {
	font-size : 11px;
	color : Red;
}



/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.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: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px; 
}


/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Breadcrumb Trail Menu */
/* The Breadcrumb Trail DIV and non-link text */
#menu_trail {
	text-align:left;
	font-size: 11px;
	text-decoration : none;
	COLOR: #ffffff;
}
#menu_trail a {
	COLOR: #ffffff;
	font-size: 11px;
}

.menu_trail {
	font-size: 11px;
	text-decoration : none;
	COLOR: #ffffff;
}
.menu_trail a {
	COLOR: #ffffff;
	font-size: 11px;
}
/* Category Jump Menu - firs style form, then select box */
#categorySelect {
	text-align: right;
}
#categorySelect select {
	width: 140px;
	FONT-SIZE: 11px;
	color: purple;
}
.menu_page {
	font-size: 12px;
	COLOR: gray;	
	
}
a.menu_page
{
	font-size: 12px;
}

.menu_page2 {
	font-size: 10px;
	COLOR: #808080;
}
a.menu_page2
{
	font-size: 10px;
	COLOR: #808080;
}

.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;

}

/* Page Footer Menu */
.menu_footer {
	font-size: 10px;
	color : 20477C;
}
.menu_footer A {
	font-size: 10px;
	color : 20477C;
}
	
/* Copyright Notice DIV */
#copyright {
	font-size: 10px;
	color : Gray;	
} 
#copyright a {
	color : Gray;
}

/* ----- 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;
}


/* Admin Menu Links */
.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
}




/* ---------- Styles for Tracking Page --------------------- */

th.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
	background-color : #B6B6B6;
}

td.trackbold {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}

td.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
}

td.track0 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #F0F0F0;
}

td.track1 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #FFFFFF;
}


/* ---------- Styles for Gift Registry Printing --------------------- */
.printregistry {
	border: 2px solid #000000;
	FONT-SIZE: 14px;
	font-family : Arial, Helvetica, sans-serif;
}



#topsearch label{
padding: 0;
margin: 0;
padding-right: 4px;
color:#12487b;
font-size:11px;
font-weight:bold;
	
}
#topbarright input{
padding: 0;
margin: 0;
	
}
#topbarright form{
padding: 0;
margin: 0;
	
}
#topsearch input#mainSearch
{
	margin: 0;
	font-size:12px;
	width: 180px;
	padding:0;
	padding-left: 6px;
	padding-right: 6px;


}
#searchback
{
padding-top: 1px;
}

#topsearch input#mainSubmit
{
	margin: 0;
	margin-left: 3px;
	padding: 0;
	font-size: 11px;
}
#header {
	background: url(../images/header.gif) no-repeat;
	height: 60px;

}
#headerlogo {
float:left; padding-left: 17px; padding-top: 8px;

}
#headerlinks {
color:#fff; text-align:right;
padding-top: 40px;
}
/* This is the new section for the headerlink */
#headerlink
{
	padding: 0;
	margin: 0;
	text-align: middle;
	text-transform: uppercase;
	vertical-align: middle;
	color:#fff;
	
	
}
#headerlink *
{
	vertical-align: middle;
}

#headerlink a:link, #headerlink a:visited
{
	text-decoration: none;
	color:#20487C;
}
ul.headerlink
{
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: normal;
	color:#fff;
	/* border-top: 1px solid #fff;*/
}
ul.headerlink li
{
	display: inline;
	margin: 0;
	padding: 0;
	padding-top: 0;
	list-style: none;
	color:#fff;
	float:right;
	line-height: 10px;
	margin-top: 1px;
	
}
ul.headerlink li a
{
	display: block;
	padding: 1px 9px 1px 9px;
	color:#fff;
	border-right: solid #7494B8 1px;

}
ul.headerlink a:link, ul.headerlink a:visited
{
	text-decoration: none;
	color:#fff;
}
ul.headerlink a:hover
{
	text-decoration: underline;
	color:#fff;
	
}
ul.headerlink li a.end
{

	border-right: none;

}
#homefeature1 {
padding-bottom:12px;
}
#home2 {
padding-bottom:12px;

}

#homefeature2 {

}
#homefeature3 {
float:right
}

#catbreadcrumb {
text-align:left;	
padding: 3px;
padding-left: 9px;
margin:0;
margin-bottom: 12px;
font-size: 11px;
text-decoration : none;
COLOR: #000;
}
#catbreadcrumb.menu_trail {
font-size: 11px;
text-decoration : none;
COLOR: #000;
}
#catbreadcrumb a {
COLOR: #000;
font-size: 11px;
}
#catbreadcrumb a:hover {
text-decoration:underline;
}
#catfeature {
margin-bottom: 12px;
display:block;

}


#catfeaturephoto {
padding: 0;
margin: 0;
position:relative;
color:#FFFFFF;

}
#catfeaturecontent{
padding: 12px;
color:#6F5E37;
}
#catfeaturecontent p{
padding: 0;
padding-top: 6px;
margin: 0;
}

#catfeaturecontent a{
color:#A02737;
text-decoration:underline;
}

.catfeatureblack {
color:#000;
padding: 12px;
}
#producttable {
padding: 0px;
margin-top: 9px;
margin-bottom: 9px;

}
#producttablemore{
color:#636D96;
line-height: 22px;


}
#producttablemore img{
float:left;
margin-right: 9px;
margin-bottom: 9px;
}

#dealerlocator {
margin: 0;
margin-top: 9px;
padding: 12px;
padding-left: 45px;
width: 500px;
height: 234px;
background:url(/images/dealerfade.jpg) no-repeat;

}
#dealerlocator p{
margin: 0;
margin-bottom: 9px;


}
#dealerlocator label{
width: 9em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight: bold;

}
#prodright p{
margin:0;
padding:0;

}

#dealerlocator .submit input{
margin-left: 4.5em;

}

.table1 {border: 2px solid #E4EAF3; border-collapse:collapse;width:100%; margin-top: 9px;}
	.table1 td {background: #fff url("images/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
	.table1 th {text-align:left;border: 1px solid #fff}
	.table1 thead th {color:#fff;font-size:145%;background: #88A3C2 url("images/sprites.gif") repeat-x 0 -1300px;padding: 10px 6px}
	.table1 tbody th {color:#fff;font-size:115%;background: #88A3C2 url("images/sprites.gif") repeat-x 0 -1400px;padding: 6px}
	.table1 tbody th.sub {font-size:100%;color:#000;background: #88A3C2 url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px}
	
	
	
.contentbox {
width: 700px;

}	
.contentboxmain {
padding: 12px;
padding-top: 9px;
}
.contentboxtitle {
background-image:url(../images/box_top.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left: 12px;
line-height:21px;
color:#000;
font-weight:bold;
}

.storeright {
background:url(../images/storeright.gif) no-repeat top left;
padding-left: 12px;
padding-top: 36px;
width: 170px;
}
/* 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. */
#social {
font-size: 10px;
line-height: 20px;
height: 21px;
overflow:hidden;

}
#social a{
color:#0159de;

}

#social .cat_text_large {
font-size: 10px !important;
}

/*** NEW TAB STYLES ************************************************/
	#tabwrap {
		margin: 12px 0px;
		height:auto;
	}

	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 21px ;
		height: 31px;
		line-height: 31px;
		border: 1px solid #ccc;
		border-left: none;
		font-weight: normal;
		background: #EEEEEE;
		overflow: hidden;
		position: relative;
		font-size: 12px;
	}
	ul.tabs li:hover {
		background: #CCCCCC;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	.tab_container {
		border: 1px solid #ccc;
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
	}
	.tab_content {
		padding: 12px 18px;
		font-size: 12px;
		display: none;
	}