@charset "utf-8";

/* ######### General Page Styles ######### */

body  {
	margin: 13; /* Clear Browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
}

div, form, input, h2, img, script {
margin:0;
padding:0;
}

.clearfloat { /* Contains a float within its container div */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ######### Main Page Sections ######### */

#container {
	width: 800px;
	background: #FFFFFF url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/leftnav_extended.gif) repeat-y left top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 auto;
} 

#header {
	padding: 0;
	margin: 0 0 0px;
	width: 790px;
	background: #FFFFFF url(../../../none);
} 
.center {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	color: #999999;
}

#header h1 {
	margin: 0;
	color: #737363;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#header img {
	margin: 0px;
	padding: 0px;
}

#leftnav {
	float: left; /* Requires Set Width */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e0d9cf;
	padding: 0px 0px 15px;
	overflow: hidden;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	border-top: 1px solid #e0d9cfF;
	height: 100%;
}

#leftnav img {
	margin-top: 7px;
	margin-bottom: -7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-top: 4px;
}

#leftnav h2 {
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #78786f;
    padding: 4px, 0px, 0px, 8px;
  }
  
  #leftnav h2 a {
	  text-decoration:none;
	  }

#leftnav h2 a:link, #leftnav h2 a:visited, #leftnav h2  a:hover,  #leftnav h2 a:active {color: #78786f;}

#mainContent {
	margin: 0 0 0 120px;
	padding: 0 0px 0px 10px;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	clear: none;
}

#footer {
	background:#FFFFFF;
	text-align: center;
	border-top: 2px solid #D4D1A4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: left;
} 
#footer a {
	color: #9A8E61;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #554128;
	background: #FFFFCC;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element to avoid margin collapse - a space between divs */
	padding: 10px 0; 
}

#footer ul {
	list-style:disc;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
}
#footer ul li {
	display:inline;
	padding-right: 10px;
}

#utility {
	float: right;
	width: 510px;
	text-align: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
#utility form {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#utility a, #utility span a {
	color: #554128;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#utility a:hover, #utility span a:hover {
	color: #000000;
	background: #FFFFCC;
}

table.gsc-completion-container tr{
text-align:left;
z-index: 1000;
}

/* ######### Left Navigation Styles ######### */

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.5 
Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion { /* Main Accordion Section Container */
	overflow: hidden;
}
#related h2 {
	color: #009999;
}

#related p {
}


.AccordionPanel { /* AccordionPanel Container which houses the panel tab and a panel content area. */
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {/* AccordionPanelTab (Title/Control) */
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	cursor: pointer;
	color: #000000;
	background: #e0d9cf url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
	line-height: 19px;
}

.AccordionPanelTab a {
	color: #000000;
	text-decoration: none;
	background: 3px center;
	display: block;
	padding-left: 15px;
	line-height: 19px;
}

.AccordionPanelTab a:hover {
	background: #FFFFCC url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
	color: #554128;
}

.AccordionPanelContent { /* Panel's (Expanded) Content area. */
	overflow: hidden;
	margin: 0px;
	padding: 0px; /* Keep at 0 for Animation */
	height: 200px;  /*Height Required */
	border-bottom: 1px solid #666666;
	background:#EFECE1;
}

.AccordionPanelContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.AccordionPanelContent li {
	margin: 0px;
	padding: 4px 0px;
	list-style: none;
}

.AccordionPanelContent a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #000000;
}

.AccordionPanelContent li a:hover {
	background: #FFFFCC;
	color: #554128;
}

.AccordionPanelOpen .AccordionPanelTab { /* Active Panel Tab */
	background: #FFFFCC url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80down.gif) no-repeat 5px center;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}

.AccordionPanelTabHover { /* Panel Tab on MouseOver */
	color: #554128;
	background: #FFFFCC url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}

.AccordionFocused .AccordionPanelTab { /* Panel Tab When Accordion Has Focus */
	background-color: #e0d9cf;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab { /* Open Panel Tab When Accordion Has Focus */
	background: #FFFFCC url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80down.gif) no-repeat 5px center;
	color: #554128;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}


/* ######### Top Tab Navigation Styles ######### */

.ddcolortabs{
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #554128;
	height: 28px;
	margin-top: 8px;
	margin-left: 1px;
	letter-spacing: -10pt;
}

.ddcolortabs ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ddcolortabs li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

/*.ddcolortabs a{
	float:left;
	color: white;
	background: #FFFFFF url() no-repeat left top;
	margin:0 2px 0 0;
	text-decoration:none;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url() no-repeat right top;
	padding: 0px 8px 0px 7px;
}*/

.ddcolortabs a{
	float: left;
	color: #554128;
	text-decoration: none;
	letter-spacing: normal;
}

.ddcolortabs a span{
	float: left;
	display: block;
	line-height: 170%;
	height: 22px;
	border: 1px solid #cccccc;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-left: -1px;
	margin-bottom: -2px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efece1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efece1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efece1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efece1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efece1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efece1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efece1',GradientType=0 ); /* IE6-9 */
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
}

.ddcolortabs a:hover span{	
	background-color: ffffcc;

}

.ddcolortabs .selected a { /*currently selected tab*/
	background-color: ffffcc;
}

.ddcolortabs .selected a span {
	background: #ffffcc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffcc 0%, #ffffcc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffcc), color-stop(100%,#ffffcc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffcc 0%,#ffffcc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffcc 0%,#ffffcc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffcc 0%,#ffffcc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffcc 0%,#ffffcc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#ffffcc',GradientType=0 ); /* IE6-9 */
}

.ddcolortabs .selected a:hover { /*currently selected tab*/
	background-color: FFFFFF;
}

.ddcolortabs .selected a:hover span {
	background-color: FFFFFF;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 8px;
	margin: 0px;
	background-color: #e4e3e3;
	border-top-width: 9px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #A8A8A8;
}

/* Style for Tab Drop Down Menus */

.dropmenudiv_a{
	position: absolute;
	top: 1px;
	z-index: 1002;
	width: 198px;
	visibility: hidden;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 0 solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #EFECE1;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 7px;
	border-top: 0 solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0;
	text-decoration: none;
	color: black;
	font: normal 12px Arial, Helvetica, sans-serif;
}

* html .dropmenudiv_a a{ /* IE only hack */
	width: 100%;
}

.dropmenudiv_a a:hover {
	color: #554128;
	background: #FFFFCC;
}

#footer .copyright {
	font-size: 10px;
	color: #666666;
}

#related {
	background: #EFECE1;
	color: #0789a9;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#related li a {
	color: #3D6364;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999999;
}

#related li a:hover {
	color: #0789A9;
	background: #FFFFCC;
}

#leftnav strong {
	font-weight: bold;
	background-color:#EFECE1;
}

#related ul {
	margin: 0px;
	padding: 0px;
	list-style: url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif);
}

#related li {
	display: block;
	margin: 0px;
	color: #0099A6;
	line-height: 19px;
	padding: 0px;
}
#related li a {
	color: #0789a9;
	margin: 0px;
	padding-left: 5px;
}


#related p {
	padding-left: 5px;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #EFECE1;
	color: #0789a9;
	font: bold 10px/19px Arial, Helvetica, sans-serif;
}

.holiday a:link {
	background:#CC0000;
	color: #003300;
	font-weight: bold;
}

#leftnav input.submit {
	text-align: center;
	margin-left: 37px;
}

.holiday a:hover {
	background: #003300;
	color: #990000;
}

form {
	text-align: left;
}

li.pdf {
	list-style: url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/pdf.gif);
}


#leftnav form {
	border-bottom: 1px solid #666666;
}

#leftnav input {
	font-size: 9px;
}

p.AccordionPanelTab, p.AccordionPanelTab a:visited {
	background: url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftbullet81.gif) no-repeat 5px center;
}

p.AccordionPanelTab a:hover {
	background: #FFFFCC url(//www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftbullet81_ro.gif) no-repeat 5px center;
}
	
#specials_menu a.holiday {
	background-color: #003300;
	color:#FFFFFF;
}

#specials_menu a.holiday:hover {
	background-color: #FFFFFF;
	color: #660000;
}

.message {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background: #FFFFCC;
}

#holiday strong {
	font-weight: bold;
	color: #003300;
}

#holiday {
	border: 1px dashed #660000;
	background: #E8FFE8;
}

#holiday p {
	padding-right: 10px;
	padding-left: 10px;
	text-align:center;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
  top: -0.7em;
}
