/* --( OUTLINE )-- */
#top
{ width:960px;
  margin:0 auto;
  padding: 0;
  background:url('images/top_bg.png') repeat-x;
  height:23px; }
  
#top td
{ font:8pt Tahoma, Arial, Helvetica; 
  color:#aaa }
  
#top a
{ color: #aaa;
  text-decoration: none }

#top a:hover
{ color: #fff; }
  
#top_banner
{ width:960px;
  margin:auto;
  background:url('images/top_banner_bg.png') repeat-x;
  height:130px;
  font:8pt Arial, Helvetica;
  color:#aaa }
  
#top_menu
{ width:960px;
  margin:auto;
  background:url('images/menu_bg.png') repeat-x;   }
  
#top_menu td
{ background:url('images/menubg_0.png') right top no-repeat; }

#top_menu td:hover
{ background:url('images/menubg_1.png') right top no-repeat; }

#top_menu td a
{ font-size::11pt;
  color:#555;
  text-decoration: none;
  padding:0 15px}
  
#body
{ width:960px;
  margin:16px auto 0 auto;
  background:url('images/body_bg.png') 0 0 repeat-y; }

#footer
{ height:133px;
  margin-top:20px;
  padding: 6px;
  background:url('images/body_bottom.png') 0 0 no-repeat; }

#footer td
{ font-size: 8pt }

.copywrap
{ margin-left:20px; }

.copyright
{ margin-top:10px }

.qbanner
{ margin-top:10px; }

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;}

input.username
{ background:url('images/username_bg.png') 2px 3px no-repeat;
  padding-left:20px; }

input.password
{ background:url('images/password_bg.png') 2px 3px no-repeat;
  padding-left:20px; }

button.login
{ background:url('images/button_bg.png') 0 0 no-repeat;
  padding:0;
  margin:0;
  margin-top:1px;
  border:none;
  width:50px;
  height:20px;}

.box1_title
{ font-size: 10pt;}

.box2_title
{ background:url('images/box2.png') 0 0 no-repeat;
  font:11pt Tahoma, Arial, Helvetica;
  padding: 7px; }
  
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 )-- */
.accord1_toggle {
	display: block;
	height: 20px;
	width: 180px;
	background: url(images/box2.png) no-repeat 0 0;
	padding: 5px 7px 5px 13px;
	font: 10pt Trebuchet MS, Arial, Helvetica;
	color: #000000;
	cursor: pointer;
    letter-spacing:0px;
	margin: 2px 0 0 0;
}

.accord1_toggle_active {
	background: url(images/box2.png) no-repeat 0 0; }

.accord1_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding: 0
}
	
.accord1_content h2, .accord2_content h2 {
margin:0; padding: 0
}


.accord2_toggle {
	display: block;
	height: 300px;
	width: 16px;
	background: url(images/accord2_bg.png) no-repeat 0 0;
	padding: 0;
	margin:0;
	cursor: pointer;
	float:left;
}

.accord2_toggle_active {
	background: url(images/accord2_bg.png) no-repeat 0 0; }
	

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


.accord3_toggle {
	display: block;
	height: 32px;
	width: 700px;
	padding: 0;
	margin:0;
	cursor: pointer;
	float:left;
}

.accord3_toggle_active {
    height: 32px;
	display:block
}

.accord3_content {
	background-color: #fff;
	width:700px;
	height:100%;
	overflow: auto;
	padding: 0;
	float:left;
}
	
/* --( 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: #000;
  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: 430px; /*width of featured content slider*/
height: 275px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 430px; /*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: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #e3e0e0;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #7d78f0;
}

/* SLIDER 2 -- news -- */
.slider2_wrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 70px;
font-size:8pt;
}

.slider2_wrapper a {
color: #fff;
}

.slider2_wrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index: 0 }

#paginate-news_slider,#paginate-news_slider.pagination,#paginate-news_slider.pagination a{
display:none }

.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: darkgray; 
  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 }

.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('../_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 */
	}