/*****************************************************************************
   AUTORE   : 	Stefano Rettondini
   WEBSITE  :	www.aprint.it
   TEMPLATE :	Popup in home (FF - IE)
   DATA	:	rev.2 08/07/2009 	
******************************************************************************/

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px; /* fix IE 6/7/8 allunga oltre */ 
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1002;
	overflow: auto;
	text-align: center;
}

.popup {
	margin: 145px auto 0 auto; /* distanza dall'alto */
	width: 467px;
	height: 357px;
	background: url(../images/popup/bg_popup.jpg) no-repeat;
	padding-top: 10px;
}

.popup_close {
	float: right;
	margin-right: 10px;
	width: 31px;
	height: 31px;
	background: url(../images/popup/popup_close.jpg) no-repeat 0 0;
	text-decoration: none;
	display: block;
}

.popup_close:hover {
	background: url(../images/popup/popup_close.jpg) no-repeat 0 -31px;
}

.popup #sale_ends {
	margin-top: 12px;
	float: left;
	padding: 0px;
}

.popup_action {
	position: relative;
	margin-top: 310px;
	width: 100%;
	height: 25px;
}

.popup_action a, .popup_action a:link, .popup_action a:visited {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px; /* fix IE 6/7 */
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	margin-top: -0.7em !important;
	margin-top: -0.3em; /* fix IE 6/8 */
}

.popup_action a:hover {
	color: #FF0000;
}

.popup_order {
	border: none;
	margin: 0px;
	padding-bottom: 5px;
}
