@charset "utf-8";
/* CSS Document */

.ads_popup_window
{
	
	margin-left: auto ;
	margin-right: auto ;
	position:absolute;
	z-index: 100;
	padding: 8px;
	background: #f6f6f6;
	
	vertical-align:baseline; 
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
  	width:800px;
	left:25%;  
	top:25%;
	
	border: 0px solid #cccccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	box-shadow: 0 2px 10px #444;
	-moz-box-shadow: 0 2px 10px #444;
	-webkit-box-shadow: 0 2px 15px #444;
	
	
	color:rgba(0, 0, 0, 0.75);
	font-size: 12px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	text-shadow:0 1px 0 #FFFFFF;
	display:none;
	
}

.popup_heading
{
	float:left;
	width:96%;
	cursor:move;
	position:relative;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	background: #ce0001;
	border: 0px solid #494949;
	color: #FFF;
	padding: 4px 2%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	height: 17px;
	vertical-align:central;
}

.drag_area
{
	float:left;
	width:92%;
	text-align: left;
}

.pop_content
{
	float:left;
	width:765px;
	font-size:10px;
	padding:2%;
	vertical-align:top;
}

.ads_content img 
{
	height:100px;
	width:480px;
	margin : 4px 0;
}

.ads_buttons 
{
	padding-top	: 1px;
	background  : url(../../images/popup/close.png) center bottom ;
	display 	: block;
	width		: 20px;
	height		: 21px;
	position:absolute;
	float:right;
	right:1px;
	top:0px;
	text-align: right;
	cursor: pointer;
}

.left{float:left}

p{float:left; width:100%; padding-left:10px; line-height:18px;}

/*
 * enable this will screw up the dropdown and tag it css - Jamal 29-Apr-12
 
 ul li{float:left; width:95%; padding:5px 0 5px 30px; background:url(images/arrow_small.gif) no-repeat 15px 9px; list-style:none}
ul li a{color:#666; text-decoration:none;}
ul li a:hover{color:#09f; text-decoration:underline}.bg {
	background-color: #F30;
}*/
