/*  Eshop Overrides */
/* Make p's have margins. */

div.eshop_product div.landing-left-container p {
	margin: 0px 0px 10px 0px;
}

div.eshop_product div.landing-left-container div.banner-bottom p {
	margin: 0px;
	
}

#eshop-promo {
	float: right;
	margin-top: 10px;
	margin-left: 7px;
}
/*--------------------------------------------------------------------- layout.css */

#title-intro-blank {
	padding-right: 10px;
	width: 511px;
}
/* end overrides */



.eshop-row {
	width: 649px;
	height:124px;
	margin-right:8px;
	margin-bottom:20px;
	float:left;
}

.eshop-thumb {
	width: 182px;
	height:115px;
	padding-left:8px;
	padding-top:9px;
	margin-right:37px;
	float:left;
	background-image:url(/images/eshop/back-eshop-thumb.gif);
}

.eshop-thumb-end {
	width: 182px;
	height:115px;
	padding-left:8px;
	padding-top:9px;
	float:left;
	background-image:url(/images/eshop/back-eshop-thumb.gif);
}




/*******************************************************/
/*******************************************************/
/* LIGHTBOX FUNCTION */
/*******************************************************/
/*******************************************************/


#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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/images/eshop/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(/images/eshop/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(/images/eshop/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/eshop/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Arial, 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;
	}


/*--------------------------------------------------------------------- Demo Section */

#demo-section {
	width: 648px;
}

#demo-screengrabs {
	width: 190px;
	border: 1px solid #cccccc;
	background-color: #F5F5F5;
	float:left;
}

#demo-screengrabs-top {
	margin: 0px 0px 0px 0px;
	padding: 17px;
	/*background: url("/images/backgrounds/back-grey-panel-vps.jpg") no-repeat left top white; */

}

#demo-screengrabs-top p {
	width: 155px;
	padding-bottom: 10px;
}

#demo-screengrabs-bottom {
	/* background: url("/images/backgrounds/back-grey-panel-vps.jpg") no-repeat left bottom white; */
}
#demo-screengrabs-copy {
	float: left;
	margin: 0px 10px;
	width: 420px;
}
#demo-screengrabs-copy-full {
	margin: 0px 0px;
}

#demo-screengrabs-copy h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#demo-screengrabs-copy h4, #demo-screengrabs-copy-full h4 {
	margin: 0px;
}


#demo-screengrabs-copy p, #demo-screengrabs-copy-full p {
	margin-bottom: 10 px;
}



