@charset "utf-8";
/*
	Atlas Graham 2008
	@author: alex.smoljanovic at thewebshop dot ca
	http://www.thewebshop.ca
	---------------------------------------------
*/

html,body
{
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background:	white;
	text-align:left;
	color:#3b3c3e;
	height:100%;
}


/* pre resets */
html,div,p,table,form,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,blockquote,input,textarea,iframe,span
{
	margin:			0px;
	padding:		0px;
	line-height:	1.4em;
	font-size:		1em;
}

td
{
	line-height:	1.2em;
	font-size:		1em;
}

a img{ border:0px; }

ul, ol
{
	margin-top:		1.8em;
	margin-left:	3.4em;
	margin-bottom:	1.8em;
}

ul ul
{
	margin-top:		.8em;
	margin-left:	2.4em;
	margin-bottom:	.8em;
}


li
{
	line-height:1.5em;
	padding-bottom:.3em
}


p
{
	margin-top:		.2em;
	margin-bottom:	1.3em;
	line-height:	1.6em;
}

blockquote
{
	margin-top:		.5em;
	margin-bottom:	1.3em;
	line-height:	1.6em;
	background:url(../img/quote.jpg) no-repeat;
	padding-left:2.5em;
	margin-left:.5em
	
}



h1,
.cms-article span.cms-heading
{
	margin-top:.1em;
	margin-bottom:.6em;
	font:16px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;

	/*letter-spacing:-1px;*/
	color:#5d5d60;			
	
}

h2
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#58585a;
	font:16px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;

}

h3
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#a57d16;
	font:15px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

}



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


input
{
	padding:.23em;
}


hr
{
	height:1px !important;
	overflow:hidden;
	color:white;
	background-color:white;
	border:0px;
	border-bottom:1px dashed #dbdbdb;
	clear:both;
	display:block;
	margin-top:1.3em;
	margin-bottom:1.3em;
}

/* LAYOUT ============================>>>=====================>>>================ */

#vcontain{ height:100%; width:100%;} 
#vcontain td.vcontain-cell{ padding:0px; width:100%; height:100%; vertical-align:middle; }
	
#layout-container
{
	margin:0px auto 0px auto;
	width:880px;
	height:662px;
	overflow:hidden;
	background:#a7a9ac;
}

#layout-border
{
	background:white;
	width:764px;
	margin:48px auto 0px auto;
	padding:12px;
}

#main-panel
{
	/*margin:48px auto 0px auto;*/
	width:764px;
	height:544px;
	overflow:hidden;
	/*border:12px solid white;*/
	background-color:#e7e7e8;
	/* page specific (type-specific) background */
	
}

#main-panel-overlay
{
	width:764px;
	height:544px;
	overflow:hidden;
	background:url(../img/layout/bg.gif) no-repeat;
	margin:0px;
}

#header
{
	width:764px;
	height:33px;
	overflow:hidden;
	float:left;
}

	#header #menu-panel
	{
		float:right;
		height:33px;
		overflow:hidden;
	}


#footer-container
{
	width:789px;
	overflow:hidden;
	margin:3px 0px 0px 46px;
	color:white;
	font:78% Verdana, Arial;
	line-height:1em;
}

	#footer-container a:link,
	#footer-container a:visited,
	#footer-container a:active,
	#footer-container a:hover
	{
		color:white;
		font:10px Verdana, Arial;
		text-decoration:underline;
	}
	
	#footer-container a:hover
	{
		color:yellow;		
	}
	
	#footer-container .footer-separate a
	{
		padding:0px 5px 0px 0px;
	}

	
	.footer-pane
	{
		float:left;
		width:394px;
		text-align:left;
		padding:3px 0px 0px 0px;
	}
	
	.footer-right
	{
		padding:0px 0px 0px 0px !important;
		text-align:right;
	}




#col-1
{
	float:left;
	width:365px;
	height:513px;
	overflow:auto;
}

#single-column #col-1
{
	display:none;
}

	#c1-panel-back
	{
		position:absolute;
		width:256px;
		height:364px;
		overflow:hidden;
		
		padding:0px 0px 27px 0px;
		background:white url(../img/layout/col-1-bgunder.jpg) no-repeat;
		background-position:bottom right;
		
		border:2px solid #070707;	

		filter:alpha(opacity=75);
		opacity:.75;
		
		z-index:0;
		
		/*cb*/
		margin:62px 0px 0px 102px;
	}
	
	
	#close-popup
	{
		position:absolute;
				
		z-index:100;
		/*cb*/
		margin:50px 0px 0px 312px;
	}
	
	#close-popup:hover
	{
		filter:alpha(opacity=75);
		opacity:.75;
	}
	
	#sell-sheet-link
	{
		position:absolute;
				
		z-index:100;
		/*cb*/
		margin:436px 0px 0px 112px;
		color:white;
	
	}
	
	
	
	#c1-panel
	{
		width:256px;
		height:360px;
		overflow:hidden;
		position:absolute;
		z-index:1;
		background:transparent;
		margin:64px 2px 2px 104px;	
		color:black;
	}
	
	#c1-panel p
	{
		margin-top:0px;
	}
	
		#col-1 h1
		{
			margin:0px;
			display:block;
			padding:2px;
			font:13px Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			text-transform:none;
			/*letter-spacing:-1px;*/
			text-indent:0.2em;
			color:#5d5d60;			
		}
	
		#prod-image
		{
			background:white;
			width:645px;
			overflow:hidden;
		}
	
		#prod-images-thumbs
		{
			display:block;
			width:256px;
			position:absolute;
			z-index:1;
			margin:148px 0px 0px 0px;
			padding:0px 1px 0px 0px;
			filter:alpha(opacity=90);
			opacity:.9;
		}
		
			#prod-images-thumbs a
			{
				float:right;
				font:10px Arial;
				font-weight:normal;
				color:white;
				background:#c41130;
				padding:4px 6px 4px 6px;
				border:1px solid white;
				line-height:10px;
				margin:0px 3px 0px 0px;
			}
			
			#prod-images-thumbs a.cur-thumb
			{
				background:#de445f;
			}
		
		#prod-notes
		{
			padding: 28px 18px 28px 18px;
		}
		
		.prod-notes-noimgabove
		{
			height:325px !important;
		}
	
	
	#nav-search
	{
		padding-top:1.1em;
		padding-bottom:1.1em
	}
	
	#cart-panel
	{
		padding-bottom:1.1em;
	}
	
	
	#navigation-container
	{
		width:281px;
		margin-left:1px;
		margin-right:1px;
		text-align:left
	}
	
	
	
	#navigation-container h1
	{
		font-family:"Trebuchet MS", Trebuchet,Geneva, Arial, Verdana, Helvetica, sans-serif;
		font-size:16px;
		margin:0px;
		font-weight:bold;
		padding:0px;
		padding-top:43px;
		padding-bottom:40px;
	}
	
	#cats
	{
    font-size: 11px;
    font-family: Verdana;
		padding:4px 8px 4px 8px;
		width:100%
	}
	#cats table{width:100%}
	#cats td
	{
		text-align:left;
		padding-bottom:3px;
		padding-top:0px;
	}
	#cats a:link,
	#cats a:active,
	#cats a:visited,
	#cats a:hover
	{
		color:#5a5a5a;
		text-decoration:none;
		line-height:18px;
	}
	
	#cats a:hover
	{
		text-decoration: underline;
	}
	
	#cats .children a,
	#cats .children a:link,
	#cats .children a:visited,
	#cats .children a:active,
	#cats .children a:hover
	{
		padding-top:3px;
		
	}	
	
	#cats .children td
	{
		padding-top:0px;
	}
	
	#cats .children-cnt
	{
		padding-top:0px;
	}
	
	#cats a.nav-active-cat,
  #cats a.nav-active-cat:link,
  #cats a.nav-active-cat:visited,
  #cats a.nav-active-cat:active,
  #cats a.nav-active-cat:hover
	{
		padding-bottom:1px;
		padding-left:2px;
		padding-right:2px;
    color: #c41230;
	}


#col-2
{
	float:left;
	width:368px;
	height:413px;
	margin:100px 0px 0px 30px;
	overflow:hidden;
}

#single-column #col-2
{
	margin-left:0px;
	width:762px;
}

	#col-2 h1
	{
		margin:0px;
		font:13px Arial, Verdana, Helvetica, sans-serif;
		text-decoration: none;
		font-weight:bolder;
		text-transform:uppercase;
		/*letter-spacing:-1px;*/
		text-indent:.3em;
		color:#5d5d60;
		border-bottom:3px solid #c21331;
	}

#c2-panel
{
	width:368px;
	height:403px;
	overflow:hidden;
}

#single-column #c2-panel
{
	width:762px;
}

	#navigationunderlay
	{
		/*background:#e7e7e8;*/
		background:white;
		filter:alpha(opacity=70);
		opacity:.70;
		overflow:hidden;
		width:347px;
		height:393px;
		position:absolute;
		z-index:0;
		
	}
	
	#single-column #navigationunderlay
	{
		width:741px;
		overflow:hidden;
	}

	#navigationcontainersub
	{
		width:347px;
		overflow:hidden;
		z-index:1;		
	}
	
	#single-column #navigationcontainersub
	{
		width:741px;
		overflow:hidden;
	}
	
	.navigationcontainersub-clipped
	{
		position:absolute;
		/*
		left:0px; 
		top:0px; */ 
		height:392px; 
		clip:rect(0px, 355px, 392px, 0px); 
		overflow:hidden;	
		/*z-index:1; 
		float:left;*/
	}
	
	#single-column .navigationcontainersub-clipped
	{
		clip:rect(0px, 749px, 392px, 0px); 
	}
	
	.inner-navigation-container-scrollable
	{
		/*padding:10px 0px 10px 0px;*/
		position:relative; 
		overflow:hidden; 
		z-index:100; 
	}
	
	
	#cattree	
	{
		width:329px;		
		overflow:hidden;
		padding:4px;
	}
	
	#single-column #cattree	
	{
		width:723px;		
	}
	
	.cattree-scrollable
	{
		position:absolute; 
		visibility:hidden; 
		left:0px; top:0px; 
		z-index:2; 
	}
	
	div#scrollbar1 
	{ 
		position:relative; 
		left:0px; 
		top:0px;
		width:21px; 
		height:392px;
		font-size:1px; 
		z-index:2;
		float:right;
		overflow:hidden;
	}
	div#track1 
	{ 
		position:absolute; left:0; top:24px;
		width:21px; 
		height:344px;
		background: url(../img/scroll/track.gif) repeat-y;
		/*  #336  */
		z-index:1
	}
	div#dragbar1 
	{
		position:absolute; 
		left:1px; 
		top:1px;
		width:21px; 
		height:22px;
		background: url(../img/scroll/drag.gif) no-repeat;
		/*background-color:#ceced6;*/
		z-index:1
	}  
	div#up1 
	{ 
		position:absolute; 
		left:0; 
		top:0; 
		z-index:2;
		width:21px;
	}  
	div#down1 
	{ 
		position:absolute; 
		left:0; 
		bottom:0; 
		z-index:3;
		width:21px;
	} 
	
	
	

	div.content-container
	{
		
		width:328px;
		/*height:513px;*/
		overflow:hidden;
		
		padding:0px;
		margin:0px;
		
		color:black;
		font-family: Arial, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-align:left;
	}


	div.index-content-container
	{

		font-family:Arial, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size:.9em;
		display:block;
		margin:9px;
		margin-right:8px;
		width:328px;
		text-align:left;
	}
	
	#single-column div.content-container,
	#single-column div.index-content-container
	{
		width:722px;
	}
	


#browse-logo
{

}

.prod-tile
{
	padding-bottom:30px !important;
	font-size:12px;
}

.prod-tile	.prod-name
{
	line-height:1.6em
}

.prod-tile	img
{
	display:inline
}

.prod-tile a:link,
.prod-tile a:visited,
.prod-tile a:active,
.prod-tile a:hover
{
	color:#427cb2 !important;
	font:12px  Verdana !important;
	font-weight:bold !important; 
	text-decoration:none !important;
}

.prod-tile a:hover
{
	text-decoration:underline !important
}

.prod-thumb
{
	margin-bottom:10px;
	
}
.price
{
	font:11px Verdana, Arial !important;
	color: #cc0000 !important;
  display: none;
}


/*
*	Product Relations
*/

#product-relations
{
	margin-bottom:20px;
}

	/* the label */
	#related-products
	{
		display:block;
		font-style:italic;
		font:18px Arial;
		color:black;
		margin-top:3px;
		margin-bottom:16px;
		padding-bottom:5px;
		border-bottom:1px solid #e4e4e4;
	}



/*
*	Book Tile - custom for list ex....
*	-alex 1/28/2008
*/


.product-list-ex-cont
{
	width:98%;
}

.product-list-ex
{
	
	/*margin:0px 10px 5px 0px;*/
	/*float:left;*/
	width: 98%;
	overflow:hidden;
	padding:0;
  margin: 0 2em 2em 2em;
}

.searchresults .product-list-ex
{
  background: none;
}

.product-list-ex td
{
	padding-top:10px;
	vertical-align:middle;
}



.index-content-container-featured .product-list-ex
{
	width:48%;
	margin-right:15px;
}


.prod-list-thumb
{
	/*
	float:left;
	margin-right:9px;
	*/
		
	padding:6px 6px 9px 6px;
	border:1px solid gray;
	width:112px;
	height:84px;
	overflow:hidden;
}

.product-list-ex-img {
  width: 140px;
	height: 95px;
  float: left;
  /*overflow: hidden;*/
  margin-right: 1em;
	text-align: center;
}

.product-list-ex img
{
	/*
	margin:-10px 0px 0px -10px;*/
}

/*
.product-list-ex-second img
{
	float:right;
}
*/

.product-list-ex-stockcode
{
	/*float:left;*/
}

.product-list-ex-title
{
	/*float:left;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 12px;*/
  margin-bottom: 1em;
  
}

.product-list-ex a:link,
.product-list-ex a:visited,
.product-list-ex a:hover,
.product-list-ex a:active
{

	font:15px arial, verdana;
	color:#4f9908 !important;
	text-decoration:none !important;
	
}	.product-list-ex a:hover
{
	text-decoration:underline !important;
}

.product-list-ex-type
{
	font-size:13px;
	color:#888888;
	line-height:2em
}

.product-list-ex-author
{
	font:11px Verdana, Arial;
	color:black;
	display:block;
}

.product-list-ex .price
{
	font:11px Verdana, Arial;
	color:black;
}

.product-list-ex a.product-list-ex-more
{
	color:#4f9908 !important;
}

.product-list-ex p
{
	font:10px Verdana, Arial;
	margin-top:0;
	margin-bottom:0;
	line-height:1.8em;
  margin-left: 110px;
}






/*
*	some selectors that have been added to clsShopProdManager to change certain elements with-in the prod-tile for Product Views...
*/
.striken-price
{
	/* 
	*	The STRIKE'd out regular price.
	*/
	font-size:.85em;
}


#browse-subcats .cat-tile
{
	border:1px solid #eeeeee;
	padding:6px 6px 6px 6px !important;
	vertical-align:middle;
}

.cat-title
{
	font-size:12px;
}

.cat-tile a:link,
.cat-tile a:visited,
.cat-tile a:active,
.cat-tile a:hover
{
	color:#2c251d;
	text-decoration:none;
}

.cat-tile a:hover
{
	text-decoration:underline
}

.cat-thumb
{
	margin-bottom:10px;
	
}




/*
*	Product Catalogue
*	<div .producte-catalogue-cat><h2><a../a>...
*/

.producte-catalogue-cat a:link,
.producte-catalogue-cat a:hover,
.producte-catalogue-cat a:visited,
.producte-catalogue-cat a:active
{
	color:#5a64a1 !important;
}

.producte-catalogue-cat a:hover
{
	color:#8a0860 !important;

}




#product-details table
{
	margin-top:10px;
	background:white;
	color:black
}

#product-details table td
{
	color:black
}


/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		

		

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

	
	
	/*
	div.fix-c2-tables table
	{
		background:white;
		color:black;
	
	}
	
	div.fix-c2-tables td
	{
		padding:8px;
		color:black;
	}
	
	div.fix-c2-tables table table
	{
		margin:5px;
		color:black;
	}
	
	div.fix-c2-tables table table td
	{
		padding:6px;
		color:black;
	}
*/
	
	div.fix-c2-tables font,
	div.fix-c2-tables p
	{
		/*
		color:white !important
		*/
		color:black;
	}
	

/* helpers ============================>>>=====================>>>================ */
	
	.padded
	{
		padding:8px;
		font-family:inherit;
		color:inherit;
		font-size:inherit;
	}
	
	div.content-container .padded{padding:18px !important}
	
	.float-right
	{
		float:right;
	}
	
	.float
	{
		float:left
	}

	
	.smaller
	{
		font-size:11px;
	}
	
	.percent-smaller
	{
		font-size:80%;
	}
	
	.page-image
	{
		float:right;
		margin-left:10px;
		margin-bottom:10px;
	}
	
	
	.browse-nav img{padding:0px 0px 0px 0px !important;}
	.browse-nav a:link,
	.browse-nav a:visited,
	.browse-nav a:hover,
	.browse-nav a:active
	{
		
	}
	
	.browse-nav a:hover
	{
		
		text-decoration:underline;
	}
	
	.browse-nav 
	{
		float:none !important;
		text-align:right;
		/*margin:4px 0px 10px 0px;*/
	}
	
	
	
	div.bread-crumbs{text-align:left !important; }
	div.bread-crumbs a:link,
	div.bread-crumbs a:visited,
	div.bread-crumbs a:hover,
	div.bread-crumbs a:active
	{
		font:20px Arial, Helvetica, sans-serif;
		color:#000;
		
	}	div.bread-crumbs a:hover
	{
		color:#000000;
	}

.product div.bread-crumbs{text-align:left !important; width: 630px;     margin-bottom: 10px;}
.product div.bread-crumbs a:link,
.product div.bread-crumbs a:visited,
.product div.bread-crumbs a:hover,
.product div.bread-crumbs a:active
	{
		font:10px Arial, Helvetica, sans-serif;
		color:#a5a5a5;


	}	div.bread-crumbs a:hover
	{
		color:#000000;
	}

  .product {
    margin: 0px;
    padding: 0px;
  }


	.site-map-page
	{
		margin-bottom:1em;
	}
	
	.indent{
		padding-left:0px !important;
		padding-bottom:3px !important;
		padding-right:0px !important;
		padding-top:3px !important;
		margin:0px 0px 0px 0px !important;
	}
	.child-indent{
		padding-left:15px !important;
		padding-bottom:5px !important;
		padding-right:0px !important;
		padding-top:5px !important;
		margin:0px 0px 0px 0px !important;
	}
	.child-indent .child-indent{
		padding-bottom:3px !important;
		padding-top:3px !important;
	}
	
	.solid{margin:0px 0px 0px 0px !important;background-color:#e8e8e8;color:#FFFFFF;font-weight:bold;font-size:13px;padding:.5em}
	.solid div{padding:4px;}


	
	#toc
	{
		width:656px;
		overflow:hidden;
		padding:15px 5px 0px 5px;
	}
		
	 /*
		#toc a:link,
		#toc a:active
		{
			text-decoration:underline
		}
		
		#toc a:visited
		{
			color:#7b2525;
			text-decoration:underline
		}*/
		

		h4.related-toc
		{
			font-weight:normal;
			color:#5c5c5c;
			font:17px Arial;
		}
	
		.dm-panel
		{
			border-top:1px dashed #d4d4d4;
		}
	
			.dm-panel .child-indent
			{
				padding:2px 0px 2px 15px;
			}


	
	/*	==========================================================================================
	*	CMS Editorials 3
	*/	
	
	
	
	.cms-article
	{
		font:12px Arial, Helvetica, sans-serif;
		/*padding:10px;*/
		padding:10px 0px 10px 0px;
		text-align:left;
		border-bottom:1px dashed #999999;
		line-height:1.4em
	}
	
	/*
	.cms-article span.cms-heading
	{
		font-size:1.4em;
		text-decoration:none;
		margin-bottom: 1.2em;
	}
	*/
	
	.cms-article a.cms-heading
	{
		font-size:1.1em;
		font-weight:bold;
		text-decoration:none;
		margin-bottom: 1.2em;
	}
	
	.cms-article .cms-sub-heading
	{
		font-size:1.2em;
		font-weight:bold;
		margin-bottom: 1.3em;
	}
	
	.cms-article .cms-date
	{
		font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.2em;
	}
	
	.cms-last-article
	{
		border-bottom:0px;
	}

	a.cms-perma-link:link,
	a.cms-perma-link:visited,
	a.cms-perma-link:active,
	a.cms-perma-link:hover
	{
		font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.8em;
		border-left:1px solid #CCCCCC;
		margin-left:3px;
		padding-left:3px;
		color:#999999;
		text-decoration:underline;
	}a.cms-perma-link:hover
	{
		color:#666666;
	}
	
	img.cms-article-image-thumb
	{
		margin-left:10px !important;
		margin-bottom:10px !important;
		
	}
	
	img.cms-article-image
	{
		margin-left:10px !important;
		padding-right:10px !important;
		margin-bottom:10px !important;
		
	}
	
	
	/*	========================================/ /================================================	
	*/	
	
	.lighter
	{
		color:#9a9a9a
	}


	.ag-red
	{
		color:#b90f2d;
	}

/* THIS ALWAYS GOES AT THE END!!!!!
* 
* c2... 
*/
	.verdana11B
	{
		font-family:Verdana, Arial, Helvetica, sans-serif !important;
		font-size:11px;
	}
	
	.verdana9B
	{
		font:9px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold
	}
	
	.verdana9R,
	tr.verdana9R td
	{
		font:9px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:red !important;
	}

	.verdana11R-U
	{
		color:red !important;
		font-size:11px !important
	}
	
	.verdana11R
	{
		color:red !important;
		font-size:11px !important
	}

  
h2 {
  color: #585858;
  font-size: 14px;
}

p {
  font-size: 12px;
  color: #585858;
}

a:visited, a:hover, a:link, a:active {
  color: #f78f1e;
}

body {
  background-color: #a7a9ac;
  line-height: 1.5em;
  font-family: Arial;
  margin: 0;

}

td {
  border: none;
}

#doc3 {
  margin: 0;
    background-image: url('../images/bg.gif');
  background-repeat: repeat-x;
  background-color: #a7a9ac;
}

#hd {
  background-color: #fff;
}

h1.top {
  margin-top: 0px;
  padding-top: 10px;
}

#bd-container {
  width: 998px;
  margin: 0 auto;
  /*background-image: url('../images/bd-bg.gif');
  background-repeat: no-repeat;
  background-position: 50% 0;*/
}

#bd-content {
  margin: 0 auto;
  1overflow: hidden;
  background-color: #fff;
  padding: 0 0 0 0;
  width: 958px;
  padding: 20px 17px 20px 17px;
  border-right: solid 3px #e3e3e3;
}

#hd-container {
  margin-bottom: 20px;
  height: 95px
}

#hd-container img {
  float: left;
}

#hd-nav {
  background-image: url('../images/hd-bg.gif');
  background-repeat: repeat-x;
  height: 94px;
  width: 786px;
  float: right;
}

#hd-nav-menu {
  width: 100%;
  height: 36px;
  margin-bottom: 1px;
  text-align: right;
  position: relative;
  z-index: 900;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:	none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:	absolute;
	top:			-999em;
	width:		14em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:		left;
	position:	relative;
}

.sf-menu a {
	display:	block;
	position:	relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:	999;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu.level-0 {
	float: right;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	/*border-top:		1px solid #fff;*/
	padding: 1.2em 1.8em 0.4em 1.8em;
	text-decoration:none;
	text-transform: uppercase;
	font: bold 11px Arial,Helvetica,sans-serif;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ACAEB1;
}
.sf-menu li {
	background:		#fff;
}


.sf-menu li.current.level-0, .sf-menu li.current.level-1, .sf-menu li.current.level-2 {
	background: #B90F2D;
}

.sf-menu li.current.level-0 > a, .sf-menu li.current.level-1 > a, .sf-menu li.current.level-2 > a {
	color: #fff	
}

.sf-menu li.current.level-1 {
	background: #B90F2D;
}

.sf-menu li.current.level-1 > a {
	color: #fff;
}

.sf-menu li.level-1,
.sf-menu li.level-2,
.sf-menu li.level-3 {
	border-bottom: dotted 2px #ddd;
	text-align: left;
}

.sf-menu li.level-1 a,
.sf-menu li.level-2 a,
.sf-menu li.level-3 a {
	text-transform: none;
	font-weight: normal;
	padding: 0.5em;
}

.sf-menu li.splitter {
	background: transparent url('../img/layout/split.gif') repeat;
	width: 2px;
	height: 32px;
}

.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active,
.sf-menu li.current.level-1:hover,
.sf-menu li.current.level-0 > a:hover,
.sf-menu li.current.level-1 > a:hover {
	background:	#f6f6f6;
	outline:		0;
	color:			#B90F2D; 
}

.sf-menu li.current.level-1:hover,
.sf-menu li.current.level-0:hover,
.sf-menu li.current.level-0 > a:hover,
.sf-menu li.current.level-1 > a:hover,
.sf-menu li.current.level-2:hover,
.sf-menu li.current.level-2 > a:hover
{
	background: #B90F2D; color: #fff;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:				1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:	url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


#hd-nav-menu .menu-splitter {
	width:3px;
	overflow:hidden;
	height:33px;
	background:white url(../img/layout/split.gif);
	float:left;
}


#hd-nav-toolbar {
  height: 20px;
  width: 767px;
  color: #a0a0a0;
	position: relative;
}

#hd-nav-toolbar a {
  color: #787878;
}

#hd-red-flare {
  position: absolute;
  top: 51px;
}

#hd-status {
  float: left;
  padding: 18px 17px 17px 17px;
}

#hd-status p {
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
}

#hd-search {
	position: absolute;
	right: 0;
  padding: 8px 0 0 0;
}

#hd-search input {
  display: inline;
  vertical-align: bottom;
  margin-bottom: 15px;
  margin-right: 5px;
}

#hd-search input[type="text"] {
  color: #a0a0a0;
  height: 17px;
  width: 200px;
  padding-top: 6px;
}

#hd-search input[type="image"] {
}

#hd-search input[type="hidden"] {
  display: none;
}


#ft-container {
  background-color: #a7a9ac;
  min-width: 998px;
  height: 125px;
}

#footer {
  margin: 0 auto;
  width: 992px;
  padding: 17px 0 17px 0;
  font-size: 11px;
  font-family: Verdana;
}

#footer p {
  color: #fff;
  font-size: 11px;
  font-family: Verdana;
  margin-bottom: 0.5em;
}

#ft-links a {
  padding-right: 15px;
}

#ft-links {
  float: left;
}

#ft-links a:visited, 
#ft-links a:link, 
#ft-links a:active, 
#ft-links a:hover {
  color: #fff;
}

#ft-address {
  float: right;
  font-size: 9px;
  font-family: Verdana;
  line-height: 9px;
}

#carousel img {
  float: left;
}

#carousel-right {
  width: 267px;
  height: 325px;
  float: left;
}

#carousel-right img {
  float: left;
}

#carousel-under {
  margin-top: 12px;
  margin-right: 17px;
  width: 636px;
  height: 203px;
  float: left;
}

#bd-right-content {
  background-image: url('../images/orange-box.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 12px;
  width: 267px;
  height: 164px;
  float: left;
  padding: 20px;
}

#bd-right-content p, #bd-right-content h2 {
  margin: 0;
}

.clear-floats {
  clear: both;
  height: 1px;
}

.bd-three-boxes-over {
  margin-top: 22px;
  width: 305px;
  margin-right: 21px;
  float: left;
  padding: 0;
}

.bd-three-boxes-under {
  margin-top: 20px;
  width: 285px;
  margin-right: 21px;
  float: left;
  padding: 30px 10px 10px 10px;
}

.bd-three-boxes-under h2, .bd-three-boxes-under p {
  font-size: 10px;
  margin: 0;
}

.bd-three-boxes-under h2 {
  text-transform: capitalize;
  font-size: 10px;
}

.bd-three-boxes-under p {
  padding-left: 6px;
}

.bd-three-boxes-under a {
	text-decoration: none;
	color: #585858;
}

.bd-three-boxes-under a:hover {
	text-decoration: underline;
}

#box-3-over {
  margin-right: 0px;
}

#box-1-under {
  background-color: #e7e8eb;
}

#box-2-under {
  background-color: #d8d9db;
}

#box-3-under {
  background-color: #c7c8cd;
  margin-right: 0px;
}

#bd-content-column-left {
  float: left;
  width: 644px;
  padding-right: 53px;
  padding-top: 0px;
}

#bd-content-column-right {
  float: right;
  width: 250px;
  border-left: dotted 1px #c9c9c9;
  margin-top: 10px;
  padding-left: 10px;
}

h1 {
  font-size: 20px;
  color: #000;
}

.yui-skin-sam .yui-navset {
  margin-top: 10px;
}

.yui-skin-sam .yui-navset .yui-content {
  border-color: #eeeeee;
  background-image: url('../images/tabs-content-bg.gif');
  background-repeat: repeat-x;
  background-color: #eeeeee;
  padding: 30px 18px 30px 18px;
}

#product-tabs ul.yui-nav {
  border-color: #eeeeee;
}

.yui-skin-sam .yui-navset .yui-nav {
  margin-left: 20px;
}

.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
  border: none;
}

.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
  padding: 7px 7px;
}

.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-nav a em {
  border-color: #eeeeee;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
  border-color: #eeeeee;
}

.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-nav a:focus,
.yui-skin-sam .yui-navset .yui-nav a:hover {
  background: none;
  background-image: url('../images/tab-inactive-bg.gif');
  background-repeat: repeat-x;
  color: #9e9e9e;
  width: 107px;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { 
  background: none;
  background-image: url('../images/tab-active-bg.gif');
  background-repeat: repeat-x;
  color: #000;
}

#download-pdf {
  vertical-align: middle;
  line-height: 3em;
  font-family: Verdana;
  font-size: 12px;
}

#download-pdf img {
  float: left;
}

#download-pdf a.download-pdf-pad {
  text-decoration: underline;
  color: #4f9908;
  padding-top: 10px;
}

a.search-results-page-title {
  color: #4F9908;
  font-size: 15px;
}

div.highlighted-search-results-date {
  color: #9A9A9A;
}

li {
  list-style-type: disc;
  color:#585858;
  font-size:12px;
  padding-left: 0.5em;
  margin-left: 2em;
}

#location-container {
  background-image:url('../images/locations/locations-2.gif');
}

th {
  border: none;
}

table.prod-skus td, table.prod-skus th {
  text-align: center;
}
table.prod-skus td.non-numeric, table.prod-skus th.non-numeric {
  text-align: left;
}

table.prod-skus {
  width: 98%;
}

table.prod-skus td.sku-name {
  font-weight: bold;
	text-align: left;
}

#carousel {
	position: relative;
}

.carousel-image,
.carousel-overlay {
 position: absolute;
}

.carousel-overlay {
	width: 300px;
}

#location-container
{
	float:left;
	width:762px;
	height:481px;
	margin-left: 60px;
	overflow:hidden;
}

#location-container h1
{
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0.3em;
	font:13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bolder;
	text-transform:uppercase;
	/*letter-spacing:-1px;*/
	color:#5d5d60;
	border-bottom:3px solid #c21331;

}

#location-popup
{
	position:absolute;
	z-index:2;
	background:white;
	border:1px solid #262324;
	width:210px;
	height:205px;
	margin:180px 0px 0px 625px;
	padding:0px 0px 9px 0px;
	overflow:hidden;
}

#location-popup h1
{
	margin:0px;
	padding:15px 0px 0px 0.3em;
	font:11px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bolder;
	text-transform:uppercase;
	/*letter-spacing:-1px;*/
	color:white;
	border-bottom:3px solid #262324;
	background: #B90F2D;

}

.location-popup-sz
{
	padding:5px;
	font-size:11px;
}

.loc-link
{
	position:absolute;
	z-index:3;
	padding:5px 7px 5px 7px !important;
	line-height:1em;
	background:black;
	border:2px solid white;
	color:white !important;
	text-decoration:none  !important;
}

.loc-link-active
{
	position:absolute;
	z-index:3;
	padding:5px 7px 5px 7px !important;
	line-height:1em;
	background: #B90F2D;
	border:2px solid white;
	color:white !important;
	text-decoration:none  !important;
}

#location-content
{
	position:absolute;
	width:340px;
	margin:50px 0px 0px 445px;
	z-index:6;
}
#tinymce {
background: none;
}

