/**
 * Styles for esatchel app
 * @author Luis Pirir <luispirir@gmail.com>
 */
#esatchel {
	overflow: hidden;
	background: url(../images/bg_esatchel.png) center 60% no-repeat;
}
*+html #esatchel {
	background-position: 48% 60%;
}
* html #esatchel {
	background: none;
}
	.t1-en, .t1-es, .t2-en, .t2-es, .t3-en, .t3-es, .t4-en, .t4-es, .t5-en, .t5-es, .t1-it, .t2-it, .t3-it, .t4-it, .t5-it {
		text-indent: -9999px;
		margin-top: 0;
		padding-top: 0;
	}
		.t1-en {
			background: url(../images/profile.png) no-repeat;
			width: 146px;
			height: 65px;
		}
		.t2-en {
			background: url(../images/requests.png) no-repeat;
			width: 147px;
			height: 72px;
		}
		.t3-en {
			background: url(../images/news.png) no-repeat;
			width: 146px;
			height: 68px;
		}
		.t4-en {
			background: url(../images/activities.png) no-repeat;
			width: 147px;
			height: 73px;
		}
		.t5-en {
			background: url(../images/forum.jpg) no-repeat;
			width: 146px;
			height: 65px;
		}
		.t1-es {
			background: url(../images/profile-es.png) no-repeat;
			width: 146px;
			height: 65px;
		}
		.t2-es {
			background: url(../images/requests-es.png) no-repeat;
			width: 147px;
			height: 72px;
		}
		.t3-es {
			background: url(../images/news-es.png) no-repeat;
			width: 146px;
			height: 68px;
		}
		.t4-es {
			background: url(../images/activities-es.png) no-repeat;
			width: 147px;
			height: 73px;
		}
		.t5-es {
			background: url(../images/forum-es.png) no-repeat;
			width: 146px;
			height: 65px;
		}
		.t1-it {
			background: url(../images/profilo.jpg) no-repeat;
			width: 146px;
			height: 65px;
		}
		.t2-it {
			background: url(../images/richiesta.jpg) no-repeat;
			width: 147px;
			height: 72px;
		}
		.t3-it {
			background: url(../images/notizie.jpg) no-repeat;
			width: 146px;
			height: 68px;
		}
		.t4-it {
			background: url(../images/attivita.jpg) no-repeat;
			width: 147px;
			height: 73px;
		}
		.t5-it {
			background: url(../images/forum-it.jpg) no-repeat;
			width: 146px;
			height: 65px;
		}
	.items {
		float: left;
		width: 50%; 
		height: 300px;
	}	
	*+html .items {
		width: 49%;
	}
	.items ul {
		margin: 1em 2em;
	}
	#esatchel dd {
		margin: 0;
	}
		#esatchel dt {
			margin-bottom: 5px;
		}
		#esatchel dd {
			overflow: hidden;
		}
			#esatchel dd img {
				float: left;
				margin-right: 5px;
				margin-bottom: 5px;
			}
