/* --------- /stylesheets/reset.css --------- */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 	margin:0;	padding:0;}table {	border-collapse:collapse;	border-spacing:0;}fieldset,img { 	border:0;}address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;	font-weight:normal;}ol,ul {	list-style:none;}caption,th {	text-align:left;}h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}q:before,q:after {	content:'';}abbr,acronym { border:0;}/* --------- /stylesheets/store.css --------- */ 
#content .con .product_item .cart {	clear: both;
	font-size: 14px;}
#content .con .product_item .cart input {
	font-size: 14px;
}#content .con .product_item {	clear: both;	margin-bottom: 15px;	border-top: 1px solid #c90;	margin-top: 15px;	padding-top: 15px;}
#content .con .product_item .related_list h3.related {
	border-bottom: 1px solid #c90;
	line-height: 1.4em;
}#content .con .product_item H2 {	color: #fff;	font-size: 16px;}#content .con .product_item H3 {	font-weight: bold;	color: #c90;	font-size: 14px;	margin-bottom: 15px;}#content .con .product_item .features {	clear: both;	margin: 10px 0;}
#content .con .product_item .features ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
#content .con .product_item .features h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}#content .con .product_item .features .image {	width: 80px;	float: left;	text-align: center;}#content .con .product_item .features .content {	float: right;	width: 440px;
	font-size: 12px;}#content .con .product_item .features .content h3,
#content .con .product_item .features .content h2 {	font-weight: bold;	color: #c90;	font-size: 14px;	margin-bottom: 0px;}#content .con .product_item .cart .pipe {	color: #c90;	margin: 0 10px;}

table.cart {	width: 100%;}table.cart th {	color: #c90;	font-weight: bold;}table.cart tr {	border-bottom: 1px solid #c90;}table.cart td {	padding: 5px 0px;}table.cart td img {	border: 1px solid #c90;	padding: 2px;}table.cart td div.notes {	color: #c90;}table.cart tfoot {	font-weight: bold;}table.cart tfoot strong {	color: #c90;	font-weight: bold;}

#order_progress {	border: 1px solid #c90;	width: 99%;	margin-bottom: 10px;	text-align: center;}#order_progress span {	padding: 3px 5px;	color: #f5e88d;	font-size: 10px;	line-height: 2em;	font-weight: bold;}#order_progress span.current {	color: #c90;}

div.checkout-box {	width: 400px;}#content .con div.checkout-box p {	margin: 0 0 10px 0;}div.checkout-box .leftbox {	width: 190px;	float: left;}div.checkout-box .rightbox {	width: 190px;	float: right;}div.checkout-box input.half{	width: 50%;}


#content .con h3.checkout {	color: #c90;	border-bottom: 1px solid #c90;	padding: 3px 0px;	font-weight: bold;	font-size: 14px;	margin-bottom: 15px;	position: relative;}#content .con h3.checkout a {	position: absolute;	right: 0px;	font-size: 11px;	font-weight: bold;}
#content .con table.checkout {	width: 100%;}#content .con table.checkout td {	padding: 3px 0px;}#content .con table.checkout tbody {	border-bottom: 1px solid #c90;}#content .con table.checkout thead th {	font-weight: bold;	padding: 3px 0 6px 0;}#content .con table.checkout tfoot tr {	border-bottom: 1px solid #c90;	font-weight: bold;}#content .con table.checkout tfoot strong {	color: #c90;	font-weight: bold;}/* --------- /stylesheets/shared.css --------- */ 
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #333; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#flash {
	width: 90%;
	border: 1px solid #aaa;
	padding:  10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:  5px;
	margin-bottom:  5px;
	background-color: #fee;
}

div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}
div.div10 {
	height: 10px;
	clear: both;
}

div.div15 {
	height: 15px;
	clear: both;
}
div.div20 {
	height: 20px;
	clear: both;
}
div.div5 {
	height: 5px;
	clear: both;
}


div.box {
	width: 90%;
	text-align: center;
	background-color: #eee;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
}

/* shared stuff between pages on site */

/* @group #inquiry_form */



div#inquiry_form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 500px;
	padding: 5px;
	background-color: #eee;
}
div#inquiry_form p {
	margin: 0px;
	padding: 0px;
}

div#inquiry_form input, div#inquiry_form textarea {
	font-size: 1.2em;
	width: 340px;
	float: right;
}
div#inquiry_form input.normal {
	width: auto;
	float: none;
}
div#inquiry_form input.submit {
	width: auto;
	float: right;
}
div#inquiry_form div.fieldWithErrors {
	width: 340px;
	border: 2px solid red;
	margin: 0;
	padding: 0;
	float: right;
}
div#inquiry_form label {
	display: block;
	width: auto;
	padding: 2px 5px 2px 5px;
	text-align: left;
	background-color: #ddd;
	color:  #333;
	width:130px;
	float: left;
}
div#inquiry_form .content {
	display: block;
	clear: both;
	width: 90%;
	margin: auto;
	padding: 3px;
	text-align: left;
	background-color: #fff;
	color: #222;
}

/* @end */



.alpha50 {
	opacity: alpha(0.5);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
div.moviePlayer {
	margin: auto;
	clear: both;
	text-align: center;
}

#custom_form, #custom_form_preview {
	width: 540px;
	margin: 20px auto;
	padding: 0px;
	border: 1px solid #555;
}
#custom_form .elt_req {
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	padding: 3px 0px 3px 20px;
	background: url(/images/form_req.gif) no-repeat;
}
#custom_form .elt_req.warning {
	background: url(/images/form_warning.gif) no-repeat;
}
#custom_form dl, #custom_form_preview dl {
	width: 100%;
}
#custom_form dt, #custom_form_preview dt {
	background-color:  #eee;
	font-weight: bold;
	font-size: 1.2.em;
	padding: 3px;
	margin-bottom: 3px;
}
#custom_form dd, #custom_form_preview dd {
	margin-left: 10px;
	margin-bottom: 15px;
}
#btnSubmitSet.submit, #custom_form .submit {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	background-color: #eee;
	border-top: 1px solid #888;
}

#custom_form textarea {
	width: 520px;
	margin: auto;
	height: 90px;
	border: 1px solid #888;
	background-color: #ffe;
}
#custom_form textarea:focus {
	background-color: #fff;
	border: 1px solid #333;
}
#custom_form .text input {
	width: 520px;
	border: 1px solid #888;
	background-color: #ffe;
}
#custom_form .text input:focus {
	background-color: #fff;
	border: 1px solid #333;
}

#custom_form_preview h3 {
	font-size: 1.4em;
	padding: 4px;
	margin-bottom: 5px;
	background-color: #b3b7f0;
}

#confirm_message {
	padding: 5px;
	background-color: #ffb;
	text-align: center;
	font-weight: bold;
	border-top: #777;
}

div.meja_splitter{
	clear: both;
	height: 3px;
	margin: 1px 0px;
	width: 100%;
}
/* --------- /stylesheets/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/blank.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(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/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 */
	}	
	
