/* --( OUTLINE )-- */
#container
{ width:890px;
  margin:auto }

.container_left
{ width:180px;
  float:left }
  
.container_right
{ width:695px;
  float:right;
   margin-bottom:15px  }
  
.container_right_b
{ width:695px;
  float:right;
  background:url('images/boxtop.png') 0 0 no-repeat;
  margin-top:100px;
  margin-bottom:15px }

.top_menu_2b
{ padding:3px 10px;
  float:right;
  height:21px;
  border-right:solid 1px #a7ff99; }

.top_menu_2c
{ padding:3px 10px;
  float:right;
  height:21px;
  background:url('images/boxtop.png') -817px 0 no-repeat }

.small_box_top
{ background:url('images/small1.png') 0 0 no-repeat;
  font:bold 10pt Arial, Helvetica;
  padding:2px 0 0 11px;
  height:22px }
  
.small_box_div
{ border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
  padding:3px 0 3px 11px;
  margin:10px 0;
  font:bold 10pt Arial, Helvetica; }

.small_box_body
{ background:url('images/small2.png') 0 bottom repeat-y;
  padding:10px 0 }
  
.small_box_end
{ background:url('images/small3.png') 0 bottom no-repeat;
  padding:10px }

.big_box_top
{ background:url('images/big1.png') 0 0 no-repeat;
  height:10px }
  
.big_box_top_div
{ background:url('images/big.png') 0 0 no-repeat;
  height:24px }

.big_box_body
{ background:url('images/big2.png') 0 0 repeat-y; 
  padding-bottom:10px }
  
.big_box_end
{ background:url('images/big3.png') 0 bottom no-repeat;
  height:10px }
  
.list_div
{ border:solid 1px #e5e5e5;
  width:280px }
  
.copywrap
{ font: 9pt Arial, Helvetica;
  color: #888 }

.copywrap a
{ font: 9pt Arial, Helvetica;
  color: #380 }

.copyrightb
{ border-bottom:solid 1px #ccc;
  margin-bottom:3px;
  font-size:9pt }

input.search
{ border: solid 1px #888;
  margin-top:2px;
  width:200px;
  padding:1px 0 1px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background:url('images/search.gif') 0 0 no-repeat }
  
button.search
{ border:solid 1px #ccc;
  background:#fff;
  font-size:9pt;
  padding:0;
  margin:0;
  height:22px }

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

.box1_title
{ font-size: 10pt;}

.box2_title
{ background:url('images/box2.png') 0 0 no-repeat;
  font:11pt Tahoma, Arial, Helvetica;
  padding: 7px; }
  
.top_bar a
{ border-left:solid 1px #a7ff99;
  padding:5px; }
  
.pop_left
{ margin-right:5px;
  float:left;
  width:50px; }
  
.pop_right
{ float:left;
  width:140px;
  max-height:53px;
  overflow:hidden }
  
.pop_right>a
{ color:#000 } 

.feat_left
{ margin-right:5px;
  float:left;
  width:50px; }
  
.feat_right
{ float:left;
  width:150px;
  max-height:140px;
  overflow:hidden }
  
.feat_right>a
{ color:#000 } 
  
/* --( category browser )-- */
/* 1. Drill Down */
.category
{ line-height: 1.76;
  color: #67f;
  padding: 0 0 5px 13px;
  text-decoration: none; }

.sub_category
{ color: #333;
  padding: 0 0 5px 13px;
  line-height: 1.76; }

.cur_category
{ color: #000;
  font-weight:bold;
  padding: 0 0 5px 13px;
  line-height: 1.76; }

.category_num
{ font-size:8pt }
  
/* --( end of browser )-- */ 
 
.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 }

/* SLIDER 1 -- featured content -- */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 150px;
margin:auto;
}

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

.pagination a{
padding: 0;
text-decoration: none; 
color: #999;
}

.pagination a:hover, .pagination a.selected{
color: #900;
}

/* --( tool tip )-- */

#dhtmltooltip {
  position: absolute;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px;
  background: #777;
  z-index: 100;
  font: 9pt arial, helvetica;
  color: #fff;
  -moz-border-radius: 3px;
}

#dhtmltooltip p {
font-size: 9pt;
margin: 0 0 6px 0;
padding: 0 }

#dhtmltooltip ul,#dhtmltooltip ol
{ margin: 10px; padding-left: 10px }

#dhtmltooltip li {
margin:0;
padding:0;
font-size:9pt }
