/*::::: col2L :::::::::::::::*/
#col2L {
	width:100%;
	height:1%;
}
#col2L:after {
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
}
#col2L #col2L_L1 {
	float:left;
	width:190px;
	margin-right:-190px;
}
#col2L #col2L_L2 {
	position:relative;
	z-index:2;
	padding:1px 0px 0px 10px;
}
#col2L #col2L_R1 {
	float:left;
	width:100%;
}
/* editor */
.cms8341-form #col2L #col2L_R1 {
	width:97%;
}
#col2L #col2L_R2 {
	margin-left:190px;
}
/*::::: col2_50 :::::::::::::::*/
.col2_50 {
	width:100%;
	height:1%;
}
.col2_50:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.col2_50 .col50L {
	float:left;
	width:48%;
	margin-right:1%;
}
.col2_50 .col50R {
	float:right;
	width:48%;
	margin-left:1%;
}
/*::::: print :::::::::::::::*/
@media print {
#col2L #col2L_L1 {
	float:none;
	display:none;
	width:0px;
	margin-right:0px;
}
#col2L #col2L_L2 {
	padding:0px;
}
#col2L #col2L_R1 {
	float:none;
}
#col2L #col2L_R2 {
	margin-left:0px;
}
.col2_50 {
	padding-bottom:10px;
}
}
