#screen {
    width: 757px;
    margin: 8px 0 0 37px;
    padding: 0;
    clear: both;
    overflow: hidden;
    position: relative;
	background: white url(../images/creazioni/bg.gif) repeat-x bottom;
	height: 300px;
}
#slideshow {
    /*width: 717px;*/
	height: 280px;
	margin: 0 0; 
    overflow: hidden;
	line-height: normal;
}
#slideshow img {
    border: 0;
}
#slideshow p {
    line-height: 120% !important;
}
#slideshow ul {
	padding-left:225px;
	width:20000em;
}
#slideshow ul li {
    margin: -13px 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
    cursor: pointer;
	text-align: center;
	width: 360px;
	overflow: hidden;
}
#slideshow ul li p {
    margin: 0 0 0 0;
	text-align: center;
	color: #666666;
	padding-top: 0;
}
#slideshow ul li p span.codice {
	
	font-weight: bold;
	font-size: 12px;
	color: #CC0066;
}
#slideshow ul li p span.prezzo {
	
	font-weight: bold;
	font-size: 12px;
	color: #CC0066;
}

#next, #prev { 
    top: 100px;
    position: absolute;
    display: block;
    z-index: 5;
	width: 14px;
	height: 30px;
}
#prev {
	left: 0;	
}
#next {
    right: 3px;
}
.clear {
	clear: both;
}
#n_elementi {
	margin-top: -3px !important;
	margin-bottom: 12px !important;
	padding-left: 29px;
}
#n_elementi a {
	text-decoration: none;
}
#n_elementi a.attivo {
	font-weight: bold;
	font-size: 16px;
}
/*
#n_elementi a.nascosto {
	color: #999;
}
#n_elementi span {
	color: #999;
}
*/
span.carrello {
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(../images/creazioni/carrello.png) no-repeat center center;
	bottom: 80px;
	left: 50%;
	margin-left: 140px;
}
span.carrello_non_attivo {
	background: transparent url(../images/creazioni/carrello_non_attivo.png) no-repeat center center;
}
a.lente {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(../images/creazioni/lente.gif) no-repeat center center;
	bottom: 80px;
	left: 50%;
	margin-left: -160px;
}

#slogan {
	overflow: auto;	
	padding-top: 18px;
	height: 59px;
}
#slogan p {
	padding: 0 10px 4px 10px;
	margin:0px 0px 0px 0px;
	line-height:20px;
	text-align:center;
}
/* Ordine */
#contenitore_riepilogo {
	position: relative;
}
#aggiorna_carrello {
	position: absolute;
	bottom: 3px;
	left: 3px;
}
#riepilogo_ordine {
	margin: 3px 0 0 3px;
	padding: 0;
	border: 0;
	font-size: 12px;
	width: 417px;
	border-collapse: collapse;
}
#riepilogo_ordine tr th {
	text-align: center;
}
#riepilogo_ordine tr td, #riepilogo_ordine tr th {
	padding: 2px;
	margin: 0;
	border: 0;
	border: 1px solid #CCC;
}
#riepilogo_ordine tr th#elimina {
	width: 5%;
}
#riepilogo_ordine tr th#cod {
	width: 23%;
}
#riepilogo_ordine tr th#prezzo {
	width: 19%;
}#riepilogo_ordine tr th#qta {
	width: 10%;
}
#riepilogo_ordine tr td.prezzo {
	text-align: right;
}
#riepilogo_ordine tr td.qta {
	text-align: center;
}
#totale_ordine {
	margin: 5px 3px 2px 0;
	text-align: right;
}
#riepilogo_ordine tr td.qta input {
	width: 24px;
	text-align: center;
}
td.mtop15 {
	padding-top: 15px;
}
div.conferma_preventivo p {
	margin: 0 0 7px 0;
	line-height: 1.2em;
}
label.error {
	color: #C4005A;
	font-size: 0.9em;
	font-weight: bold;
}
p.messaggio {
	color: #C4005A;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 10px 10px;
	padding: 2px;
	background-color: #FFF;
	
}
table.table_news tr td p {
	margin: 0;
	font-size: 16px;
	line-height: 110%;
	color: #6C6C6C;
}
dt {
	font-size: 0.90em;
	text-align: left;
}