/* FCE */
.fcewrapper {
	clear:both;
	width:100%;
}

/* FCE left content */
.fceleftcontent33 {
	float:left;
	width:33%;
}

.fceleftcontent2 {
	float:left;
	width:225px;
	height:310px;
}

.fceleftcontent50 {
	float:left;
	width:50%;
}

/* FCE center content */
.fcecentercontent33 {
	width:32%;
	float:left;	
	padding-left:10px;
}

.fcecentercontent2 {
	width:230px;
	float:left;	
	height:310px;
/*	padding-left:10px; */
}


/* FCE right content */
.fcerightcontent33 {
	width:32%;
	float:left;
   padding-left:10px;
}

.fcerightcontent2 {
	width:225px;
	float:left;
	height:310px;
/*   padding-left:10px; */
}

.fcerightcontent50 {
	width:50%;
	float:left;
}

.fcewithborder .fcecentercontent33,
.fcewithborder .fcerightcontent33 {
   padding-left:9px;
   border-left:1px solid #ECECEC;
}