

/***********************************************************************/
/* ----- NOTE: HOK speedshape specific CSS at bottom of this page -----*/
/***********************************************************************/



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 25%; 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-size: 12px; font-weight: bold; color: #e66100;}
#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; }




/***********************************************************************/
/* -------- NOTE: HOK speedshape specific CSS starts here page --------*/
/***********************************************************************/


.speedshapes {
    position: relative;
    width: 800px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
h1 {font-size: 18px; font-weight: bold; margin: 15px 0 8px 0; padding: 0;}
.speedshapes h2 {font-size: 16px; font-weight: bold; margin: 8px 0; padding: 0;}
.speedshapes h3 {font-size: 14px; font-weight: bold; margin: 8px 0; padding: 0;}
.speedshapes p {font-size: 11px; margin: 5px 0;}

.shape_section, .shape_section_float {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.shape_section_float {float: left; padding: 0 8px;
}
.nopad {padding: 0; margin-bottom: 20px;}

.one {width: 90px;}
.two {width: 180px;}
.three {width: 270px;}
.four {width: 330px;
      _width: 335px;
}
.five {width: 410px;
      _width: 420px;
}
.six {width: 495px;
     _width: 504px;
}
.seven {width: 575px;
       _width: 588px;
}
.eight {width: 660px;
       _width: 672px;
}
.nine {width: 738px;
      _width: 750px;
}
.ten {width: 835px;}

.shape_item {
    width: 70px;
    height: 120px;
    float: left;
    margin: 0;
    padding: 9px 6px;
    _padding-right: 5px;
    text-align: center;
    font-size: 11px;
}
.shape_item img {margin-bottom: 5px;
}
.shape_item a .title, 
.shape_item .title, 
.shape_section_float .title {
    font-size: 13px; font-weight: bold;
}

.shape_item a, .shape_item a:hover, .shape_item a:link, .shape_item a:active {
    text-decoration: none; 
    color: #fff;
}
.shape_item a img {border-color: #232323;
}
.shape_item a:hover {color: #e66100;
}
.shape_item a:hover img {border-color: #e66100;
}

.clear {clear: both;}
.center {text-align: center;}
.disclaimer {font-size: 10px; color: #f00; font-weight: bold;}
sup {font-size: 55%; margin: -3px 0;
    _font-size: 75%;  /* for IE ignored by FF */
}
hr {border-left: none; border-right: none; margin: 8px;}


