body {
	margin: 0px;
	background-color: #000000;
}

body, td, p {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}

.main {
	padding-left: 25px;
	padding-right: 25px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
h3
{
	font-size: 16px;
	margin: 0px;
}
a { color: #fff; text-decoration: none;}
a:hover { text-decoration: underline; }

/*
HEADER STYLES
*/
.logo {
	width: 305px;
	height: 102px;
	background-image: url(images/img_header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	margin: 0px;
	cursor: pointer;
}
.subheader {
	height: 29px;
	background-image: url(images/img_subheader.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	margin: 0px;
}

/*
NAVIGATION STYLES
*/
.nav {
	height: 102px;
	margin: 0px;
	text-align: left;
}
.nav h3 { text-indent: -9000px; cursor: pointer; height: 102px; margin: 0px; }
.gallery { width: 157px; background: url(images/img_gallery.png) no-repeat right top; }
.notecards { width: 83px; background: url(images/img_notecards.png) no-repeat; }
.openedition { width: 81px;	background: url(images/img_openedition.png) no-repeat; }
.limitededition { width: 82px; background: url(images/img_limitededition.png) no-repeat; }
.wholesale { width: 96px; background: url(images/img_wholesale.png) no-repeat; }
.shop { width: 70px; background: url(images/img_shop.png) no-repeat; }
.contact { width: 128px; background: url(images/img_contact.png) no-repeat; }

/*
FOOTER STYLES
*/
.footer_div { width: 902px; height: 12px; background: url(images/img_footer_div.png) no-repeat; }
.copyright { width: 305px; height: 74px; background: url(images/img_copyright.png) no-repeat; text-indent: -9000px; }
.termsofuse { width: 364px; height: 74px; background: url(images/img_termsofuse.png) no-repeat; text-indent: -9000px; }
.contact_footer { width: 73px; height: 74px; background: url(images/img_contact_footer.png) no-repeat; text-indent: -9000px; }
.search { width: 65px; height: 74px; background: url(images/img_search.png) no-repeat; text-indent: -9000px; }
.viewcart { width: 113px; height: 74px; background: url(images/img_viewcart.png) no-repeat; text-indent: -9000px; }

/*
FORM STYLES
*/
form { margin: 0px; }
label {
	font-size: 12px;
	font-weight: bold;
}
span.hint {
	font-size: 11px;
	color: #999999;
	margin-left: 5px;
}
input.text, textarea, select {
	margin-top: 3px;
	font-family: Arial, Verdana, sans;
	font-size: 12px;
	line-height: 14px;
	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(/shop-admin/images_global/bg_inputs.gif) repeat-x top;
}
.button {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #a4a4a;
	background: url(images/fade-butt.png);
	padding: 0.20em;
	font-weight: bold;
}
.smallButton {
	background: #a4a4a4;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #898989;
	border-top: 1px solid #bcbcbc;
	color: #ffffff;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	height: 20px;
	text-align: center:
	
}
ul#errors {
	display: none;
	background: #fff6bf;
	border: 1px solid #ffd324;
	padding: 5px;
	margin: 10px;
	color: #c00;
	font-weight: bold;
}
ul#errors li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 11px;
}

/*
MISC STYLES
*/
.image { padding: 2px; border: 1px solid #a4a4a4; }

/*
LIGHTBOX STYLES
*/
#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	
/*
CAROUSEL CSS
*/
/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#000000;
	padding:0px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

#html-carousel { 
    background: #000000;
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    width: 55px; 
    border: 0px solid green;
    padding: 10px;
    padding-top:  15px;
    margin: 0;
    color: #3F3F3F;
}

#html-carousel .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width: 370px;
    height: 70px;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}

/* Overlay */
#overlay {
  width: 200px;
  height: 80px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
