﻿@charset "utf-8";
/* CSS Document */
.fl-dx
{
    float:right;
}
.fl-sx
{
    float:left;
}
.clr
{
    clear:both;
}

/* CARRELLO PRINCIPALE */
.advice
{
    font-size:12px;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    color:#D65372;
    padding:5px 15px;
    margin:13px 4px 0px;
}
.ajax__tab_xp .ajax__tab_body 
{
    font-size:10px;
}
.navigation_menu {
	width: 960px;
	height: 33px;
	background-image: url(../images/bg_carrello_menu.gif);
	margin-top: 0px;
	position:static;
	padding: 0 20px;
	line-height: 33px;
}

#navigation_menu_return {
	float:left;
	background:transparent url(../images/btn_menu_return.gif) no-repeat scroll 0px 13px;
	padding: 0 0 0 10px;
	cursor:pointer;
}

#navigation_menu_return a{
	color:#FFFFFF;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	text-decoration:none;
}

#navigation_menu_svuota{
	float:right;
	background:transparent url(../images/btn_menu_svuota.gif) no-repeat scroll 0px 11px;
	padding: 0 0 0 18px;
	cursor:pointer;
}

#navigation_menu_svuota a{
	color:#FFFFFF;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	text-decoration:none;
}

.carrello_navigazione_menu{
	width: 960px;
	height: 42px;
	background-color: #cb0332;
	margin-top: 0px;
	position: static;	
	padding: 0 20px;
	line-height: 42px;
	
}
.carrello_navigazione_menu, .carrello_navigazione_menu a.active,  .carrello_navigazione_menu span.active
{
    text-decoration:none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}
.carrello_navigazione_menu a.unactive, .carrello_navigazione_menu span.unactive
{
    text-decoration:none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    color: #E48099;
}

.carrello_navigazione_menu_name {
	float:left;
	width: 90px;
	background:transparent url(../images/menu_name.gif) no-repeat;
	color:#FFFFFF;
	padding: 0 0 0 30px;
	display:block;
	}
	
.carrello_navigazione_menu_next {
	color:#e48099;
	background:transparent url(../images/menu_name_freccia.gif) no-repeat scroll 320px 0;
	float:left;
	width: 316px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

.carrello_navigazione_menu_ricevuta {
	color:#e48099;
	float:left;
	width: 150px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.carrello_navigazione_menu_procedi {
	float:right;
	width: 90px;
	}

.carrello_navigazione_menu_procedi a{
	background:transparent url(../images/btn_procedi.gif) no-repeat scroll 68px 20px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	}

main_box_carrello {
	width:1000px;
	background-color:#ecedee;
	margin-top:0px;
}

#head_box_menu_carrello {
	height: auto;
	width: 1000px;
}

#numero_scelte{
	color:#465054;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 0 15px;
	width: 200px;
	float:left;
	
}

.totale_scelte {
	border-bottom:1px solid #949494;
    color:#465054;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    margin:10px 0 0;
    padding:0 15px;
    text-align:right;
    background: #ccc url(../images/bg_totale_scelte.jpg) repeat-x 0 0;
}

#scelte_trovate {
	width:984px;
	height: auto;
	margin: auto;
	position:static;
	border-bottom: 1px solid #c7cacc;
	}

.box_carrello_total_top{
	height: 30px;
	width: 960px;
	background-image: url(../images/bg_tot_carr.gif);
	padding: 0 20px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 30px;
	text-align: right;
}

.menu_carrello_img {
	background-color:#ecedee;
	position:static;
	width: 1000px;
	height: 52px;
}

#menu_carrello_img_find {
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 16px;
	color:#000;
	padding:10px 15px 15px;
	width: 300px;
	float:left;
}

#totale_sel_menu {
	color:#465054;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 0 15px;
	float:right;
	font-weight:bold;
}

#box_menu_carrello_selezioni, #box_formati {
	height: auto;
	background-color:#ecedee;
	padding-left: 0 10px;
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 14px;
	margin:auto;
	position:static;
}
#box_menu_carrello_selezioni ul, #box_formati ul{
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 10px 0;
	white-space: nowrap} 
	
#box_menu_carrello_selezioni li, #box_formati li{
    display: inline;
    margin: 0;
    padding:10px 0px;
 } 
#box_menu_carrello_selezioni li, #box_formati li.firstEl
{
    /*padding:10px 0;*/
}
#box_menu_carrello_selezioni li a, #box_formati li a {
	

    text-decoration: none;
    border-bottom: 1px solid #878c90;
    padding: 18px;
	background: #ecedee;color: #000000;
	border:1px dotted #878C90;
	border-bottom:none;
	display: block;
	float: left;
	margin-right:2px;
	height:40px;
	font-size:12px;
	}
	
#box_menu_carrello_selezioni li a:hover, #box_formati li a:hover{
    background-color: #f0f0f0;} 
	
#box_menu_carrello_selezioni li#activelink a, #box_formati li#activelink a {
    border-bottom: 1px solid #878c90;
    background-color: #878c90;
	color:#FFFFFF;
	border:none;
	display: block;
	float: left;
	}  
	
#box_menu_carrello_selezioni li a#stampa {
	height:100px;
	width:326px;
	} 
	
#box_menu_carrello_selezioni li a#libro {
	height:100px;
	width:326px;
	}  
	
#box_menu_carrello_selezioni li a#jpeg {
	height:100px;
	width:326px;
	}  

#box_menu_carrello_selezioni li a#digitale {
	height:100px;
	width:326px;
	}  

#box_menu_carrello_info {
	background-color:#878c90;
	color:#FFFFFF;
	padding: 10px 20px;
	position: static;
	/*min-height:309px;
	#height:309px;*/
	font-size:12px;
}

#box_menu_carrello_info a {
color:#FFFFFF;
text-decoration:underline;
font-family: "Arial Narrow", "Trebuchet MS", Arial;
font-weight:bold;
}

.box_grigio 
{
	background:#ecedee;
	width:731px;
	margin-left:1px;
	color:#000;
	font-weight:bold;
	padding: 0 0 10px 19px;
	font-family:Trebuchet MS - Arial - Sans-Serif;
	font-size:12px;
}

.box_grigio_libro 
{
	background:#ecedee;
	width:708px;
	margin-left:1px;
	color:#000;
	font-weight:bold;
	padding: 0 7px 10px 35px;
	font-family:Trebuchet MS - Arial - Sans-Serif;
	font-size:10px;
	height:auto;
	
}


.box_selezione_img_carrello {
	background-color:#ecedee;
	margin: auto;
	width: 984px;
	
}

.testo_grigio {
	color:#949494;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
}
.testo_grigino {
color:#CCCCCC;
}
.testo_nero {
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title_menu {
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#465054;
	font-size: 16px;
	padding: 10px;
}

/* PAGAMENTO */

#box_form_ita {
	height: 253px;
	width: 329px;
	float:left;
	background-color:#878c90;
	padding: 10px;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	color:#FFFFFF;
	
}

#box_form_est {
	height: 253px;
	width: 329px;
	float:left;
	background-color:#878c90;
	padding: 10px;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	color:#FFFFFF;
}

#box_form_pag {
	height: 253px;
	width: 265px;
	float:left;
	background-color:#878c90;
	padding: 10px;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	color:#FFFFFF;
}

/* MENU FORM PAGAMENTO */

#box_menu_form_pagamento {
	height: auto;
	width: 984px;
	background-color:#ecedee;
	padding-left: 0 10px;
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 12px;
	margin:auto;
	position:static;
}

#box_menu_form_pagamento ul{
    list-style-type: none;
    margin: 0;
    padding: 10px;
	white-space: nowrap} 
	
#box_menu_form_pagamento li	{
    display: inline;
    margin: 0;
    padding:10px;} 
	
#box_menu_form_pagamento li a {
	width: 326px;
	height: 100px;
	text-decoration: none;
	background: #ecedee;
	color: #000000;
	padding-top: 10px;
	padding-right: 130px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #878c90;
}
	
#box_menu_form_pagamento li a:hover{
    background-color: #f0f0f0;} 
	
#box_menu_form_pagamento li#activelink a{
    border-bottom: 1px solid #878c90;
    background-color: #878c90;
	color:#FFFFFF;}  
	
/* PRIMO ELEMENTO */

.el_trovati {
	width: 327px;
	height: 83px;
	background:url(../images/bg_el_carrello.gif) no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-width: 1px;
	margin: 5px;
	float:left;
}

.wrap-boxCD
{
    width:325px;
    margin:3px;
    border:1px solid #999999;
}
.wrap-box
{
    width:192px;
    margin:3px;
    border:1px solid #999999;
    background:#465054;
}
.cartImgBox .img-wrapper 
{
    /*width:186px;*/
    height:123px;
}
.img-wrapper img
{
    height:60px;
    margin:3px;
    /*width:65px;*/
}
.description-album-box2
{
    
    background:#FFFFFF none repeat scroll 0 0;
    height:24px;
    line-height:24px;
    padding:0 0 0 139px;
    overflow:hidden;
}
.sceltaformati-box
{
     padding: 3px;
     line-height: 22px;
     height: 22px;
}
.txt_el {
	/*width: auto;
	height:95px;
	font-family: "Trebuchet MS", Arial;
	color: #465054;
	font-size: 14px;
	font-weight:bold;*/
	color:#465054;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    font-weight:bold;
    padding-top:8px;
    width:auto;	
}
.txt_el2 {
	color:#fff;
    font-family:"Trebuchet MS",Arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 3px 2px;
    background:#475055;
}

.button_el_trovati {
	width: 327px;
	height: 22px;
	position: static;
	margin-top: 59px;
}
	
#cass_n_el_trovati {
	height: 20px;
	width: 173px;
	float:left;
	position:static;
	border: 1px solid #d1d3d4;
	background-color:#FFFFFF;
}

#cas_meno {
	height:20px;
	width:22px;
	background-color: #a2a7a9;
	float: left;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #d1d3d4;
}

#cas_num {
	height:22px;
	width:22px;
	background-color: #a2a7a9;
	float: left;
	line-height:22px;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #d1d3d4;
}
.bordatura
{
    border: 1px solid #d1d3d4;
}
.bordatura input
{
    height:22px;
    line-height:22px;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#a2a7a9;
}
#cas_piu {
	height:20px;
	width:22px;
	background-color: #a2a7a9;
	float: left;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #d1d3d4;
}

.cas_tot {
	height:22px;
	/*width:54px;*/
	float: left;
	font-family: Arial;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	border: 1px solid #d1d3d4;
	background-color:#FFFFFF;
	padding:0 5px;
	width:78px;
	_width:74px;
}

#el_cest {
	height:22px;
	width:20px;
	background: url(../images/el_cest.gif) no-repeat;
	float: left;
	border: 1px solid #d1d3d4;
}

/* SECONDO ELEMENTO */

.main_form {
	width: 327px;
	height: 83px;
	margin: 10px;
}

.form_scel {
	width: 327px;
	height: 59px;
	background:url(../images/bg_el_carrello.gif) no-repeat;
	border: 2px solid #999999;
}

.button_form_scel {
	width: 327px;
	height: 22px;
	position: static;
	margin-top: 0px;
	padding-left: 1px;
	border: 1px solid #999999;
}

#tipo_stamp {
	height: 20px;
	width: 98px;
	float:left;
	position:static;
	border: 1px solid #d1d3d4;
	background-color:#FFFFFF;
}

#form_stamp {
	height: 20px;
	width: 73px;
	float:left;
	position:static;
	border: 1px solid #d1d3d4;
	background-color:#FFFFFF;
}
/* LINK TAB */

#box_formati li #ctl00_cphMainContent_stampa
{
    background:transparent url(../images/bg_link-stampe.gif) no-repeat scroll 8px 0px;
    padding: 0;
    padding-top: 4px;
    padding-left:65px;

    display: block;
}
#box_formati li #ctl00_cphMainContent_libro
{
    background:transparent url(../images/bg_link-libro.gif) no-repeat scroll 10px 0px;
    padding: 0;
    padding-top: 4px;
    padding-left:80px;

    display: block;
}
#box_formati li #ctl00_cphMainContent_digitale
{
    background:transparent url(../images/bg_link-CD.gif) no-repeat scroll 10px 0px;
    padding: 0;
    padding-top: 4px;
    padding-left:65px;

    display: block;
}
#box_formati li #ctl00_cphMainContent_jpeg
{
    background:transparent url(../images/bg_link-jpeg.gif) no-repeat scroll 10px 0px;
    padding: 0;
    padding-top: 4px;
    padding-left:65px;

    display: block;
   
}
#box_formati li #ctl00_cphMainContent_download
{
    background:transparent url(../images/bg_link-download.gif) no-repeat scroll 10px 0px;
    padding: 0;
    padding-top: 4px;
    padding-left:65px;

    display: block;
}
#box_formati li#activelink #ctl00_cphMainContent_stampa
{
    background:#878C90 url(../images/bg_link-stampe_act.gif) no-repeat scroll 10px 0px;
    padding:6px 0px 0px 65px;
}
#box_formati li#activelink #ctl00_cphMainContent_libro
{
    background:#878C90 url(../images/bg_link-libro_act.gif) no-repeat scroll 10px 0px;
    padding:6px 0px 0px 80px;
}
#box_formati li#activelink #ctl00_cphMainContent_digitale
{
    background:#878C90 url(../images/bg_link-CD_act.gif) no-repeat scroll 10px 0px;
    padding:6px 0px 0px 65px;
}
#box_formati li#activelink #ctl00_cphMainContent_jpeg
{
    background:#878C90 url(../images/bg_link-jpeg_act.gif) no-repeat scroll 10px 0px;
    padding:6px 0px 0px 65px;
}
#box_formati li#activelink #ctl00_cphMainContent_download
{
    background:#878C90 url(../images/bg_link-download_act.gif) no-repeat scroll 10px 0px;
    padding:6px 0px 0px 70px;
}

/* tabbed cart */
.testo-intro-tab
{
    background:#878c90;
    margin:0 4px 0 1px;
    padding:10px;
    color:#fff;
    font-size:14px;
}
.tab-generico
{
    font-family:"Trebuchet MS", Arial, Sans-Serif;
    font-size:12px;
}
.tab-stampe-header, .tab-libro-header, .tab-jpg-header
{
    height:36px;
    text-align:left;
    width:194px;
    margin-right:2px;
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-bottom:none;
}
.tab-stampe-header
{
    background:transparent url(../images/bg_stampeTab.jpg) no-repeat scroll 0 0;
    padding:60px 0 0 127px;
}
.tab-generico .ajax__tab_active .tab-stampe-header, .tab-generico .ajax__tab_hover .tab-stampe-header
{
    background:transparent url(../images/bg_stampeTab.jpg) no-repeat scroll 0 -96px;
}
.tab-libro-header
{
    background:transparent url(../images/bg_libroTab.jpg) no-repeat scroll 0 0;
    padding:60px 0 0 135px;
}
.tab-generico .ajax__tab_active .tab-libro-header,  .tab-generico .ajax__tab_hover .tab-libro-header
{
    background:transparent url(../images/bg_libroTab.jpg) no-repeat scroll 0 -96px;
}
.tab-jpg-header
{
    background:transparent url(../images/bg_jpgTab.jpg) no-repeat scroll 0 0;
    padding:60px 0 0 135px;
}
.tab-generico .ajax__tab_active .tab-jpg-header,  .tab-generico .ajax__tab_hover .tab-jpg-header
{
    background:transparent url(../images/bg_jpgTab.jpg) no-repeat scroll 0 -96px;
}
.btn_applica
{
    border:0;
    color:#fff;
    padding:0 30px 0 6px;
    cursor:pointer;
    font-family:"Trebuchet MS", Arial, Sans-Serif;
    text-decoration:underline;
    border:1px solid #fff;

}
.fotowrapper
{
    width:195px;
    margin:3px 2px;
}
.tab-generico .picture-box img {
padding:0;
}
/* FATTURAZIONE*/
.intro-text_fatt
{
    color:#465054;
    font-family:Arial, Sans-Serif;
    font-size:11px;
    padding:0 15px;
}
.intro-text_fatt h3
{
    color:#465054;
    font-family:"Trebuchet MS",Arial,Sans-Serif;
    font-size:16px;
    font-weight:bold;
    margin:10px 0 0;
}
#main
{
    padding:5px;
}
.bordered
{
    border-top:1px dotted #878D90 !important;
    border-left:1px dotted #878D90 !important;
    border-bottom:none !important;
    border-right:1px dotted #878D90 !important;
}
.first-btn
{
    margin-right:5px;
}
.tabella-fatt
{
    width:100%;
}
.tabella-fatt td table
{
    
}
.tabella-fatt td table.ajax__validatorcallout ajax__validatorcallout_popup_table
{
    width:auto;
    }
.tabella-fatt td table tr td
{
    height:23px;
}
.tabella-fatt td input
{
    width:220px;
}
.tabella-fatt td.reduct input
{
    width:auto;
}
.tabella-fatt td select
{
    width:223px;
}
.primo
{
    height:50px !important;
}
.tabella-fatt td table .etichetta
{
    width:70px;
}
.tabella-fatt td table .campo
{
    width:243px;
}
#bg_tabella-fatt
{
    background:transparent url(../images/bg_tabella-fatt.gif) repeat-y -10px 0;
}

#form-content
{
    padding:10px;
    background:#878d90;
    color:#fff;
    font-size:11px;
    font-family:Arial, Sans-Serif;
}
#form-content h3
{
    font-family:"Trebuchet MS",Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin:0;
}
#payPal-box
{
    height:55px;
    background:transparent url(../images/bg_payPal-box.jpg) no-repeat scroll 0 20px
 }
#payPal-box label
{
    text-indent:-9999px;
}
.tabella-fatt .btn_copia input
{
    width:auto;
}




.inviaBtn
{
    background:#878C90 none repeat scroll 0 0;
    border-left:1px solid #b8b7b3;
    border-top:1px solid #b8b7b3;
    border-right:1px solid #2d040c;
    border-bottom:1px solid #2d040c;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    padding:2px 6px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}


