#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
max-width: 100%; 
max-height: 100%; 
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}



#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#box1,#box2,#box3 {
background-position:right bottom;
background-repeat:no-repeat
}

#box1 h2,#box2 h2,#box3 h2 {
text-align:left;
font-size:16px;
margin:0px;
padding:19px 30px 19px 30px;
font-weight:600
}


#box3 h2 {
padding:19px 30px 9px 0;
text-align:right;
}

#cart1 {
padding:0px 3px 5px 8px;
}


form {display:inline;}
#main1 a {font-size:11px;font-weight:bold;}
#box1 h2 {
background:url(/boxtop.gif) right top no-repeat;
}

#box3 a{font-size:14px;color:white;padding:0px 0px 0px 30px;}

#box2 h2 {
background:url(/boxtop1.gif) right top no-repeat;
}

#box3{ background:url(/linkw.gif) top no-repeat;width:220px;height:230px;color:white;}

#box1{
background-image:url(/bottom.gif);
}

#box2{
background-image:url(/bottom1.gif);
}



td {font-size: 14px; font-weight:regular; text-decoration:none; color:#030303;}
th {font-size: 14px; font-weight:regular; text-decoration:none; color:#222222;}

A { font-size: 14px; font-weight:regular; text-decoration:none; color:#004499;} 
A:hover {text-decoration: underline;}


h4 { display:block; font-size: 14px; font-weight:bold; text-decoration:none; color:#4398f2; padding-left:4px;}


.dark {font-size: 10px; font-weight:regular; text-decoration:none; color:#363636;} 
.light {font-size: 10px; font-weight:regular; text-decoration:none; color:#363636;} 
body {font-size: 11px; font-weight:regular; text-decoration:none; 
background-color:#eee;align:center;font-family: 'Open Sans',sans-serif;color:#333;
padding:0px;margin:0px;}

.kk {font-size: 10px; font-weight: regular; text-decoration:none; color:#363636;} 
.kk:hover {text-decoration:none; color:#ffc791;}

.kk1 {font-size: 10px; font-weight: bold; text-decoration:none; color:#008866;} 
.kk1:hover {color:#00aa88;}

.inp { font-size: 10px;color:#363636;background:#<? echo $col3; ?>; border-style:solid; border-width: 1}

.inp1 {font-size: 10px;color:#363636;background:#<? echo $col2; ?>;}
.clock { font-size: 9px;color:#363636;background:#<? echo $col2; ?>; border-style:none; border-width: 0}
.clock1 { font-size: 11px;color:#d2d2d2;background:#787878; border-style:none; border-width: 0}
.inp2 { font-size: 10px;color:#363636;background:#ffc691;}
.vv {cursor: pointer; color:#363636;}
.vv1 { font-size: 11px; font-weight:regular; color:#d2d2d2;}
.greys {color:#363636; background:#adadad; border-style:solid; border-width: 1}

.dropdown * {margin:0px;padding:0px;font-size:13px; }
.dropdown dt {margin:3px 9px 0px 16px; width:183px; border:1px solid black; padding:5px; font-weight:bold; cursor:pointer; background:url(/images/header.gif)}
.dropdown dt:hover {background:url(/images/header_over.gif)}
.dropdown dd {overflow:hidden; width:211px; display:none; opacity:0}
.dropdown ul {margin:0px 0px 0px 16px;list-style:none; border-top:none;font-weight:bold;}
.dropdown li {display:inline; background:#ccffea;}
.dropdown a, .dropdown a:active, .dropdown a:visited { display:block; padding:4px; color:#004499; text-decoration:none;  width:190px}
.dropdown a:hover {background:#4498ec; color:#ffffff}
#topi a{font-size:13px;color:white;margin:0px 5px 0px 5px;}
#topi {text-align:center;margin:7px 0px 0px 30px;}

.oneitemshort{ font-size:14px;line-height:18px;}

.oneitemshort li {
padding-left: 17px;
line-height:18px;
background: url("/images/assets/bullet.png") no-repeat 0 0px;
}



.oneitemshort ul {
-webkit-margin-before:0px;
-webkit-margin-after:0px;
padding-left: 0px;
line-height:12px;

list-style-type: none;
}