/* 
    Document   : css_ecomm_jquery
    Created on : 12-ago-2011, 12.38.11
    Author     : Cinzia
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#orderSuccess {
    background: transparent url(images/ui_ringraziamenti_ecomm_2.png) no-repeat;
}

#orderSuccess p {
    margin-left:107px; width: 150px;
    font-size: 15px;
    position: relative;
}

.ui-message-dialog .ui-widget-header {
    background: none !important;
    border: none !important;
}


#orderError{
    background: transparent url(images/ui_failed_ecomm_2.png) no-repeat;
}

#orderError p {
    float:right; width: 150px;
    font-size: 15px;
}

#cartForm{
    background-color: white;
}

.ui-message-form .input_row{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 50px;
    line-height: 20px;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}

.ui-message-form .form_totale span{
    background: transparent url(images/btn_dark_red_acq.png) no-repeat;
}

#Cart .checkout span{
    background: url(images/btn_dark_red_arrow.png);
}

#Cart .top_sidebar .carrello_icon_sidebar{
    background: transparent url(images/carrello_icon_sidebar.png) no-repeat;
}

.product-item .product-add-to-cart span{
    background: transparent url(images/btn_dark_red_carrello.png) no-repeat;
}

.category-product .product-add-to-cart span{
    background: transparent url(images/btn_dark_red_carrello.png) no-repeat;
}

.itemContainer .itemRemove a{
    background: transparent url(images/carrello_icon_sidebar_small.png) no-repeat;
    background-position: center right;
    color:#740b0b;
    display: block;
    text-align: center;
    text-align: right;
    padding-right: 25px;
    font-size: 0.9em;
}

#Cart{
    background-image: url(images/bg_carrello_top.png);
    background-repeat: repeat-x;
    color:#000000;
}


/* GALLERIA PRODOTTI*/
.product-item{
    overflow:hidden;
    line-height:normal;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.product-item .product_info{
    background-color: #F4F4F4;
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #D1D1D1;    
    color:#4d4d4d;
    padding-left: 5px;
}


.product-item .product-image{
    float:left;
    margin-right: 10px;
}

.product-item .product-name{
    float:left;
    font-weight: bold;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
}

.product-item .product-name a{
    text-decoration: none;
}

.product-item .product-price{
    float:left;
    display: block;
    clear: both;
    width: 27%;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #A0A0A0;    
    padding: 20px 5px 10px;
    font-size: 0.9em !important;
}

.product-item .product-quantity{
    float:left;
    display: block;
    border-right: 1px solid #A0A0A0;
    width: 23%;
    font-weight: bold;
    text-align: center;
    padding: 20px 5px 10px;
    font-size: 0.9em !important;
}

.product-item .product-add-to-cart{
    float:left;
    width: 38%;
    float: right;
    text-align: center;
    color:#ffffff;
    text-decoration:none;
    padding: 20px 0 10px;
}

.product-item .product-add-to-cart a{
    color: #ffffff;
    text-decoration: none;
    float: right;
    clear: both;
}

.product-item .product-add-to-cart span{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 25px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 5px;
    clear: both;
    float: left;
}

.product-item .product-add-to-cart span span{
    background-position: 100% 0;
    height: 25px;
    line-height: 25px;
    padding: 0px 30px 0px 0px;
}

.product-item .product-add-to-cart span:hover{
    background-position: 0 -25px;
}

.product-item .product-add-to-cart span:hover span{
    background-position: 100% -25px;
}

#Cart{
    margin:5px;
    padding: 5px 10px 15px 10px;
    background-color:#f4f4f4;
    overflow:auto;
    border-bottom: 2px solid #a0a0a0;
    margin-top:30px;
}

#Cart .total{
    float:right;
    text-align: right;
    padding:5px 0px;
}

#Cart .carrello_icon_sidebar{
    float:left;
    min-height: 40px;
    width: 40px;
}

#Cart .simpleCart_items{
    width:100%;            
    margin-bottom:20px !important;
}

#Cart .itemContainer{
    overflow:hidden;
    line-height:normal;
    border-bottom: 1px dashed #a0a0a0;
    padding-bottom:10px;
}

.cartHeaders .itemName{
    width:100%;
    float:left;
    display:none;
}

.cartHeaders .itemPrice{
    width:30%;
    float:left;
    display:none;
}


.cartHeaders .itemQuantity{
    width:30%;
    float:left;
    display:none;
}


/*SCHEDA PRODOTTO*/

.product_ttil .abstract.object_content img{
    padding:10px; margin-left: 0; border:1px solid #dbdbdb;
    width: 25%}

.category-product .product_info{
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    width: 99%;
    background-color: #F4F4F4;
    border: 1px solid #E0E0E0;
    color:#4d4d4d;
    padding-bottom: 2px;
}

.category-product .product_code {
    border-bottom: 1px solid #D1D1D1;
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 8px;
    padding: 8px 6px;
    text-align: left;
    width: 93%;
}
.category-product .product_quantity{
    border-right: 1px solid #d1d1d1;
    display: block;
    float: left;
    font-weight: bold;
    padding: 8px 14px;
    text-align: left;

    width: 20%;
    clear:both;
}

.category-product .product_price{
    border-right: 1px solid #d1d1d1;

    display: block;
    float: left;
    font-weight: bold;
    padding: 8px 6px 8px 6px;
    text-align: center;
    width: 25%;
    color: #740B0B;
    font-size: 16px;
}

.category-product .product-add-to-cart{
    color: #FFFFFF;
    float: right;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 32%;
}
.category-product .product-add-to-cart span{
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: 25px;
    margin: 0 5px;
    padding: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-product .product-add-to-cart span span{
    background-position: 100% 0;
    height: 25px;
    line-height: 25px;
    padding: 0 30px 0 0;
}

.category-product .product-add-to-cart span:hover{
    background-position: 0 -25px;
}

.category-product .product-add-to-cart span:hover span{
    background-position: 100% -25px;
}

/*CARRELLO SIDEBAR*/

.itemContainer .itemName {
    width:100%;
    float:left;
    margin: 20px 0px;
}

.itemContainer .itemPrice {
    width:40%;
    float:left;
    font-size: 1.4em;
    font-weight: bold;
    color: #740B0B;
    text-align: center;
    border-right: 1px dashed #a0a0a0;
}

.itemContainer .itemdecrement{
    width:10%;
    float:left;
    margin-left: 3px;
}

.itemContainer .itemdecrement a{
    text-decoration:none;
}

.itemContainer .itemQuantity{
    width:10%;
    float:left;
}

.itemContainer .product-image{
    width:120px;
    height:auto;
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.itemContainer .itemincrement{
    width:5%;
    float:left;
}

.itemContainer .itemincrement a{
    text-decoration:none;
}

.itemContainer .itemRemove{
    width:30%;
    float:left;
    border-left: 1px dashed #a0a0a0;
}

.itemContainer .itemRemove .itemdecrement .itemincrement a{
    color:#740B0B;
}



#Cart .total{
    float:right;
    display:block;
    text-transform: uppercase;
    font-size:12px;
    clear: both;
}

#Cart .total span{
    font-weight:bold;
    font-size:15px;
    text-align: right;
}

#Cart .totaltotal .final_total span{
    color:#740B0B;
}

#Cart .total.shipping{
}

#Cart .total.final_total{
    margin-bottom:20px !important;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    width: 100%;
}

#Cart .total.final_total span{
    color: #740B0B;
    font-size: 16px;
}


div.itemQuantity{
    width:5%;
}

div.itemTotal{
    width:20%;
}

div.itemId,
div.itemMaxquantity{
    display:none;
}

/*FORM*/

.ui-message-dialog .ui-widget-header {
    background: none !important;
    border: none !important;
    width: 259px !important;
}

#orderSuccess p {
    margin-left:107px; width: 150px;
    font-size: 15px;
    position: relative;
}


.ui-message-form .input_row .input_label{
    margin-top: 0px !important;
    color: #000000;
}

#fe_payment_method{

    display: block;
    height: 20px;
    left: 10px;
    width: auto;
    margin-top: 15px;
}


.ui-message-form .input_row input{
    background: #fff !important;
    font-family: 'Segoe UI',Tahoma,Geneva,Arial,Helvetica,sans-serif !important;
    width:266px !important;
    color:#000000;
}

.ui-message-form .input_row label{
    color: red;
    float:right;
    margin-right:10px;
    font-family: 'Segoe UI',Tahoma,Geneva,Arial,Helvetica,sans-serif !important;
    font-size: 10px !important;
}

#metodo_pagamento{
    position: relative;
    margin-bottom: 30px !important;
}

#form_privacy{
    font-size:10px !important;
    line-height: 12px;
}

.ui-message-form .form_totale{
    display: block;
    margin: 0px !important;
    font-size:0.8em;
    text-transform: uppercase;
}

.ui-message-form .form_totale p{
    float: right;
}

.ui-message-form .form_totale .bottone_ordina{
    color:#ffffff;
    text-decoration:none;
    float: right;
    clear: both;
}


.ui-message-form .form_totale span{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    font-weight: bold;
    padding: 0 0 0 15px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;

    text-transform: uppercase;
    margin: 0px 5px;
    float: left;
}

.ui-message-form .form_totale span span{
    background-position: 100% 0;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 0;
}

.ui-message-form .form_totale span:hover{
    background-position: 0 -30px;

}

.ui-message-form .form_totale span:hover span{
    background-position: 100% -30px;

}

#Cart .checkout .bottone_checkout{
    color:#ffffff;
    text-decoration:none;
    float: right;
    clear: both;
}

#Cart .checkout span{

    background-position: 0px 0px;
    height: 30px;
    font-weight: bold;
    padding: 0 0 0 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;

    text-transform: uppercase;

    clear: both;
    float: left;
}


#Cart .checkout span span{
    background-position: 100% 0;
    padding: 0px 45px 0 0px;
    height: 30px;
    line-height:30px;
}

#Cart .checkout span:hover{
    background-position: 0 -30px;
}
#Cart .checkout span:hover span{
    background-position: 100% -30px;
}


.ui-message-form .form_totale span span #invia{
    height: 30px !important;
    background: none;
    border: none;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

#Cart .top_sidebar{
    width:100%;
    min-height: 40px;
    margin-bottom: 2px;
}

#Cart .top_sidebar h2{
    padding: 8px 0px 0px 50px;
    border-bottom: none;
    font-size: 1.4em;
    margin: 0.5em 0 0.2em;
}


