/* @override 

*/

/* @group layout */
html * {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 988px;
	margin: 0 auto 50px;
	padding: 0 50px;
}
#content {
	background-color: #fff;
	padding: 13px 18px 18px;
	min-height: 400px;
}

body {
	margin: 0;
	background: #ECECEC url(../images/bg.jpg) repeat-x 0 22px;
	font: 12px Arial;
	color: #000;
}

a {
	color: #3399FF;
	outline: none;
}
a img { 
	border: 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.view_more {
	color: #3399FF;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 6px;
}
input {
	outline: none;
	padding: 0px 4px;
 	font-size: 11px;
 	margin: 0;
}
textarea {
	outline: none;
	padding: 0px 4px;
 	font-size: 11px;
 	line-height: 15px;
}

/* @group clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @end */

/* @end */

/* @group meta */
#meta {
	margin: 0;
	color: #FF72DD;
	font: 12px/22px Arial;
	text-align: center;
	background: #fff;
}
/* @end */

/* @group header */
#header {
	margin: 8px 0 0;
	border-bottom: 10px solid;
}
#spinner {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background: #fff url(../images/spinner.gif) no-repeat 0 0;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 0;
	padding: 2px 20px;
}
#logo img {
	vertical-align: bottom;
}
#shortcuts {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 44px;
	height: 44px;
	font-weight: bold;
	position: relative;
}
#shortcuts li {
	display: inline;
	padding: 0 7px;
}
#shortcuts img {
	vertical-align: middle;
}
#navbar {
	float: right;
	clear: both;
}
#navbar table {
	border: 0;
	border-collapse: collapse;
}
#navbar td {
	width: 144px;
	height: 45px;
	text-align: center;
	background: #ECECEC url(../images/tab_bg.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ECECEC;
}
#navbar td a {
	color: #292C32;
	text-decoration: none;	
}
#navbar .tooltip {
	position: absolute;
	display: none;
	width: 166px;
	height: 171px;
	background: url(../images/bg_tooltip_tab.png) no-repeat 0 0px;
	margin: 0;
	z-index: 1;
}
.tooltip a {
	padding: 0;
	margin: 0;
}
.tooltip a img {
	border: 4px solid #FEE063;
	margin-right: 4px;
	margin-top: 15px;
}
#navbar td:hover .tooltip {
	display: block!important;
}
/* @end */





/* @group sidebar */
#sidebar {
	float: right;
	width: 282px;
	margin-left: 18px;
}
#tags {
	background: url(../images/bg_tags.png) no-repeat left top;
	padding-top: 56px;
	padding-bottom: 50px;
}
#tags a {
	text-decoration: none;
	color: #333333;
}
/* @group search */
#search {
}
#search form {
	margin: 0;
}
#search p {
	padding: 15px 20px;
	width: 242px;
	height: 30px;
	background: url(../images/bg_search.png) no-repeat;
	margin: 0;
}
#search input {
	width: 201px;
	border: 0;
	font-size: 14px;
	outline: none;
	background: #fff url(../images/bg_q.jpg) no-repeat 0 center;
	padding: 5px 5px 5px 35px;
}
#search input.gray {
	color: gray;
	font-style: italic;
}
#autocomplete {
	position: absolute;
	top: 42px;
	width: 246px;
	padding-top: 15px;
	background: url(../images/bg_ac_top.png) no-repeat;
	left: 20px;
	z-index: 1;
}
#autocomplete p {
	background: none;
}
#autocomplete .view_all {
	width: 222px;
	margin: 0;
	background: #fff url(../images/bg_ac_middle.png) repeat-y;
	font-style: italic;
	padding: 0 0 0 19px;
}
#autocomplete ul {
	background: #fff url(../images/bg_ac_middle.png) repeat-y;
	list-style: none;
	padding: 10px 15px 10px 10px;
	margin: 0;
}
#autocomplete li {
	padding: 3px 9px;
}
#autocomplete li a {
	text-decoration: none;
	color: #292C32;
}
#autocomplete li.selected {
	background-color: #FEE063;
}
#autocomplete .bottom {
	height: 8px;
	background: url(../images/bg_ac_bottom.png) no-repeat 0 bottom;	
}

/* @end */
/* @group box */
.box {
	margin: 14px 0;
	padding: 20px;
}
.box h4 {
	font-size: 16px;
	margin: 0 0 6px;
}
.box p {
	margin: 0;
	line-height: 140%;
}
.box img.left {
	padding-right: 10px;
}
.box.yellow-print {
	background-repeat: no-repeat;
}
/* @end */
/* @end */


/* @group buttons */
p.buttons {
	margin: 36px 0 0;
	overflow: hidden;
}
p.buttons span {
	padding: 10px 28px 11px 20px;
	margin-left: 8px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	display: block;
}
p.buttons a {
	text-decoration: none;
	float: left;
}
/* @end */


/* @group scroller */
.scroller {
	overflow: hidden;
}
.scroller table {
	border: 0;
	border-collapse: collapse;
}
.slide {
	float: left;
	border-collapse: collapse;
}
.slide a img {
	border: 0;
}
/* @end */


/* @group panning */
#panning-big {
	position: absolute;
}
#panning {
	z-index: 0;
}
/* @end */


/* @group zoom */
#zoom_close {
	position: absolute;
	width: 100%;
	text-align: right;
}
/* @end */


/* @group configuratore */
#configuratore {
	width: 481px;
	margin-bottom: 0;
	margin-left: 168px;
	margin-right: 0;
	float: left;
}
#configuratore h4 {
	background: url(../images/bg_configuratore.png) no-repeat 0 0;
	line-height: 41px;
	color: #292C32;
	font-size: 15px;
}
#configuratore h4.accessori, #configuratore h4.finiture {
	background-image: url(../images/bg_configuratore_ping.png);
}
#configuratore .finiture .selected h4 {
	background-image: url(../images/bg_configuratore_semipink.png);
}
#configuratore h4.togglable {
	cursor: pointer;
}
#configuratore h4 strong {
	padding: 0 14px 0 41px;
}
#configuratore h4.togglable strong {
	background: url(../images/bg_h4_opened.png) no-repeat 16px 3px;
}
#configuratore h4.closed strong {
	background-image: url(../images/bg_h4_closed.png);
}
#configuratore h4 .status {
	float: right;
	width: 28px;
	margin-right: 16px;
	
}
#configuratore h4 .status.ok {
	background: url(../images/icona-ok.png) no-repeat 0 center;
}
#configuratore h4 .price {
	float: right;
	margin-right: 16px;
}
#configuratore h4 .hint {
	font-size: 12px;
	font-weight: normal;
	color: #3399FF;
}
.configuratore_content {
	margin: 0 0 0 6px;
	padding-bottom: 10px;
}
.configuratore_content.accessori, .configuratore_content.finiture {
	margin-left: 0;
}
.configuratore_content p {
	margin: 5px 0;
}
.configuratore_content span.label {
	float: left;
	margin-left: 16px;
}
.configuratore_content label {
	float: left;
	margin-left: 16px;
	width: 73px;
	line-height: 22px;
}
.configuratore_content label.inline {
	padding-right: 14px;
	padding-left: 20px;
	float: none;
}
.configuratore_content label.inline.first {
	padding-left: 0;
}
.configuratore_content .sino label {
	width: 370px;
}
.configuratore_content .sino .price {
	color: #737478;
}
.configuratore_content .materiale {
	margin-left: 89px;
	display: block;
	margin-right: 16px;
}
.configuratore_content input {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.configuratore_content select {
	border: 1px solid #CCCCCC;
}
.configuratore_content a {
	color: #737478;
}
.configuratore_content .buttons {
	float: right;
	margin: 0 11px;
}
.configuratore_content .buttons span, .configuratore_content .buttons a {
	text-decoration: underline;
	cursor: pointer;
	color: #3399FF;
	margin-left: 5px;
}
.configuratore_content a.add {
	background: url(../images/bg_add.png) no-repeat;
	padding-left: 26px;
	margin-left: 13px;
	display: block;
}
.configuratore_content.qta label {
	width: 100px;
}
.configuratore_content .solo_stampe, .configuratore_content .stampe_e_struttura {
	padding-left: 39px;
}
.configuratore_content table.finitura {
	width: 437px;
	border-collapse: collapse;
	margin:0 16px;
}
.configuratore_content table.finitura p {
	font-size: 12px;
	margin: 0 0 0 13px;
}
.configuratore_content table.finitura .price {
	color: #737478;
	padding-top: 0!important;
}
.configuratore_content table.finitura td.descrizione {
	width: 296px;
}
.configuratore_content td.icon {
	width: 80px;
}
.configuratore_content p.checkbox {
	margin-left: 16px;
}
.configuratore_content p.checkbox label.inline {
	margin-left: 0;
	padding-left: 6px;
}
td.input {
	width: 60px;
	background: url(/images/bg_input.gif) no-repeat 8px center;
}
td.input span.radio {
	margin-bottom: -6px;
}
td.input .up span.radio, td.input .down span.radio {
	margin-left: 18px;
}
td.input .dx {
	float: right;
}
#descrizione_materiale {
	margin: 18px 16px 0;
	padding-top: 12px;
	background: url(/images/prototip/styles/configuratore/topmiddle.png) no-repeat center 0;	

}
#descrizione_materiale_content {
	border: 3px solid #3399FE;
	padding: 5px;
	width: 415px;
}
#descrizione_materiale img {
	float: left;
	margin-right: 12px;
}
#foto_materiale {
	width: 68px;
	height: 68px;
}
#descrizione_materiale p {
	padding: 0!important;
	margin: 0!important;
	
}
#descrizione_materiale .codice {
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	display: block;
	text-align: right;
}
/* @group files */
.configuratore_content .files {
	background-color: #F9EFBE;
	margin: 2px 16px;
	padding: 4px 73px;
}
.configuratore_content .files label {
	margin-left: 0;
	width: 135px;
}
/* @end */
/* @group tip_content */
.tip_content {
	display: none;
}
.scegli_list {
	list-style: none;
}
.scegli_list li {
	overflow: hidden;
	padding: 10px 0;
	cursor: pointer;
	border-top: 1px solid #c7c7c7;
}
.scegli_list li:first-child {
	border-top: none;
}
.scegli_list img, .tip_for_accessori img {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 68px;
	height: 68px;
}
.scegli_list em {
	display: block;
}
.scegli_list .testo_con_foto p, .tip_for_accessori.testo_con_foto p  {
	margin-left: 90px;
}
.tip_for_accessori p, .tip_for_accessori h3 {
	margin-left: 90px;
}
.scegli_list .niente {
	text-align: right;
	font-style: italic;
	padding-right: 10px;
}
.scegli_list li strong {
	color: #3399FD;
}
/* @end */
/* @group riepilogo */
#riepilogo {
	float: right;
	width: 285px;
	background-color: #F7F7F7;
	padding: 10px 0;
}
#riepilogo h4  {
	font-size: 14px;
	padding: 0 22px;
}
#riepilogo h4 .qta {
	float: right;
}
#riepilogo h5 {
	font-size: 12px;
	padding: 0 22px;
	margin: 9px 0 6px;
}
#riepilogo h5 em {
	padding-left: 2px;
	font-weight: normal;
	font-style: normal;
}
#riepilogo h5.accessori, #riepilogo h5.finiture, .stampa_digitale #riepilogo h5.elaborazione_file, .packaging_digitale #riepilogo h5.elaborazione_file,
 .espositori #riepilogo h5.elaborazione_file {
	border-bottom: 1px solid #F96BD2;
	padding: 0;
	margin-left: 22px;
	margin-right: 22px;
}

.stampa_digitale #riepilogo h5.elaborazione_file, .packaging_digitale #riepilogo h5.elaborazione_file,
 .espositori #riepilogo h5.elaborazione_file {
	padding-bottom: 0;
}

.stampa_digitale #riepilogo h5.elaborazione_file .p, .packaging_digitale #riepilogo h5.elaborazione_file .p,
 .espositori #riepilogo h5.elaborazione_file .p {
	line-height: 11px;
	width: 130px;
}

#riepilogo p.totale {
	text-align: right;
	font-weight: bold;
}
#riepilogo h5.totale {
	display: none;
	border-bottom: 1px solid #999;
	padding: 0;
	margin-left: 22px;
	margin-right: 22px;
	text-transform: uppercase;
}
#riepilogo h5 .p {
	float: right;
}
#riepilogo p {
	padding: 0 22px;
	margin: 6px 0;
}
#riepilogo .descrizione {
	margin: 10px 20px 0 0;
}
#riepilogo p.ateriservato {
	text-align: right;
/*	color: #F86BD2;*/
	color: #ff0000;
	font-style: italic;
	margin-top: 0px;
}
.elaborazione_file strong {
	float: left;
}
.elaborazione_file {
	font-weight: bold;
}
#riepilogo .t {
	text-align: right;
	overflow: hidden;
}
#riepilogo .p {
	font-weight: bold;
	color: #000;
	display: block;
	width: 70px;
	float: right;
	text-align: right;
}
#riepilogo .u {
	display: inline-block;
	width: 127px;
	float: left;
}
#riepilogo .d {
	float: left;
}
#riepilogo .icona {
	text-align: center;
}
#riepilogo .q {
	display: block;
	width: 44px;
	float: left;
}
#riepilogo .iva_inclusa {
	float: left;
	display: none;
}
#riepilogo .p_per_uno {
	font-weight: bold;
}
#riepilogo .p_per_uno strong {
	color: #000;
	padding-right: 12px;
	font-style: italic;
}
#riepilogo h5.fatturazione_minima {
	background: url(../images/bg_totale.png) no-repeat 0 0;
	height: 41px;
	line-height: 41px;
	padding: 0 26px 0 11px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 6px;
	color: red;
}
#riepilogo h5.fatturazione_minima .p {
	font-size: 28px;
	width: 120px;
	color: red;
}
#riepilogo h5.imponibile {
	background: url(../images/bg_totale.png) no-repeat 0 0;
	height: 41px;
	line-height: 41px;
	padding: 0 26px 0 11px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 6px;
}
#riepilogo h5.imponibile .p {
	font-size: 28px;
	float: right;
	width: 157px;
	display: inline;
}
#riepilogo p.totale strong {
	float: left;
	font-size: 12px;
}
#riepilogo a.add_to_cart {
	display: block;
	margin-top: 18px;
	text-align: center;
}
/* @group schema */
#schema {
	height:  118px;
	margin-top: 8px;
}
#schema ul {
	list-style: none;
	overflow: hidden;
	margin-left: 21px;
	padding-left: 1px;
}
#schema li {
	float: left;
	width: 46px;
	height: 97px;
	background: #fff no-repeat center center;
	border: 1px solid #000;
	margin-left: -1px;
}
#schema .stretto {
	width: 39px;
}
#schema .alto {
	margin-right: 7px;
	border-style: dotted;
	text-align: center;
}
#schema .basso {
	margin-top: 37px;
	height: 60px;
}
#schema .retro {
	background-color: #c0c0c0;
}
#schema .opzionale {
	margin-left: 7px;
	border-style: dashed;
	position: relative;
}
#schema .counter {
	position: absolute;
	bottom: 0;
	padding: 6px 6px 3px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
#schema .schema_over {
	background-image: url(../images/schema_over.png);
}
#schema .hint {
	margin: 2px 0 0;
	color: #999999;
	font-size: 11px;
}
.readonly {
	border: 0!important;
	font-weight: bold;
	font-size: 12px;
}
/* @end */
/* @end */
.smile_piccolo {
	vertical-align: middle;
	padding-left: 12px;
}
/* @end */


/* @group carrello */
#carrello table {
	border-collapse: collapse;
	width: 100%;
}
#carrello th {
	text-align: center;
	padding: 8px 20px;
}
#carrello th strong, #carrello dl.totale dt strong {
	padding: 0 0 0 10px;
	background: url(../images/bg_form_h2.png) no-repeat left center}
#carrello th.descrizione {
	text-align: left;
}
#carrello td {
	border-top: 1px solid #D1DADC;
	background-color: #F7F7F7;
	padding: 10px 20px;
	vertical-align: top;
}
#carrello .spacer td {
	background-color: #fff;
	height: 10px;
	border-top: 1px solid #D1DADC;
	padding: 0;
}
#carrello .foto {
	background-color: #fff;
	padding: 0;
	width: 70px;
}
#carrello .foto img {
	width: 70px;
}
#carrello .prodotto {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
#carrello td.descrizione {
	font-size: 12px;
}
#carrello td.descrizione p{
	padding: 3px 0;
}
#carrello td.descrizione .more {
	width: 100%
}
#carrello td.descrizione h4 {
	font-style: italic;
	padding: 10px 0 5px;
	font-size: 12px;
}
#carrello td.descrizione ul {
	list-style:none;
}
#carrello td.descrizione li {
	padding: 5px 0;
}
#carrello td.prezzo {
	width: 72px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
#carrello td.buttons {
	width: 127px;
	border: none;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#carrello td.buttons a {
	margin: 0 3px;
}
#carrello .ateriservato {
	color: #ff0000;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
#carrello dl {
	width: 255px;
	float: right;
	clear: both;
	font-size: 13px;
	margin: 20px 127px 0 0;
	border-top: 1px solid #D1DADC;
	border-bottom: 1px solid #D1DADC;
	background-color: #F7F7F7;
	padding-bottom: 10px;
}
#carrello dt {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 145px;
}
#carrello dd {
	width: 72px;
	margin-left: auto;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#carrello dl.totale {
	padding-top: 10px;
	padding-bottom: 0;
	font-weight: bold;
	border: none;
	background: none;
	margin-top: 0;
	margin-bottom: 0;
}
#carrello div.buttons {
	clear: both;
	float: right;
	margin: 30px 127px 0 0;
}
#preview_carrello {
	position: absolute;
	top: 0;
	right: 0px;
	text-align: center;
}
#preview_carrello a.numero_di_item {
	display: block;
	width: 28px;
	height: 26px;
	color: #fff;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bg_icona_carrello.png) no-repeat center center;
}

/* @group wizard carrello */
#wizard_acquisto {
	text-align: center;
	padding-bottom: 40px;
}
#wizard_acquisto ol {
	width: 800px;
	margin: 0 auto;
}
#wizard_acquisto li {
	float: left;
	position: relative;
	margin: 0 0 0 15px;
	padding-top: 68px;
	padding-right: 36px;
	color: #262C32;
	
	font-weight: bold;
}
#wizard_acquisto li a {
	padding-top: 68px;	
	background-repeat: no-repeat;
	background-position: center 0;
	color: #262C32;
	text-decoration: none;
	font-size: 1.1em;	 
}
#wizard_acquisto li strong {
	font-size: 12px;
}

/* @end */
#back_to_buy {
	padding-right: 6px;
	font-size: 13px;
}
/* @end */


/* @group article */
h1 {
	background: no-repeat 0 5px;
	padding-left: 24px;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
}
h1 a {
	text-decoration: none;
	color: #000;
}
.article .subtitle {
	color: #3399FF;
	padding-left: 26px;
	margin: 0;
	padding-bottom: 28px;
}

/* @end */


/* @group tabs */
.tabs {
	float: right;
	padding-top: 0px;
	width: 338px;
}
.tabs ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/bg_tabs.gif) repeat-x 0 21px;
	margin-bottom: 9px;
}
.tabs li {
	float: left;
	padding: 0;
	margin: 0;	
	line-height: 22px;
}
.tabs li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0 10px;
}
.tabs li.selected {
	background: url(../images/tabs_dx.jpg) no-repeat right 0;
}
.tabs li.selected a {
	background: url(../images/tabs_sx.jpg) no-repeat;
}
/* @end */


/* @group tooltip */
.tooltip .price {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.tooltip p {
	margin: 3px 0;
}
.tooltip p.ateriservato {
	color: #ff0000;
	font-style: italic;
}
.tooltip p.ateriservato .price {
	color: #ff0000;
}
/* @end */


/* @group section */
.section {
	clear: left;
}

h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #3399FD;
	margin: 0 0 3px;
}
h3 a {
	text-decoration: none;
}
.nome {
	text-transform: lowercase;
}
/* @group primo_piano */
.info h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
}
.info h2 a {
	text-decoration: none;
}
.info h2 .promo, .packaging_digitale .scheda_prodotto h2 .promo {
	position: absolute;
	margin-top: -22px;
	margin-left: 22px;
}
.info .price {
	margin: 0;
	font-size: 40px;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -2px;
	word-spacing: 2px;
}
.price .cent {
	font-size: 29px;
}
.primo_piano img.highlight {
	float: right;
	padding-left: 20px;
}
/* @end */
/* @group offerte e simili */
.offerte {
	border-top: 3px solid #DDE4E6;
	padding-top: 6px;
}
.offerte h2 {
	text-indent: -1000px;
	background: url(../images/bg_offerte.png) no-repeat;
	margin: 0;
}
.offerte .scroller {
	width: 651px
}
.offerte td, .prodotti_simili td {
	width: 162px;
	border-left: 1px solid #CCD3D5;
	vertical-align: top;
}
.offerte td.first, .prodotti_simili td.first {
	border-left: 0;
}
.offerte td img, .prodotti_simili td img {
	width: 148px;
}
.offerte p, .product_list p, .prodotti_simili p {
	margin: 0;
	padding: 0 16px;
	color: #717171;
	line-height: 110%;
	text-align: left;
}
.offerte .price, .product_list .price, .prodotti_simili .price {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	padding-left: 2px;
	color: #000;
}
.offerte .per-rivenditore, .product_list .pre-rivenditore, .prodotti_simili .per-rivenditore {
	line-height: 140%;
}
.offerte h3, .product_list h3, .prodotti_simili h3 {
	padding: 0 16px;
	text-align: left;
}
.prodotti_simili {
	margin-top: 40px;
	margin-left: 168px;
	border-top: 3px solid #DDE4E6;
	padding-top: 6px;
}
.prodotti_simili h2 {
	text-indent: -1000px;
	background: url(../images/bg_prodotti_simili.gif) no-repeat;
	margin: 0;
}
.prodotti_simili .scroller {
	width: 780px;
}
.prodotti_simili .td {
	width: 156px;
}
.prodotti_simili td img {
	padding: 6px 0;
}
/* @end */
/* @group product_list */
.product_list {
	margin-left: 170px;	
}
.product_list h2 {
	padding-left: 16px;
	background: url(../images/bg_product_list.png) no-repeat;
	color: #292C32;
	font: bold 14px/36px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
}
.product_list table {
	margin: 6px 0 12px;
	border: 0;
	border-collapse: separate;
}
.product_list td {
	width: 192px;
	border-left: 1px solid #CCD3D5;
	border-right: 1px solid #fff;
	vertical-align: top;
	padding: 0 0 3px;
}
.product_list td:hover {
	outline: 4px solid #FEE063;
	border-left-color: white;
}
.product_list td.first, .product_list td.noline {
	border-left-color: #fff;
}
.product_list .list {
	height: 228px;
	padding-left: 1px;
	text-align: center;
	position: relative;
	margin-top: 2px;
}
.product_list .price_row {
	line-height: 36px;
}
.product_list img.promo {
	position: absolute;
	left: 123px;
	top: 6px;
}
.espositori .product_list .footer td {
	border: 0;
	padding: 0;
}
.espositori .product_list .footer td:hover {
	outline: none;
	border: 0;
}
.espositori .product_list .footer div {
	height: 1px;
	background-color: #CCD3D5;
	margin: 3px 3px 3px 5px;
}

/* @end */
/* @group scheda_prodotto */
.scheda_prodotto {
	margin-left: 168px;
}
.scheda_prodotto p {
	margin: 13px 0;
}
.scheda_prodotto p.buttons {
	margin-top: 36px;
}
.scheda_prodotto .immagine_grande {
	float: right;
}
.scheda_prodotto h2 {
	margin: 0;
	padding: 0;
	color: #3399FD;
	font-size: 22px;
	text-transform: uppercase;
}
.scheda_prodotto h2 a {
	text-decoration: none;
}
.code {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #3399FD;
}
.scheda_prodotto dt {
	margin-top: 17px;
	color: #3399FD;
	line-height: 130%;
}
.scheda_prodotto dd {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #282C32;
	line-height: 130%;
}
.scheda_prodotto p.description {
	width: 164px;
	line-height: 130%;
}
.docs {
	float: left;
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding: 34px 0;
}
.docs li {
	float: left;
	text-align: center;
	padding-right: 16px;
	margin: 0;
}
.docs a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
}
#choose_variante {
	margin-top: 17px;
	background: url(../images/bg_choose_variante.jpg) no-repeat 0 17px;
	margin-left: -21px;
}
#choose_variante table {
	border-collapse: collapse;
}
#choose_variante caption {
	margin: 0;
}
#choose_variante caption span {
	padding: 6px 10px;
	color: #5e5e5e;
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: left;
	margin: 0 38px 0 0;
	display: block;	
}
#choose_variante th {
	color: #3399FD;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	border-bottom: 1px solid #C7C7C7;
}
#choose_variante td {
	border-bottom: 1px solid #C7C7C7;
	padding: 6px 10px;
}
#choose_variante td.promo {
	border-bottom: none;
	background-color: #fff;
	padding: 0;
}
#choose_variante td.promo img {
	padding-left: 3px;
}
#choose_variante tr.footer td {
	padding: 0;
}
#choose_variante .articolo {
	text-align: left;
}
#choose_variante tr.selected {
	background-color: #FFE792;
}
#choose_variante td a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
#particolari table, #accessori table, #immagini table, {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}
#particolari img, #accessori img, #immagini img {
	padding: 1px;
	border: 1px solid #D9D9D9;
	margin-right: 10px;
}
div#RichiediInformazioni textarea {
	padding-top: 3px;
	padding-bottom: 3px;
}
p#RichiediInformazioni {
	color: red;
	font-style: italic;
}
#RichiediInformazioni label {
	padding-right: 8px;
	font-weight: bold;
}
.richiedi_informazioni.error {
	margin-top: 20px;
	background: url(/images/flash/err.gif) no-repeat;
	padding-left: 20px;
}
/* @end */

/* @group ordini */
#ordini table {
	border-collapse: collapse;
}
#ordini td {
	border-top: 1px solid #D1DADC;
	background-color: #F7F7F7;
	padding: 10px 20px;
	vertical-align: top;
}
#ordini .spacer td {
	background-color: #fff;
	height: 10px;
	border-top: 1px solid #D1DADC;
	padding: 0;
}
#ordini .codice_ordine {
	font-size: 13px;
	font-weight: bold;
}
#ordini .importo_ordine {
	font-weight: bold;
	text-align: right;
}
#ordini td.buttons {
	border: none;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
}
#ordini td.buttons a {
	margin: 0 3px;
}
#ordini .profile_form {
	width: 600px;
}
/* @end */

.help_boxes {
	float: right;
}
/* @group  content */
.section .content {
	margin-left: 167px;
}

/* @group profile_form */
.profile_form h2 {
	font-size: 13px;
	background: url(../images/bg_form_h2.png) no-repeat 0 center;
	padding: 0 0 0 10px;
	margin: 0 0 14px;
}
.profile_form .hint {
	font-weight: normal;
	font-size: 11px;
	float: right;
}
.profile_form {
	width: 474px;
}
.flash-message.form {
	width: 434px;
}
.flash-message.list {
	width: 434px;
}
.form_buttons {
	margin-bottom: 30px;
}
.form_buttons a {
	margin: 0 3px;
}
.form_buttons input[type=image] {
	vertical-align: middle;
}
.profile_form fieldset input[type='text'], .profile_form fieldset input[type='password']  {
	width: 440px;
	padding: 3px;
}
.profile_form fieldset textarea {
	width: 440px;
	border-color: #D1DADC;
}
.profile_form fieldset .note textarea{
	width: 423px;
}
.profile_form span.errore {
	display: none;
}
.profile_form img.errore {
	vertical-align: top;
	padding: 3px;
}
.profile_form ul {
	list-style: none;
}
.profile_form .list td {
	padding-bottom: 20px;
}
.profile_form .fieldset, .profile_form fieldset  {
	border-top: 1px solid #D1DADC;
	border-bottom: 1px solid #D1DADC;
	background-color: #F7F7F7;
	padding: 0 20px;
	border-right-style: none;
	border-left-style: none;
	margin: 0;
	width: 600px;
}
.profile_form fieldset {
	margin-bottom: 31px;
	padding-top: 13px;
}
.profile_form .list fieldset {
	margin-bottom: 13px;
}
.profile_form div.list {
	padding-bottom: 18px;
}
.profile_form fieldset legend {
	display: none;
}
.profile_form fieldset p {
	padding-bottom: 13px;
	margin-left: 0;
	margin-right: 0;
}
.profile_form fieldset label {
	float: left;
	font-weight: bold;
	padding-top: 4px;
}
.profile_form fieldset p.checkbox input {
	float: left;
}
.profile_form fieldset p.checkbox label {
	margin-left: 40px;
	float: none;
	display: block;
	font-weight: normal;
}
.profile_form fieldset .value {
	margin-left: 146px;
	display: block;
}
/* @group list */
.profile_form .list dl {
	margin-top: 13px;
}
.profile_form .list .fieldset {
	width: 434px;
}
.profile_form .list dt {
	float: left;
	font-weight: bold;
}
.profile_form .list dd {
	margin: 0 0 13px 116px;
}
.profile_form .list .buttons {
	margin: 0;
	overflow: visible;
}
.profile_form .list .buttons p {
	margin-left: 8px;
	line-height: 1em;
	width: 136px;
}
.profile_form .list .buttons a {
	margin-left: 10px;
}
/* @end */
/* @end */
/* @end */
/* @end */


/* @group categories */
#categories {
	float: left;
	margin-right: 27px;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	background-color: #F7F7F7;
	border-top: 1px solid #D1DADC;
	text-align: left;	
}
li.menu_item {
	position: relative;
	padding: 6px;
	font-size: 12px;
	border-bottom: 1px solid #D1DADC;
}

.menu_item a {
	color: #292C32;
	text-decoration: none;
}
#categories .all {
	display: block;
	width: 142px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 14px 0 0;
	color: #292C32;
	text-decoration: none;
}
.menu_item:hover .moc {
	display: block;
	z-index: 10;
}
.moc {
	position: absolute;
	display: none;
	left: 126px;
	top: -6px;
	width: 287px;
	z-index: 10;
	margin: 0;
	padding: 0;
}
.moc .content img {
	float: right;
	margin-right: 18px;
	margin-top: 7px;
}
.moc .content ul {
	width: 131px;
	margin: 0;
	padding: 7px 0 0 24px;
	list-style: none;
	background: url(../images/bg_moc_up.png) no-repeat 0 5px;
}
.moc .content p {
	width: 131px;
	margin: 0;
	padding: 7px 0 4px 24px;
	background: url(../images/bg_moc_up.png) no-repeat 0 5px;	
}
.moc .content li {
	padding: 2px 0 2px 7px;
	margin: 0;
}
.moc li a {
	display: block;
	width: 124px;
}
.moc .content li:hover {
	background-color: #FEE063;
}

.moc .top {
	background: url(../images/bg_moc_top.png);
	height: 2px;
}
.moc .content {
	margin: 0;
	background: url(../images/bg_moc_middle.png);
	padding: 0 0 8px;
}
.stampa_digitale .moc .content, .packaging .moc .content  {
	cursor: pointer;
}
.moc .bottom {
	background: url(../images/bg_moc_down.png) no-repeat 0 bottom;
	height: 11px;
}
.smile {
	margin-top: 20px;
}
.stampa_digitale .smile {
	margin-top: 40px;
}
/* @end */


/* @group footer*/
#footer {
	padding: 0 27px;
	background: url(../images/bg_footer.png);
	height: 34px;
	text-align: right;
	font: 11px/34px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #C3C6C8;
}
#footer p {
	margin: 0;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#closure {
	margin-top: 18px;
	font-size: 11px;
	color: #717171;
	text-align: center;
}
/* @end */


/* @group tictac */
/* @group menu pagine */
#menu_pagine {
	background-color: #000;
	font-size: 1px;
}
#menu_pagine ul {
	list-style: none;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 8px;
}
#menu_pagine li {
	float: left;
	padding: 0 12px;
	margin: 0 12px;
	border-bottom: 6px solid #000;
}
#menu_pagine li.active, #menu_pagine li:hover  {
	border-bottom-color: #FEE063;
}
#menu_pagine a {
	text-decoration: none;
	color: #fff;
}

/* @end */
/* @group homepage */
#homepage_content #intro {
	padding-left: 12px;
}
#homepage_content ul.box {
	list-style: none;	
	margin-top: 17px;
	padding: 0 0 0 12px;
}
#homepage_content ul.box li {
	float: left;
	padding-right: 7px;
}
/* @end */

#menu {
	float: left;
	margin-right: 27px;
}
#menu .menu_item.active {
	background-color: #fff;
	border-left: 3px solid #FFCC00;
}

table.elenco tr td
{
  padding-right: 10px;
  padding-left: 10px; 
}

th 
{
 text-align: left;
}

#wizard_line
{
	 border: 0px;
  border-top: 3px solid #CFD0D2;
  margin-bottom: 8px;
}

#fatturazione_container
{
  margin-top: 20px;
}

#fatturazione_container td 
{
 padding-right: 8px; 
}

a.annulla
{
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}

.wiz_step
{
  position: relative;
  top: -13px;
  left: -30px;
  visibility: hidden;
}

/*.full-width
{
width: 100%;
}
*/

/*h2.titolo {
		background:transparent url(../images/bg_form_h2.png) no-repeat scroll 0 center;
		font-size:15px;
		margin:0 0 14px;
  padding:0 0 0 10px;
}
*/
.profile_form li label.bold
{
  font-weight: bold;
}


.ins-mod-indirizzi
{
  padding-bottom: 10px;
  margin-bottom: 10px;
  
  width: 460px;
}


.indirizzi
{
  padding-bottom: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  /*
  float: left;
  clear: left;
  */
  width: 460px;
  display: inline;
}

.indirizzi_right
{
  display: inline;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.indirizzi_right a
{
  margin-left: 16px;
}

td.bold
{
 font-weight: bold;
}

fieldset.ordini
{
  margin-bottom: 10px; 
  padding: 6px;
  width: 600px;
}

#signup_button
{
  margin-right: 8px;
}



label img
{
  padding-bottom: 1px;
}

a.add {
 background: url(../images/bg_add.png) no-repeat;
 padding-left: 26px;
 margin-left: 13px;
}

.icon-hide
{
  display: none;
}

.can-login
{
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/icona-ok.png);
  padding-left: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 100px;
  bottom: 5px;
}

p.flash-message.ordini-flash
{
  width: 600px;
}

.width-modifica-dati
{
  width: 466px;
}
.indirizzi-label-width
{
	 font-weight: bold;
  width: 129px;
}

.radio-space
{
  width: 40px;
}

/*div.fieldset-reduced-margin
{
  margin-bottom:12px;
}*/

/*
div.fieldset-like {
 padding: 0 20px;
 border-top: 1px solid #D1DADC;
 border-bottom: 1px solid #D1DADC;
 border-right-style: none;
 border-left-style: none;
 margin-bottom: 31px;
 background-color: #F7F7F7;
 width: 482px;
}
*/
/* @end */

/* @group espositori */
.espositori #offerte {
	clear: left;
	padding-top: 58px;
	background: url(/images/inofferta.gif) no-repeat 0 35px;
}
.espositori #offerte .scroller {
	width: 649px;
	height: 227px;
}
.espositori #offerte .slide {
	width: 636px;
	height: 227px;
}
.espositori .scheda_prodotto .scroller {
	width: 320px;
	height: 72px;
}
/* @end */

/* @group stampa digitale */
.stampa_digitale #offerte {
	padding-top: 0px;
	margin-top: -25px;
	margin-bottom: 10px;
	/*background: url(/images/inofferta.gif) no-repeat 0 3px; */
}
.stampa_digitale #sections ul {
	overflow: hidden;
	list-style: none;
}
.stampa_digitale #sections li {
	float: left;
	margin-right: 6px;
}
.stampa_digitale .scroller {
	width: 949px;
	height: 255px;
}
.stampa_digitale .slide {
	width: 923px;
	height: 255px;
}
.stampa_digitale #preparazione_file {
	display: block;
	margin-left: -1px;
	margin-top: 16px;
}
#draw {
	margin-left: 168px;
}
/* @group finiture */
#preview_wrapper {
	margin-left: 34px;
	margin-right: 287px;
}
.finiturep {
	position: absolute;
	left: 0;
	display: none;
}
.finiturep.occhielli, .finiturep.tasca, .finiturep.tubo, .finiturep.taglio-al-vivo, .finiturep.rinforzo, .finiturep.sagomato {
	display: inline;
}
.finiturep.quattro_angoli, .finiturep.occhielli.selected {
	display: none;
}
.finiturep.sagomato {
	left: 28px;
	top: 17px;
}
.finiturep.occhielli {
	top: 16px;
	left: 12px;
	z-index: 1;
}
.finiturep.tasca.up {
	top: 4px;
	left: -6px;
	width: 10px;
	height: 28px;
}
.finiturep.tubo.up {
	top: 4px;
	left: -21px;
	z-index: 1;
}
.finiturep.taglio-al-vivo.up {
	top: -8px;
	left: 160px;
}
.finiturep.rinforzo.up {
	left: 7px;
	top: 10px;
	width: 376px;
	height: 17px;
}
.finiturep.tasca.sx {
	top: -4px;
	left: 4px;
	width: 28px;
	height: 9px;
}
.finiturep.taglio-al-vivo.sx {
	left: -7px;
	top: 92px;
	width: 22px;
	height: 49px;
}
.finiturep.rinforzo.sx {
	left: 7px;
	top: 10px;
	width: 17px;
	height: 215px;
}
.finiturep.dx {
	left: 371px;
}
.finiturep.tasca.dx {
	top: -4px;
	left: 359px;
	width: 28px;
	height: 9px;
}
.finiturep.taglio-al-vivo.dx {
	left: 377px;
	top: 92px;
	width: 22px;
	height: 49px;
}
.finiturep.rinforzo.dx {
	left: 366px;
	top: 10px;
	width: 17px;
	height: 215px;
}
.finiturep.down {
	top: 209px;
}
.finiturep.tasca.down {
	top: 200px;
	left: -6px;
	width: 10px;
	height: 28px;
}
.finiturep.tubo.down {
	top: 200px;
	left: -21px;
	z-index: 1;
}
.finiturep.taglio-al-vivo.down {
	top: 217px;
	left: 160px;
}
.finiturep.rinforzo.down {
	left: 7px;
	top: 208px;
	width: 376px;
	height: 17px;
}
/* @end */
#formato {
	float:right;
	width: 287px;
	height: 242px;
	font-size: 14px;
	background-color: #F7F7F7;
	vertical-align: middle;
}
#formato h4 {
	padding: 6px 0 14px 15px;
	margin:0;
	float:left;
	display: inline;
}
#formato #square_wrapper {
	border: 1px solid #F7F7F7;
	height: 188px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formato #square {
	background-color: #fff;
	border: 1px solid #999;
}
#formato_label {
	font-size: 12px;
	padding: 7px 15px 0 6px;
	float: right;
	font-weight: normal;
}
.stampa_digitale .moc .content li:hover {
	background-color: #fff;
}
/* @group configuratore */
.stampa_digitale #configuratore_wrapper {
	margin-top: 24px;
	margin-bottom: 44px;
}
.stampa_digitale #configuratore {
	margin-left: 0;
}
.stampa_digitale .configuratore_content p, .packaging_digitale .configuratore_content p {
	padding: 5px 0;
}
.stampa_digitale .configuratore_content .sino {
	padding: 5px 16px;
}
.stampa_digitale #grafica_content .price {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
.grafica_content {
	margin-bottom: 16px;	
}

#content_ns {
	padding-left: 16px;
}
#content_ns .delete {
	padding-right: 14px;
}
#content_ns .add {
	margin-left: 0;
	color: #3399FF;
}
#content_ns .first {
	margin-left: 13px;
}
#content_ns div.qta, #content_ns div.qta1 {
	float: left;
}
#content_ns .retro, #content_ns .fronte {
	float: right;
	margin-right: 26px;
}
#content_ns .retro {
	margin-top: 12px;
}
#content_ns .file {
	background-color: #F9EFBE;
	margin: 4px 0;
	padding: 5px 0 5px 5px;
}
.stampa_digitale input.qta {
	width: 26px;
}
#content_sd em {
	margin-left: 16px;
}
#content_1s.grafica_content {
	background-color: #F9EFBE;
}
#content_1s label {
	display: block;
	float: left;
	width: 120px;
	margin-left: 73px;
}
.stampa_digitale #materiale {
	width: 360px;
}
.stampa_digitale #materiale .promo {
	color: red;
}
.stampa_digitale #blocco_grafica_addon .configuratore_content {
	margin-left: 0px;
}
.stampa_digitale h4 .help, .packaging_digitale h4 .help {
	float: right;
	padding-right: 15px;
	padding-top: 2px;
	height: 30px;
}
.stampa_digitale .configuratore_content p .help, .packaging_digitale .configuratore_content p .help {
	padding-left: 10px;
}
.stampa_digitale .configuratore_content p .help img, .packaging_digitale .configuratore_content p .help img {
	vertical-align: bottom;
}
/* @end */
/* @end */


/* @group packaging digitale */
.packaging_digitale .immagine_grande {
	width: 419px;
	height: 337px;
	text-align: center;
	float: none;
	margin-top: 8px;
}
.packaging_digitale .scheda_prodotto .info {
	width: 419px;
}
.packaging_digitale .scheda_prodotto p.description {
	width: 100%;
}
.packaging_digitale .scheda_prodotto .info dt {
	float: left;
	display: block;
	margin: 0 6px 0 0;
}
.packaging_digitale .scheda_prodotto .info dd {
	font-weight: normal;
}
.packaging_digitale .immagine_tecnica {
	border: 1px solid #D8DEDE;
	width: 330px;
	height: 285px;
	margin-top: 8px;
}
.packaging_digitale .tabs {
	float: none;
	margin-top: 18px;
}
.packaging_digitale .docs {
	float: none;
	margin-top: 18px;
	background-color: #F7F7F7;
	padding: 10px;
}
.packaging_digitale .scheda_prodotto p.buttons {
	margin-top: 26px;
}
.packaging_digitale .product_list td {
	width: 150px;
}
.packaging_digitale .product_list .footer td {
	border: 0;
	padding: 0;
}
.packaging_digitale .product_list .footer td:hover {
	outline: none;
	border: 0;
}
.packaging_digitale .product_list .footer div {
	height: 1px;
	background-color: #CCD3D5;
	margin: 3px 3px 3px 5px;
}
.packaging_digitale .product_list .list {
	height: 165px;
	padding: 6px 0;
}
.packaging_digitale .menu_item:hover .moc {
	display: none;
}
.packaging_digitale #choose_variante {
	padding-left: 21px;
}
.packaging_digitale #choose_variante td.promo {
	width: 41px;
}
.packaging_digitale #choose_variante .footer {
	display: none;
}
.packaging_digitale #choose_variante .vedi_tutte {
	color: #3399FF;
	cursor: pointer;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	margin: 10px 0 0 10px;
}
/* @group icons */
.packaging_digitale ul.icons {
	float: none;
	margin-top: 18px;
	padding: 10px;
	list-style: none;
	overflow: hidden;
}
.packaging_digitale ul.icons li {
	float: left;
	padding-right: 16px;
}
/* @end */

/* @group configuratore */
.packaging_digitale #configuratore_wrapper {
	margin-top: 20px;
}
.packaging_digitale #grafica_content .price {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
.packaging_digitale p.hint {
	margin: 8px 16px 16px;
	font-weight: bold;
	color: red;
	
}
.packaging_digitale td.input {
	background: none;
}
.packaging_digitale td.input input[type=text] {
	margin-left: 3px;
}
.packaging_digitale table.campione_neutro  {
	margin-left: 12px;
}
.packaging_digitale table.campione_neutro label {
	width: 100%;
}
#campione_neutro_help {
	margin: 4px 16px 0;
	padding-top: 12px;
	background: url(/images/prototip/styles/configuratore/topmiddle.png) no-repeat center 0;	

}
#campione_neutro_help_content {
	border: 3px solid #3399FE;
	padding: 5px;
	width: 415px;
}

/* @end */
.packaging_digitale .section {
	overflow: hidden;
}
.packaging_digitale .product_list img.promo {
	position: absolute;
	left: 89px;
	top: 6px;	
}
/* @end */


/* @group custom form */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
}
.finitura_m span.checkbox {
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/images/select.gif) no-repeat;
	overflow: hidden;
}
#selectmateriale_id {
	width: 325px;
	background-image: url(/images/selectmateriale_id.gif);
}
/* @end */

/* @group galleria foto */
.galleria_foto_wrapper {
	margin: 18px 30px;
}
.galleria_foto_content {
	margin-top: 22px;
}
.foto_grande {
	width: 545px;
	float: left;
}
.galleria_foto_content ul {
	float: right;
	width: 294px;
	list-style: none;
}
.galleria_foto_content li {
	float: left;
	margin: 0 7px 7px 0;
}
.galleria_foto_content li img {
	cursor: pointer;
}
/* @end */


/* @group welcome message */
#welcome_box_content, #alert_box_content {
	height: 275px;
	width: 694px;
	background: url(/images/bg_wm.png);
	padding: 118px 0 0 38px;
	font-size: 14px;
	color: #333333;
	line-height: 1.3em;

}
#welcome_box_content p, #alert_box_content p {
	width: 460px;
}
#welcome_box_content blockquote, #alert_box_content blockquote {
	background: url(/images/h1_bg.gif) no-repeat 0 0;
	padding: 0 0 0 24px;
	margin-top: 10px;
}
#welcome_box_close {
	margin-left: 253px;
	margin-top: 30px;
}
/* @end */

/* @group addthis */
.addthis_toolbox {
	float: right;
	padding-left: 5px;
}
/* @end */
