body, body div, body p, body th, body td, body li, body dd, body dt {font-family: Verdana, Arial,  sans-serif; font-size: 10px; font-style: normal; color: #2A2922; text-decoration: none;}




a:link            {
	color: #2A2922;
	font-family: Verdana, Arial,  sans-serif;
	font-size:10px;
	text-decoration: none;
}

a:active         { color: #2A2922; font-size:10px; font-family: Verdana, Arial,  sans-serif; text-decoration: none;}
a:visited        { color: #2A2922; font-size:10px; font-family: Verdana, Arial,  sans-serif; text-decoration: none;}
a:hover         { color: #663366; text-decoration: none; font-size:10px; font-family: Verdana, Arial,  sans-serif;}

H1         {color: #000000; text-decoration: none; font-size:12px; font-family: Verdana,  Arial, Helvetica,  sans-serif; font-weight:bold; margin-bottom:0}
H2         {color: #ffffff; font-size:10px; font-weight:bold; margin-bottom:0}

#category1 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% verdana, arial, sans-serif;
}

#category1 li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #2A2922;
font-weight:bold;
background-color: #ffffff;
border-bottom: 1px solid #D6D4BC;
}

#category1 li a:hover {
background-color: #F0EFE0;
color: #663366;
}

#category2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% verdana, arial, sans-serif;
}

#category2 li a{
display: block;
padding: 4px 0;
padding-left: 9px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #7D833F;
background-color: #ffffff;
border-bottom: 1px solid #D6D4BC;
}

#category2 li a:hover {
background-color: #F0EFE0;
color: #2A2922;
}

#special ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#special li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background-color: #996699;
border-bottom: 1px solid #ffffff;
}

#special li a:hover {
background-color: #834383;
}

#new ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#new li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background-color: #656500;
border-bottom: 1px solid #ffffff;
}

#new li a:hover {
background-color: #484802;
}


A.white	{color: #ffffff; text-decoration:none;}
A.white:visited	{color: #ffffff; text-decoration:none;}
A.white:hover {color:#ffffff; text-decoration:underline;}

A.checkout	{color: #835183; text-decoration:none;}
A.checkout:visited	{color: #835183; text-decoration:none;}
A.checkout:hover {color:#673666; text-decoration:none;}

A.checkout1	{color: #CC0033; text-decoration:none;}
A.checkout1:visited	{color: #CC0033; text-decoration:none;}
A.checkout1:hover {color:#673666; text-decoration:none;}

A.listall	{color: #A9A479; text-decoration:none}
A.listall:visited	{color: #A9A479; text-decoration:none}
A.listall:hover {color:#656500; text-decoration:none;}

A.typelink	{color: #666633; text-decoration:none; font-size:9px;}
A.typelink:visited	{color: #666633; font-size:9px;text-decoration:none;}
A.typelink:hover {color:#000000; font-size:9px; text-decoration:none;}

option {background-color: #ffffff; font-size: 10px; color:#000000;}
option.one {background-color: #ffffff; color:#000000;}
option.two {background-color: #EAEAD5; color:#000000;}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
