@charset "utf-8";
/* CSS Document */

#showroom {
	height: 600px;
	width: 600px;
	margin-left: 20px;
}

#sr_head {
	height: 50px;
	width: 100%;
	background-image: url(sr_head.png);
	overflow: hidden;
}
#sr_head.it {
	background-image: url(sr_head_it.png);
}
#sr_head.en {
	background-image: url(sr_head_en.png);
}
#sr_head.fr {
	background-image: url(sr_head_fr.png);
}
#sr_head.de {
	background-image: url(sr_head_de.png);
}
#sr_head_chiudi {
	margin-left: 580px;
}

#sr_body {
	height: 550px;
	width: 100%;
	overflow: hidden;
}
#sr_elenco {
	float: left;
	height: 550px;
	width: 99px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	overflow: hidden;
}
#sr_elencoIn {
	margin: 0px;
	padding: 0px;
}
#sr_elencoIn a {
	display: block;
	margin: 10px auto;
	width: 90px;
}

#sr_titecont {
	float: right;
	width: 500px;
	height: 550px;
	overflow:hidden;
}

#sr_titolo {
	height: 20px;
	background-color: #000;
	width: 490px;
	padding-right: 5px;
	padding-left: 5px;
}
#sr_titolo h1 {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
}
#sr_titolo_loading {
	float: right;
	height: 20px;
	width: 20px;
	visibility: hidden;
	background-image: url(loader_piccolo_nero.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#sr_contenuto {
	height: 530px;
	background-color: #FFF;
}
#sr_descr_loading {
	float: right;
	height: 20px;
	width: 20px;
	visibility: hidden;
	background-image: url(loader_piccolo_bianco.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#sr_contenuto p {
	display: block;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#sr_comandi {
	height: 88px;
	width: 40px;
	float: left;
	padding-top: 422px;
}
#sr_comandi a {
	background-color: #CCC;
	background-image: url(sr_comandi.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#sr_comandi a:hover {
	background-color: #999;
}

#sr_comando_su {
	background-position: center top;
}
#sr_comando_giu {
	background-position: center bottom;
}

#sr_contenuto_img {
	float: left;
	height: 490px;
	width: 440px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
#sr_contenuto_loading {
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#sr_contenuto_img img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
}

