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

html,body
{
	font-family:		"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	margin:				0px 0px 0px 0px;
	background:			white;
	text-align:			left;
	color:				#333333;
	background:url(../img/layout/bg.gif) #d2cabe repeat-x;
}



/* pre resets */
html,div,p,table,form,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,blockquote,input,textarea,iframe
{
	margin:			0px;
	padding:		0px;
	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.gif) no-repeat;
	padding-left:2.5em;
	margin-left:.5em
	
}


img.left
{

	float:left;
	padding-right:9px;
	padding-left:9px;
	padding-bottom:9px;
}
 img.right
{

	float:right;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
}



h1
{
	margin-top:.1em;
	margin-bottom:.6em;
	color:#9baaaf;
	font-family:"Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	/*text-transform:uppercase*/
}

h1.lined
{
	padding-bottom:7px;
	border-bottom:1px solid #dedede;
}



h2
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#6c787c;
	font-family:"Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	/*text-transform:uppercase*/
}


a:link,a:visited,a:active,a:hover
{
	color:#1f61be;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	color:#CC6600;
}


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 ============================>>>=====================>>>================ */

#layout-container
{
	margin: 0px auto 0px auto;
	width:968px;
	background:url(../img/layout/main-panel-bg.gif) repeat-y;
}

#main-panel-left,
#main-panel-right
{
	width: 9px;
	float: left;
	overflow:hidden;
}

#main-panel
{
	width: 924px;
	float: left;
	overflow:hidden;
	padding:13px;
}

#header
{
	padding:0px;
	width:659px;
	height:151px;
	margin-bottom:10px;
	background:url(../img/layout/logo.jpg) no-repeat;
	
}

#header-icon
{
	height:200px;
	
}
	



#header div.header-low
{
	height:34px;
	margin-left:50px;
	margin-right:20px;
	width:510px;
	overflow:hidden;
}



#header #menu-panel
{
    float:right;
	height:34px;
}



#fp-left-container
{
    width:227px;
    overflow:hidden;
    margin-right:12px;
    margin-bottom:13px;
    float:left;
    font:12px Arial, Verdana;
}

#fp-left-container  .front-page-left-top
{
    background:#e2dcda;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

#fp-left-container  .front-page-left-bottom
{
    background:#f3f2ef;
    padding:20px;
    padding-bottom:15px;
    padding-right:22px;
    padding-top:12px;
}

#fp-left-container  h1
{
    margin-top:0px;
    font-size:17px;
    color:black;
    font:18px Arial, Verdana;
    margin-bottom:14px;
    font-weight:normal;
}

#fp-left-container p
{
    line-height:1.84em;
    margin-top:1.4em;
    margin-bottom:0px;
}

#fp-left-container a:link,
#fp-left-container a:visited,
#fp-left-container a:hover,
#fp-left-container a:active
{
    color:#637b9c;
    text-decoration:underline;
    
}   #fp-left-container a:hover
{
    color:#7693bc;
}



#fp-right-container
{
    width:420px;
    overflow:hidden;
    float:left;
    font:12px Arial, Verdana;
}

    
    #front-page-bulletins
    {
        background:url(../img/layout/fp-bulletin-bg.jpg) #edeff8 repeat-x;

    }
    
    #front-page-reviews
    {
        background:url(../img/layout/fp-review-bg.jpg) #efeeea repeat-x;
        
    }

    .front-page-right-container
    {
        padding-left:18px;
        padding-right:18px;
        padding-top:23px;
        padding-bottom:15px;            
    }
    
    .front-page-right-container h1
    {
        font:24px Arial, Verdana;
        color:white;
        font-weight:normal;
        margin-top:0px;
        margin-bottom:16px;
        display:block;
    }

    
    .front-page-right-container h1 a:link,
    .front-page-right-container h1 a:visited,
    .front-page-right-container h1 a:hover,
    .front-page-right-container h1 a:active
    {
        font:12px Arial, Verdana;
        color:white;
        text-decoration:underline;
        padding-left:19px;
        position:relative;
        top:-3px;/* offset that underline... */
    }   .front-page-right-container h1 a:hover
    {
        color:yellow
    }
    
    
    
    .front-page-right-container a.bulletin-title:link,
    .front-page-right-container a.bulletin-title:visited,
    .front-page-right-container a.bulletin-title:hover,
    .front-page-right-container a.bulletin-title:active
    {
        font-weight:bold !important;
        color:#263d5d;
        font:12px Arial, Verdana;
        text-decoration:none;
    }   .front-page-right-container a.bulletin-title:hover
    {
        text-decoration:underline;
    }

    #front-page-reviews p
    {
        line-height:1.1em
    }
    
    
    
    #missing-clue
    {
        background:url(../img/layout/missing-clue.gif) #637b9c no-repeat;
        padding-top:36px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:19px;
        font:12px Arial, Verdana;
        line-height:1.82em;
        color:#e2dcda;
        width:232px;
        overflow:hidden;
    }
    
    .missing-clue /* just incase client didnt mess it up in the CMS.. make sure attr's propigate cuz all els are reset..... */
    {
        font:12px Arial, Verdana;
        line-height:1.82em;
        color:#e2dcda;      
    }
    
    #missing-clue h1
    {
        margin-top:2px;
        margin-bottom:15px;
        font:18px Arial, Verdana;
        color:white;
    }
    
    #missing-clue a:link,
    #missing-clue a:visited,
    #missing-clue a:hover,
    #missing-clue a:active
    {
        color:#e2dcda;
        text-decoration:underline;
    }   #missing-clue a:hover
    {
        color:white;
    }





#browse-logo
{
	margin-top:6px;

}

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


.prod-tile	img
{
	display:inline
}


.prod-tile a:link,
.prod-tile a:visited,
.prod-tile a:active,
.prod-tile a:hover
{
	color:#0D3366;
	text-decoration:none;
}.prod-tile a:hover{text-decoration:underline}

.prod-thumb
{
	margin-bottom:10px;
	border:1px solid #bebebe;
}

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

.product-list-ex
{
	
	margin-right:10px;
	margin-bottom:16px;
	float:left;
	width: 98%;
	height: 142px;
	overflow:hidden;
}

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

.product-list-ex img
{
	float:left;
	margin-right:9px;

}

.product-list-ex a:link,
.product-list-ex a:visited,
.product-list-ex a:hover,
.product-list-ex a:active
{
	font-size:1.6em;
	color:black !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 p
{
	font:10px Verdana, Arial;
	margin-top:1em;
	margin-bottom:.9em;
	line-height:1.4em
}





/*
*	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 #bebebe;
	padding:6px 6px 6px 6px !important;
	vertical-align:middle;
}

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

.cat-tile a:link,
.cat-tile a:visited,
.cat-tile a:active,
.cat-tile a:hover
{
	color:#0D3366;
	text-decoration:none;
}.cat-tile a:hover{text-decoration:underline}

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




#nav-bottom
{
	margin-left:40px;
	margin-top:20px;
	display:block;
	text-align:left;
	font-family: Geneva,"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-right:40px;
}
#nav-bottom #visit-address p
{
	font-size:15px;
	font-weight:bold;
	margin-top:.3em
}
#nav-bottom #visit-address a:link,
#nav-bottom #visit-address a:visited,
#nav-bottom #visit-address a:active,
#nav-bottom #visit-address a:hover
{
	color:white;
	text-decoration:underline;
	font-size:13px;
	font-weight:normal
}#nav-bottom #visit-address a:hover
{
	color:#FFFFCC;
}

#nav-bottom #email-newsletter
{
	font-size:12px;
}

#nav-bottom #email-newsletter h1
{
	font-size:17px;
	margin-top:1.8em;
	color:white;
	font-weight:normal;
	margin-bottom:.3em
}

#nav-bottom #email-newsletter form
{
	margin-top:15px;
}
#nav-bottom #email-newsletter input
{
	margin-bottom:13px;
}

#nav-bottom #email-newsletter .edit-box
{
	width:175px;
	height:25px;
	color:#999999;
	border:0px;
	font-family: Geneva,"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav-bottom #email-newsletter .nudged
{
	margin-left:45px;
}


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



/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel{
			z-index:10000;
		}
			
		div#menu-panel div {
			float:left !important;
			font-size:17px;
			color:#FFFFFF;
		}
		
		div#menu-panel  span {
			display: none;
		}
		
		div#menu-panel div a,
		div#menu-panel div a.hover,
		div#menu-panel div a.hover-hot,
		div#menu-panel div a.current-page{
			/*border: solid 1px #4B2D10;*/
			background-image:none;
			color:#FFFFFF;
			font-family:Arial, "Trebuchet MS", Trebuchet, Geneva, Arial, Verdana, Helvetica, sans-serif;
			font-size:13px !important;
			font-weight:bold;
			padding-right:17px;
			padding-top:10px;
			padding-left:17px;
		
			text-decoration: none;
			/*background-color:#5e88a1 !important;*/
			float:left;
			vertical-align:middle;
			z-index:1000000;
			margin-bottom:0px;
			overflow:hidden;
			height:24px;
		}
		
		
		
		div#dropdown div.menu-split-line{
			margin-top:1px;
			background:#484140 !important;
			width:1px !important;
			height:42px;
			float:left;
			margin-top:2px;
			filter:alpha(opacity=40);
			-moz-opacity:.4
		}
		
		div#menu-panel div a.current-page{
			background-color:#184278 !important;
			text-decoration:underline
			
		}
		div#menu-panel div a.hover,
        div#menu-panel div a.hover-hot{
			background-color:#40689b !important
		}
		

		div#menu-panel div #a{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		

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


#footer
{
	text-align:left;
	margin-top:14px;
}

#footer-bar
{
	background:#eaeef9;
	height:10px;
	overflow:hidden;
}

#footer-content
{
	margin-top:7px;
	padding:15px;
	background:#eeede9;
	font:12px Arial, Verdana;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
	color:#000000;
	text-decoration:underline;
}	#footer a:hover
{
	color:#999999
}

#footer a.nav
{
	float:left;
}

#canadaswebshop
{
	float:right;
	/*margin-top:20px;*/
}

#col-1
{
	float:left;
	width:659px;
	background:white;
	display:block;
}
	
	#nav-search
	{
		padding-top:1.1em;
		padding-bottom:1.1em
	}
	
	#cart-panel
	{
      
        padding-bottom:10px;
        height:15px;
        margin-top:9px;
        text-align:right;	
	}
	
	#cart-panel a:link,
	#cart-panel a:visited,
	#cart-panel a:active,
	#cart-panel a:hover
	{
        padding-left:10px;
        font:14px Arial, Verdana;
        color:#0d3366;
        text-decoration:underline;
    }
    
    #cart-pane a:hover
    {
        color:blue;
    }
	
	
	#navigation-container
	{
		width:252px;
		overflow:hidden;
		height:483px;
		background:url(../img/layout/nav.jpg) no-repeat;
		text-align:left
	}
	
	#inner-navigation-container
	{/* holds the cat table.. */
		padding-top:1.1em;
		padding-bottom:1.1em;
		padding-left:16px;
		padding-right:16px;
	}
	
	#navigation-container h1
	{
		font:24px Arial, Verdana;
        font-weight:normal;
        color:#857e63;
        margin:0px;
        margin-top:13px;
        margin-bottom:8px;
	}
		
	#navigation-search-panel
	{
        padding-bottom:15px
    }
    
    #navigation-search-panel    h1
    {

        margin-top:0px;
        margin-bottom:5px;
    }
    
    #navigation-search-panel    a:link,
    #navigation-search-panel    a:visited,
    #navigation-search-panel    a:hover,
    #navigation-search-panel    a:active
    {
        font:12px Arial, Verdana;
        font-weight:bold;
        color:#5375b6;
        display:block;
        margin-top:4px;
    }
    
    
    
    
    #navigation-search-panel    .txt-inactive
    {
        color:gray
    }
    
    #navigation-search-panel    .txt-active
    {
        color:black
    }
	
	
	
	
	
	#cats
	{
		
		width:100%
	}
	#cats table{width:100%}
	#cats td
	{
		text-align:left;
		padding-bottom:7px;
	}
	
	.children td
	{
		padding-bottom:3px !important;
	}
	
	
	#cats a:link,
	#cats a:active,
	#cats a:visited,
	#cats a:hover
	{
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:14px;
		color:#0d3366;
		text-decoration:underline;
		font-weight:bold;
		
	}  #cats a:hover
	{
		color:#27589a;
	}
	
	.children a
	{
		font-size:12px !important;
		font-weight:normal;
	}
	
	.nav-active-cat
	{
        background:#f6f6de
    }


#col-2
{
	float:left;
	width:252px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-left:13px;
}

#c2-panel
{


}


	div.content-container
	{
		color:#333333;
		font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size:1.0em;
		display:block;
		width:650px; /* fix the ugly f'ing C2 tables ... col2W-([10m]...[10m])*/
		text-align:left;
		padding:0px 10px 0px 0px;
		margin:0px !important;
		overflow:hidden;

	}
	
	

	div.index-content-container
	{

		font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size:.9em;
		display:block;
		width:660px; /* fix the ugly f'ing C2 tables ... col2W-([10m]...[10m])*/
		text-align:left;
	}
	
	div.index-content-container-featured
	{
		padding:10px;
		padding-top:17px;	
	}

	

	
	
	div.fix-c2-tables table/*,
	div.fix-c2-tables td*/
	{
		background:white;/* !important;
		color:white !important;*/	
		color:black;
		

	}
	
	div.fix-c2-tables td
	{
		padding:8px;
		color:black;
	}
	
	div.fix-c2-tables table table
	{
		/*
		background:#646260 !important;
		border:1px solid #494846 !important;
		*/
		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;
	}
	
	.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
	{
		color:#0d3266;
		
	}	.browse-nav a:hover
	{
		color:#3968a9;
	}
	
	.browse-nav-top
	{
		margin-bottom:10px;
	}
	
	
	
	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:10px Arial, Helvetica, sans-serif;
		color:#999999;
		
	}	div.bread-crumbs a:hover
	{
		color:#13396a;
	}


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






	
	/*	==========================================================================================
	*	CMS Editorials 3
	*/	
	
	
	
	.cms-article
	{
		font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		padding:10px;
		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.4em;
		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;
		
	}
	
	
	/*	========================================/ /================================================	
	*/	
	
	
	
	
	
	
	
	

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


