/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}


/*#aToolTip .aToolTipContent {
    background: none repeat scroll 0 0 #fff;
    margin-left: -210px;
    padding: 20px;
    position: relative;
	color:#a22f0f !important;
}*/


#aToolTip .aToolTipContent {
    background: none repeat scroll 0 0 #ff4714;
    /*color: #a22f0f !important;*/
	color:#fff;
	right:29px;
    padding:10px 20px;
    position: absolute;
	width:260px;
	top:-20px;
	font-size:17px;
	  }

#aToolTip .aToolTipContent a{
    font-size:17px;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	text-transform:uppercase;
	    	  }
	  
 


/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	border:none;
	background:none;
	color:#fff;
	margin:0;
	padding:6px 12px;	
 /*	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;
 	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111; 
	box-shadow: 2px 2px 5px #111; */
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}