@charset "utf-8";
/* CSS Document */

#textColDouble {
	float: left; 
	width: 100%;
	right: 50%;		/* right column width */ 
	margin: 30px 0 0 0; /*-15px;*/
}

#textColLeft {
	float: left;
	position: relative;
	overflow: hidden;
	width: 47%;		/* left column content width (column width minus left and right padding) */
}

#textColRight {
	float: left;
	position: relative;
	overflow: hidden;
 padding-left: 3em;
 width: 47%;		/* right column content width (column width minus left and right padding) */
}

#da__LSM_mouseOverPrompt_under{
	margin-top: 20px;
}

#next_show{
	background-color: #FFC;
	margin: -5px;
	padding: 5px;
}



/* end CSS */
