/* the overlayed element */
div.overlay, div.login_overlay {
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:300px;
	height:456px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 45px 50px 55px 50px;
	z-index: 997;
}

div.overlay.login_overlay {
	width: 300px;
	height: 150px;
}

/* default close button positioned on upper right corner */
div.overlay div.close, div.login_overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../images/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
.contentWrap img {
	margin: auto;
	border: 5px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
.contentWrap {
	text-align: center;
	line-height: 1;
}
.contentWrap a {
	color: blue;
	line-height: 2;
}

/* tooltip styling */
.tooltip_roof, .tooltip_ceiling, .tooltip_wall, .tooltip_floor, .tooltip_roof_commercial, .tooltip_ceiling_commercial, .tooltip_wall_commercial, .tooltip_floor_commercial,  .tooltip_roof_ware, .tooltip_ceiling_ware, .tooltip_wall_ware, .tooltip_floor_ware, #iso_text, #ctc_text, #eco_text, #astm_text { 
    display:none; 
    background:url(../images/black_arrow.png); 
    height:94px; 
    padding:18px 10px 10px 20px; 
    width:179px; 
    font-size:11px; 
    color:#fff; 
    z-index: 998;
    cursor: pointer;
} 

.tooltip_ceiling, .tooltip_ceiling_commercial {
	height: 74px;
	padding-top: 38px;
	padding-left: 17px;
}
.tooltip_ceiling_commercial {
	padding-left: 22px;
}
#residential .tooltip_ceiling ul li, #residential .tooltip_ceiling_commercial ul li {
	padding-left: 0;
}

.tooltip_wall, .tooltip_wall_commercial, .tooltip_wall_ware, #iso_text, #ctc_text, #eco_text, #astm_text {
	background: url(../images/black_arrow_big.png);
	width: 330px;
	height: 171px;
	padding-left: 30px;
	padding-top: 35px;
}
#ctc_text, #iso_text, #eco_text, #astm_text {
	padding-right: 20px;
	width: 320px;
	padding-top: 25px;
	height: 181px;
	line-height: 120%;	
}
#ctc_text strong, #iso_text strong, #eco_text strong, #astm_text strong  {
	color: #eee;
}
#iso_text ul { margin-top: 5px; }
#iso_text ul li { padding-bottom: 0; padding-top: 0; }
.tooltip_wall_commercial {
	height: 181px;
	padding-top: 25px;
}

.tooltip_wall {
	height: 179px;
	padding-top: 27px;
	padding-left: 27px;
	width: 333px;
}
#residential .tooltip_wall ul li {
	line-height: 1;
	padding-bottom: 3px;
}

.tooltip_floor, .tooltip_roof_commercial, .tooltip_floor_commercial, .tooltip_floor_ware {
	padding-top: 30px;
	height: 82px;
}

.tooltip_roof_ware, .tooltip_ceiling_ware {
	height: 79px;
	padding-top: 33px;	
}

/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
#residential a { 
    color:#eee; 
}
#residential a:hover { 
	color: #fff;
}
#residential a:visited {
	color: #ddd;
}
p.pdf.alucobond { line-height: 100%; min-height: 30px; padding-top: 0; }
