
#popup-overlay	{
	z-index: 105;
	opacity: 0.5;
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: hand;
	zoom: 1;
	filter:alpha(opacity=50);
}

#popup	{
	z-index: 110;
	width: 600px;
	border: 3px solid #666;
	background-color: white;
	position: absolute;
	top: 50px;
	left: 250px;
	text-align: left;
}

#popup div.productpopup-header{
	height:28px;
	background-color:#eaf7fe;
}

#popup div.closeicon	{

	background-image: url(../images/closex.png);
	background-repeat: no-repeat;
	
	width: 46px;
	height: 11px;

	position: absolute;
	right: 13px;
	top: 8px;
	z-index: 103;

}

#popup div.contents	{

}

#popup div.header	{
	
}

#popup div.popup-product-gallery	{
	text-align: center;
}


.product-image-popup-hover	{
	background-position:center -25px !important;
	cursor: pointer;
	cursor: hand;
}


.product-image-popup-normal	{
	background-position: center 0 !important;
}


#product-image-popup	{
	/*background-image: url(../images/button-bg.png);*/
	background-repeat: repeat-x;
	position: absolute;
	left: 200px;
	top: 200px;
	width: 90px;
	border: 1px solid #A0B1DC;
	height: 20px;
	line-height: 22px;
	
	font-size: 11px;
	
	z-index: 101;
	
	color: #003399;
	font-weight: bold;
	
	border-radius:3px;	
	-moz-border-radius:4px;
	 
	display:none;
}


/*div.popup-product-button:hover,*/
div.popup-product-button-active {
	cursor: pointer;
	cursor: hand;	
	/*background-color: #E5EEFC;
	color: #1d5cc3 !important;
	background-image: url(../images/button-back-hover.gif) !important;
	background-repeat: repeat-x;*/
}

div#popupButtons{
	margin-top: 35px;
}
div#popup-product-button-close	{
	background-image: url(../images/closebig.png);
	background-repeat: no-repeat;
	width:67px !important;
	float:left;
	margin-left:31px;
}
div#popup-product-button-product{
	background-image: url(../images/gotoproduct.png);
	background-repeat: no-repeat;
	width:173px !important;
	float:left;
}

/*div#popup-product-button-close:hover,*/
div.popup-product-button-close-active {
	/*border: 1px solid #A1A1A1 !important;
	background-color:#f13434 !important;
	background-color: #E5EEFC;
	background-image: url(../images/button-back-hover.gif) !important;
	background-repeat: repeat-x;*/
	color: #5f5f5f !important;
	cursor: pointer;
	cursor: hand;	

}

div.popup-product-button	{
	
	/*background-color: #E5EEFC;
	background-image: url(../images/button-back.gif);
	background-repeat: repeat-x;

	border: 1px solid #A0B1DC;

	border-radius:3px;	
	-moz-border-radius:4px;*/
	
	height: 35px;
	line-height: 33px;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}


div.popup-product img.popup-product-image	{
	margin-top: 20px;
	margin-bottom: 10px;
}

div.popup-product h1	{
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}


div.popup-product div.popup-product-image	{
	width: 236px;
	float: left;
	
	text-align: center;
	margin-right: 20px;
}

div.popup-product div.popup-product-info	{
	width: 320px;
	float: left;
}



div.popup-product div.popup-product-info p	{
	font-size: 12px;
	line-height: 1.6em;
	color: #3D3D3D;
	margin-bottom: 15px;
}


div.popup-product div.popup-product-button	{
	text-align: center;
}

div.popup-product div.popup-product-additional	{
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-top: 10px;
}

div.popup-product div.popup-product-additional div.popup-product-price	{
	background-color: #F1F1F1;
	border-top: 1px solid #CCCCCC;
	color: #12B200;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

table.popup-product-availability	{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 220px;
}

table.popup-product-availability td	{
	font-size: 12px;
}

table.popup-product-availability td.popup-product-header-td	{
	font-weight: bold;
	width: 40%;
}

table.popup-product-availability td.popup-product-contents-td	{
	width: 60%;
}

div.productpopup-loading	{
	height: 150px;
	text-align: center;
	font-size: 1.4em;
	padding-top: 75px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}







