/*
General Styles 
*/
html, body { height: 100%; }
body
{
	margin: 0px;
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #ffffff;
}
#main {
	background-image: url(../images_global/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#right {
	width: 185px;
	padding: 5px 15px 5px 10px;
	background-image: url(../images_global/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContent {
    padding: 5px 5px 5px 15px;
    width: 525px;
}
h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
    color: #336600;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #8f8f8f;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #336600;
}

p, li {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0px;
}
h2.searchError {
    background-color: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 1.4em;
    padding: 3px;
}

.searchError {
    font-size: 1.4em;
    line-height: 1.6em;
    border: 1px solid #cc0000;
    padding: 5px;
    background-color: #e4e4e4;
}

a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }

.listingImage { border: 1px solid #a4a4a4; }
.listing {
	border: 2px solid #deebeb;
	background-color: #f6fafa;
	margin: 5px;
}
.listing a { 
	color: #0066cc;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #0066cc;
}
.listing a:hover {
	color: #ffffff;
	background-color: #0066cc;
	border-bottom: none;
	text-decoration: none;
}
.listing h1 {
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc6600;
}
.listing h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #8f8f8f;
}
.listing p.status {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #cc0000;
}

.listing2 a { 
	color: #0066cc;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #0066cc;
}
.listing2 a:hover {
	color: #ffffff;
	background-color: #0066cc;
	border-bottom: none;
	text-decoration: none;
}
.listing2 h1 {
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc6600;
}
.listing2 h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #8f8f8f;
}
.listing2 p.status {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #cc0000;
}

.specifications {
	font-size: 1.1em;
	padding: 2px;
	margin: 5px auto;
	width: 525px;
    overflow: auto;
}
#right h1 {
    color: #444444;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0px;
}
#right p {
    font-size: 1.1em;
    color: #666666;
    line-height: 1.3em;
    margin: 0px;
}

/*
Header Styles
*/
#header {
	width: 790px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../images_global/img_header.gif);
	background-repeat: no-repeat;	
}

#header p {
	padding-right: 20px;
	font-size: 1.8em;
	color: #676767;
}

/*
Nav Styles
*/
#nav {
	width: 770px;
	height: 30px;
	margin: 0px auto;
	background-image: url(../images_global/bg_nav.gif);
	background-repeat: repeat-x;
}
#navWrapper {
	width: 770px;
	overflow: hidden;
	margin: 0px auto;
}
#navWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navWrapper li {
	font-size: 1.2em;
	float: left;
	margin: 0px;
}
#navWrapper a {
	display: block;
	padding: 6px 4px 6px 4px;
	margin-left: 10px;
	color: #ffffcc;
	text-decoration: none;
}
#navWrapper a:hover { color: #ffffff; }
#navWrapper .current {
	background-image: url(../images_global/bg_current_left.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 10px;
}
* html #navWrapper .current { margin-left: 5px; }
#navWrapper .current a {
	color: #ffffcc;
	text-decoration: none;
	background-image: url(../images_global/bg_current_right.gif);
	background-position: right top;
	backround-repeat: no-repeat;
	padding-right: 16px;
	margin-left: 0px;
}

/*
Footer Styles
*/
#footer {
	border-top: 2px solid #99dd66;
	width: 770px;
	margin: 0px auto;
	padding-top: 5px;
	background-image: url(../images_global/bg_footer.gif);
}

#footer a {
	text-decoration: none;
	color: #339900;
}
#footer a:hover { color: #336600; }

/*
Lightbox CSS 
*/
#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(../images_global/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images_global/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images_global/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images_global/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images_global/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 */
}	

/*
Form Styles
*/
form { margin: 0px; }
form p { margin-bottom: 3px; margin-top: 5px; }
form h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
form p.hint {
	border: 1px solid #9c9;
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
form p.warning {
    margin: 5px;
	padding: 5px;
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
}
form label {
	font-size: 12px;
	font-weight: bold;
}
form span.hint {
	font-size: 1.1em;
	color: #999999;
	margin-left: 5px;
}
input.text, textarea.text, select{
    font-size:1.1em;
    line-height:1.3em;
    padding: 3px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images_global/bg_inputs.gif) repeat-x top;
}
form div.footer {
	border-top: 1px solid #339900;
	background-color: #e3f3d6;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
form div.sidebar {
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.primaryAction {
	border: 1px solid #006600;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images_global/bg_primaryaction.gif);
	background-repeat: repeat-x;
	height: 20px;
	float: left;
	padding-bottom: 2px;
}
* html .primaryAction { padding-bottom: 0px; }
.secondaryAction {
	border: 1px solid #339900;
	color: #339900;
	font-size: 12px;
	background-image: url(../images_global/bg_secondaryaction.gif);
	background-repeat: repeat-x;
	height: 20px;
	float: right;
	padding-bottom: 2px;
}
* html .secondaryAction { padding-bottom: 0px; }
.error {
	font-size: 11px;
	color: #c00;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: -2px;
}
ul#errors {
	display: none;
	margin: 0px;
	padding: 5px;
	color: #C00;
	font-weight: bold;
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 20px;
	font-size: 1.1em;
}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}
#clearfix { clear: both; margin: 0px; }