
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/img/home/navigationOverlayBackgroundOrig.gif);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:509px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/img/overlay/close.png);
	position:absolute; right:-10px; top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* for sample document modals modeled after the overview page modal */
.sample-overlay
{
    text-align:left;background-color:#ffffff;position:relative;width:722px;display:none; 
}
#overlay .trouble_text {
    font-style: italic;
}
#overlay .trouble_text strong {
    color: #333384;
    font-weight: bold;
}
#overlay a {
    color: #0068D3;
    text-decoration: none;
}
#overlay .modal-inner p
{
    padding-top:10px;
}
#overlay .indented_list 
{
    margin-left: 10px;
}
#overlay ul {
    color: #0068D3;
}
#overlay li 
{
    background: none;
    list-style:square;
    padding-left:0px;
    position: relative;
}
#overlay .close 
{
    background-image: url("/assets/js/fancybox/fancy_close.png");
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: -13px;
    top: -13px;
    display:none;
}
.PL_RADesclaimer
{
	font-family: 'Open Sans',Arial,sans-serif;
	text-align:left;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #444447;
}
.PL_LineSeparator
{
	border: solid 1px #a3d4ff;
    height: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.PL_TotalPrice
{
	font-family: 'Open Sans',Arial,sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #444447;
}
.PL_disclaimer
{
	font-size: 14px;
}
.cccPhoneWords{
    margin:0;padding:0;color:#1a1a1e;font-size:16px;height:30px;font-family:'Open Sans', Arial,sans-serif;font-weight:300;
}
.cccPhoneNumber {
    color:#1c70e1;font-size:16px;font-weight:300;font-family:'Open Sans',arial;
}



