/*no alt style available*/

/*
The very first .itemne of this stylesheet MUST be used only for alternate sty.itemng classes.
Add the classes between the asterisks and separate each class with a comma
Add alt styles classes prepended with the ID in the format as
#lead-left.altclass .mtitem {}
*/

#list.cmse-latest .item {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
}

#list.cmse-latest span.title {}
#list.cmse-latest span.mask {border: 4px so.itemd #dddddd;}
#list.cmse-latest span.text {}

#list.cmse-latest .boxsize.b1 {width: 30%;}
#list.cmse-latest .boxsize.b2 {width: 68%;}

@media (max-width: 979px) {

}

@media (max-width: 640px) {
	#list.cmse-latest .item, 
	#list.cmse-latest .item span.mask, 
	#list.cmse-latest .boxsize,
	#list.cmse-latest .r-margin,
	#list.cmse-latest .l-margin {
		float: none; 
		width: auto !important; 
		clear: both; 
		height: auto !important;
		margin: 0 !important;
		}
	#list.cmse-latest .boxsize {margin-bottom: 10px !important;}
		
}