@charset "utf-8";

/* CSS Document */

html body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
          }

img { border: 0; }

p { text-align:justify; }

#center {
	width:1000px;
	margin: 0 auto;
	height:100%;
}

#menu {
	color:#FFF;
	background-color:#666;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#menu a { color:#FFF; text-decoration:none; }
#menu a:visted { color:#FFF; text-decoration:none; }
#menu a:hover { color:#FFF; text-decoration:none; }
#menu a:active { color:#FFF; text-decoration:none; }

#head { height:60px; }
.split { margin: 0 2em; }

#minicart {
	float:right;
	border:1px solid black;
	background:#EEE;
	height:52px;
	width:125px;
	padding:5px;
	font-size:12px;
}
a.mcc {color:#000;text-decoration:none;}
#csmall{font-size:10px;text-align:center;}

#side {
	background:#EEE;
	padding:0;
	width:25%;
	font-size:14px;
}

.checkouttitle {
	background:#dddddd;
	width:100%;
 	font-size:11px;
}

#checkoutbody {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
          }

#textbody {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
          }

#side a { color:#000; text-decoration:none;}
#side a:visted { color:#000; text-decoration:none; }
#side a:hover { color:blue; text-decoration:none; }
#side a:active { color:#000; text-decoration:none; }

#system {
	font-size:8px;
}

#search {
	padding:6px;
}
#search-box {
	width:140px;
}
#search-but {
	width:35px;
}

#body {
	padding:10px;
	background:#EEE;
	width:75%;
}

#fullbody {
	padding:10px;
	background:#EEE;
        width:100%;
}

#foot   {
	font-size:10px;
}

/* Stylin */

h1 {
	background: #999;
	font-weight:bold;
	font-size:14px;
	padding:6px;
	margin:-10px -10px 0;
}

h2 {
	background: #999;
	font-weight:bold;
	font-size:14px;
	padding:6px;
	margin:0;
}

h3 {
	background: #DDD;
	font-weight:bold;
	font-size:10px;
	padding:6px;
	margin:-12px -12px 0;
}

/* Store Stuff */

#list {
	width:100%;
	background:#FFF;
	font-size:11px;
    }

#list a { color:#000; text-decoration:none;}
#list a:visted { color:#000; text-decoration:none; }
#list a:hover { color:blue; text-decoration:none; }
#list a:active { color:#000; text-decoration:none; }

#cart{ /* and cart */
	width:100%;
	background:#FFF;
	font-size:11px;
    }

#cart a { color:#000; text-decoration:none;}
#cart a:visted { color:#000; text-decoration:none; }
#cart a:hover { color:blue; text-decoration:none; }
#cart a:active { color:#000; text-decoration:none; }

.lth {
	background:#CCC;
	font-weight:bold;
}

.ltr { }

.ltd { font-style:italic; }

.cid  { }
.desc { }
.sell { text-align:right; }
.stock { text-align:right; }
.addtocart { }


#carts {
background:#CCC;
font-size:12px;
font-weight:bold;
padding:6px;
border:1px;
color:#FFF;
}

#carts a{ color:#000; text-decoration:none;}
#carts a:visted { color:#000; text-decoration:none; }
#carts a:hover { color:blue; text-decoration:none; }
#carts a:active { color:#000; text-decoration:none; }

.grey {color:#AAA;}
.rstar {color:#F00;font-weight:bold;}
.error {
	color:#F00;
	text-align:center;
	font-weight:bold;
}
.required {}
.email {}

.loading
{
	padding:12px;
	text-align:center;
	margin:auto auto;
}




#shop_nav, 
#shop_nav ul
{
	float: left;
	list-style: none;
	line-height: 1;
	background: white; //#eda;
	font-weight: bold;
	padding: 0;
 	border: solid #666;
 	border-width: 0.1em 0.1em;
	margin: 0 0 1em 0;
width: 100%;
}
 
#shop_nav a
{
	display: block;
	width: 12em;  //10em;
	w\idth: 10em; //6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 1em;
}

#shop_nav a.daddy
{
	background: url(rightarrow2.gif) center right no-repeat;
}

#shop_nav a:hover 
{
        background-color: #eda;
        color: blue;
        text-decoration: none;
}


#shop_nav li
{




	float: left;
	padding: 0;
	width: 11.87em;
}

#shop_nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
// width of drop down box
	width: 12.4em;
	w\idth: 11.9em;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
}

#shop_nav li li
{
//highlight current selection
	padding-right: 0.1em;
	width: 11.9em
}

#shop_nav li ul a
{
//selected item
	width: 11em;
	w\idth: 10em;
}

#shop_nav li ul ul
{
	margin: -1.75em 0 0 12em;
}

#shop_nav li:hover ul ul, 
#shop_nav li:hover ul ul ul, 
#shop_nav li.sfhover ul ul, 
#shop_nav li.sfhover ul ul ul
{
	left: -999em;
}

#shop_nav li:hover ul, 
#shop_nav li li:hover ul, 
#shop_nav li li li:hover ul, 
#shop_nav li.sfhover ul, 
#shop_nav li li.sfhover ul, 
#shop_nav li li li.sfhover ul
{
	left: auto;
}

#shop_nav li:hover, 
#shop_nav li.sfhover
{
//  selected items detail
 
        background-color: #eda;
        color: blue;
        text-decoration: none;
}

#content
{
	clear: left;
}

#content a
{
    	color: #7C6240;
}

#content a:hover
{
	text-decoration: none;
}

#scaffolding
{
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 0.1em 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a
{
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover
{
	background-position: 181px -70px;
}


p#smurf 
{
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
 	color: #7C6240;
}

#smurf strong
{
	font-size: 1.2em;
	color: black;
}



#container
{
//	width: 1000px;
   	background: #fff; //#F4ECD9;
	text-align: left;
//	border: 0px solid #eda;
	margin: 0 auto;
	font-size:12px;
}

