/* @override 
	http://new.matthews1812house.com/css/stylesheet.css
	http://www.matthews1812house.com/css/stylesheet.css
*/

/* @group General */

body {
	margin: 0 auto;
	padding: 0;
	background: #f7f4ed url(/images/background_gradient.jpg) repeat-x;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	overflow-x: hidden;
	min-width: 920px;
}
#wrapper {
	width: 908px;
	min-width: 908px;
	margin: 0 auto;
	min-height: 400px;
	background-image: url(/images/background.png);
}
img {
	border: 0;
}
a {
	color: black;
	outline: none;
}
.clearificator {
	clear: both;
}

#logo img, .best_sellers h4, #anniversary_seal img, #wrapper, #footer, #footer .org, .page_navigation li {
	behavior: url(/css/iepngfix.htc);
}
.centered {
	text-align: center;
}

/* @end */

/* @group Header */

#header {
	float: left;
	width: 100%;
	height: 160px;
}

.top_navigation {
	width: 620px;
	float: left;
	overflow: hidden;
}

/* @group Logo & Tagline */

#logo {
	width: 144px;
	float: left;
	font-family: palatino;
	font-size: 15px;
	color: #260301;
}
#logo img {
	display: block;
	margin: 10px 0 10px 10px;
	width: 127px;
	height: 120px;
}

#tagline {
	font: italic 20px palatino, georgia, "times new roman", times;
	float: left;
	width: 620px;
	margin: 10px 0 10px 0;
}

/* @end */

/* @group Page Navigation */

.page_navigation {
	float: left;
	position: relative;
	left: 50%;
	clear: both;
}
.page_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: -50%;
	display: block;
}
.page_navigation li {
	position: relative;
	float: left;
	display: inline;
	background: url(../images/tab_right.png) no-repeat right top;
	height: 19px;
	margin: 0 -6px;
}
.page_navigation li.selected {
	background: url(../images/tab_right_selected.png) no-repeat right top;	
}
.page_navigation li a {
	height: 19px;
	display: block;
	padding: 2px 25px 0 25px;
	background: url(../images/tab_left.png) no-repeat left top;
	color: black;
	text-decoration: none;
	float: left;
	font-size: 14px;
}
.page_navigation li.selected a {
	background: url(../images/tab_left_selected.png) no-repeat left top;	
}
.page_navigation li.first a {
	background: url(../images/tab_left_selected_first.png) no-repeat left top;	
}


/* @end */

/* @group Product Navigation */

.product_navigation {
	clear: both;
	width: 620px;
	text-align: center;
	height: 30px;
}
.product_navigation ul.main {
	list-style: none;
	padding:0;
	display: table;
	margin: 0 auto;
	white-space: nowrap;
	background: #6f4438  url(/images/endcap_r.png) no-repeat right;
}
.product_navigation ul.main li {
	display: table-cell;
	padding: 0;
}
.product_navigation ul.main a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	padding: 0 10px;
}
.product_navigation ul.main>li:first-child a {
	background: url(/images/endcap_l.png) no-repeat left;
	padding-left: 10px;
}
x.product_navigation>li:last-child a {
	background: url(/images/endcap_r.png) no-repeat right;
	padding-right: 20px;
}
x.product_navigation li a.mainMenuParentBtnFocused {
	background-color: #503128;
}
x.product_navigation ul li ul {
	display: none;
}
.product_navigation ul.submenu {
	display: none;
}
/* @end */

/* @group Breadcrumb */

h1 {
	float: left;
	margin: 25px 0 0 12px;
	color: #470500;
	font-size: 24px;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times;
	width: 100%;
	text-align: left;
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	width: 908px;
	margin: 0 auto;
	min-height: 100px;
	background: url(/images/footer.png) no-repeat;

	color: #4b2f31;
	padding-top: 13px;
	font-size: 12px;
}
#footer a {
	color: #4b2f31;
}
#copyright {
	float: left;
	display: inline;
	margin-left: 144px;
}
#fview_cart {
	float: left;
	display: inline;
	margin-left: 10px;
}
#hours {
	float: right;
	display: inline;
	margin-right: 144px;
}
#footer_address {
	float: right;
	display: inline;
	clear: both;
	text-align: right;
	margin-right: 144px;
}
#footer_address div {
	display: block;
	white-space: nowrap;
}
#footer .org {
    width: 242px;
    height: 36px;
    margin: 12px 0 8px 0;
    background: url(/images/matthews_1812_house_footer.png) no-repeat;

    overflow: hidden;
    line-height: 500px;
}
#footer .locality {
	clear: both;
}*/
/* @end */

/* @group Three Columnizer */

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding: 0;
	overflow:hidden;
}
.colmid {
	right:144px;
}
.colleft {
	right:620px;
}
.col1 {
	width:620px;
	left:908px;
	text-align: left;
	top: -20px;
}
.col2 {
	width: 144px;
	left:144px;
	text-align: left;
}
.col3 {
	width:144px;
	left:764px;
	top: -160px;
	text-align: left;
}

/* @end */

/* @group Search & Quickshop */

form.sidebar_search {
	margin: 0;
	padding: 0;
	display: block;
}
.sidebar_search fieldset {
	padding: 0 0 0 6px;
	margin: 0;
	border: 0;
}
.sidebar_search fieldset label {
	margin-left: 1px;
}
input.active {
	color: #000;
}
input.inactive {
	color: #777;
}
.sidebar_search input {
	width: 103px;
	float: left;
	border: 1px solid #b2080c;
	height: 16px;
	font-size: 10px;
	padding: 2px;
	margin: 0;
	display: inline;
	font-family: helvetica;
}
.sidebar_search input.submit {
	width: auto;
	border-width: 1px 1px 1px 0px;
	background-color: white;
	color: #b2080c;
	font-size: 13px;
	height: 22px;
	line-height: 15px;
	padding: 2px 1px;
	font-weight: bold;
}
.sidebar_search fieldset:hover input {
	border-color: #b2080c;
}
.sidebar_search fieldset:hover input.submit {
	background-color: #b2080c;
	color: white;
}
/* @end */

/* @group Sidebar Lists */
.sidebar_navigation {
	font-family: verdana;
	font-size: 11px;
}
.sidebar_navigation.left {
	padding: 0 4px 0 7px;
}
.sidebar_navigation.right {
	padding: 0 7px 0 4px;
}
.sidebar_navigation h4, .sidebar_search label {
	color: #b2080c;
	font-family: verdana;
	font-size: 12px;
	display: block;
	margin: 12px 0 3px 0;
	padding: 0;
	font-weight: normal;	
}
.sidebar_navigation:hover {
	cursor: pointer;
}
.sidebar_navigation:hover h4 {
	color: red;
}
.sidebar_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar_navigation li {
	margin-bottom: 8px;
	text-indent: -7px;
	margin-left: 7px;
}
.sidebar_navigation a {
	text-decoration: none;
}
.sidebar_navigation a:hover {
	text-decoration: underline;
}
.sidebar_navigation h4 a {
	color: #b2080c;
}
.sidebar_navigation ul li ul {
	margin: 0px 0 4px 7px;
	padding: 4px 0 2px 0;
}
.sidebar_navigation li.active a {
	color: #f00000;
}
.sidebar_navigation li.active ul a {
	color: black;
}


/* @end */

/* @group Anniversary Seal */

#anniversary_seal {
	text-align: center;
	z-index: 2;
	margin-top: 8px;
	width: 134px;
}

/* @end */

/* @group Minicart */

#minicart, #minicart_header, #minicart_footer {
	margin-left: 5px;
	width: 131px;
	background-repeat: no-repeat;
	z-index: 1;
}
#minicart {
	background-image: url(/images/cart_bg.png);
	text-align: center;
	margin-top: -15px;
	padding-top: 8px;
	color: #b2080c;
}
#minicart, #minicart td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
}
#minicart a:hover {
	color: #f00000;
}
#minicart table {
	width: 100%;
	padding: 3px;
}
#minicart table td {
	text-align: right;
}
#minicart table td:first-child {
	text-align: left;
}
#minicart .cart_storage {
	margin: 3px 1px;
}
#minicart .guarantee {
	padding: 6px 2px 3px 2px;
}
#minicart .guarantee a {
	color: #b2080c;	
}
#minicart_footer {
	height: 6px;
	background-image: url(/images/cart_footer.png);
}
/* @end */

/* @group Best Sellers */
.best_sellers h4 {
	display: block;
	text-align: center;
	background-image: url(/images/banner_bg.png);
	height: 57px;
	line-height: 56px;
	width: 136px;
	margin-left: -4px;
	margin: 10px 0 0 -4px;
}
.best_sellers ul {
}

/* @end */

/* @group Item Table */
ul.items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 620px;
	margin-left: 11px;
	clear: both;
}
.content_inner ul.items {
	margin-left: 0;
}
ul.items li {
	float: left;
	width: 205px;
	height: 360px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
ul.items li div.item_image {
	width: 185px;
	height: 185px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #260301;
	position: absolute;
}
ul.items li a.item_link {
	position: absolute;
	text-decoration: none;
	display: block;
	width: 185px;
	padding-top: 194px;
	text-align: center;
	color: #b2080c;
}
ul.items li:hover a.item_link {
	color: red;
}
ul.items li:hover div.item_image {
	border-color: #6f4438;
}
ul.items li div.item_short_description {
	margin-top: 220px;
	width: 185px;
	height: 70px;
	text-align: left;
	font-size: 11px;
}
ul.items li a.buy_now {
	float: right;
	margin:  4px 0px 0 0;
}
ul.items li a.more_info {
	float: right;
	margin:  4px 20px 0 5px;	
}
a.buy_now, a.more_info {
	white-space: nowrap;
}
/* @end */

/* @group Browse */
.item_mini_description {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 40px;
	width: 270px;
	float: left;
}
.item_mini_description a.item_link {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #b2080c;
}
.item_mini_description div.item_short_description {
	text-align: left;
}
.item_mini_description a.buy_now {
	float: right;
	margin:  4px 0px 0 0;
}
.item_mini_description a.more_info {
	float: right;
	margin:  4px 0px 0 5px;	
}

div.category_description.center div.item_mini_description {
	margin: auto;
}
.category_description {
	margin: 12px;
	text-align: left;
	padding-bottom: 30px;
}
.category_description .title {
	text-align: center;
	font-size: 22px;
	margin: 0px 0 10px 0;
	text-indent: 0;
}
.category_description blockquote {
	margin: 0;
	font-style: italic;
	border-color: #260301;
	border-style: solid;
	border-width: 1px 0 1px 0;
}
.category_description.left blockquote {
	margin: 0 0 0 323px;
}
.category_description.right blockquote {
	margin: 0 323px 0 0;
}
.category_description blockquote .attribution {
	text-align: right;
	font-size: 90%;
}
.category_description img {
	border: 1px solid #260301;
}
.category_description.left img {
	margin: 0 20px 10px 0;
	float: left;
}
.category_description.right img {
	float: right;
	margin: 0 0 10px 20px;
	display: block;
}
.category_description.welcome {
	margin: 0;
}
.category_description.welcome .item_mini_description {
	width: 400px;
	margin-left: 100px;
}
.category_description.welcome img {
	margin-left: 50px;
}

/* @end */

/* @group Product Info */
.product_description {
	margin: 12px;
	text-align: left;
}
.product_description .title {
	text-align: center;
	font-size: 22px;
	margin: 0px 0 10px 0;
	text-indent: 0;
}
.product_description blockquote {
	margin: 0;
	font-style: italic;
	border-color: #260301;
	border-style: solid;
	border-width: 1px 0 1px 0;
}
.product_description.left blockquote {
	margin: 0 0 0 323px;
}
.product_description.right blockquote {
	margin: 0 323px 0 0;
}
.product_description blockquote .attribution {
	text-align: right;
	font-size: 90%;
}
.product_description img {
	border: 1px solid #260301;
}
.product_description.left img {
	margin: 0 20px 10px 0;
	float: left;
}
.product_description.center {
	text-align: center;
}
.product_description.center p, .product_description.center td, .product_description.center div {
	text-align: left;
}
.product_description.right img {
	float: right;
	margin: 0 0 10px 20px;
	display: block;
}
.product_description .supplemental_info_link {
	font-size: 13px;
	color: #6f4438;
	font-weight: bold;
}
.product_description h4 {
	margin-top: 0;
	text-align: center;
}
.product_description ul.items {
	margin-left: -1px;
}
.product_description table.line_items {
	clear: both;
	padding-top: 8px;
	padding-bottom: 30px;
}
.product_description table.line_items img {
	border-width: 0px;
	margin: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 2px;
}
table.line_items tr {
	vertical-align: top;
	height: 36px;
}

div#mbImage>div {
	border-color: #260301;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin: -2px;
	height: 380px;
}
div#mbImage p {
	color: black;
}
div#mbImage h3 {
	color: #6f4438;
}
div.minilightbox_group {
	float: left;
	margin-right: 30px;
}
a.buy_now, a.more_info, a.button, input.button {
	display: block;
	color: #b2080c;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-serif;
	height: 15px;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px dotted #000000;
	background-color: white;
}
input.button {
	height: 20px;
}
a.button {
	display: inline;
	padding: 3px;
}
a.buy_now:hover, a.more_info:hover, a.button:hover,input.button:hover {
	background-color: #b2080c;
	color: white;
	border-color: #b2080c;
}
a.more_info {
	text-transform: capitalize;
}
/* @end */

/* @group Holiday */

.holiday_description {
	margin: 12px;
	text-align: justify;
}

/* @end */

/* @group Add to Cart */

table.item_review {
	margin: 20px 0 40px 30px;
	width: 550px;
}
table.item_review tr {
	vertical-align: top;
	font-size: 15px;
}
table.item_options {
	margin: 20px 0 40px 30px;
	width: 550px;
}
table.item_options .label {
	width: 80px;
}

/* @end */

/* @group Cart */

table.cart_form {
	margin: 20px 0 40px 30px;
	width: 550px;
	font-family: verdana;
	font-size: 11px;
	
}
table.cart_form td {
	padding: 3px 5px;
	border-bottom: 2px solid #f8f0de;
}
table.cart_form .right {
	text-align: right;
}
table.cart_form tr.recipient_label td {
	background-color: #f8f0de;
}

table.cart_form tr.recipient_address td {
	background-color: #faf7f2;
}
table.cart_form tr.summary_row td {
	text-align: right;
	border-bottom: 1px dotted #f8f0de;
}
table.cart_form tr.summary_row.order_total td{
	border-top: 1px solid #f8f0de;
	font-weight: bold;
	border-bottom: none;
}
table.cart_form.shopping_cart td input {
	width: 20px;
}
table.cart_form.addresses td input {
	width: 300px;
}
.cart_controls input {
	display: block;
	color: #b2080c;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-serif;
	height: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px dotted #000000;
	background-color: white;
	float: left;
	margin-left: 33px;
}
.cart_controls input:hover {
	background-color: #b2080c;
	color: white;
	border-color: #b2080c;
}
.required {
	font-weight: bold;
}
/* @end */

/* @group Content */
.content_inner {
	margin: 13px;
	text-align: justify;
}
h2 {
	font-size: 17px;
	text-align: center;
}
strong {
	display: block;
	text-align: center;
}

/* @end */

/* @group Login Forms */

table.simple_form {
	font-family: verdana;
	font-size: 11px;
}
table.simple_form tr td:first-child {
	width: 120px;
}
table.simple_form input.button {
	width: 166px;
}
table.simple_form input {
	width: 160px;
}

/* @end */

/* @group Error */

div.error_message {
	border: 1px solid #b2080c;
	color: #b2080c;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
}
div.error_message a {
	color: #b2080c;
}


/* @end */

/* @group MenuMatic */

#subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:5px 10px;
	background-color: white;
	clear: both;
}

#nav a {
	margin:0 0 0 20px;
	float:left;
	text-decoration: none;
	color: white;
}
#subMenusContainer a, #nav li li a {
	text-align: left;
	color: black;
}
#subMenusContainer a:hover {
	background-color: #6f4438;
	color:#fff;
}
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0 2px;
	margin:0 0 0 -2px;
}

#nav ul, #subMenusContainer ul {	
	border-color: #6f4438;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	display: block;
}
#nav, #nav ul, #subMenusContainer ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.smOW:first-child {
	margin-left: 4px;
}

/* @end */


