/* --( OUTLINE )-- */
#container
{ width:900px;
  font: 10pt Arial, Helvetica, Sans-serif;
  background:#DBDBDB;
  border-left:solid 10px #fff;
  border-right:solid 10px #fff;
  margin:auto }

#logo_container
{ border-bottom: 1px solid white;
  width:880px;
  padding:10px;
  background:#000; 
  color: #fff }
  
#logo_container a
{ text-decoration:none;
  color: #fff }

#logo_container a:hover
{ text-decoration:underline }

#top_bar
{ width:896px;
  padding:8px 2px;
  background:#000;
  border-bottom: solid 1px #fff;  }

#top_bar a
{ padding:4px;
  font-weight:bold;
  background:#8f8f8f;
  border: 1px solid #fff;
  border-left:5px solid #fff;
  text-transform:uppercase;
  margin-right:10px;
  color:#fff;
  text-decoration:none  }

#top_bar a:hover
{ 
  color:#000;
  border: 1px solid #8f8f8f;
  border-left:5px solid #8f8f8f;
  text-decoration:none;
  background:#fff  }

#footnote
{ border-top:solid 10px #fff;
  background-color:#323232;
  font-size:8pt;
  padding:15px 0;
  color: #fff }

#footnote ul
{ margin: 0;
  padding: 0;
  list-style:none }
  
#footnote ul li
{ font-size:8pt;
  padding-bottom:5px;
  border-bottom:dashed 1px #bbb;
  color: #fff }
  
#footnote a
{ text-decoration: none;
  color:#fff }

#footnote a:hover
{ text-decoration: underline }
 
.search
{ background:url('images/search.gif') 0px 0px no-repeat #fff;
  border: solid 1px #aaa;
  padding-left: 22px }


/* --( boxes )-- */
.box_small_top
{ width:200px;
  height:20px;
  padding:10px;
  color:#666;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  background:url('images/box_small.gif') 0 0 no-repeat; 
  border-bottom: solid 1px #ccc }

.box_small_mid
{ width:200px;
  padding:10px;
  background:#fff }

.box_small_end
{ width:220px;
  height:20px;
  background:url('images/box_small.gif') 0 -80px no-repeat;
  margin-bottom:10px }

.box_med_top
{ width:620px;
  height:20px;
  padding:10px;
  color:#666;
  overflow:hidden;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  background:url('images/box_med.gif') 0 0 no-repeat; 
  border-bottom: solid 1px #ccc }

.box_med_mid
{ width:620px;
  padding:10px;
  background:#fff }

.box_med_end
{ width:640px;
  height:20px;
  background:url('images/box_med.gif') 0 -80px no-repeat;
  margin-bottom:20px }


/* --( input/profile/login )-- */
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; }

/* --( category browser )-- */
/* 1. Drill Down */
.category
{ line-height: 1.76;
  color: #333;
  margin-left: 0px;
  padding: 0 0 5px 0px; }

.sub_category
{ color: #333;
  line-height: 1.76; }

.cur_category
{ color: #000;
  font-weight:bold;
  line-height: 1.76; }

.category_num
{ font-size:8pt }
  
/* 2. Tree View */
ul.category_browser , .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(../_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: 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;
}

.category_browser_num
{ font-size:8pt }
/* --( end of browser )-- */ 
 
/* SLIDER 1 -- featured content -- */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 150px;
}

.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: 530px; /*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: 510px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-size:20pt;
line-height:0;
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 0;
text-decoration: none; 
color: #999;
}

.pagination a:hover, .pagination a.selected{
color: #900;
}

.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; }


/* -- ( 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 */
	}
	
ul.account li
{ margin-bottom:20px }


/* --( Password Strength )-- */
#passwordStrength
{	
	font-size:8pt;
	height:13px;
	display:block;
	float:left;
}

.strength0
{
	width:222px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	color:#fff;
	background:#399800;
	width:222px;
}

.rate_code
{ border:solid 1px #000;
  color: green;
  background:#ffc;
  font: 10pt Courier New, Courier;
  padding:3px;
}


/* --( Cat All List )-- */
.cat_all_top
{ font-size:10pt;
  background:url('images/cat.gif') 0 0 no-repeat;
  padding-left:20px }
  
.cat_all_sub
{ font-size:9pt; }

.cat_all_sub a
{ text-decoration: none }

.cat_all_sub a:hover
{ text-decoration: underline }
