#SearchBox_searchField{
	border:1px solid #444444;
	padding:1px;
	padding-top:2px;
	font-size:15px;
	font-weight:bold;
	color: #009999;
	width:180px;

}
#SearchBox_searchSubmit{
	border:1px solid #444444;
	background-color: #FFFFFF;
}
.SearchBox_searchAdult {
	font-size:10px;
	text-decoration: none;
	margin-left:10px; 

}
#SearchBox_searchReset {
	border:1px solid #444444;
	background-color: #FFFFFF;
	color:red;
}
#header {
	position: absolute;
	top:0px;
	z-index: 1;
}
* html #header_stripe {
	height:46px;
	z-index: 1;
	
}
#footer {
	z-index: 2;
	position: absolute;
	bottom:0px;
	height:16px; 
	padding-top:0px;
	background-color: #fff;
	overflow: hidden;
}
#footer_stripe {
	background-image: 	none;
	background-color: transparent;
	border-bottom: none;
	border-top: none;
	height:8px;
	line-height: 8px;
	font-size: 8px;
	z-index:2;
}
* html #footer_stripe {
	height: 8px;
	line-height: 8px;	
}
#footer_copyright {
	color: #666;
}
#footer_copyright a {
	color: #333;
}
#bottom_tools {
	position: absolute;
	height: 30px;
	z-index:1;
	background-color: white;
	bottom:16px;
	width:100%;
}



html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	background-image:none;

/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */

}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-image:none;
}

#container {
	width:100%; 
	overflow: visible;
	
	position:absolute;
	left:0px;
	top:0px;
	right: 0px;
	bottom:0px;
	background-color: white; 
	border-bottom-color: white; 
	border-bottom-style: solid;
	border-bottom-width: 46px;
	
	border-top: 82px solid #fff; /* if you change this, remember to change categories background */

}
* html #container {
	height:100%;
	border-top: 82px solid #fff;
	border-bottom: 46px solid white; 
	position: relative; 
}
#categories {
	position:absolute;
	z-index:2;
	line-height:18px;
	width:100%;
	/*
	text-indent: 222px;
*/	
	left: -222px;
	
	padding-left:222px;
	
	top: 64px;
	background-color: #fff;  /* if you change this, remember to change container border top */
	color: #333; 
	
}
#categories_text {
	padding-top: 1px; 
	padding-right:232px;
	padding-left:10px;
}
* html #categories_text {
	padding-right:0px;	
}
#categories_options {
	visibility: hidden;
	position:relative;
	width:222px;
	margin-right:10px;
	background-color: #fff;  
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 100%;
	float: left;
	text-align: center; 
	text-indent: 10px; 
	color: #666;
}

#left {
	position:absolute;
	width:208px;
	left:14px;
	overflow: hidden;
	z-index:2;
	height: 100%;
	text-align:left;	

}
#left img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#middle {
	position:relative;
	background-color: white; 
	border-left: 222px solid #fff; 
	border-right: 222px solid #fff;
	overflow: hidden;
	height:100%;
	
}
* html #middle {
	border-left: 222px solid #fff; 
	border-right: 222px solid #fff;
	position: relative;
	width:100%;
}

#middle_links {
	position:absolute;
	bottom:0px; 
	left:0px;
	height: 26px;
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
	width:100%;
	white-space: nowrap;
	padding-left:0px;
	padding-right:0px;
	
	z-index: 1;
	line-height: 10px;

}
#middle_links a {
	font-size:10px;
	line-height:10px;
	text-decoration:none;
	color: #0000ff;
	
	white-space: nowrap;
}
#middle_links a:hover {
	text-decoration: underline;
	
}
#viewer {
	position:absolute;
	left:0px;
	top:0px;
	right: 0px;
	bottom:0px;
	text-align: center;
	background-color: #fff;

	border-top: 0px solid white;
	border-bottom: 26px solid white;
	overflow: hidden;
	z-index:1;
}
#viewer img {
	position: absolute;
	top:100%;


	
}
* html #viewer {
	height:100%;
	width:100%;
	border-top: 0px solid #fec;
	border-bottom: 26px solid white;
	position: absolute;
	z-index:1; 
}
#right {
	position:absolute;
	width:222px; 
	background-color: white; 
	top:0px;
	right:0px;
	height: 100%;
	z-index:3;
	overflow: visible;

}
#right_admin {
	border:1px solid #aeaeae;
	
	height:100px;
	background-color: #eeeeed;

}
#i_options {
	position:relative;
	
	height:100%;
	border-left: 222px solid #fff;
	border-right: 222px solid #fff;
	z-index: 1; 
}
* html #i_options {
	border-left: 222px solid #fff;
	border-right: 222px solid #fff;
	position: relative;
}

#i_options_links {
	position: relative;
	top:4px; 
	z-index:10;
}
#i_options_menu {
	width:96%;
	/* width:expression(document.body.clientWidth > 800? "400px": "96%" ); */
	background-color: #fafafa; 

	z-index:3; 
	position: absolute;
	padding-bottom:12px;
	left:2%;
	top:30px;  /* changing this will require change in javascript */ 
 
	clip:rect(auto auto 10px auto);
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;

}
.i_option_menu_title {
	display: block;
	background-color: #ffcc99; 
	border-bottom: 1px solid #aaaaaa;
	text-align: center;
	padding:2px;
	color:#333;
	font-weight: bold;
	font-family: sans-serif;
}

#i_options_mask {
	width:96%; 
	position:absolute; 
	margin:0px auto; 
	
	left:2%;
	top: 15px; 
	height:15px; 
	background-color: white; 
	z-index:4;
	border-top: 2px solid #cccccc;
	
}
#page_navigation {
	position: absolute;
	left:0px;
	top: 0px;
	height:30px; 
	width:222px;
	background-color: white;
	z-index:3;
	text-align: center;
	padding-top:4px;
}
#image_navigation {
	position: absolute;
	right:0px;
	top: 0px;
	height:30px; 
	width:222px;
	background-color: white;
	z-index: 3;
	text-align: center;
	padding-top:4px; 
}

#ad {
	position:absolute;
	width:200px; 
	background-color: #fff;
	top:-18px;
	right:0px;
	height: 150px; 
	z-index:100;
	overflow: visible;
}
#right_control {
	position: absolute;
	width:100%;
	height:280px; 
	bottom:0px;
	left:0px;
	
}
#center_display {
	position:relative;
	top: 110px;
	left: -128px;
	margin-left:50%;
	width:256px; 
	z-index: 50;	
}

#not_found {
	display:none;
	text-align: center;
	font-family: sans-serif;
	color: #666;
	font-size:18px;
	font-weight:bold;
	background-color: white;
	border: 1px solid #666;
	
}

#busy {
	
	

	text-align: center;
	font-family: sans-serif;
	color: #666;
	font-size:18px;
	font-weight:bold;
	z-index: 50;
}
#busy div {
	margin-top:4px;
	background-color: white; 
	border: 1px solid #666;
}
#right_control_top {
	margin-left:20px;
	width:180px;
	background-color: #fff;
	text-align: center;	
}
/* Control Box */
#control_box {
	text-align: center;
}
#control_box .option_check {
	border: none;
	vertical-align:middle;
}
.form_widget_amount_slider{
		border-top:1px solid #9d9c99;
		border-left:1px solid #9d9c99;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
		background-color:#f0ede0;
		height:3px;
		position:absolute;
		bottom:0px;
		
		

	}
#control_box #slideShowButton {
	width:152px; 
	height:24px; 
	margin-bottom:6px;
	margin-top:4px;

}
#slideShowForm{
	display: inline;
}	
#slideSpeedBox {
	width:150px;
	height: 38px; 

	padding-top: 0px;
	margin-bottom:0px; 
	margin-top:4px; 
	margin-left: auto;
	margin-right: auto;
}
#control_box #slideDelaySeconds {
	display:inline;
	border:none;
	font-weight: bold;
	text-align:right;
	color:#000000;
	vertical-align:middle
}
.viewerImage {
	position: absolute;
	display:none;
}
/* END Control Box */
#download_container {
	position:absolute;
	width: 200px;
	height: 100px;
	top:200px;
	right:20px;
	overflow: hidden;
	background-color: white;
	z-index:0;
}
#image_container {
	position:absolute;
	width: 200px;
	height: 100px;
	top:70%;
	left:20px;
	overflow: visible;
	background-color: blue;
	z-index:30; 
}
#image_container img {
	height: 100%;
	top:-50px;
	
}
.submitButton {
	border:1px solid #444444;
	background-color: #FFFFFF;
}
#emailSubmit {
	position:absolute;
	right:3%;
	bottom:26px;
}
#menu_user {
	display: inline;

}
td label {
	font-size: 11px;
}
