/* ================================================================
CSS STYLES FOR Module Soma Elite by OnyakTech - www.OnyakTech.com
===================================================================
*/


#somatip {     
	display:none;
	background:transparent url(black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}


/* style the trigger elements */
#soma img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


#triggers {
	
}
 
#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:0;
	padding:2px;
 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
 
 
 
/* styling for elements inside overlay */
.details {

}
 
.details h3 {

}


/* black version of the overlay. simply uses a different background image */
apple_overlay.black {
	background-image:url(transparent.png);		
	color:#fff;
}
 
apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}
 
black h2 {
	color:#fff;
}
 

/* the overlayed element */

.apple_overlay {

	/* initially overlay is hidden */

	display:none;
	
	
	/* growing background image */
	
	background-image:url(white.png);

	width:640px;
	/* 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 div.close {

	background-image:url(close.png);

	position:absolute;
	right:5px;
	top:5px;

	cursor:pointer;

	height:35px;

	width:35px;
}


