@charset "utf-8";
/*
	Coppeneur Chocolates - 02/05/2008 9:21:03 AM
	@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:			#5f3623/* url(../img/layout/bg.jpg)*/;
	text-align:			left;
	color:				#333333;
}


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

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;
	color:#513833;
	font:26px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

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

h3
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#3b3027;
	font:17px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase*/
}



a:link,a:visited,a:active,a:hover
{
	color:#CC6600;
	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
{
	width:941px;
	overflow:hidden;
	margin:10px auto 0px auto;	
}

	
#main-panel
{
	width:941px;
	overflow:hidden;	
}

#header
{
	width:941px;
	height:170px;
	background:url(../img/layout/header3.jpg) no-repeat;
	overflow:hidden;
	float:left;
}

	#header-icon
	{
		width:411px;
		height:117px;
		overflow:hidden;		
		float:left;
	
	}
	
	#cart-panel
	{
		width:530px;
		height:117px;
		overflow:hidden;
		float:left;
	}
	
		#cart-panel .col
		{
			
			float:right;
			
			color:white;
			padding:11px 25px 0px 25px;
			text-align:center;
			font:12px "Trebuchet MS", Geneva, Arial;
		}
		
			#cart-panel .col a:link,
			#cart-panel .col a:visited,
			#cart-panel .col a:active,
			#cart-panel .col a:hover
			{
				color:white;
				text-decoration:none;
				
			}
			
			#cart-panel .col a:hover
			{
				text-decoration:underline;
			}


#footer
{
	float:left;
	width:941px;
	overflow:hidden;
	background:#131313;
}

	#footer-links
	{
		float:left;
		width:238px;
		overflow:hidden;
		padding:20px;
	}
	
		#footer-links a:link,
		#footer-links a:visited,
		#footer-links a:active,
		#footer-links a:hover
		{
			float:left;
			margin:0px 18px 0px 0px;
			font:11px "Trebuchet MS";
			color:white;
			text-decoration:none;
			font-weight:bold;			
		}
		
		#footer-links a:hover
		{
			text-decoration:underline;
		}
	
	#footer-icons
	{
		float:left;
		width:635px;
		overflow:hidden;
		padding:16px 0px 21px 28px;
		text-align:center;
	}
		
		#footer-icons img
		{
			margin:0px 45px 0px 0px;
		}



#footer-copyright
{
	font:11px Arial;
	color:white;
	float:left;
	padding:10px 0px 35px 0px;
}

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

#col-container
{
	float:left;
	width:941px;
	overflow:hidden;
	background:url(../img/layout/col-container.jpg) repeat-y;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#col-1
{
	float:left;
	width:263px;
	overflow:hidden;
	background:url(../img/layout/col-1.jpg) no-repeat;
	margin:0px 1px 0px 0px;
}
	
	#nav-search
	{
		padding-top:1.1em;
		padding-bottom:1.1em
	}
	
	#navigation-container
	{	
		margin-left:1px;
		margin-right:1px;
		text-align:left
	}
	
	#inner-navigation-container
	{/* holds the cat table.. */
		padding:22px 10px 10px 37px;
	}
	
	#not-index	#inner-navigation-container
	{/* holds the cat table.. */
		padding:22px 10px 57px 37px;
	}
	
	#inner-navigation-container h3
	{
		font:18px "Trebuchet MS", Geneva, Arial;
		color:white;
		margin:0px 0px 8px 0px;
	}
	
	#cats
	{
		width:100%;
	}
	#cats table{width:100%}
	#cats td
	{
		text-align:left;
		padding:12px 0px 3px 0px;
		margin:0px;
		line-height:10px;
	}
	#cats a:link,
	#cats a:active,
	#cats a:visited,
	#cats a:hover
	{
		font:14px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		color:white;
		text-decoration:none;
		line-height:13px;
		
		
		padding-bottom:2px;
		padding-left:0px;
		padding-right:2px;
		display:block;
		margin-bottom:3px;
	}
	
	#cats a:hover
	{
		color:#fbff80;
	}
	
	#cats .children a,
	#cats .children a:link,
	#cats .children a:visited,
	#cats .children a:active,
	#cats .children a:hover
	{
		font-size:12px;
		text-decoration:none;
		padding-top:3px;
		
	}	#cats .children a:hover
	{
		color:#fbff80;
		text-decoration:underline;
	}
	
	#cats .children td
	{
		padding-top:0px;
	}
	
	#cats .children-cnt
	{
		padding-top:3px;
	}
	
	#cats .nav-active-cat /* triangle :D */
	{
		/*font-style:italic !important;*/
		/*border-bottom:1px solid #413e39;*/
		text-decoration:underline !important;
		font-weight:bold !important;;
		
	}



	#us-exchange
	{
		display:block;
		width:198px;
		height:103px;
		overflow:hidden;
		background:url('../img/layout/us-exchange.gif?v2') no-repeat;
		margin:20px 0px 0px 0px;
		padding:0px 0px 20px 0px;
	}
	
		#us-exchange div
		{
			text-align:center;
			margin:78px 0px 0px 0px;
			font:11px Arial;
			color:white;
			line-height:1em;
		}



#col-2
{
	float:left;
	width:677px;
	overflow:hidden;
}

#c2-panel
{
	width:617px;
	overflow:hidden;
	padding:24px 30px 24px 30px;
}


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

	div.index-content-container
	{

		font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size:.9em;
		display:block;
		margin:9px;
		margin-right:8px;
		width:617px; /* fix the ugly f'ing C2 tables ... col2W-([10m]...[10m])*/
		text-align:left;
	}



#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:#2c251d !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;
}


/*
*	Product Relations
*/

#product-relations
{
	margin-top:35px;
	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
{
	
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width: 98%;
	height: 142px;
	overflow:hidden;
	
	border-bottom:1px dashed #cccccc
}



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

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

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

.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 a.product-list-ex-more
{
	color:#46659c !important;
}

.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-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:#44312d !important;
}

.producte-catalogue-cat a:hover
{
	color:#2c251d !important;

}




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

#product-details table td
{
	color:black
}


/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			
			background:url(../img/layout/menu-panel.jpg) no-repeat;
			height:53px;
			width:954px;
			overflow:hidden;
			float:left;
		}
			
		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
		{
			float:left;
			padding:23px 39px 25px 40px;
			
			color:white;
			font:14px "Trebuchet MS", Arial, Verdana;
			line-height:14px;
			text-decoration: none;

			vertical-align:middle;
			z-index:1000000;
			white-space:nowrap
		}
		
		div#menu-panel div a.current-page
		{
			background:url(../img/layout/menu-active.jpg) repeat-x;
		}
		
		div#menu-panel div a.hover
		{
			text-decoration:underline;
			background:url(../img/layout/menu-hover.jpg) repeat-x;
		}
		
		div#menu-panel div a.hover-hot
		{
			background:url(../img/layout/menu-active.jpg) repeat-x;
			text-decoration:underline;
		}
		
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		
		.menu-splitter
		{
			width:1px;
			overflow:hidden;
			height:53px;
			background:black url(../img/layout/splitter.jpg);
			float:left;
		}
		

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

	
	
	/*
	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;
	}
	
	.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:#624c47;
	}.browse-nav a:hover{
		color:#000000;
		text-decoration:none;
	}
	
	
	
	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:#000000;
	}






	.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;
		
	}
	
	
	/*	========================================/ /================================================	
	*/	
	
	
	
	
	
	
	.lighter
	{
		color:#9a9a9a
	}
	
	
	
	
	
	

/* 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
	}
	
	.verdana11B-B
	{
		/*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
	}


