
/* Containers
----------------------------------------------------------------------------------------------------*/
.sekourei {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	overflow:hidden;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
.grid_1, 
.grid_2,
.grid_3{
	display:inline;
	float: left;
	position: relative;
	margin-left: 1.0px;
	margin-right: 7.0px;
	margin-bottom: 8px;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.sekourei .grid_1{
	width:250px;
	font-size:10px;line-height: 140%;color:#4B4B4B;
}

.sekourei .grid_2{
	width:518px;
}

.sekourei .grid_3{
	width:778px;
}


.sekourei .xrtb{
	color:#4B4B4B;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
margin-bottom: 5px;
}





/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

