/*** Site ***/

@media print {
	body {
		background-color: #fff;
		color: black;
		font:12px normal Arial, Helvetica, sans-serif;
		line-height: 1.2em;
		margin:0;
		padding:0;
	}
	.noprint { display: none; }
	#ship-to, #bill-to,
	#basket-contents table .basket-heading  td,
	#basket-contents table .basket-totals td
		{ border-top: 1px solid #000; }
	#ship-to, #bill-to
	#basket-contents table .basket-heading td,
	#basket-contents table .basket-totals td
		{ border-bottom: 1px solid #000; }
}

@media screen {
	body{
		font: 12px normal Arial, Helvetica, sans-serif;
		margin:0;
		padding:20px 0 0 0;
		color:#444;
		background-color: #dfddd4;
		text-align:center;
	}
}
/*
site Background #dfddd4
site color #444444
menu hi-lite #e7d6b0
menu lo-lite #dcd9c8

Head / Hover orange #df9844
next prev #a37a5b

Price #923b15
buttons #923b15

*/
td{ font-size:1em; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.5em Arial, Helvetica, sans-serif; margin: 6px 0; color: #3D2216}
h2{ font:bold 1.3em Arial, Helvetica, sans-serif; }
h3{ font:bold 1.1em Arial, Helvetica, sans-serif; margin: 6px 0; color: #3D2216 }
h4{ font:bold 1.3em Arial, Helvetica, sans-serif; margin: 6px 0; color: #3D2216}


h1.shade {
	background:url("/mm5/images_site/shadow_header.png") no-repeat scroll 0 22px transparent;
	margin:0;
	padding-bottom:16px;
}

p {
	margin: 12px 0;
}
h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

a img{ border:0; }

a { text-decoration: underline; }
a:link			{ color:#444; }
a:visited		{ color:#000; }
a:active		{ color:#999; }
a:hover			{ color:#df9844; text-decoration: none; }

.clear			{ clear:both; font-size:0em; height:0em; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.floatright		{ float:right; }
.floatleft		{ float:left; }

.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }

.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.red			{ color:#dd0000; }
.blue			{ color:#0000ff; }
.grey			{ color:#999999; }
.nowrap			{ white-space:normal; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.error-message{
	padding:4px;
	text-align:center;
	width:90%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:2px 2px;
	width:auto;
}

.information-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.textfield, textarea{
	width:160px;
}

.textfield-ship{
	width:230px;
}


#site-container{
	position: relative;
	z-index: 1;
	width:970px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	border: 10px solid #ffffff;
	background: url("/mm5/images_site/bg_top_lit.png") repeat-x scroll left 110px #DFDDD4;
}

#site-containerfb{
	width:500px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Top Navigation Bar aka Global Header***/

#navigation-bar {
	position: relative;
	z-index: 20;
	background: url("/mm5/images_site/bg_header.jpg") no-repeat scroll right top transparent;
	color: #dcd9c8;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	cursor:pointer;
}
#navtop {
	width: 100%;
	height: 110px;
	position: relative;
}
#head_phone {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	left:174px;
	position:absolute;
	top:6px;
}
#head_nav {
	background:url("/mm5/images_site/bg_head_nav.png") no-repeat scroll right top transparent;
	color:#888888;
	float:right;
	font-size:10px;
	height:65px;
	margin-right:20px;
	padding-right:9px;
	text-align:right;
	text-transform:uppercase;
	width:780px;
	word-spacing:1px;
}
#head_nav img { vertical-align: middle; }

#head_nav a {
	text-decoration: none;
	color:#666;
	font-weight: bold;
}
#head_nav a:hover {
	color:#df9844;
}

#bg_main { background: url("/mm5/images_site/bg_content.png") no-repeat 0 bottom transparent; }

#navbot {
	background:url("/mm5/images_site/shadow_header.png") no-repeat scroll 0 0 transparent;
	padding:30px 20px 0px 180px;
	height: 53px;
}

#welcome,
#welcome a {
	font-size: 16px;
	color: #3d2216;
}
#welcome a:hover { color:#df9844; }

#breadcrumbs {
	color:#444;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	font-size: 11px;
}

#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/*** Left Navigation ***/

#left-navigation{
	display: none;
	width:20%;
	border-right:1px solid #eeeeee;
	padding:0 0 0 4px;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	padding:1px;
	margin:0;
}

#category-tree-top-image{}
#category-tree-bottom-image{}

#category-tree a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#category-tree div{
	background-color:#666666;
	border-bottom:1px solid #ffffff;
}

#category-tree .level-1 a{ padding:4px 6px 4px 12px; }
#category-tree .level-2 a{ padding:4px 6px 4px 24px; }
#category-tree .level-3 a{ padding:4px 6px 4px 36px; }
#category-tree .level-4 a{ padding:4px 6px 4px 48px; }
#category-tree .level-5 a{ padding:4px 6px 4px 60px; }
#category-tree .level-6 a{ padding:4px 6px 4px 72px; }

#category-tree div.active{ background-color:#999999; }
#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
}

/*** Content ***/

#content-container{
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	/* ie6 min-height hack */
	height:270px;
	max-height:270px !important;
}
#content-container{
	background: url("/mm5/images_site/bg_content.png") repeat-y scroll 0 -0 transparent;
}

#main-content {
	padding:16px 16px 16px 16px;
	vertical-align:top;
}

.SFNT #main-content,
.CTGY #main-content,
.PROD #main-content {
	padding-right: 0;
}

/*** Global Header/Footer ***/

#global-header{

}


.btn_search {
	background: url("/mm5/images_site/btn_search.png") no-repeat #72b8cd;
	width: 29px;
	height: 24px;
	border-style: none;
	margin-left: 5px;
	cursor: pointer;
}

#search{
	float:right;
	padding:4px 6px 4px 0;
}

#minicart a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#minicart a:hover {
	color: #df9844
}

#header-links{
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{
	padding:16px;
	background: url("/mm5/images_site/bg_footer_gradiant.png") repeat-y scroll #f0efe8;
	text-align:left;
}
#footer-links {
	border-bottom: 1px solid #c5c5bb;
	padding-bottom: 16px;
}
#footer-links label {
	text-align: left;
	white-space:nowrap;
}
#footer-links b {
	display: block;
	color: #3D2216;
	margin: 0 0 16px 0;
}
#footer-links a {
	text-decoration: none;
	color: #3D2216;
}
#footer-links a:hover {
	color: #df9844;
}
#footer-links div {
	float: left;
	min-height: 200px;
	width: 180px;
	padding: 0 20px;
}
#footer-links #subscribe {
	border-right: 1px solid #d8d5cc;
	line-height: 20px;
}
#footer-links #subscribe .button {
	margin-top: 6px;
}
#footer-links #foot_nav {
	border-left: 1px solid #f1ede2;
	border-right: 1px solid #d8d5cc;
}
#footer-links #foot_info {
	border-left: 1px solid #f1ede2;
	border-right: 1px solid #d8d5cc;
}
#footer-links ul{
	list-style-image: url("/mm5/images_site/arrow_right.gif");
	padding: 0px;
	margin: 0px;
}
#footer-links ul li{

}


#footer-links #foot_blog {
	border-left:1px solid #F1EDE2;
	padding:0 0 0 20px;
	width:240px;
}
#footer-links #foot_blog ul{
	list-style-image: url("/mm5/images_site/icon_document.png");
	padding: 0px;
	margin: 22px 0 0 10px;
}
#footer-links #foot_blog ul li{
	padding-bottom: 5px;
}
#footer-icons {
	width: 100%;
	border-top: 1px solid #f8f8fa;
}
a.pcinet {
	color: #444444;
	text-decoration: none;
}
a.pcinet:hover {
	color: #df9844;
}
#page-header{ clear:both; }
#page-footer{ clear:both; }

table.extrapage {
	background-color: #ffffff;
	border: 1px solid #5B392D;
	border-collapse: collapse;
}
table.extrapage td {
	padding: 0 16px 16px;
	vertical-align: top;
}
div.extrapage {
	background-color: #ffffff;
	border: 1px solid #5B392D;
	padding: 16px;
	min-height: 100px;
}

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

/*** SFNT ***/
*.carousel {
	visibility: hidden;
}
.slideshow {
    margin:0;
    position:relative;
    float:left;
}
.slideshow .carousel, .featured .carousel, .featured .no_carousel {
    float:left;
}
.featured .no_carousel ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}
.slideshow .carousel img {
	width: 506px;
	height: 230px;
}
.slideshow button {
    float:left;
    border: none;
    color: #000;
    background: #fff;
    margin-left: 2px;
    padding: 1px 2px;
    font-size: 9px;
    cursor: pointer;
    filter:alpha(opacity=50);   /* Internet Explorer       */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
.slideshow button.prev, .slideshow button.next  {
	display: none;
}

.slideshow .radio {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
}


/* right SFNT content See shadow section at bottom */
.sfnt_right {
	float: right;
	margin-right: 18px;
	color: #fff;
}

/* featured  see shadows at bottom */
.featured {
	float:left;
	height:194px;
	margin:8px 0 0;
	position:relative;
	width:100%;
}

.featured .header {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #df9844;
	font-weight: bold;
	font-size: 13px;

}
.featured .carousel, .featured .no_carousel {
	margin-top: 28px;
	min-width: 835px;
}
.featured .carousel li, .featured .no_carousel li {
	margin-right: 7px;
	min-width: 158px;
	text-align: center;
	line-height: 18px;

	float:left;
	overflow:hidden;
}
/*
element.style  {
float:left;
height:141px;
overflow:hidden;
width:158px;
}
*/
.featured .carousel img, .featured .no_carousel img {
	height: 100px;
}

.featured div.spacer_left,
.featured div.spacer_right {
    height: 25px;
    width: 25px;
    border: none;
    margin: 76px 10px 25px;
    float:left;
}
.featured div.spacer_right {
    float:right;
}
.featured button {
    height: 25px;
    width: 25px;
    border: none;
    margin: 76px 10px 25px;
    padding:0;
    font-size: 1px;
    cursor: pointer;
}
.featured button.prev {
    background: url(/mm5/images_site/btn_carosel.png) no-repeat scroll 0 0 transparent;
    float:left;
}
.featured button.next {
    background: url(/mm5/images_site/btn_carosel.png) no-repeat scroll 0 -25px transparent;
    float:right;
}
.featured .name { color: #fff; }
.featured li a { color: #fff; text-decoration: none;}
.featured li a:hover { color: #df9844; }
.featured .price { color: #df9844; font-weight: bold; }
.featured .more {
	display: inline;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
	border: 2px outset #df9844;
	background-color: #df9844;
	padding: 0 5px;
}
.featured .more:hover {
	color: #000;
	background-color: #E6B070;
}
/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
	font-weight: bold;
	text-align: right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields select,
#affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button,
.continue-button{
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}

.osel-continue-button{
	text-align:right;
	padding:24px 0 0 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background:url("/mm5/images_site/bg_header.jpg") no-repeat scroll left top #502922;
	color:#fff;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
	border-bottom:1px solid #ffffff;
}

.address2-label{ margin:0 0 14px 0; }

.controls{
	font:normal .7em Verdana, Helvetica, Arial, sans-serif;
	visibility:hidden;
}

#customer-fields .controls label{
	float:none;
}

#ship-to,
#bill-to{
	background-color:#F0EFE8;
	width:465px;
	float:left;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;

}
#ship-to {
	border-left:1px solid #ffffff;
}
#bill-to {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0;
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record{
	clear:both;
	margin:24px 0 0 24px;
}

.tax-fields label{ font-weight:bold; }

/*** LOGN, AFCL, ORDL, ORHL ***/

.AFCL #main-content,
.ACLN #main-content,
.LOGN #main-content{
	padding:28px 126px;
}

.ORHL #main-content{ padding:28px 126px 28px 116px; }

.ORDL #main-content{ padding:28px 16px; }

.AFCL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.ORHL .lookup-section{
	float:left;
	height:220px;
	width:50%;
}

.ORHL .signin-section{
	float:left;
	height:220px;
	width:48%;
}

.section h3,
.lookup-section h3,
.signin-section h3{
	text-align:center;
}

.form_row{ margin:0 0 6px 0; }

.LOGN label,
.ORDL label,
.AFCL label{
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	padding:3px 5px;
}

.ORHL label{
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{
	text-align:center;
	margin:12px 0 0 0;
}

.forgot-password{
	font-size:.9em;
	text-align:center;
	margin:12px 0 0 0;
}

/*** BASK, OCST, OPAY, OSEL, ORDH ***/

#orderhistory_list table

#basket-contents.non-editable,
#basket-contents.editable,
#orderhistory_list table,
#order-contents table{
	width: 100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	background-color:#F0EFE8;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#orderhistory_list table,
#order-contents table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#orderhistory_list td,
#order-contents td{
	background-color:#F0EFE8;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial;
}

#basket-contents table,
#orderhistory_list table,
#order-contents table {
	background:url("/mm5/images_site/bg_header.jpg") no-repeat scroll right top #502922;
	width: 100%;
}

#basket-contents table tr.basket-heading td,
#orderhistory_list table tr.heading td,
#order-contents table tr.heading td{
	background-color: transparent;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

.order-total a,
.order-date a,
.order-invoice a {
	color: #ffffff;
	text-decoration: underline;
}
.order-total a:hover,
.order-date a:hover,
.order-invoice a:hover {
	color: #df9844;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents table .basket-heading td.item-name{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:59%; }
#basket-contents.editable .item-name	{ width:66%; }

#basket-contents td.item-name{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}


#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents .item-options td{}

#shipcalc {
	clear: both;
	text-align: center;
	margin-top: 16px;
}

#shipcalc table {
	background: url("/mm5/images_site/bg_header.jpg") no-repeat scroll right top #502922;
	border-collapse:collapse;
	width: 38%;
	margin: 0 auto;
}
#shipcalc th {
	background-color: transparent;
	color: #fff;
	padding: 4px;
}
#shipcalc td {
	background-color:#F0EFE8;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	font:1em Arial;
	padding:4px;
	vertical-align:top;
}
#shipcalc label {
	clear: both;
	float: left;
	width: 130px;
	font-weight: bold;
}
#shipcalc hr {
	color: #fff;
	background-color: #fff;
}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#payment-fields label {
	clear:both;
	display:block;
	float:left;
	margin:2px 0 0;
	min-width:125px;
	padding:3px 5px 3px 0;
	text-align:left;
	white-space:nowrap;
}

#payment-fields td{
	padding:0 0 6px 0;
}
#shipping-payment, #payment_wrapper {
	padding: 10px;
	background-color:#F0EFE8;
	border: 1px solid #fff;
}
#shipping-payment {
	float: left;
	width: 400px;
	height: 250px;
	padding: 5px;
}
#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label, #coupon label {
	clear:both;
	display:block;
	float:left;
	margin:2px 0 0;
	min-width:65px;
	padding:3px 5px 3px 0;
	text-align:left;
	white-space:nowrap;
}

#coupon {
	background-color:#F0EFE8;
	border: 1px solid #fff;
	float: left;
	width: 500px;
	height: 260px;
	margin-right: 20px;
	padding: 0;
}
#coupon .ctop {
	border-bottom: 1px solid #C5C5BB;
}

#coupon .cright {
	font-weight: bold;
	width: 84px;
	border-left: 1px solid #C5C5BB;
}
#coupon .cform {

}

.OSEL .continue-button,
.OPAY .continue-button{
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OCST textarea#add1 {
	width: 425px;
	height: 107px;
}

.OCST .acd {
	background-color:#F0EFE8;
	border: 1px solid #fff;
	float: left;
	width: 434px;
	padding: 10px;
}


.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

#category_paging { margin-left: 12px;}
#category_paging #cp_count { float: left; margin-right: 16px;}
#category_paging #cp_pages { float: left; margin-right: 16px; }
#category_paging b { color: #72B8CD; }

#category_paging #cp_page{ float: left }

#category-footer {
	width: 674px;
}
#category-footer .pad{
	background-color: #ffffff;
	padding:12px;
	line-height: 16px;
	border: 1px solid #5B392D;
}
.CTGY #page-header {
	float:right;
	height:650px;
	margin:0 16px;
	width:229px;
}

.ctgy-recent-viewed {
	position: relative;
	text-align: center;
	float: right;
	padding: 10px;
	border: 1px solid #5B392D;
	height: 534px;
	width: 201px;
	max-width: 201px;
	background-color: #ffffff;
}

.randprod {
	position: relative;
	text-align: center;
	float: right;
	padding: 10px;
	height: 267px;
	width: 201px;
	max-width: 201px;
	background: url(/mm5/images_site/bg_starburst_yellow_p.jpg) no-repeat scroll center bottom #c29751;
}

.randprod img {
	margin: 30px 0 20px;

}
.randprod a {
	clear: both;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
.randprod a:hover {
	color: #000;
}
.randprod a.button_black {
	color: #ffffff;
	display: block;
	width: 74px;
	height: 30px;
	margin: 12px auto 0;
	background: url("/mm5/images_site/btn_enter_black.png") no-repeat scroll 0 0 transparent;
	font-size: 13px;
	padding: 4px 0 0 0;
}
.randprod a.button_black:hover {
	color: #ffffff;
    filter:alpha(opacity=85);
    opacity: 0.85;
}

.spacer {
	height: 16px;
	line-height: 16px;
	font-size: 1px;
}
.catshadow1 {
	float: left;
	width: 688px;
}
.catshadow2 {
	width: 950px;
}
.catshadow3 {
	width: 1000px;
}

.CTGY #category-listing {
	width: 688px;
}

.CTGY  .product-item{
	width:25%;
	float:left;
}
.CTGY .product-item .padding{
	padding-right: 12px;
	margin: 0 12px 12px 0;
	height:270px;
	border-right:1px inset #70341A;
	border-bottom:1px inset #70341A;
	overflow:hidden;
}

.CTGY .product-quantity {
	display: none;
}

.CTGY .product-details {
	position: relative;
	height: 214px;
	margin-bottom: 12px;
}


.topcats {
	margin-bottom: 16px;
}

.topcats .titleimg {
	float: left;
	background-color: #ffffff;
}
.topcats .titleimg img {
	max-width:250px;
	width:250px;
	max-height:250px;
	vertical-align: middle;
}

.topcats #category-header {
	background-color: transparent;
	float:left;
	margin-left:18px;
}
.topcats #category-header .pad {
	padding: 12px;
	line-height: 16px;
}
.topcats h3 {
	margin: 16px 0 8px;
}

.topcats .titleimg,
.topcats .titleimg .s1,
.topcats .titleimg *.s2,
.topcats .titleimg *.s3,
.topcats .titleimg *.shadow {
	height:250px;
	width:250px;
}

.topcats #category-header,
.topcats #category-header .s1,
.topcats #category-header *.s2,
.topcats #category-header *.s3,
.topcats #category-header *.shadow {
	height:250px;
	width:415px;
}
.topcats #category-header .shadow {
	background-color: #fff;
	border: 1px solid #5B392D;
}

.cat-product-price {
	position: absolute; 
   	bottom: 0; 
	color: #923b15;
	font-weight: bold;
}

.product-price {
	color: #923b15;
	font-weight: bold;
}

.product-next-previous{
	clear: both;
	margin:12px 0;
}

.all-products,
.related-products {
	clear:both;
}



.PLST .product-details,


.product-item .product-thumbnail{
	margin:0 0 12px 0;
	text-align:center;
	min-height:136px;
	height:auto !important;
	height:136px;
}

.product-item .product-thumbnail img{
	max-width:136px;
	max-height:136px;
	height:auto !important;
	height:136px;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

.thumbnail-not-available{
	display:block;
	width:110px;
	height:110px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	background:transparent url() no-repeat scroll left top;
}

.next-previous{ margin:12px 16px 12px 0; }

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0;
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{
	padding:2px;
	vertical-align:top;
}

.line-item .item-code{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

/*** PRODUCT DISPLAY ***/

.PROD #page-header {

}

.prodshadow1 {
	width: 950px;
	margin-bottom: 8px;
}
.product-details-1 {
	clear: both;
	float:left;
}

.product-details-3 {
	background-color: transparent;
	float:left;
	margin-left:18px;
}
.product-details-3 .pad {
	padding: 8px;
}

.product-details-3 .product-price {
	color: #FF9900;
	font-size: 19px;
}

.product-details-3 .original-price {
	color: #FF9900;
	font-size: 14px;
	font-weight:bold;
}

.product-details-3 #price-value {
	color: #FF9900;
	font-size: 24px;
	font-weight:bold;
}

.product-details-2  {
	float: right;
	margin-right: 16px;
	color: #fff;
	font-size: 13px;
}

.product-details-2 .product-price {
	color: #fff;
	font-size: 19px;
}

.product-details-2 .original-price {
	color: #fff;
	font-size: 16px;
	font-weight:bold;
}

.product-details-2 #price-value {
	color:#ffffff;
	font-size: 24px;
	font-weight:bold;
}
.product-details-2 .pad {
	min-height: 164px;
	padding: 12px 12px 6px 12px;
	line-height: 22px;
}
.product-details-2 .purchase-buttons {
	text-align:center;
	line-height: 24px;
}

.product-details-r  {
	float: right;
	margin-right: 16px;
	color: #000;
	font-size: 12px;
}

.product-details-r .pad {
	min-height: 164px;
	padding: 12px 12px 6px 12px;
	line-height: 16px;
}


.product-image{ margin:0 auto 16px auto;
}

.product-image img{
	width:250px;
	max-width:250px;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}

.product-attributes td.field{
	text-align:left;
}

/* PROD tabs */

.tab_wrapper {
	font-size: 15px;
	clear: both;
	margin: 0px 16px 16px 0;
}
.tab_wrapper .tabs {
	display: block;
	background-color: #dfddd4;
	float: left;
	border: 1px solid #5b392d;
	border-left-style: none;
	padding: 4px 16px 3px;
}
.tab_wrapper .tabs:first-child {
	border-left: 1px solid #5b392d;
}
.tab_wrapper .active {
	background-color: #f0efe8;
	background-color: #fff;
	border-bottom-style: none;
	padding: 4px 16px 4px;
}
.tab_wrapper .notab{
	padding: 4px 16px;
	border-bottom: 1px solid #5b392d
}

.content_wrapper .tab_contents {
	background-color: #f0efe8;
	background-color: #fff;
	padding: 16px;
	border: 1px solid #5b392d;
	border-top-style: none;
	display: none;
}
.content_wrapper {
	clear: left;
}
.content_wrapper .active{
	display: block;
	margin-top: -0px;
}


/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold;
}

.INVC h3,
.ORDS h3{
	clear:both;
	margin:16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{

}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#orderhistory-list table{ border-collapse:collapse; }

#order-contents table{
	width:100%;
}

#order-contents table td,
#orderhistory-list table td{
	vertical-align:top;
}

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }
#orderhistory-list .order-view			{
	vertical-align:middle;
	padding:0 8px;
}

#orderhistory-list tr.heading td {
	font-weight:bold;
	white-space:nowrap;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-invoice		{  }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}

#order-contents table tr td.charge-fee{ text-align:right; }
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#customer-fields{
	margin:16px 0;
}

#Order_BillZip{ width:44px; }

.widest{ width:100%; }


/* One image many buttons  class="submit80 button" */
.button {
	border: 0px hidden transparent;
	font-size: 11px;
	font-family:  arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 0 0 2px 0;
	margin: 0;
	letter-spacing: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/mm5/images_site/btn_org_brick_inv.png');
	background-attachment: scroll;
	color: #fff;
}
.button:hover {
	background-image: url('/mm5/images_site/btn_org_brick.png');
	color: #000;
}
.button_cart {
	height: 22px;
	width: 60px;
	background:  url('/mm5/images_site/btn_cart.gif') left 0;
}
.button_cart:hover {
	background:  url('/mm5/images_site/btn_cart.gif') left 0;
}

.bigbutton {
	border: 0px hidden transparent;
	font-size: 16px;
	font-family:  arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 0 0 2px 0;
	margin: 0;
	letter-spacing: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/mm5/images_site/big_button_continue.png');
	background-attachment: scroll;
	color: #fff;
	height: 52px;
	width: 135px;
}
.bigbutton:hover {
	background-image: url('/mm5/images_site/big_button_continue_inv.png');
	color: #000;
}

.submit60, .submit80, .submit100,
.submit120, .submit60, .submit140,
.submit160, .submit180, .submit200 {
	height: 30px;
}
.submit60 {
	width: 60px;
	background-position: left 0;
}
.submit80 {
	width: 80px;
	background-position: 0 -30px;
}
.submit100 {
	width: 100px;
	background-position: 0 -60px;
}
.submit120 {
	width: 120px;
	background-position: 0 -90px;
}
.submit140 {
	width: 140px;
	background-position: 0 -120px;
}
.submit160 {
	width: 160px;
	background-position: 0 -150px;
}
.submit180 {
	width: 180px;
	background-position: 0 -180px;
}
.submit200 {
	width: 200px;
	background-position: 0 -200px;
}

.addthis_button {
	cursor:pointer;
	display:block;
	margin: 8px 0;
}

/* Shadows */

.s1, .s2, .s3 {
    float:left;
}
.s1 {
    background:url("/mm5/images_site/jq_shadow_corner_8x8.png") no-repeat scroll right bottom transparent;
    padding:0 8px 8px 0;

}
.s2 {
    padding-right: 8px;
    background:url("/mm5/images_site/jq_shadow_right_8x1000.png") no-repeat scroll right 4px transparent;
}
.s3 {
    padding-bottom: 8px;
   background:url("/mm5/images_site/jq_shadow_bottom_1000x8.png") no-repeat scroll 4px bottom transparent;
}

/* JQuery Shadow  $(".shadow").wrap("<div class='s1'><div class='s2'><div class='s3'></div></div></div>"); */
.slideshow .s1,
.slideshow *.s2,
.slideshow *.s3 {
    height:230px;
    width:506px;
}

/* sfnt right content */
.sfnt_right,
.sfnt_right .s1,
.sfnt_right *.s2,
.sfnt_right *.s3,
.sfnt_right
*.shadow {
	height: 230px;
	width: 374px;
}
.sfnt_right .shadow {
	/* background:url("/mm5/images_site/bg_starburst_yellow.jpg") no-repeat scroll center bottom #c29751 */
	background-color: #000;
}

.sfnt_right a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

.sfnt_right a:hover {
	color: #ff9933;
	text-decoration: underline;
}

#youtube_wrapper {
	width: 374px;
	height: 230px;
}

/* sfnt featured section  */
.featured .shadow {
	background:url("/mm5/images_site/bg_featured.jpg") no-repeat scroll 0 0 #5b392d;
	color: #ffffff;
}

.featured .s1, .featured *.s2, .featured *.s3, .featured *.shadow {
    height:183px;
	width: 932px;
}

.imageslider {
	position: relative;
	z-index: 1;
}

.CTGY .s1,
.CTGY *.s2,
.CTGY *.s3 {
    height:555px;
	width: 219px;
}

.product-details-1,
.product-details-1 .s1,
.product-details-1 *.s2,
.product-details-1 *.s3,
.product-details-1 *.shadow {
	height: 250px;
	width: 250px;
}

.product-details-r,
.product-details-2,
.product-details-2 .s1,
.product-details-2 *.s2,
.product-details-2 *.s3,
.product-details-r .s1,
.product-details-r *.s2,
.product-details-r *.s3,
.product-details-r *.shadow,
.product-details-2 *.shadow {
	height: 250px;
	width: 250px;
}
.product-details-2 .shadow {
	background:url("/mm5/images_site/bg_swirl.jpg") no-repeat scroll center bottom #c29751
}

.product-details-r .shadow {
	background-color: #ffffff;
	border: 1px solid #5B392D;
}

.product-details-3,
.product-details-3 .s1,
.product-details-3 *.s2,
.product-details-3 *.s3,
.product-details-3 *.shadow {
	height:250px;
	width:400px;
}
.product-details-3 .shadow {
	background-color: #fff;
	border: 1px solid #5B392D;
}

/* faq pages  */

.faq-image { float: left;
    margin: 4px;
}

div.faqpage {
	background-color: #ffffff;
	border: 1px solid #5B392D;
	padding: 16px;
	min-height: 350px;
}

.coupon-layout {
	position: relative;
	text-align: left;
	float: left;
	padding: 10px;
	height: 180px;
	width: 299px;
	max-width: 299px;
	background: url(/mm5/images_site/coupon-bg.gif) no-repeat scroll center bottom #ffffff;

}

.coupon-head {
	margin: 20px 10px 10px 5px;
	color:#ffffff;
	font-size: 24px;
	font-weight:bold;
}


.coupon-layout img {
	float: left;
	margin: 0px 0px 0px 10px;

}

.coupon-text {
	margin: 20px 10px 10px 10px;
}

.coupon-pad{
	background-color: #ffffff;
	height: 790px;
	padding:12px;
	line-height: 16px;
	border: 1px solid #5B392D;
}

/* text submit  */

.submitLink {
	color: #444;
	float:right;
  	background-color: transparent;
  	text-decoration: underline;
  	border: none;
  	cursor: pointer;
  	cursor: hand;
	font-weight: bold;
	text-align: right;

}
.submitLink:hover {
   color:#df9844;
   text-decoration: none;
}

#osel-reminder {
	background-color:#F0EFE8;
	border: 1px solid #fff;
	float: left;
	width: 499px;
	margin:20px 0px 20px 0px;
	padding: 0;
}

#osel-canada {
	background-color:#F0EFE8;
	border: 1px solid #fff;
	float: left;
	width: 499px;
	margin:20px 0px 20px 0px;
	padding: 0;
	color: #D92020;
}

#osel-giftcert {
	background-color:#F0EFE8;
	float: left;
	height: 120px;
	width: 499px;
	margin:10px 0px 15px 0px;
	padding: 0;
}

#osel-giftcert .ctop {
	border-bottom: 1px solid #C5C5BB;
}

#osel-giftcert .cright {
	font-weight: bold;
	width: 84px;
	border-left: 1px solid #C5C5BB;
}

.giftcert-layout {
	position: relative;
	text-align: left;
	float: left;
	height: 164px;
	width: 302px;
	max-width: 314px;
	background: url(/mm5/images_site/gift-cert-img.png) no-repeat scroll center bottom;
	margin:20px 20px 20px 0px;
}

.giftcert-textbox {

	font: 12px normal Arial, Helvetica, sans-serif;
	padding:10px;
	color:#444;
	position: relative;
	text-align: left;
	float: left;
	height: 150px;
	width: 305px;
	max-width: 314px;
	background-color:#ffffff;
	margin:20px 20px 20px 0px;
}

.giftcert-text {
	margin: 80px 10px 10px 120px;
	color: #000;
	font-weight: bold;
}

#opay-gift-text {
	background-color:#F0EFE8;
	border: 1px solid #fff;
	float: left;
	margin:20px 0px 20px 0px;
	padding: 0;
}

textarea#testimonial {
	width: 300px;

}

.textbox-bground {
	background-color: #ffffff;
	padding:12px;
	line-height: 16px;
	border: 1px solid #5B392D;
}

.textbox-video {
	background-color: #F0EFEC;
	padding:12px;
	line-height: 16px;
	border: 1px solid #5B392D;
	width: 480px;
	margin: 4px;
}

/* NEW number slideshow  ray yates 9/18/2010 */

.number_slideshow{
    line-height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
    float: left;
}
.number_slideshow .s1,
.number_slideshow *.s2,
.number_slideshow *.s3 {
    height:230px;
    width:506px;
}

.number_slideshow .number_slideshow_nav{
    filter: alpha(opacity=50); /* ie7 */
    opacity: 0.5;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.number_slideshow .number_slideshow_nav li{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie8 */
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    position: relative;
    float: left;
}
.number_slideshow .number_slideshow_nav li a{
    padding-left: 8px;
    padding-right: 8px;
}
.number_slideshow ul{
    margin: 0px;
}
.number_slideshow ul li{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
}
.number_slideshow ul li a{
    text-decoration: none;
}
.number_slideshow ul li a img{
    border: none;
}
.textbox-optin {
	background-color: #F0EFE8;
	padding:12px;
	line-height: 16px;
	border: 1px solid #FFFFFF;
}

.right-col-title{
	background:url("/mm5/images_site/rightcol_label.gif") no-repeat scroll left top #ffffff;
	padding:6px 0 0 6px;
	margin:0px;
	width:194px;
	height:26px;
	color:#fff;
	}

.prod-col-title{
	background:url("/mm5/images_site/col_label_prod.gif") no-repeat scroll left top #ffffff;
	padding:6px 0 0 6px;
	margin:0px;
	width:218px;
	height:26px;
	color:#fff;
	}
