

.popup-window {
	_position: fixed;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.popup-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 10000;
}
.popup-window-transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.popup-window-light {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}


* html .popup-window-light { /* ie6 hack */
	position: absolute;	
	}

.popup-window-dark {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.login-popup-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;	
	cursor: pointer;
}

.popup-window-transparent {
	background-image: url(/pfw_files/tpl/popup/blank.png);	
}

.popup-window-light {
	background-color: #000;
	opacity: 0.6;	
	filter: alpha(opacity = 60);
}

.popup-window-dark {
	background-image: url(/pfw_files/tpl/popup/dark.png);
}

.popup-body {
	background-color: transparent;
}

.login-popup-loading-label {
	font-size: 12px;
}

.login-popup-loading-icon {
	position: absolute;
	top: 50%;
    	left: 50%;
    	margin-left: -16px;
    	margin-top: -16px;
}


#image-popup{
	border:7px solid #09305b;
}

.img-popup-container-1{
	border:1px solid white;
	background-color:white;
}

.img-popup-container-1 img{
	cursor:pointer;
}

.img-popup-message{
	font-size:9px;
	font-family:verdana;
	padding:3px;
	text-align:center;
	color:#666;
}


/*  ******************** POPUPS - LOGIN / REGISTER ********************  */
/*  *******************************************************************  */	

#login {
	background:#09305b url(/pfw_files/tpl/popup/bg-body-login.gif) no-repeat;
	/* background:#09305b url(/pfw_files/tpl/popup/bg-body-login.gif) 20px 20px no-repeat; */
	width:590px;
	height:311px;
	font-size:15px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;
	/* padding:20px; */
	/* border:1px solid #57c7e8; */
	}
	
#login h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#72a6d2;
	font-size:28px;
	text-align:right;
	padding-right:30px;
	padding-top:46px;
	}

#login table {margin-top:25px;margin-left:50px;margin-right:50px;}
	
#login input[type="button"], input[type="reset"]  {
	font-size:14px;
	}	

#login .input-text {
	width:200px;
	padding-top:6px;
	padding-left:4px;
	font-family:Verdana,Helvetica;
	font-size:0.9em;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:20px;
	background:url(/pfw_files/tpl/structure/bg-input-contact.gif);
	margin-bottom:5px;
	font-weight:bold;
	margin-right:5px;
	}	

#login .legend-contact {
	font-family:Verdana, Helvetica;
	font-size:0.9em;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;	
	color:#405c81;
	font-weight:bold;	
	}
	
.login-popup-close {
	position:absolute;
	top:-4px;
	right:-15px;
	}
		
.links-login {
	margin-top:10px;
	}

#login a {
	padding-left:140px;
	text-decoration:none;
	font-weight:bold;
	color:#d12426;
	font-size:0.8em;
	clear:both;	
	line-height:1.56em;
	}
	
#login a:hover {text-decoration:underline;color:#000;}	
	
#login #button-cell {
	padding-top:15px;
	}

#login #login-password-empty-error {font-size:9px;font-weight:bold;color:red;}
#login #login-user-empty-error {font-size:9px;font-weight:bold;color:red;}
#login .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}

#login-message-cell{
	height:30px;
}


/*  ******************** POPUPS - RECOMMEND ********************  */
/*  ************************************************************  */

#recommending {
	background:#405c81 url(/pfw_files/tpl/popup/bg-body-recomendar.gif) 20px 20px no-repeat;
	width:550px;
	height:302px;
	font-size:14px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;
	padding:20px;
	border:1px solid #57c7e8;
	}
	
.recommending-container{
	position:relative;
}
	
#recommending h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#5790c7;
	font-size:28px;
	text-align:right;
	font-weight:normal;
	line-height:1em;
	padding-top:19px;
	padding-right:15px;
}
	
#recommend_form {
	margin-top:30px;
}

#recommend_form input[type="button"], input[type="reset"]  {
	font-size:14px;
}

#recommend_form .input-text {
	width:150px;
	padding-top:6px;
	padding-left:4px;
	font-family:Verdana,Helvetica;
	font-size:0.9em;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:20px;
	background:url(/pfw_files/tpl/structure/bg-input-contact.gif);
	margin-top:5px;
	font-weight:bold;
	margin-right:5px;
}
	
#recommend_form table {
	margin-left:20px;
	margin-right:20px;
}
	
#recommend_form .legend-contact {
	font-family:Verdana, Helvetica;
	font-size:0.9em;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
}
	
#recommend_form .legend-contact3 {
	font-family:Verdana, Helvetica;
	font-size:12px;
	width:130px;
	padding-right:10px;
	text-align:left;;
	font-weight:bold;
	color:#405c81;
	text-transform:uppercase;
	border-bottom:1px solid #d4e5f4;
	padding-left:20px;
}
		
#recommend_form #recommend-cell {
	padding-top:50px;
}
			
#recommend_form #recommend-namefrom-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-namefrom-non-numeric-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-nameto-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-nameto-non-numeric-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailfrom-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailfrom-format-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailto-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailto-format-error {font-size:9px;font-weight:bold;color:red;}

#recommend-message-cell{
	height:30px;
}

#recommend_form .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}

/*  ******************** POPUPS - COMPRAR ********************  */
/*  ********************************************************  */

#buy {
	/* background:#5790c7 url(/pfw_files/tpl/popup/bg-body-comprar.gif) 20px 20px no-repeat; */
	background:#5790c7 url(/pfw_files/tpl/popup/bg-body-comprar.gif) no-repeat;
	width:568px;
	height:573px;
	font-size:14px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;
	/* padding:20px; */
	border:1px solid #26374D;	
}
	
#buy h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#26374D;
	font-size:28px;
	text-align:right;
	font-weight:normal;
	line-height:1em;
	padding-top:32px;
	padding-right:45px;
}

#buy #buyso-name-empty-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-name-non-numeric-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-surname-empty-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-surname-non-numeric-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-company-empty-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-mail-empty-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-mail-format-error {font-size:10px;font-weight:bold;color:red;}
#buy #buyso-phone-numeric-error {font-size:10px;font-weight:bold;color:red;}

#buySO-message-cell{
	height:30px;
}


#buySO_form {
	font-size:13px;
	margin-top:20px;
}

#buySO_form .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}

#buy .input-text {
	width:230px;
	padding-top:3px;
	padding-left:4px;
	font-family:trebuchet MS;
	font-size:15px;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:23px;
	background:url(/pfw_files/tpl/structure/bg-input-contact.gif);
	margin-bottom:5px;
}
	
#buy #select-contact {
	width:230px;
	font-family:trebuchet MS;
	font-size:15px;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:26px;
	background-image:url(/pfw_files/tpl/structure/bg-input-contact.gif);
}
	
#buy .legend-contact1 {
	padding-left:10px;
	font-family:Verdana, Helvetica;
	font-size:9px;
	text-align:left;
	padding-right:10px;
	vertical-align:top;
}




#buy .legend-contact {
	font-family:Verdana, Helvetica;
	font-size:13px;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
}
	
#buy textarea {
	width:230px;
	padding-top:3px;
	padding-left:4px;
	font-family:trebuchet MS;
	font-size:15px;
	color:#1b4987;	
	background-color:#eff4f8;
	border:1px solid #72a7d1;
	margin-top:5px;
	margin-bottom:30px;	
}


	
#unregister_form h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#ff9192;
	font-size:28px;
	text-align:right;
	font-weight:normal;
	line-height:1em;
	padding-top:25px;
	padding-right:15px;
}


/*  ******************** POPUPS - REGISTRO ********************  */
/*  ***********************************************************  */

#login2 {
	background:#09305b url(/pfw_files/tpl/structure/bg-body-reister.gif) no-repeat;
	/* background:#09305b url(/pfw_files/tpl/structure/bg-body-reister.gif) 20px 20px no-repeat; */
	width:590px;
	height:545px;
	font-size:15px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;
	/* padding:20px; */
	/* border:1px solid #57c7e8; */	
}
	
#login2 h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#72a6d2;
	font-size:28px;
	text-align:right;
	padding-right:35px;
	padding-top:40px;
}
	
#login2 input[type="button"], input[type="reset"]  {
	font-size:14px;
}	

#login2 .input-text {
	width:230px;
	padding-top:6px;
	padding-left:4px;
	font-family:Verdana,Helvetica;
	font-size:0.9em;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:20px;
	background:url(/pfw_files/tpl/structure/bg-input-contact.gif);
	margin-bottom:5px;
	font-weight:bold;
	margin-right:5px;
}

#login2 #select-contact {
	width:230px;
	font-family:trebuchet MS;
	font-size:15px;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:26px;
	background-image:url(/pfw_files/tpl/structure/bg-input-contact.gif);
}

#login2 .legend-contact {
	font-family:Verdana, Helvetica;
	font-size:0.8em;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
}	
	
#login2 a {
	padding-left:140px;
	text-decoration:none;
	font-weight:bold;
	color:#d12426;
	font-size:0.8em;
	clear:both;	
	line-height:1.56em;
}
	
#login2 a:hover {text-decoration:underline;color:#000;}	
	
#login2 #button-cell {
	padding-top:30px;
}

#login2 #register-password-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-user-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}

.success-message * {font-size:11px;font-weight:bold;color:green;text-align:center;margin-top:80px;}

#login2 #register-name-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-surname-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-company-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-mail-empty-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-name-format-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-surname-format-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-company-format-error {font-size:9px;font-weight:bold;color:red;}
#login2 #register-mail-format-error {font-size:9px;font-weight:bold;color:red;}

.content-form-popup1 {margin-top:15px;height:420px;overflow:auto;width:570px;}

.button-zone-popup, .button-zone-popup input {font-size:11px;margin-top:2px;}

#register-message-cell{
	height:30px;
}

#unregister-message-cell{
	height:30px;
	text-align:center;
	margin-bottom:5px;
	margin-top:25px;
}

#login2 textarea {
	width:230px;
	padding-top:3px;
	padding-left:4px;
	font-family:trebuchet MS;
	font-size:0.9em;
	color:#1b4987;	
	background-color:#eff4f8;
	border:1px solid #72a7d1;
	margin-top:5px;
}

.buttons-register {
	padding-top:25px;
}				


/*  ******************** POPUPS - AVISO LEGAL ********************  */
/*  *************************************************************  */

#aviso {
	background:#09305b url(/pfw_files/tpl/structure/bg-body-reister.gif) no-repeat;
	/* background:#09305b url(/pfw_files/tpl/structure/bg-body-reister.gif) 20px 20px no-repeat; */
	width:590px;
	height:545px;
	font-size:10px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;
	/* padding:20px; */
	border:1px solid #57c7e8;
}

#aviso h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#72a6d2;
	font-size:28px;
	text-align:right;
	padding-right:35px;
	padding-top:40px;	
}

.texto-legal {
	margin:60px 40px 20px 40px;	
}

.texto-legal p {
	margin-bottom:15px;
	font-size:0.8em;
}
	
/*  ******************** POPUPS - UNREGISTER ********************  */
/*  *************************************************************  */


#unregister {
	width:590px;
	height:210px;
	font-size:15px;
	position:relative;
	font-family:"Trebuchet MS", Verdana, Arial;
	background:#09305b url(/pfw_files/tpl/popup/bg-unregister.gif) no-repeat;
	border:1px solid #666;
	text-align:center;
	}
	
	
#unregister_form {
	
}
	
#unregister h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#000;
	font-size:20px;
	text-align:left;
	margin-top:100px;
	padding-left:30px;
	margin-bottom:20px;
}

#Msg {
	color:red;
	font-weight:bold;
}
	
#unregister_button {
	text-align:center;
	width:80%;
	background:none;
}
	
#unregister_button input {margin:10px;}


.img-popup {background:white;border:7px solid #3c3c3c;font-size:11px;text-align:center;font-family:"Verdana"}
.img-popup a {color:#1364a4;}
