@charset "UTF-8";
.flags {
	/* [disabled]background-color: #CC9933; */
	height: 15px;
	width: 60px;
	margin-left: 870px;
	margin-top: -15px;
	margin-bottom: 15px;
}
.flags .gr {
	height: 12px;
	width: 16px;
}
.flags .en {
	height: 12px;
	width: 16px;
	margin-top: -12px;
	margin-left: 30px;
}
#fb {
	height: 16px;
	width: 16px;
	/*margin-top: -16px;*/
	margin-left: 50%;
}
.flexslider {
	padding-left: 2px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 1px solid #999999;*/
	display: table-cell;
	/*padding: 3px 10px;*/
	line-height: 0;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}