.nowrap {
    white-space: nowrap;  
}

.centered {
    text-align: center;
}

div.popup_email{
    z-index:100;
    position: absolute;
    margin: auto;
    text-align:center;
    background-color: transparent;
}

.azzurra {
    color: #1380c3;
}

img.actionicon {
    cursor: pointer;
}

.bg_azzurra {
    background-color: #E3effb;
    font-weight:bold;
    text-align: center;
}

.enlarge {
    font-size: 125%;
    font-weight: bold;
}

.osshop_notice {
    background-color: #E3effb;
    padding: 15px;
    color: #000;
    margin: 20px 0;

    /*border: 1px dashed #577bd1;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.osshop_notice_error {
    background-color: #ff9caf;
    padding: 15px;
    font-weight:bold;
    color: #444;
    margin: 20px 0;
    
    /*border: 1px dashed #d20c0c;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.osshop_notice_warning {
    background-color: #f9c741;
    padding: 15px;
    font-weight:bold;
    color: #444;
    margin: 20px 0;

    /*border: 1px dashed #d20c0c;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.osshop_notice_ok {
    background-color: #83ee83;
    padding: 15px;
    color: #000;
    margin: 20px 0;

    /*border: 1px dashed #36a036;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.osshop .domain_select {
    margin: 20px 0px 10px 0px;
}

/* ******************************************************* Tabelle in generale */

.osshop img {
    border: none;
}

.tab_servizi {
    padding: 5px;
}

.tab_servizi th, 
.tab_servizi td {
    padding: 1px 15px;
}

table.assucked{
    padding:0px;
    border: 0px;
    margin:0px;
}

td.topleft{
    background: url('../images/osshop/topleft_az.gif') no-repeat;    
    margin:0px;
    padding:0px;
    border: 0px;
    width:      17px;
    min-width:  17px;
    height:     17px;
    min-height: 17px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

td.topright{
    width:     17px;
    min-width: 17px;
    height:    17px;
    min-height: 17px;
    margin:0px;
    padding:0px;
    border: 0px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
    background: url('../images/osshop/topright_az.gif') no-repeat;    
}
td.bottomright{
    width:     17px;
    min-width: 17px;
    height:    17px;
    min-height: 17px;
    margin:0px;
    border: 0px;
    padding:0px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
    background: url('../images/osshop/bottomright_az.gif') no-repeat;    
}
td.bottomleft{
    width:     17px;
    min-width: 17px;
    height:    17px;
    min-height: 17px;
    margin:0px;
    padding:0px;
    border: 0px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
    background: url('../images/osshop/bottomleft_az.gif') no-repeat;    
}
td.trasparente{
    border: 0px;
    margin:0px;
    padding:0px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
    background: url('../images/osshop/sfondo_centro_az.gif');    
}

#sottobicchiere{
    z-index:99;
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    background-color: #000000;
    filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

.boxed{
    border: 1px solid #000000;
}
.whitebg{
    background-color: #FFFFFF;
}

.dashedborder {
    border: 1px dashed #577bd1;
    padding: 4px;
    width: 100%;
}

.odd {
    background-color: #eeeeee;
}

td{
    padding: 2px;
}

/*
.gobutton_os {
    padding-top: 3px;
    padding-bottom: 3px;
    margin: auto;
    min-height: 25px;
    height: 25px;
    font-weight: bold;
    background-color: #E3effb;
    width:200px;
    cursor:pointer;
}

.gobutton_os:hover {
    cursor:pointer;
}
*/

.os_gobutton_small {
    border:  0;
    margin:  5px;
    padding: 0;
    width: 120px;
    height: 24px;
    text-align:center;
    font-size: 12px;
    font-weight:bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0098D3;
    background-color: #E3dfeb;
    cursor:pointer;
}

.osshop table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.osshop tr {
    border: 1px solid #000000;
}

.osshop th {
    background-color: #E3EFFB;
    padding: 3px;
}

.osshop td {
    padding: 1px 2px;
}

.osshop tr.out {
    background-color: inherit;
}

.osshop tr.notconf {
    background-color: #FFEEEE;
}

/* ******************************************************* PRODOTTI */

.catbox_head {
    width: 250px;
    border: 1px solid;
    border-width: 1px 1px 0px 1px; 
    border-color: #5b9601;
    background-color: #8dcd01;
    margin: 10px 0px 0 0; 
    padding: 7px 0 7px 0; 
    font-weight: bold; 
    font-size: 120%; 
    text-align: center;
/*    text-shadow: #000 1px 1px 1px; */
    font-family: Copperplate, tahoma, sans-serif;
    color: white;
    -webkit-border-radius: 10px 10px 0 0; 
    -moz-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0; 

background-color: #0098d3;
border-color: #0098d3;
}

.catbox_content {
    width: 95%;
    border: 1px solid;
    border-width: 1px 1px 1px 1px; 
    border-color: #5b9601;
    background-color: none; 
    margin: 0 0 20px 0; 
    padding: 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
border-color: #0098d3;
}


#riassunto_carrello {
    padding: 5px;
    text-align: right;
    float: right;
    vertical-align: text-bottom;
    width: 250px;
    margin-top: 5px;
    margin-right: 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cart_adding {
    border: 1px solid #577bd1;
    background-color: #E3EFFB;
}

.cart_normal {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.riga_prodotto {
    padding: 5px 5px;
    margin: 10px auto;
    border: 1px dotted #d3dddd;
    border-width: 0 0 1px 0;
    clear: both;
}

.imgprodottosmall {
    float: left;
    border: 0px;
/*
    margin: 2px;
    margin-right: 10px;
    padding: 1px;
    background-color: #EEF;
    border: solid 1px #DDF;
*/
}

.descbreve {
    margin-left: 65px;
    padding-bottom: 0px;
}

.titolobreve {
    font-weight: bold;
    margin-bottom: 5px;
}

.prezzosotto {
    margin-bottom: 5px;
}

.osshop_butt_cart_in {
    float: right;
    width: 65px;
    height: 49px;
    background: #FFF url('../images/osshop/osshop_b_cart_in.png') center top no-repeat;
    cursor: pointer;
}

.osshop_butt_cart {
    float: right;
    width: 55px;
    height: 49px;
    background: #FFF url('../images/osshop/osshop_b_cart.png') no-repeat;
    cursor: pointer;
    margin: 0 3px;
}

.osshop_butt_cart_empty {
    float: right;
    width: 55px;
    height: 70px;
    background: #FFF url('../images/osshop/osshop_b_cart_empty.png') no-repeat;
    cursor: pointer;
    margin: 0 3px;
}

/* ******************************************************************** SCHEDA PRODOTTO */

.os_scheda_prodotto {
}

.os_scheda_prodotto h1 {
    padding-bottom: 10px;
}

.os_scheda_prodotto hr {
    border: solid 1px #F00;
    border-width: 1px 0 0 0;
    margin: 5px 0 5px 0;
}

.os_scheda_prodotto h1.title {
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.os_scheda_prodotto p.dbreve {
    font-size: 110%;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

.os_scheda_prodotto .cartb {
    width: 260px;
    height: 80px;
}

.os_scheda_prodotto .sinistra {
    width: 280px;
    float: left;
    text-align: center;
    /*border: 1px solid #0F0;*/
}

.os_scheda_prodotto .sinistra img {
    margin: 4px;
    padding: 4px;
    background-color: #EEF;
    border: solid 2px #DDF;
}

.os_scheda_prodotto .destra {
    width: 375px;
    margin-left: 300px;
    text-align: justify;
    /*border: 1px solid #00F;*/
}

.os_scheda_prodotto .destra p {
    text-align: justify;
    margin: 5px 0px;
}

.os_scheda_prodotto button {
    border:  0;
    padding: 0;
    margin:  0;
    margin-top: 10px;
    width: 175px;
    height: 31px;
    text-align:center;
    font-size: 14px;
    font-weight:bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0098D3;
    background-color: #E3effb;
    cursor:pointer;
}

.os_scheda_prodotto .sinistra .pricing {
    margin: 10px;
    padding: 15px;
    background-color: #E3effb;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.os_scheda_prodotto .singleprice {
    padding: 5px 0px 10px 0px;
    clear: both;
}

.os_scheda_prodotto .singleprice .lab {
    width: 100px;
    height: 22px;
    float: left;
    top: 50%;
    text-align: right;
    font-weight: bold;
}

.os_scheda_prodotto .singleprice .val {
    width: 150px;
    height: 22px;
    padding-left: 10px;
    margin-left: 105px;
    text-align: left;

    font-size: 145%;
    font-weight: bold;
    color: #0098D3;
}

.os_scheda_prodotto .singleprice .cen {
    text-align: center;
}

.os_scheda_prodotto .tabs { 
    padding: 0px;
    margin: 0px;
}

.os_scheda_prodotto .tabs ul.tabbed { 
					/* general settings */
    text-align: left; 			/* set to left, right or center */
    margin: 1em 0 0em 0; 		/* set margins as desired */
    border-bottom: 1px solid #1380c3; 	/* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 1px 10px; 	/* THIRD number must change with respect to padding-top (X) below */
}

.os_scheda_prodotto .tabs ul.tabbed li {
    display: inline; 			/* do not change */
}

.os_scheda_prodotto .tabs ul.tabbed li {
					/* settings for selected tab */
    border-bottom: 1px solid #fff;	/* set border color to page background color */
    background-color: #FFF; 		/* set background color to match above border color */
}

.os_scheda_prodotto .tabs ul.tabbed a {
				/* settings for selected tab link */
    top: 1px;
    position: relative;
    padding-top: 4px; 		/* must change with respect to padding (X) above and below */
}

.os_scheda_prodotto .tabs ul.tabbed a {
				/* settings for all tab links */
    padding: 3px 4px; 		/* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #6c6; 	/* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #1380c3; 	/* set unselected tab background color as desired */
    color: #FFF; 		/* set unselected tab link color as desired */
    margin-right: 0px; 		/* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

.os_scheda_prodotto .tabs ul.tabbed a.sel,
.os_scheda_prodotto .tabs ul.tabbed a:active,
.os_scheda_prodotto .tabs ul.tabbed a:hover {
			/* settings for hover effect */
    background: #fff; 	/* set desired hover color */
    color: #1380c3;
}

.os_scheda_prodotto .tab_content {
    margin: 0px;
    padding: 0px;
    border: solid 1px #1380c3;
    border-width: 0px 1px 1px 1px;
}

.os_scheda_prodotto .contentoff {
    margin: 0px;
    padding: 5px;
    display: none;
}

.os_scheda_prodotto .contenton {
    margin: 0px;
    padding: 5px;
    display: block;
}


/* ******************************************************************** DEFAULT FORM */

.os_form {
    font-size: 12px;
}

.os_form li {
    margin: 5px 0px;
}

.os_form select,
.os_form input {
    border:solid 1px #aacfe4;
}

.os_form input {
    padding: 2px 0px;
    margin: 0px 0 5px 0px;
}

.os_form select {
    padding: 2px 0px;
}

.os_form input:focus {
    background: #E3effb;
}

.os_form button {
    border:  0;
    margin:  0;
    padding-left:  5px;
    padding-right: 5px;
    width: 125px;
    height: 31px;
    text-align:center;
    font-size: 14px;
    font-weight:bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0098D3;
    background-color: #E3effb;
    cursor:pointer;
}

.os_form_small {
    font-size: 11px;
}

.os_form_small select,
.os_form_small input
{
    font-size: 10px;
}

/* ******************************************************* ALIGNED FORM */

.os_aform {
    margin:10px auto;
    width: 95%;
    padding:14px;
}

.os_aform .spacer {
    clear: both;
}

.os_aform .form_line {
    clear: both;
}

.os_aform select { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    border:solid 1px #aacfe4;
    margin:2px 30px 10px 20px;
    font-size:11px;
    padding:2px 1px;
    color: #036;
} 

.os_aform textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border:solid 1px #aacfe4;
    margin:2px 30px 10px 20px;
    font-size:11px;
    padding:2px 1px;
    width:300px;
}

.os_aform p{
    font-size:11px;
    color:#369;
    margin-bottom:10px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:5px;
}

.os_aform label{
    margin-left: 10px;
    color: #369;
    display:block;
    font-weight:bold;
    text-align:right;
    width:70px;
    float:left;
    margin-top: 4px;
}

.os_aform input {
    float:left;
    margin:2px 30px 10px 20px;
    font-size:11px;
    padding:2px 1px;
} 

.os_aform input[type="text"], 
.os_aform input[type="password"]
{
    border:solid 1px #aacfe4;
    width:200px;
}

.os_aform input:focus{ 
    background:#F5F5F5;
}

/* ******************************************************* I MIEI DATI */

.form_invparam #os_user_nazione {
    width: 200px;
}

/* ******************************************************* REGISTRAZIONE */

.paddr20{
    padding-right: 20px;
}

#osshop_register_form {
}

.input_error {
    -moz-appearance: none;
    background-color: #f2b85a;
    color: #FFF;
}

.input_none {
    background-color: #FFF;
    color: #000;
}

#register_div {
    width: 350px;
    float: left;
}

#privacy_div {
    float: right;
    width: 280px;
    border: 2px solid #e3ebfb;
    padding: 4px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.privacy_text {
    text-align: justify;
    font-size: 75%;
    margin: 10px;
}

#formr_regconsenso {
    margin: 5px 2px 10px 20px;
    padding: 0px;
}

#formr_regconsenso_lab {
    margin: 2px 2px 0px 0px;
    padding: 0px;
}

/* ******************************************************* CARRELLO */

#cart_linewrap div {
    margin: 0;
}

.cart_header {
    background-color: #E3EFFB;
    margin: 5px 5px;
    padding: 5px 2px 10px 2px;
    clear: both;
    height: 16px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cart_header div {
    padding: 2px 5px;
    font-weight: bold;
}

.cart_line {
    margin: 5px 5px;
    height: 40px;
    border: 1px solid #DDDDDD;
    border-width: 0 0 1px 0;
    clear: both;
    padding: 5px 2px 10px 2px;
}

.cart_line div {
    padding: 2px 5px;
    min-height: 30px;
    height: 30px;
}

.c1 {
    width: 50px;
}

.cart_header .c1 {
    background: none;
}

.cart_line .c1 {
    font-size: 10px;
    background-image: url('../images/osshop/ico_elimina.gif');
    background-position: 20px 15px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
}

.c2 {
    width: 475px;
}

.c2 .nomeprodotto {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.c3 {
    width: 120px;
    text-align: right;
    padding: 0px 0px;
}

.cart_footer {
    clear: both;
    height: 25px;
    border: 1px solid #DDDDDD;
    border-width: 0 0 1px 0;
    padding-right: 60px;
}

.cart_footer div {
    margin: 0;
    padding: 0;
}

.cf1 {
    float: left;
    height: 25px;
    margin-top: 15px;
    margin: 50px;
    padding: 50px;
}

.cf2 {
    float: right;
    font-size: 100%;
    color: #0e90de;
}

.cart_proceed {
    float: right;
    height: 50px;
    text-align: center;
}

.cart_empty {
    float: left;
    height: 50px;
    text-align: center;
    text-decoration: none;
}

.cart_proceed img,
.cart_empty img {
    border: 0px;
}

.cart_proceed a,
.cart_empty a {
    text-decoration: none;
}

/* ******************************************************* STEP 1 */

.orderprocess div {
    margin: 0;
}

.orderprocess.notice {
    background-color: #FF0000;
    padding: 10px;
    margin-bottom: 15px;
}

.orderprocess.step1 {
    margin: 0 0;
    padding: 5px;
    clear: both;
}

.orderprocess.step1 .box1 {
    width: 46%;
    float: left;
    padding: 10px;
    border: 1px solid #DDDDDD;
    height: 150px;
}

.orderprocess.step1 .box2 {
    width: 46%;
    float: right;
    padding: 10px;
    border: 1px solid #DDDDDD;
    height: 150px;
}

/* ******************************************************* STEP 2 */

#bt_proceed_payment {
    width: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    text-align: center;
    padding: 5px;
}

/* ******************************************************* STEP 3 */
/* ******************************************************* STEP 4 */

.paypalform {
    text-align: center;
    margin: auto;
    padding: 10px;
}

/* ******************************************************* ORDINI E DETTAGLIO */

.osshop_ordine_totali {
    float: right;
    clear: both;
    width: 175px;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
}

.osshop_ordine_totali .eurotot {
    float: right;
    display: inline;
}

.osshop_ordine_totali .scontop {
    font-size: 85%;
}


/* ******************************************************* DASHBOARD */

#dashboard {
    font-size: 90%;
}

#dashboard li {
    margin: auto;
    margin-left: 15px;
    list-style: square;
}

#dashboard a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#dashboard h3 {
    margin-bottom: 10px;
}

.dashrow {
    clear: both;
    margin: 5px 0;
    padding: 5px;
    color: #000;
}

.dashbox {
    padding: 5px;
    margin: 0 5px;
    width: 190px;
    float: left;
    height: 100px;
    min-height: 100px;
    overflow: auto;

    background-color: #f3f3f3; 
    border: 2px solid #EEE;
    padding: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dashbox.user {
}

.dashbox.tickets {
    width: 302px;
    height: 100px;
    overflow: auto;
}

.dashbox.comunicazioni {
    width: 302px;
    height: 100px;
    overflow: auto;
}

.dashbox.sites {
    overflow: hidden;
}

.dashbox.domains {
}

.dashbox.emails {
}

.dashbox.offerte {
}

.dashbox.rinnovi {
}

/* ******************************************************* SERVIZI / JAVASCRIPT */

.aligned_form {
}

.aligned_form .focused:focus {
    background-color: #EEE;
}

.aligned_form li {
    list-style: none;
}

.aligned_form .small {
    width: 50px;
}

.aligned_form .medium {
    width: 195px;
}

.aligned_form .full {
    width: 255px;
}

.aligned_form label {
    width: 150px;
    float: left;
    padding-top: 4px;
}

/* ******************************************************* GESTIONE SITO */

#gestione_sito {
}

#gestione_sito hr {
    border: solid 1px #000;
    border-width: 1px 0 0 0;
    margin: 20px 0;
}

#gestione_sito li{
    margin: 10px auto;
    margin-left: 30px;
    list-style: square;
}

/* ******************************************************* GESTIONE DNS */

#gestione_dns {
}

/* ******************************************************* GESTIONE EMAIL */

#gestione_email {
}

/* ******************************************************* SERVIZI / JAVASCRIPT */

.coolpopup_title {
    background-color: #DDDDFF; 
    color: #000000; 
    height: 16px;
    font-size: 12px; 
    font-weight: bold;
    border-bottom: 1px solid #555555;
    padding: 1px;
    margin-bottom: 5px;
}


.boxservizi {
    background-color: #f3f3f3; 
    border: 2px solid #EEE;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

