/* Prod View*/
.idesc{
    font-family:arial,sans-sarif;
      text-align: left;
}
a.ildesc, a.ildesc:visited {
   display:block;
   font-size: 1em; 
   font-weight:normal;
   text-indent:2px;
   line-height: 1em;
   color: #555;
   font-family:arial,sans-sarif;
   text-decoration: none;
   text-align:center
}
a.ildesc:hover {
   display:block;
   font-size: .9em; 
   font-weight:normal;
   line-height: 1em;
   text-indent:2px;
   color: #cc9955;
   text-align:center;
   font-family:arial,sans-sarif;
   text-decoration: none;
}
.ildesc_bg{
   valign="top";
   text-indent:0px;
   border:1px solid white;
   background: #ddeeff;
}
.box1 {
   float: left; 
   width:140px; 
   height: 28px;
   border: 0px solid #aaa; 
   background-color: #90909d;
   text-align:right; 
   color:#ccffcc; 
   font-size: 16px; 
   font-weight:normal;
   line-height: 28px;
   margin-right: 12px;
   font-family: verdana, Arial, Helvetica, sans-serif;
}
.p-detail {
	font-size:16px; 
	font-weight:normal;
	line-height:28px;
	font-family: Helvetica, Arial, sans-serif;
}
.style1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FF0000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: xx-small;
}
.style5 {
	font-family: Helvetica, Arial, sans-serif;
   height 10px;
   border: 0px solid #777777; 
   background-color: #ffffff;
   text-align:center; color:#555555; 
   font-size:1.0em; 
   font-weight:normal;
   line-height:1.6em;
}
HR {
  height:4px;
	color:#bbb;
}
/* Standard Styles */
.csh10 {
	color: #555;
	font-family: sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: normal;
                text-align:left
}
.csh11 {
	color: #777;
	font-family: sans-serif;
	font-size:1.0em;
	font-weight: normal;
	letter-spacing: normal;
                text-align:left
}

/* Photo Styles */

.photo_198 {
   border: 1px solid #ccc;
   width: 198px;
   height: 198px;
}

.photo_140 {
   border: 1px solid #00bbdd;
   width: 140px;
   height: 140px;
}

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {

}

.album-frame .top-x--- {

}
.album-frame .top--x-- {

}
.album-frame .top---x- {

}

.album-frame .mtpx---- {

}
.album-frame .mtp----x {

}

.album-frame .midx---- {

}
.album-frame .mid----x {

}

.album-frame .mbtx---- {

}
.album-frame .mbt----x {

}

.album-frame .bot-x--- {

}
.album-frame .bot--x-- {

}
.album-frame .bot---x- {

}

.photo-frame
{

}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{

}
.photo-frame .top-x- {

}
.photo-frame .top--x {

}

.photo-frame .midx-- {

}

.photo-frame .mid--x {

}

.photo-frame .botx-- {

}
.photo-frame .bot-x- {

}
.photo-frame .bot--x {

}

/* Lightbox */


#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;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10pt Arial, 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; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#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 */
	}	
