/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */


.module_flaps .flaps {
	margin-top: 10px;
	width: 100%;
}

.module_flaps .flaps ul {
	margin: 0;
	padding: 0px 0px 1px 0px;
	list-style: none;
}
.module_flaps .flaps li {
	float: left;
	background: url(/images/layout/flaps_left.gif) no-repeat left top;
	margin-right: 3px;
	padding: 0 0 0 4px;
	margin-bottom: 5px; 
}

.module_flaps .flaps a {
	display: block;
	background: url(/images/layout/flaps_right.gif) no-repeat right top;
	padding: 5px 10px 5px 6px;
	font-size: 13px;
	text-decoration: none;
	color: #313536;
}

.module_flaps .flaps li.selected {
	  background-image: url(/images/layout/flaps_selected_left.gif);
}
.module_flaps .flaps li.selected a {
	  background-image: url(/images/layout/flaps_selected_right.gif);
	  padding-bottom: 5px;
}


.module_flaps .flapsBottom {
	background: url(/images/layout/flaps_bottom.gif) repeat-x bottom;
	background-color: #e4e5e7;
	clear: both;
	height: 8px;
	margin-bottom: -3px;
	position: relative;
	top: -5px; 
}