/* 
	author: istockphp.com

#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #555353;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 162px;
    padding: 4px 10px;
    right: 0;
    top: 30%;
    width: 320px;
    z-index: 2;
}
#toPopup h3{font-size:20px; color:#000;}

div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    top:-46px;
    cursor: pointer;
    float: right;
    height: 32px;
    left:46px;
    position: relative;
    width: 32px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 0px 7px;
}



.pro_left_img{ float:left; width:175px;}
.pro_right_text{ float:right; width:250px; margin-top:-25px; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; margin-bottom:10px;}
.pro_right_text h3{ font-size:18px; color:#000;}
.pro_right_text p{ font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif;}
.pro_right_text .rates{ font-size:16px; color:#000;}
.pro_right_text .a{ border-radius:3px; background-color:#000; padding:3px 5px; color:#fff;}


*/

/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    padding:30px;
    border-radius: 0px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -225px;
	margin-top:-105px;
    position: fixed;
    top:50%;
    width:450px;
    z-index: 2;
	height:150px;
	border:1px solid #555353;
}
div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 32px;
    left:46px;
    position: relative;
    width: 32px;
	top:-43px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}



.pro_left_img{ float:left; width:auto;}
.pro_right_text{ float:right; width:250px; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; margin-bottom:10px;}
.pro_right_text h3{ font-size:18px; color:#000;}
.pro_right_text p{ font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif;}
.pro_right_text .rates{ font-size:16px; color:#000;}
.pro_right_text .a{ border-radius:3px; background-color:#000; padding:3px 5px; color:#fff;}

