/**
 * Yankee Fireplace Default CSS
 * version 0.1
 *
 * last updated: 2005-11-08
 */

html { 
	font-size: 11px;
	line-height: 13px;
	 }

body {
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #c53300;
	line-height: normal;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h2 {
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #e95800;
	line-height: normal;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: normal;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #b1793d;
	line-height: normal;
	margin: 0px 0px 10px 0px;
}

h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #84441a;
	line-height: normal;
	margin: 4px 0px 6px 0px;
}

h6 {
	color: #8d4126;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #00C;
}

a.featured:link { font: bold 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #ff9c00; }
a.featured:active { font: bold 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #f66200; }
a.featured:visited { font: bold 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #f66200; }
a.featured:hover { font: bold 10px Arial, Helvetica, sans-serif; text-decoration: none;	color: #f66200; }

a.footer:link { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #da842f; }
a.footer:active { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #da842f; }
a.footer:visited { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #da842f; }
a.footer:hover { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none;	color: #ffc845; }

a.subnav:link { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #ffca86; }
a.subnav:active { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #ffca86; }
a.subnav:visited { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #ffca86; }
a.subnav:hover { font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none;	color: #ffffff; }

a:link { font: bold 11px Arial, Helvetica, sans-serif; text-decoration: underline; color: #943e13; }
a:active { font: bold 11px Arial, Helvetica, sans-serif; text-decoration: underline; color: #943e13; }
a:visited { font: bold 11px Arial, Helvetica, sans-serif; text-decoration: underline; color: #943e13; }
a:hover { font: bold 11px Arial, Helvetica, sans-serif; text-decoration: none;	color: #af410a; }


input, textarea, select {
	width: 100px;
	border: 1px solid #675d48;
	padding: 1px;
	background-color: #fbf8f2;
	color: #333333;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

select {
	padding: 0;
}

fieldset {
	padding: 0 7px 7px;
	margin: 0 0 12px;
}

/**
 * structure
 */
 
.content {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:18px;
	padding: 20px;
	background-color:#fff2de;
}
 
#frame {
	width: 770px;
	margin: 0 auto;
}

#header {
	border-bottom: 1px solid #999;
	margin: 0 0 8px;
	padding: 0 0 4px;
}

#body {
	
}

	#body h1 {
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 16px;
	}	
	
#footer {
	border-top: 1px solid #999;
	margin: 8px 0 0;
	padding: 8px 4px 32px;
	text-align: center;
}
	
/**
 * secondary menu
 */
#header .secondary_menu {
	float: right; 
	width: 350px;
	text-align: right;
	padding-top: 6px;
}

	#header .secondary_menu ul {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
		border: none;
	}

	#header .secondary_menu li {
		margin: 0 0 0 14px;
		border: none;
		display: inline;
	}

/**
 * menu
 */
.menu {
	line-height: 1.8em;
}

	.menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.menu li {
		margin: 0;
		display: inline;
	}
	
	.menu li a {
		border: 1px solid #FFF;
		background-color: #FFF;
		padding: 1px 3px;
		margin-right: 4px;
	}
	
	.menu li a.highlighted {
		border: 1px solid #CCC;
		background-color: #EEE;
		padding: 1px 3px;
		margin-right: 4px;
	}
	
	.menu li a:Hover {
		border: 1px solid #999;
		background-color: #EEE;
	}
	
/**
 * content table
 */
#body .content_holder {
	width: 100%;
	border: 0;
}

	#body .content_holder td {
		vertical-align: top;
	}
	
	#body .content_holder .content {
		padding: 4px 4px 4px 14px;
	}

	#body .content_holder .left_column {
		width: 20%;
		border-right: 1px solid #CCC;
		height: 300px;
	}
	
	#body .content_holder .left_column .submenu {
		width: 100%;
	}
	
	.submenu .section {
		font-weight: bold;
	}

	.submenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		width: 90%;
	}
	
	.submenu li {
		margin: 0;
		padding: 1px 3px;
	}
	
	.submenu li a {
		width: 100%;
		display: block;
		padding: 1px 3px;
		margin-bottom: 4px;
		border: 1px solid #FFF;
		background-color: #FFF;
	}
	
	.submenu li a.highlighted {
		padding: 1px 3px;
		margin-bottom: 4px;
		border: 1px solid #CCC;
		background-color: #EEE;
	}
	
	.submenu li a:Hover {
		background-color: #EEE;
		border: 1px solid #999;
	}
	
	.featured { font: normal 10px Arial, Helvetica, sans-serif; line-height: 12px; text-decoration: none; color: #efd09f; }


/**
 * log in page
 */
.form_row {
	position: relative;
	}
	
.form_field {
	position: absolute;
	top: 0px;
	left: 80px;
	}

/**
 * message, error, dev_note
 */
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CC0000;
	background-color: #FAEDED;
	background-image: url(/images/admin/error.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 4px 4px 32px;
	margin: 0px 0px 12px 0px;
	color: #333333;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #66CC00;
	background-color: #F3F9EC;
	background-image: url(/images/admin/message.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 4px 4px 32px;
	margin: 0px 0px 12px 0px;
	color: #333333;
}
.devnote, .dev_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #0D61BE;
	background-color: #F3F7FB;
	background-image: url(/images/admin/dev.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 4px 4px 32px;
	margin: 0px 0px 12px 0px;
	color: #333333;
}


/**
 * page_walker
 */
.page_walker {
	border-collapse: separate;
	margin: 24px auto 0px;
}

	.page_walker td {
		text-align: center;
		border: 1px solid #FFFFFF;
		height: 12px;
		vertical-align: middle;
		line-height: normal;
		padding: 2px 4px 3px 4px;
	}
	
	.page_walker .normal {
		background-color: #FFFFFF;
		cursor: auto;
	}
	
	.page_walker .over {
		background-color: #1B7ABC;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	.page_walker .extra {
		border: 0px;
	}
	
	.page_walker .header {
		text-transform: uppercase;
		letter-spacing: 1px;
		border-top: none;
		border-left: none;
		border-bottom: none;
		padding-right: 6px;
		line-height: 15px;
	}
	
	.page_walker th {
		background-color: #E9F7CF;
		border: 1px solid #8AD200;
		color: #333;
		height: 12px;
		text-align: center;
		vertical-align: middle;
		line-height: normal;
		padding: 2px 4px 3px 4px;
		font-weight: normal;
	}

/**
 * news stories
 */
.news_story  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD9B4;
}

	.news_story div {
		padding: 4px 8px;
	}
	
	.news_story .news_headline {
		background-image: url(/images/front_news_title_bg.gif);
		font-weight: bold;
	}
	
		.news_story .news_headline a { color: #FE7E00; }
		
	.news_story .read_more {
		margin-bottom: 4px;
	}
	
	.news_story .news_short_desc {
		margin: 2px 0px;
		line-height: 16px;
	}
	
/**
 * news page stories
 */
.news_page_story {
	background-color: #F1DDBF;
	margin-bottom: 10px;
}

	.news_page_header {
		background-image: url(/images/news_header_bg.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		
		padding: 0 0 0 6px;
		
		line-height: 24px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
		.news_page_header .news_page_date {
			color: #FFD200;
		}
	
		.news_page_header .news_page_headline {
			color: #FE7E00;
		}
		
	.news_page_short_description {
		color: #3D3D3D;
		padding: 12px 12px 10px 12px;
		
		background-color: #FFFCF1;
		border-bottom: 1px solid #262626;
		border-top: 1px solid #D0C0A7;
		border-left: 1px solid #D0C0A7;
		border-right: 1px solid #D0C0A7;
	}
	
		.news_page_short_description a { color: #940E00; font-weight: bold; }
		.news_page_short_description a.Visited { color: #940E00; font-weight: bold; }
		.news_page_short_description a.Active { color: #940E00; font-weight: bold; }
		.news_page_short_description a.Hover { color: #940E00; font-weight: bold; }
	
		.news_page_headline a 			{ color: #FE7E00; }
		.news_page_headline a:Visited 	{ color: #FE7E00; }
		.news_page_headline a:Active 	{ color: #FE7E00; }
		.news_page_headline a:Hover 	{ color: #FE7E00; }
		
	
	.news_page_clearer {
		border: 1px solid #F1DDBF;
		clear: both;
		padding: 0;
		margin: 0;
	}
	
	.news_page_description_clearer {
		border: 1px solid #FFFCF1;
		clear: both;
		padding: 0;
		margin: 0;
	}
	
	.news_page_description_image {
		border: 4px solid #2F2F2F;
		float: left;
		margin-right: 12px;
	}
	
/**
 * news detail page
 */
.news_detail_story {
	margin: 24px 0 0;
}

	.news_detail_header {
		background-image: url(/images/news_detail_header_bg.jpg);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		
		line-height: 29px;
		font-size: 13px;
		font-weight: bold;
		color: #FE7E00;
		padding: 0px 8px;
	}
	
	.news_detail_date {
		color: #FFD200;
		float: right;
		text-align: right;
		width: 100px;
	}
	
	.news_detail_description {
		padding: 18px 18px 22px 18px;
		color: #2A2A2A;
		font-size: 11px;
		line-height: normal;
		
		background-color: #FFFCF1;
		
		border-left: 1px solid #D0C0A7;
		border-right: 1px solid #D0C0A7;
		border-bottom: 1px solid #626262;
	}
	
	.news_detail_clearer {
		clear: both;
	}
	
/**
 * my favorites
 */
.favorite_explanation {
	float: left;
	width: 200px;
	border: 1px solid #666;
	background-color: #F7E3C5;
	padding: 8px 10px 2px 10px;	
	margin-right: 20px;
}

	.favorite_explanation h4 {
		margin: 16px 0 0;
	}
	
	.favorite_explanation p {
		margin: 6px 0 6px;
	}
	
.favorite_list {
	float: right;
	width: 498px;
}

/**
 * product view
 */
.favorites {
	width: 172px;
	margin-left: 14px;
	color: #000;
}

	.favorites .favorites_content {
		background-color: #3C3C3C;
		background-image: url(/images/fav_col_bg.gif);
		background-repeat: repeat-y;
		background-position: 0% 0%;
		padding: 0px 15px 0px 13px;
		font-size: 11px;
		color: #CCC;
		line-height: normal;
		}
		
	.favorites .favorites_content a {
		color: #FFCC00;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		}
		
	.favorites .favorites_content a:Hover {
		text-decoration: underline;
		}
		
	.favorites .product_image {
		display: block;
		margin: 0 auto;
		border-top: 1px solid #2C2C2C;
		border-left: 1px solid #2C2C2C;
		border-right: 1px solid #7A7A7A;
		border-bottom: 1px solid #7A7A7A;
		}
		
	.favorites .favorites_container .favorite_links {
		background-image: url(/image/fav_col_text_bg.gif);
		background-position: 0% 50%;
		background-repeat: repeat-x;
		width: 120px;
		margin: 0 auto 6px;
		line-height: 22px;
		}
		
		.favorites .favorites_container .favorite_links a {
			color: #e33000;
			font-weight: bold;
			font-size: 10px;
			}
		
.product_image_block {
	background-color: #E2D2BA;
	padding: 4px;
	float: left;
	width: 164px;
	margin: 0px 16px 0px 0px;
	}
	
	.product_image_block img {
		border: 1px solid #333;
		display: block;
		}
		
	.product_description p {
		margin: 0 0 10px;
		color: #3f3f3f;
		font-size: 11px;
		}
	.product_description ul {
	    font-size: 11px;
	}
	
.social_networks {
	float: right;
	width: 63px;
	background-color: #8D4F1C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(141,79,28,.5);
	padding: 2px;
	overflow:auto;

}
.social_networks img {
	display: block;
	float: left;
	border: 0;

}

.hearth-sidebar {
	float: right;
	margin: 10px;
}

