/* --( OUTLINE )-- */
#top_menu
{ margin:auto;
  padding: 8px 0 8px 0; }

#top_menu td a
{ background:url('images/bullet.png') 0 2px no-repeat;
  font-weight:bold;
  color:#888;
  text-decoration: none;
  padding-left: 15px }

input.search
{ background:url('images/top_search.png') 0 0 no-repeat;
  font: 9pt Arial, Helvetica;
  width:97px;
  height:19px;
  border:none;
  padding:2px 35px 0 25px;
  margin:0;}
  
#body
{ width:900px;
  margin:0 auto 0 auto;  }

#footer
{ width:900px;
  margin:20px auto 0 auto;
  font: 9pt Arial, Verdana, Helvetica; }

.copywrap
{ margin-left:215px;
  margin-right:5px;
  padding: 10px 0;
  color: #888;
  border-top: solid 2px #E5D1BC  }

.copywrap a
{ color: #888 }

.copyright
{ margin-top:5px }

.qbanner
{ margin-top:10px; }

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

ul.curr_link li
{ margin-left: 0;
  margin-top:2px  }

ul.curr_link li a
{ text-decoration:underline }

ul.curr_link li a:hover
{ text-decoration:none }

/* --( accordion )-- */
	
/* --( category browser )-- */
/* 1. Drill Down */
.category
{ font: 9pt Arial, Helvetica;
  line-height: 1.76;
  color: #333;
  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: #333;
  padding-left: 30px;
  line-height: 1.76; 
  text-decoration: none; }

.active
{ padding:10px;
  margin-bottom:20px }

.news_separator
{ margin-bottom:10px; } 

.page_separator
{ margin-bottom:24px; } 

.subscribe
{ margin:24px auto;
  width: 380px; }
 

/* 2. Tree View */
.category_browser ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0;
}

.category_browser li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('../_common/images/list.gif') no-repeat left center;
list-style: none;
padding-left: 22px;
margin-bottom: 3px;
}

.category_browser li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('../_common/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 )-- */ 

/* --( WELCOME )-- */
/* SLIDER 1 -- featured content -- */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 680px; /*width of featured content slider*/
height: 150px;
background:#000;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #000;
width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border-top:solid 2px #c60;
padding: 0;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #fff;
background: #fff;
border:solid 1px #c60;
font-size:6pt;
}

.pagination a:hover, .pagination a.selected{
color: #c60;
background-color: #c60;
border:solid 1px #c60;
}

.feat_box
{ }

.feat_box .title
{ padding: 5px 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color:#666666;
  letter-spacing:-1px; }

.discount
{ font: italic 8pt Georgia, Times; 
  color: #fff; 
  font-weight: bolder }

#cartinfo
{ border: solid 1px #000;
  -moz-border-radius: 8px;
  padding: 3px;
  background: #ddd; }

/* --( LIST )-- */
.listtitle
{ font-size: 8pt; 
  font-weight:bold; 
  text-decoration:none }

.listtitle:hover
{ text-decoration:none }


/* --( 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; }

.detailsect
{ font-size:10pt; 
  font-weight:bold; 
  color: #777777; }

/* --( CHECKOUT )-- */
.payselect_box
{ background-color: navy; 
  width: 100%; 
  height: 50px; 
  border: outset; 
  float: left; 
  text-align: center; 
  font-size: 16pt;
  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('../_common/images/1x1t.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('../_common/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../_common/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 */
	}

.accord2_toggle {
	display: block;
	height: 200px;
	width: 16px;
	background: #D68533;
	padding: 0;
	margin:0;
	cursor: pointer;
	border-right: solid 1px #c60;
	float:left;
}

.accord2_toggle_active {
	background: #d68533;
	border-right: solid 1px #c60; }
	

.accord2_content {
	background-color: #fff;
	width:430px;
	height:300px;
	overflow: hidden;
	padding: 0;
	float:left;
}

/* --( Password Strength )-- */
#passwordStrength
{	
	font-size:8pt;
	height:13px;
	display:block;
	float:left;
	color:#000;
}

.strength0
{
	width:205px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:180px;
}

.strength5
{
	color:#fff;
	background:#399800;
	width:205px;
}