@charset "UTF-8";
/* CSS Document */

/**
 * FARMERS ALMANAC STYLES
 *
 * @project		Farmers' Almanac Store
 * @site		
 * @version		1.0
 * @author		Mike McFadden
 * @link		
 * @copyright	2009
 * @license		All Rights Reserved
 *
 * @colordef	#399ACE; Dark Blue
 * @colordef	#90C7E4; Mid Blue
 * @colordef	#BFDFEF; Light Blue
 * @colordef	#DEB406; Gold
 * @colordef	#49176E; Purple
 * @colordef	#DD1D2F; Red
 * @colordef	#00689B; Blue Link
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../templateimages/fa_background_fall.jpg);
	background-repeat: repeat-x;
	background-color: #915a24;
	background-attachment: fixed;
}

h1, h2, h3 {
	color: #336633;
}

/* Generic styles */
#main_content {
	display: block;
}
#content_container {
	background-color: #FFFFFF;
	background-image: url(../templateimages/fa_content_background.jpg);
	width: 900px;
	border: 1px solid #FFFFF0;
	overflow: hidden;
}
.left_content {
	background-image: url(../templateimages/fa_nav_background.jpg);
	background-color: #d3a14c;
	float: left;
	width: 220px;
	display: block;
}
.right_content {
	background-color: #FFFFFF;
	float: right;
	width: 680px;
	display: block;
}
#logo_float {
	position: absolute;
	top: 40px;
	left: -14px;
	z-index: 1000;
}
.featured_item {
	display: block;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}

/* Styles for customer login in the header */
#login_container {
	width: 900px;
}
#login_content {
	text-align: right;
	background-image: url(../templateimages/black_30pct.png);
	background-repeat: repeat;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding-right: 6px;
}
#login_container a:link {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#login_container a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#login_container a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF0;
	text-decoration: underline;
}
#login_container a:active {
	font-size: 10px;
	font-weight: bold;
	color: #FF0;
	text-decoration: underline;
}

/* header styles */
#header_container {
	width: 900px;
	height: 125px;
}
#header_content {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	border: 1px solid #333;
	background-color: #222222;
	height: 24px;
	padding: 4px;
	display: block;
	position: relative;
}
#header_nav {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
.header_href {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.header_href a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header_href a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.header_href a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.header_href a:active {
	color: #FFFF00;
	text-decoration: underline;
}
.navigation {
	height: 24px;
}
#search_mini_form {
	float: right;
}

/* footer styles */
#footer_container {
	width: 900px;
	height: 44px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFF0;
	border-bottom-color: #FFFFF0;
	border-left-color: #FFFFF0;
	background-color: #336633;
}
#footer_content {
	color: #FFF;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 72px;
	text-align: left;
	display: block;
}
.footer_href a:link {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.footer_href a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer_href a:active {
	color: #FF0;
}
.footer_href a:hover {
	color: #FF0;
}

/* Error message styles (there is an error_msg ID and Class) */
#error_msg {
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	background-color: #C00;
	padding: 6px;
}
#error_msg ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#error_msg li {
	margin: 0px;
	padding: 0px;
}
.error_msg {
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	background-color: #C00;
	margin-right: 12px;
	margin-left: 12px;
	padding: 6px;
}
.form_error_msg {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}

/* Sidebar styles */
.side_menu {
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side_menu ul {
	list-style-image: url(../templateimages/fa_arrow_green.gif);
	padding-left: 24px;
	margin-left: 0px;
}
.side_menu li {
	padding-bottom: 18px;
	padding-left: 0px;
}
.side_menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.side_menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.side_menu a:hover {
	font-weight: bold;
	color: #557D46;
	text-decoration: underline;
}
.side_menu a:active {
	font-weight: bold;
	color: #557D46;
	text-decoration: underline;
}

/* Category Styles */
#categories {
}
.category_row {
}
.category_panel {
	border: 1px solid #CCC;
	float: left;
	height: 220px;
	width: 200px;
	margin: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #a62020;
	padding: 6px;
}
.category_panel:hover {
	
}
.category_panel a:link {
	color: #A62020;
	text-decoration: none;
}
.category_panel a:visited {
	color: #A62020;
	text-decoration: none;
}
.category_panel a:hover {
	
	text-decoration: none;
}
.category_panel a:active {
	color: #F00;
	text-decoration: none;
}
.category_title {
	height: 196px;
}
.category_view_all {
	background-color: #EEEEEE;
	height: 18px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 6px;
}
.category_view_all_text {
	padding-top: 6px;
}
#subcategory_list {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}
#subcategory_list .item_box {
	float: left;
	height: 250px;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
#subcategory_list .item_title {
	font-size: 14px;
	font-weight: bold;
	color: #A62020;
	display: block;
	text-align: center;
	line-height: 16px;
	text-transform: uppercase;
}
#subcategory_list .item_title a:link {
	color: #A62020;
	text-decoration: none;
}
#subcategory_list .item_title a:visited {
	color: #A62020;
	text-decoration: none;
}
#subcategory_list .item_title a:hover {
	color: #F00;
	text-decoration: underline;
}
#subcategory_list .item_title a:active {
	color: #F00;
	text-decoration: underline;
}
#subcategory_list .browse {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

#cat_template_title_container {
	display: block;
	overflow: hidden;
	margin-top: 12px;
}
#left_controls {
	height: 24px;
	width: 50px;
	float: left;
	margin-left: 3px;
}
#cat_template_title {
	font-size: 18px;
	font-weight: bold;
	color: #336633;
	text-align: center;
	padding: 0px;
	float: left;
	width: 574px;
	margin: 0px;
}
.cat_template_description {
	font-size: 10px;
	text-align: left;
	margin-top: 12px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #336633;
	border-bottom-color: #336633;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cat_template_description p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 12px;
}

/* ETS fix */
.cat_template_description p, .cat_template_description .MsoNormal {
	line-height:1.3em;
	margin:4px 0;
	font-size:12px;
}

/* Breadcrumb styles */
.breadcrumbs {
	background-image: url(../templateimages/divider_breadcrumbs.jpg);
	height: 18px;
	width: 672px;
	font-size: 10px;
	line-height: 12px;
	color: #CCC;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
	z-index: 2000;
}
.breadcrumbs a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.breadcrumbs a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Standard Content Styles for Info pages */
#standard_content {
	text-align: left;
	display: block;
}
#standard_content p {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#standard_content ul {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#standard_content li {
	margin-left: 14px;
}
#standard_content label {
	width: 130px;
	display: block;
	font-weight: bold;
}
#standard_content h1 {
	font-size: 18px;
	line-height: 18px;
	color: #A62020;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A62020;
	margin-top: 18px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
#standard_content h2 {
	font-size: 14px;
	line-height: 16px;
	color: #A62020;
	margin-top: 12px;
	margin-bottom: 2px;
	margin-left: 12px;
	margin-right: 12px;
}

/* Item Detail Styles */
#content_container_item_detail {
	background-image: url(../templateimages/fa_content_background_item_detail.jpg);
	width: 900px;
	border: 1px solid #FFFFF0;
	overflow: hidden;
}
#item_detail_container {
	background-image: url(../templateimages/item_background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#item_detail_info {
	width: 480px;
	display: block;
}
#item_detail_related {
	width: 200px;
	display: block;
}
#add_to_cart_container {
	display: block;
	margin-top: 12px;
	text-align: left;
}
#item_detail_left {
	float: left;
}
#item_detail_right {
	float: right;
}
.item_detail_image {
	padding: 0px;
	border: 1px solid #DDDDDD;
}
.item_detail_image img {display:block;}
.item_detail_image:hover {
	
}
.item_detail_click_for_larger {
	font-size: 12px;
	color: #666;
	text-align: center;
}
.item_detail_title {
	font-size: 14px;
	font-weight: bold;
	color: #A62020;
	text-align: left;
	text-transform: uppercase;
}
.item_detail_short_desc {
	display: none;
}
.item_detail_long_desc {
	font-size: 11px;
	text-align: left;
	line-height: 13px;
}
.item_detail_long_desc p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.item_detail_long_desc h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.item_detail_long_desc .name {
	font-style: italic;
}
.item_detail_label {
	font-size: 12px;
	font-weight: bold;
}
.item_detail_product_id {
	font-size: 8px;
	color: #666;
}
.item_detail_price {
	font-size: 12px;
	font-weight: bold;
	color: #A62020;
}
.item_detail_qty {
}
.item_detail_qty_instock {
}
.item_detail_table {
	margin-top: 12px;
}
.item_detail_price_container {
}
.item_basket_options {
	margin-top: 6px;
	margin-bottom: 24px;
}

/* Login Page Styles */
#login_registered_user_container {
	float: left;
	width: 340px;
}
#login_registered_user_container .actions {
	padding-right: 12px;
	padding-left: 12px;
}
#login_registered_user_container .error_msg {
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	background-color: #C00;
	margin-right: 12px;
	margin-left: 12px;
	padding: 6px;
}
#login_new_user_container {
	float: right;
	width: 340px;
}
#login_new_user_container .actions {
	padding-right: 12px;
	padding-left: 12px;
}
#login_message {
	font-size: 12px;
	color: #030;
	background-color: #9F9;
	width: 480px;
	border: 1px solid #0C0;
	padding: 8px;
	margin-top: 12px;
	margin-right: 91px;
	margin-bottom: 0px;
	margin-left: 91px;
}

/* MiniCart styles */
#mini_cart_container {
	font-size: 10px;
	text-align: left;
	background-image: url(../templateimages/black_05pct.png);
	background-repeat: repeat;
	margin: 3px;
	border: 1px solid #336633;
}
#mini_cart_container h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mini_cart_container h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mini_cart_container table tr {
	font-size: 9px;
	line-height: 11px;
}
#mini_cart_container td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
#mini_cart_container a {
	text-transform: uppercase;
}
#mini_cart_container a:link {
	color: #A62020;
	text-decoration: none;
}
#mini_cart_container a:visited {
	color: #A62020;
	text-decoration: none;
}
#mini_cart_container a:hover {
	color: #F00;
	text-decoration: underline;
}
#mini_cart_container a:active {
	color: #F00;
	text-decoration: underline;
}
#mini_cart_header {
}
#mini_cart_content {
}
#mini_cart_container .item_count {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.printer_friendly_container {
	visibility: hidden;
}
.item_sku {
	font-size: 8px;
	color: #999;
	font-weight: normal;
}

/* Customer Interaction Styles */
#customer_info {
	font-size: 12px;
	text-align: left;
	margin-right: 12px;
	margin-left: 12px;
}
#customer_info h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #336633;
}
#customer_info h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #336633;
}
#customer_info_form {
}
#customer_info_form label {
	display: inline-block;
	width: 200px;
}
#customer_info_form ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 18px;
}
#customer_info_form .no_top_margin {
	margin-top: 0px;
}
#customer_info_form li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#customer_info_form .actionbar {
	background-color: #EEEEEE;
}
#customer_info_form .note {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding-left: 18px;
}
#checkout_status {
}
#shipping_info {
	font-size: 12px;
	text-align: left;
	margin-right: 12px;
	margin-left: 12px;
}
#shipping_info h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #336633;
}
#shipping_info_form {
}
#shipping_info_form label {
	display: inline-block;
	width: 200px;
}
.shipping_rate_table {
	font-size: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.shipping_rate_table td {
	border: 1px solid #000000;
}
.required_field {
	color: #F00;
}
#my_account_nav_container {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A62020;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A62020;
}
#my_account_nav_container a {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
#my_account_nav_container a:link {
	color: #666;
	text-decoration: none;
}
#my_account_nav_container a:visited {
	color: #666;
	text-decoration: none;
}
#my_account_nav_container a:hover {
	color: #F00;
	text-decoration: underline;
}
#my_account_nav_container a:active {
	color: #F00;
	text-decoration: underline;
}

/* Bordered Table styles for tables used in Checkout */
.bordered_table {
	margin: 0px;
	padding: 0px;
}
.bordered_table th {
	background-color: #336633;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	font-size: 10px;
	font-weight: bolder;
	color: #FFF;
	padding: 2px;
}
.bordered_table .th_first_col {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336633;
}
.bordered_table .th_last_col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336633;
}
.bordered_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336633;
	border-bottom-color: #336633;
	padding: 2px;
}
.bordered_table .first_col {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336633;
}
.bordered_table .last_col {
}
.bordered_table .last_col_no_border {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFF;
}
#developer_note {
	background-color: #bbd9f2;
	border: 1px solid #06F;
	margin: 12px;
	padding: 6px;
	color: #006;
}
.review_container {
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 6px;
	margin-left: 18px;
	border: 1px solid #CCC;
}

.custom_question {
	width: 80%;
}
.custom_question .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
.custom_question .description {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.custom_question .qty {
}
.custom_question .sku {
	font-size: 8px;
	color: #999;
}
.custom_question .answer {
	font-size: 14px;
	padding: 2px;
	margin-top: 6px;
	border: 1px dotted #999;
}
.custom_question textarea {
	margin-top: 12px;
}

.digitalbuy {
background-color:#336633;
color:#FFF;
padding:5px 8px;
text-decoration:none;
font-size:.9em;
font-weight:bold;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:2px solid #4c8a4c;
}
.digitalbuy:hover {
background-color:#5cb25c;
}
