/* CSS Document */
/*pagine del sito lavoro*/
body {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#testata {
	background: url(../img/skinGamestop/sfondoIntestazioneGrigio.png) repeat-x 0 0;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

#testata ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#testata li {
	float: left;
	margin: 0;
	padding: 0;
}

#testata a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 25px;
}

#testata a:hover {
	background: url(../img/skinGamestop/sfondoIntestazioneRossa.png) repeat-x 0 0;
}

.attivo {
	background: url(../img/skinGamestop/sfondoIntestazioneRossa.png) repeat-x 0 0;
}
.rightBar {
	text-align:right;
}
	
/*#header {
	background-image: url(../img/gsLoghi.png);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	height: 90px;
}*/	

#header .right_panel{
	width:199px;
	float:right;
	height:90px;
}

#header .right_panel .bottom {
	background-image: url(../img/jobOpportunities.png);
	background-repeat: no-repeat;
	height:38px;
	width:199px;
	margin-top:10px;
}

#header .right_panel .top {
	height:32px;
	margin:auto;
	width:93px;
	margin-top:10px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .right_panel .top li {
	float: left;
}
.clearing {
	clear: both;
}

