@charset "UTF-8";

div.col2 {
	clear: both;
	width: 350px;
	margin: 0 0 20px 0;
}

/* clearfix */
div.col2 {
	zoom:1;/*for IE 5.5-7*/
}

div.col2:after{/*for modern browser*/	
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div.box6 {
    width: 355px;
	height: 108px;
    font-size: 11px;
    margin-bottom: 10px;
}


div.box6 img {
	float: left;
	margin: 0 10px 10px 0;
}



.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     }
     
.clearfix {
     display: inline-block;
     }
 /* Hides from IE-mac \*/
  * html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */
