/* --( OUTLINE )-- */
.heritage_menutitle
{ color:#000000;
  padding:5px;
  background-color:#CCCCCC }

.heritage_menutext
{ padding:0px;
  font: 8pt Verdana; }

.heritage_blackbox
{ color:#FFFFFF; }

#top_menu
{ }

#top_menu td
{ font: 9pt Arial, Helvetica }

#top_menu select
{ font-size: 9pt }

#top_menu .main_link
{ border-left: solid 1px #C1C83A;
  padding: 20px 3px;
  text-align: center }
  
#top_menu .main_link a
{ text-decoration: none;
  color: #000 }

#upper_menu
{ }

#upper_menu td
{ font: 9pt Arial, Helvetica;
  border-left:solid 1px #ddd;
  padding: 9px 0;
  text-align: center }

#upper_menu select
{ font-size: 9pt }
  
#main_table
{ margin-top: 8px }
  
#footer 
{ background-color: #919191;
  width: 780px; }

#footer td
{ font: 9pt Arial, Helvetica; 
  color: #bdbdbd;  
  padding: 10px; }

#footer a
{ text-decoration:none; 
  font: bold 9pt Arial, Helvetica;
  padding-right: 10px;
  color:#fff; }

#footer a:hover
{ text-decoration:underline; }

#footer td .copyright, #footer td .copyright a
{ font-size: 8pt }


.search
{ background:url('images/search.gif') 0px 0px no-repeat #fff;
  border: solid 1px #aaa;
  padding-left: 22px }

/* --( category browser )-- */
/* 1. Drill Down */
#category_list
{ margin-left: 10px; 
  background: url('images/bg_cat.gif') 0 11px; }

#category_list .title
{ font-size: 10pt;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  background: #5A5A5A; }

.category
{ font: 9pt Arial, Helvetica;
  line-height: 1.76;
  color: #333;
  margin-left: 10px;
  padding: 0 0 5px 13px;
  text-decoration: none; }
  
.category:hover
{  }

.sub_category
{ font: 9pt Arial, Helvetica;
  color: #333;
  padding-left: 30px;
  line-height: 1.76; 
  text-decoration: none; }

.cur_category
{ font: bold 9pt Arial, Helvetica;
  color: #000;
  padding-left: 30px;
  line-height: 1.76; 
  text-decoration: none; }

.active
{ padding:20px;
  background-color:#EAEAEA; }
  
/* 2. Tree View */
.category_browser ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.category_browser li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.category_browser li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.category_browser li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.category_browser .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
/* --( end of browser )-- */ 
 
.feat_box
{ border: solid 1px #f2f2f2 }

.feat_box .title
{ padding: 5px 0;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: solid 1px #f2f2f2}

.discount
{ font: 8pt Georgia, Times; 
  color: darkgray; 
  font-weight: bolder }

#cartinfo
{ border: solid 1px #000;
  -moz-border-radius: 8px;
  padding: 3px;
  background: #ddd; }

/* --( LIST )-- */
.listtitle
{ font-size: 8pt; 
  color: #FF6600; 
  font-weight:bold; 
  text-decoration:none }

.listtitle:hover
{ text-decoration:underline }


/* --( DETAIL )-- */
.toolbox
{ font: 8pt Arial, Helvetica; }

.toolbox a
{ border-bottom: solid 2px white }

.toolbox a:hover
{ border-bottom: solid 2px black }

.detailtitle
{ font-size:14pt; 
  font-weight:bold; 
  color: #FF6600; }

.detailsect
{ font-size:10pt; 
  font-weight:bold; 
  color: #777777; 
  border-bottom: 1px solid #777777}


/* --( CHECKOUT )-- */
.payselect_box
{ background-color: navy; 
  width: 100%; 
  height: 50px; 
  border: outset; 
  float: left; 
  text-align: center; 
  font-size: 16pt;
  text-decoration: none }

.checkoutjdl
{ font-family: Trebuchet MS, Verdana,Arial,Helvetica; font-size:10pt; font-weight: bold; color: white }

.checkoutspk
{ font-family: Trebuchet MS, Verdana,Arial,Helvetica; font-size:8pt; }

.checkouttxt
{ font-family: Trebuchet MS, Verdana,Arial,Helvetica; font-size:10pt; }

.checkoutdel
{ color: #FF0000; font-weight:bold; text-decoration:none; }

/* -- ( lightbox )-- */
#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 */
	}