#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: #ffffff;
	width: 1250px;
	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; 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
body                         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 08pt; color: #000000; margin: 0px; }
h1                           { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF9900; }
th                           { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 08pt; color: #000000; }
p, div, td, li               { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 08pt; color: #000000; }
input, select, textarea      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 08pt; color: #000000; }
a                            { color: #666666; text-decoration: underline; }
a:hover                      { color: #000000; text-decoration:blink } 

/*
 *
 * custom
 *
 */

.error                       { color: #f36621; font-weight:bold; font-size:14px; }
.redcolor                    { color: #f36621; font-weight:bold; font-size:14px;  }
.graycolor                   { color: #ffffff; }
.heading                      { font-weight: bold; font-size:16px; }
.bigger                      { font-weight: bold; }
a.bigger                      { font-weight: bold; font-size:10px; }
.smaller                     { font-size: smaller; }
.linethru                    { text-decoration: line-through; }
input.button                 { background-color: #D0D0D0; border: 1px solid #666666; }
a.button                     { background-color: #D0D0D0; color: #000000; border: 1px solid #666666; padding: 02px 02px 02px 02px; text-decoration: none; }
a.button:hover               { background-color: #F0F0F0; color: #999999; border: 1px solid #000000; padding: 02px 02px 02px 02px; text-decoration: none; }


.cartcontainer               { color: #9C0300; background-color: #ffffff; font-size: 7pt; }
.cartcontainer a             { color: #9C0300; }
.cartcontainer a:hover       { color: #000000; }

.cartcontainer3               { color: #9C0300; background-color: #C2CFD8; font-size: 7pt; }
.cartcontainer3 a             { color: #9C0300; }
.cartcontainer3 a:hover       { color: #000000; }

.lmcontainer                 { background-color: #F8F8F8; }
table.lm td                  { color: #333333; font-size: 08pt; text-align: right; background-color: #F8F8F8; }
table.lm td a                { color: #333333; }
table.lm td a:hover          { color: #E44F0B; }
table.lm th                  { color: #E44F0B; font-size: 08pt; text-align: right; background-color: #ffffff; }

table.special                { }
table.special td             { }
table.special tr.evenrow td  { background-color: #E8E8E8; }
table.special tr.oddrow  td  { background-color: #F8F8F8; }
table.special th             { background-color: #E44F0B; color: #FFFFFF; font-weight: normal; }

table.special2               { }
table.special2 td            { }
table.special2 td.evencell   { background-color: #F8F8F8; }
table.special2 td.oddcell    { background-color: #E8E8E8; }
table.special2 th            { }

table.footer td              { color: #808080; font-size: 07pt; }
table.footer td.row1         { color: #FFFFFF; background-color: #FE9900; }
table.footer td.row1 a       { color: #FFFFFF; }
table.footer td.row1 a:hover { color: #000000; }
