/* 

* (C) BoonEx Ltd., 2007
* IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage.
* This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd. 
* This notice may not be removed from the source code. 

*/
@charset "iso-8859-1";
@import url(../../base/css/explanation.css);
	body
	{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666;
		background-color:#FFF;
		width:500px;
		height:150px;
		overflow:visible;
	}
	
	div#main
	{
		position:relative;
		width:440px;
		margin-left:auto;
		margin-right:auto;
		margin-top:25px;
		border:0px solid red;
	}
	
	/***********************************************************************/	

	.designBoxFirst, .designBoxFirstClone, .design_box_border
	{
		position:relative;
		/*width:154px;*/
		background-color:#DEDEFE;
		border:0px solid red;
		margin-bottom:8px;
		font-size:12px;
	}
	
	.designBoxFirstClone
	{
		margin-bottom:8px;
	}
	
	

	.boxHeader
	{
		position:relative;
		width:100%;
		height:23px;
		background-image:url('../images/box_header_cutting.gif');
	    background-repeat:repeat-x;
	}
	
	.headerText
	{
		height:18px;
		overflow:visible;
		padding:4px 0px 0px 0px;
		font-family:Verdana;
		font-size:11px;
		color:#666699;
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}

	.lt_corner
	{
		position:absolute;
		top:0px;
		left:0px;
	}

	.rb_corner
	{
		position:absolute;
		bottom:0px;
		right:0px;
	}
	
	

	.lb_corner
	{
		position:absolute;
		bottom:0px;
		left:0px;
	}
	
	/** html .memberRightDiv .designBoxFirst .rb_corner, * html .memberRightDiv .designBoxFirst .lb_corner
	{
		bottom:-1px;
	}*/
	
	.boxContent, .boxContentWhite
	{
		position:relative;
		background-color:#DEDEFE;
		padding:6px 0px 6px 0px;
		border:0px solid red;
	}
	
	
	.boxContentWhite
	{
		background-color:white;
		border-right:1px solid #CCCCFF;
		border-left:1px solid #CCCCFF;
		width:438px;
		padding:13px 6px 40px 6px;
	}
	
	.boxFooter
	{
		position:relative;
		height:10px;
		/*background-color:#fff;*/
		margin:0px;
		padding:0px;
		border:0px solid red;
	}
	
	.rt_corner
	{
		position:absolute;
		right:0px;
		top:0px;
	}
	
	
/***********************************************************************/
/*##############################################################*/
	div.soundPop
	{
		text-align:center;
	}
/*##############################################################*/
