﻿/* Progress bar section */

.updateProgress
{
	position: absolute;
	background-color: Gray;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{	
	padding: 4px;
	position: absolute;
	top: 40%;
	left: 50%;
}

/* end of Progress bar section */


/* Positioning the elements in the header */
.divSuperHeadRight
{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right:10px;
}
.divSuperHeadleft
{
   position: absolute;
   top: 0px;
   margin-left:200px;
}
.divSuperHeadlogo
{
  position: absolute;
  top: 0;
  left:30px;
 
    /*   left: 0; margin-right: 230px; */
}
.divHeadCentralContent
{
   top: 0px;
   left:0px;
   margin-left:140px;
   margin-right:140px;
}
/*
End of positioning the elements in the header
*/

/*
Positioning the Paging of products list
 */

.divpagingRight
{ 
	position: absolute;
	right: 5px;
	top: 0px;
	bottom:6px;
	text-align: right;
}

.divpagingLeft
{
	position: absolute;
	left: 5px;
	top: 0px;
	bottom:6px;
	text-align: left;
}

/*
End of positioning the Paging of products list
*/



#Prodwrapper
{
	width: 100%;
	position: relative;
	/*_height: auto !important;
    height: 180px;*/
    min-height: 210px;
	z-index:1;
	
}

#Prodleft
{
	position: absolute;
	left: 5px;
	top: 0px;
	width: 150px;
	padding-right: 5px;
}
#Prodcenter {
  top: 0;
  margin-left: 210px;
  margin-right:110px;
}
#Prodright
{
	position: absolute;
	right: 5px;
	top: 0px;
	width: 100px;
}
/*
Image float
*/
div.FloatLeft 
{
	float: left; 
	padding: 5px; 
	width: 100%;
}
div.FloatLeft img 
{
	float: left; 
	margin: 5px;
}


/*
 END of Image float
*/
/*
Image float Cart
*/
div.FloatLeftCart 
{
	float: left; 
	margin-right: 100px;
	padding-left: 50px; 
	width: 100%;
}
div.FloatLeftCart img 
{
	float: left; 
	margin: 5px;
}


/*
 END of Image float
*/

/*
Image float
*/
div.FloatLeftSmall 
{
	float: left; 
	margin-left:15px;
	padding: 1px; 
	padding-top:5px;
	padding-bottom:5px;
	width: 100%;
}
div.FloatLeftSmall img 
{
	float: left; 
	margin: 1px;
	margin-right:3px;
}


/*
AJAX DIV
*/
.divAjax {
	position:			absolute;
	width:				32px;
	height:				32px;
	left: 				50%;
	top: 				50%;
 	z-index:			100;
 	background-color: 	transparent;
	margin-left: 		-16px;
	margin-top: 		-16px;
}
/*
END OF AJAX DIV
*/
/*
ShoppingCartPage
*/
.divPrUnit 
{
	position:			absolute;
	width:				70px;
	right : 			70px;
	top: 				0px;
  	background-color: 	transparent;

}
.divPrSubTot 
{
	position:			absolute;
	width:				70px;
	right : 			0px;
	top: 				0px;
  	background-color: 	transparent;
}
/*
End of Shopping cart page
*/

/* Form Divs */

.divFormHolder
{
	position: relative;
	width:100%;
	padding-bottom: 5px;
	clear:both;

}

.divleftTextRight
{
 float:left;
 clear:left;
 width:48%;	
 left:0;
 left:1%;
 padding-top:5px;
 text-align:right;
 margin-top:3px;
 }

.divRightTextLeft
{
 float:right;
 width:48%;	
 right:0;
 right:1%;
 text-align:left;
 margin-top:3px;
 }

/*  End of form divs */

/* Lightbox */

#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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;
	}
	
/* End of Lightbox*/