@charset "utf-8";
/*
	CanVidCam - Oct 10 2007
	@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:			13px;
	margin:				0px 0px 0px 0px;
	background:			white;
	text-align:			left;
	color:				#333333;
}


/* pre resets */
html,div,p,table,form,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,blockquote
{
	margin:			0px;
	padding:		0px;
}

/*
*	For maurice so that's it's easier to use inline styles?? ...
*/

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


a img{border:0px;}

ul, ol
{
	margin:1.8em 0px 1.8em 3.4em;

}

ul ul
{
	margin:.8em 0px .8em 2.4em;
}


li
{
	padding-bottom:.3em
}


p
{
	margin-top:		1.2em;
	margin-bottom:	1.3em;
}

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:#0065ad;
	text-decoration:underline;
}
a:hover
{
	color:#0786e1;
}

/*
input
{
	padding:.23em;
}
*/



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

#layout-container{
	margin: 0px auto 0px auto;
	width:944px;
	margin-bottom:20px;
}


#header-icon
{
	height:130px;
	background:green;
}
	
#main-panel
{
	width:		944px;
	margin-top:	6px;
}

#header
{
	width:944px;
	height:146px;
	overflow:hidden;
	text-align:left;
	
	background:url(../img/layout/header-bgv2.jpg) no-repeat;	

}


#menu-panel
{
	margin-left:158px;
	/*margin-top:7px;*/ /* black bar */
	text-align:left;
	height:33px;
	width:574px;
	overflow:hidden;
	
	position:absolute;
	margin-top:-139px;
	
}


#logo-clickable
{
	display:block;
	width:150px;
	height:130px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	z-index:3000;
	margin-top:-20px;
}



#col-1
{
	float:left;
	width:733px;
	margin-right:6px;
	background:white;
	display:block;
	overflow:hidden;
}

#c1-panel
{

}


#col-2
{
	float:left;
	width:205px;
	overflow:hidden;
	margin-bottom:5px;
}


#col-2-blued
{
	width:205px;
	overflow:hidden;
	background:url(../img/layout/c2panelbg-v3.jpg) no-repeat;
	background-color:#879bb4;
	padding-bottom:10px;/* < -- this is just to make the navigation rectangle line up with the bottom in the FP! */
	margin-bottom:8px;
}


#col-2-place
{	/* everything lines up like a grid on our front page, need to make sure this element is min-height */
	float:left;
	width:1px;
	display:block;
	overflow:hidden;
	/*height:735px;*/
	
}

#c2-panel
{
	float:left;	
	width:181px; /* 204-1-(11*2) */
	overflow:hidden;
	padding:11px;	
}



	div.content-container
	{
		display:block;
		width:733px; /* fix the ugly f'ing C2 tables ... col2W-([10m]...[10m])*/
		overflow:hidden;
		background:url(../img/layout/content-container-bg.jpg) no-repeat;
		background-color:white;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
		
		
	}
	
	div.content-container	#inner-content-container
	{
		display:block;
		width:711px;
		overflow:hidden;
		padding:10px;
		border:1px solid #d1d1d1;
		border-top:0px;
		padding-top:17px;
		
	}
	
	
	
	div.content-container h2
	{
		margin-top:1.3em;
		margin-bottom:.7em;
		
	}
	
	div.content-container h2.lined
	{
		border-bottom: 1px solid #CCCCCC
	}
	
	
	

	div.index-content-container
	{
		display:block;
		padding:0px;
		margin:0px;
		width:733px; /* fix the ugly f'ing C2 tables ... col2W-([10m]...[10m])*/
	}
	
	/*
	*	Front Page panels.....
	*/
		#fp-featured
		{
			width:733px;
			overflow:hidden;
			float:left;
			margin-right:7px;
			margin-bottom:7px;
			
			
		}	#fp-featured-height-constraints
		{
			/* we can only show so many prods, before our grid breaks!! */
			height:637px;

			overflow:hidden;
			
		}	#fp-featured .headered
		{
			padding-top:4px;
			
		}
		
		#fp-featured .red-header
		{
			height:24px;
			overflow:hidden;
		}
		
		#fp-featured	.red-header h1
		{
			background:url(../img/layout/red-header-white-over.jpg) no-repeat;
			margin:0px;
			color:white;
			font:18px "Trebuchet MS",  Geneva, Arial, Helvetica, sans-serif, "Comic Sans MS", "Century Schoolbook";
			font-weight:normal;
			padding:10px 0px 0px 11px;
			/* was 30 */
			width:200px;
			overflow:hidden;
		}
		
		
		
		#fp-featured .red-header-date
		{
			float:right;
		}
		
		#fp-featured	.red-header	span
		{	/* there is a little date here.... */
			padding:5px 8px 0px 0px;
			display:block;
			color:white;
		}
		
		#fp-welcome
		{
			float:left;
			width:333px;
			margin-bottom:7px;
			
		}	#welcome-height-constraint
		{
			overflow:hidden;
			height:145px;
			padding-bottom:0px;
		}	#fp-welcome	p
		{
			line-height:1.2em;			
		}
		
			
		
		
		#fp-news
		{
			float:left;
			width:182px;
			margin-bottom:7px;
			color:white;
			
		}	
		
		#fp-news	ul
		{
			list-style:none;
			list-style-image:none;
			margin:0px;
			
		}	
		
		#fp-news li
		{
			padding-bottom:.6em;
			margin-bottom:10px;
			border-bottom:1px dashed #4b6482;
			
		}	
		
		#fp-news	p
		{
			margin:0px;
			line-height:1.2em;
			font-size:11px;
			
		}	
		
		#fp-news	a.title:link,
		#fp-news	a.title:active,
		#fp-news	a.title:hover,
		#fp-news	a.title:visited
		{
			/* Front-Page only, the News Titles */
			font-size:12px;
			font-weight:bold;
			line-height:1.5em;
			text-decoration:underline !important;
			display:block;
			margin-bottom:3px;
		} 
		
		#fp-news h3
		{
			
			margin:0px 0px 20px 0px;
			color:white;
			font:15px "Trebuchet MS";
			font-weight:bold;
		}
		
		#fp-news a:link,
		#fp-news a:visited,
		#fp-news a:active,
		#fp-news a:hover
		{
			color:white;
		}
		
		#fp-news a:hover
		{
			color:#fffca4;
		}
		
		
		
		
		#fp-events
		{
			float:left;
			width:333px;
			margin-bottom:7px;
			font-size:12px;

		}	#events-height-constraint
		{
			overflow:hidden;
			height:96px;
			
		}	#fp-events ul
		{
			list-style:none;
			list-style-image:none;
			margin:0px;
			line-height:1em;
			margin-bottom:.8em
			
		}	#fp-events ul	li
		{
			padding-bottom:.55em;
			
		}	#fp-events p
		{
			margin:0px;	
					
		}	#fp-events	a.title:link,
			#fp-events	a.title:active,
			#fp-events	a.title:hover,
			#fp-events	a.title:visited
		{
			/* Front-Page only, the News Titles */
			font-size:12px;
			font-weight:bold;
		
		}	#fp-events .featured-events-date
		{
			font-size:.9em
		}	
		
		
		
		
	
	/* * * * */
		
		.headered
		{
			padding:16px;
			border:1px solid #d1d1d1;
			border-top:0px;
			padding-top:13px;
		}
	
	/*
	*
	*
	*/

	
	/*
	
	div.content-container h2
	{
		font-size:16px;
		color:#333333;
	}
	*/

	
	div.fix-c2-tables
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	/*reorg*/
	/*
	div.fix-c2-tables td
	{
		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:black;
	}

	*/




.blue-header
{
	display:block;
	background:url(../img/layout/blue-header.jpg) repeat-x;
	height:56px;
	overflow:hidden;
}

.red-header
{
	display:block;
	background:url(../img/layout/red-header.jpg) repeat-x;
	height:56px;
	overflow:hidden;
}


.red-header	div
{
	display:inline;
	float:left;
}

.blue-header	h1,
.red-header		h1/* red uses an image instead.. but anyway */
{
	margin:0px;
	padding:0px;
	color:white;
	font:18px "Trebuchet MS",  Geneva, Arial, Helvetica, sans-serif, "Comic Sans MS", "Century Schoolbook";
	font-weight:normal;
	margin-top:30px;
	margin-left:11px;
}


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

.prod-tile	img
{
	display:inline
}

.prod-tile a:link,
.prod-tile a:visited,
.prod-tile a:active,
.prod-tile a:hover
{
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	
}


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


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

.cat-title
{
	padding-bottom:30px !important;
	font-size:12px;
}

.cat-tile
{
	border: 1px solid #c5c5c5;
	padding:3px !important;
}

.cat-tile a:link,
.cat-tile a:visited,
.cat-tile a:active,
.cat-tile a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}.cat-tile a:hover{text-decoration:underline}

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



#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;
			
			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:#000000;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:12px !important;
			padding-top:8px;
			/*padding-right:17px;
			padding-left:17px;*/
			font-weight:bold;
			text-transform:uppercase;
		
			text-decoration: none;
			/*background-color:#5e88a1 !important;*/
			float:left;
			vertical-align:middle;
			z-index:1000000;
			margin-bottom:0px;
	
			height:38px;
		}
		
		
		
		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
		{
			color:#3674bf;
			
		}
		div#menu-panel div a.hover
		{
			color:#c30e15;
		}
		
		div#menu-panel div a.hover-hot
		{
			color:#649bdd
		}
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:-13px !important;
			margin-left:-14px
		}
		
		.menu-splitter
		{
			display:block;
			float:left;
			width:26px;
			height:32px;
			overflow:hidden;
			background:url(../img/layout/menu-splitter.jpg) no-repeat;
			
		}
		

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

/*
*	icons - global footer (some icons)
*	links - bottom navigation
*	signature (copyright)
*/

#footer-icons
{
	height:50px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:9px
}

#footer-links
{
	padding:19px;
	background-color:#e5e5e5;
	margin-bottom:17px;
	
}	#footer-links	a:link,
	#footer-links	a:active,
	#footer-links	a:visited,
	#footer-links	a:hover
{
	color:black;
	font-size:12px;
	text-decoration:none;
	padding-right:14px
}	#footer-links	a:hover
{
	text-decoration:underline;
}

#footer-signature
{
	color:#8f8f8f;
	font-size:12px;
	width:455px;
	float:left;
	
}




#canadaswebshop
{
	float:right;	
}
#canadaswebshop:link,
#canadaswebshop:active,
#canadaswebshop:visited,
#canadaswebshop:hover
{
	font-size:10px;
	color:#999999;
	text-decoration:underline
}#canadaswebshop:hover
{
	color:#003399;
}



#printer-friendly
{
	width:185px;
	overflow:hidden;
	margin-bottom:10px;
}

#printer-friendly a:link,
#printer-friendly a:visited,
#printer-friendly a:active,
#printer-friendly a:hover
{
	font:11px Arial;
	color:white;
	text-decoration:none;
	float:right;
}

#printer-friendly a:hover
{
	color:yellow;
}

	
	#nav-search
	{
		padding-top:1.1em;
		padding-bottom:1.1em
	}
	
	#cart-panel
	{
		display:block;
		line-height:11px;
		font-size:12px;
		color:white;
		margin:0px 0px 29px 0px;
		padding:0px 0px 15px 0px;
		border-bottom:1px solid #afbfcf;
	}
	
		#cart-panel h3
		{
			margin:0px 0px 10px 0px;
			
		}
	
		#cart-panel span
		{
			font:12px Arial, Helvetica, sans-serif;
			line-height:1.1.em;
			float:left;
			margin:0px 10px 0px 0px;
			
		}
		
		#cart-panel	a:link,
		#cart-panel	a:active,
		#cart-panel	a:visited,
		#cart-panel	a:hover
		{
			font:12px Arial, Helvetica, sans-serif;
			line-height:1.1.em;
			color:white;
			text-decoration:underline;		
			float:left;
			margin:0px 10px 0px 0px;
			padding:0px;
		}
		
	
		
		#cart-panel	a:hover
		{
			color:#fff000;
		}
		
		#cart-panel #cart-buy-online
		{
	
			width:142px;
			margin-left:42px;
			overflow:hidden;
			text-align:left;
			color:#d5ca18;
			font:12px Arial, Helvetica, sans-serif;
			font-style:italic;
			margin-top:40px;
		}
		
		#cart-panel #cart-buy-online img
		{
			display:block;
			
			padding-bottom:3px;
			margin-right:6px;
		}
		
		#cart-panel .summary-cart-count
		{
			font-size:11px;
			font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
			color:white;
			padding-top:7px;
			display:block;
			text-align:left;
		}
		
	
	
	#navigation-container
	{
		width:181px;
	}
	
	#inner-navigation-container
	{/* holds the cat table.. */
		
	}
	
	#navigation-container h1
	{
		font-family:"Trebuchet MS", Trebuchet,Geneva, Arial, Verdana, Helvetica, sans-serif;
		color:white;
		font-size:16px;
		margin:0px;
		font-weight:bold;
		padding:0px;
		padding-top:43px;
		padding-bottom:40px;
	}
	
	#cats
	{
		padding:4px 8px 4px 8px;
		padding-left:0px !important;
		width:100%
	}
	#cats table{width:100%}
	#cats td
	{
		text-align:left;
		padding-bottom:3px;
	}
	#cats a:link,
	#cats a:active,
	#cats a:visited,
	#cats a:hover
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}#cats a:hover
	{
		text-decoration:underline;
	}
	
	#cats a.nav-active-cat:link,
	#cats a.nav-active-cat:visited,
	#cats a.nav-active-cat:hover,
	#cats a.nav-active-cat:active
	{
		border-bottom:1px solid white;
	}
	
	
	table.children
	{
		margin-bottom:.4em;
	}
	
	.children a:link,
	.children a:visited,
	.children a:active,
	.children a:hover
	{
		font-size:11px !important;
		font-weight:normal !important;
		color:white;
	}




	
	
	

/* 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-top
	{
		border-bottom:1px solid #CCCCCC;
		
	}
	
	.browse-nav 
	{
		color:#999999;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding-bottom:4px;
	}

	
	
	
	.browse-nav img{
		padding:0px 0px 0px 0px
	}
	
	.browse-nav a:link,
	.browse-nav a:visited,
	.browse-nav a:hover,
	.browse-nav a:active
	{
		color:#666666;
		text-decoration:none;
		
	}	.browse-nav a:hover
	{
		color:#0033CC;
	}
	
	
	.bread-crumbs
	{
		margin-bottom:1em;
	}
	
	
	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:#000066;
	}
	
	
	
	
	
	/*	==========================================================================================
	*	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
	}
