@charset "UTF-8";
/* CSS Document */




DIV#BeforeAfterFormWrap{  
	color: #37013b;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
DIV#BeforeAfterFormWrap INPUT{ 
	border: 1px solid #666; 
	margin-right: 5px;
	background-color: #ddd; 
}
DIV#BeforeAfterFormWrap SELECT,
DIV#BeforeAfterFormWrap OPTION{
	background-color: #37013b;
	color: #CFA867; 
	margin-right: 7px;   
}


 

DIV#ResultsWrap{
	margin-top: 20px;
}



/* THE NO-QUERY MESSAGE
----------------------- */

P#noQueryMessage{
	margin: 20px;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ccc; 
} 



/* THE TEASERS (RESULTS)
------------------------ */

DIV.procTeaser {  
	width: 256px; 
	height: 108px;  
	background-color: #663366;
	text-align:center;
	border: 1px solid #999;
	float:left; 
	margin: 5px 5px 12px 12px;
} 
DIV.procTeaser A{
	color: #333;
	text-decoration:none;
}
DIV.procTeaser STRONG{ 
	margin: 4px;
	color: #CFA867;
}
/* IMAGES */

DIV.procTeaser DIV.before IMG,
DIV.procTeaser DIV.after IMG{  
	width: 115px; 
	height:76px;
	margin: 4px;
	padding: 0; 
	border: 0; 
	background: transparent url('imgs/bg-before-after-thumb.gif') no-repeat top left; 
}

DIV.procTeaser DIV.before{ 
	xborder: 1px solid #999;
	width: 119px;
	height: 100px;
	margin: 3px;
	padding: 0px;
	float: left;
}

DIV.procTeaser DIV.after{ 
	xborder: 1px solid #999;
	width: 119px;
	height: 100px;
	margin: 3px;
	padding: 0px;
	float: left;
}





/* THE DETAILS
----------------- */ 

/* Common settings for a 3 columns: 
	1. Before
	2. After
	3. About */

DIV.beforeDetails,
DIV.afterDetails,
DIV.aboutDetails {  
	width: 400px; 
	height: 490px;  
	text-align:center;
}
DIV.beforeDetails STRONG,
DIV.afterDetails STRONG,
DIV.aboutDetails STRONG { 
	margin: 4px; 
}


 

DIV.beforeDetails{
	/*border: 1px solid #999;/* switch */  
	width: 240px; 
	margin: 4px;
	padding: 0px;
	float: left; 
	background-color: #663366; 
	color: #CFA867;
}

DIV.afterDetails{ 
	width: 240px; 
	margin: 4px;
	padding: 0px;
	float: left; 
	background-color: #663366; 
	color: #CFA867;
}

DIV.aboutDetails{ 
	width: 225px; 
	margin: 4px;
	padding: 0px;
	float: right;     
	color: #cfa25e;
}

DIV.aboutDetails STRONG{
	display: block;
	margin: 8px;
	text-align:center; 
}

 

/* IMAGES */

DIV.beforeDetails IMG,
DIV.afterDetails IMG{
	width: 225px;
	height: 149px; 
	margin: 6px 4px 4px 4px;
	padding: 0; 
	border: 0;
	background: transparent url('imgs/bg-before-after-detail.gif') no-repeat top left; 
}


/* INFORMATION */

DIV.aboutDetails DIV{ 
	 /*border: 1px solid red;/* switch */    
	 padding: 7px 0px 7px  4px;
	 color: #333;
	 width: 216px;
	 height: 24px;
	 text-align: left;
	 white-space: nowrap;  
	background-color: #e5d6b5; 
	color: #333;
} 

DIV.aboutDetails DIV.odd{   
	background-color: #f4f4e0; 
	background-color:#c0b588; 
	color: #333;
}

DIV.aboutDetails DIV LABEL{
	/*border: 1px solid red; /* switch */ 
	font-weight: bold;
	width: 110px;
	margin-right: 7px;  
} 


