/*
	ECommerce.css
	TemplateName: Base
	Copyright (c) 2011, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* RESET TABLES
------------------------------------------------------------------------------------------------- */
.ec table,
.ec th,
.ec tr,
.ec td {
	border: 0 none;
}
/* ---------------------------------------------------------------------------------------------- */


/* GLOBAL
------------------------------------------------------------------------------------------------- */
.ec .currency {
   text-align: right;
}

.ec fieldset {
   margin-top: 10px;
   padding-left: 10px;
}

.ec div.paginator {
	padding-top: 25px;
	text-align: center;
}

.ec div.paginator span {
	padding: 0 10px;
}

.ec hr {
   margin: 20px 0;
}
/* ---------------------------------------------------------------------------------------------- */


/* Vertical Breadcrumbs
------------------------------------------------------------------------------------------------- */
.ec.categories-v-breadcrumbs {}

.ec.categories-v-breadcrumbs .node-indent0 {padding-left: 2px;}
.ec.categories-v-breadcrumbs .node-indent1 {padding-left: 10px;}
.ec.categories-v-breadcrumbs .node-indent2 {padding-left: 20px;}
.ec.categories-v-breadcrumbs .node-indent3 {padding-left: 30px;}
.ec.categories-v-breadcrumbs .node-indent4 {padding-left: 40px;}
.ec.categories-v-breadcrumbs .node-indent5 {padding-left: 50px;}

.ec.categories-v-breadcrumbs a.active:hover,
.ec.categories-v-breadcrumbs .active a:hover {
   cursor: default;
   text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */


/* Validation Summary
------------------------------------------------------------------------------------------------- */
.ec div.validation-summary {
   -moz-border-radius: 6px 6px 6px 6px;
   background: #FF9966;
   border: 1px solid #D3D3D3;
   margin-top: 5px;
   padding: 5px 5px 5px 10px;
}

.ec .validation-summary li {
   font-size: 14px;
   list-style: none;
   list-style-position: inside;
}

.ec .validation-summary ul {
   padding: 0px;
}

.ec .validation-summary h4 {
   font-size: 18px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Category List - Lista categorie
------------------------------------------------------------------------------------------------- */
.ec.category-list span.current-categories {
   padding: 0 10px;
}

.ec.category-list div.ow-container {
   margin-bottom: 20px;
	text-align: center;
}

.ec.category-list div.ow-container div.image img{
   margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------------- */


/* Product List - Lista prodotti
------------------------------------------------------------------------------------------------- */
.ec.product-list .category-description {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;
}

.ec.product-list .product-container {
	padding: 10px;
}

.ec.product-list .product-container .image {
   float: left;
	padding: 4px;
	margin-right: 10px;
}

.ec.product-list .product-container .details {
	padding-right: 20px;
}

.ec.product-list .product-container .details a.short-description {
	display: block;
}

.ec.product-list .product-container .details p.unit-cost{
	display: block;
	float: right;
}

.ec.product-list .product-container .details p.unit-cost span{
	font-weight: bold;
}

.ec.product-list .product-container .details div.bottom {
	clear: both;
	display: inline-block;
	padding-top: 30px;
}

.ec.product-list .product-container .details div.bottom .input-group {
   float: left;
   margin-top: 10px;
}

.ec.product-list .product-container .details input.quantity {
    border-radius: 4px;
    height: 25px;
    float: none;
    padding: 0;
    text-align: center;
    width: 35px;
}

.ec.product-list .product-container .details a.add-to-shoppingcart-icon {
	background: url("Images/ECommercePutCart.gif") no-repeat;
	display: inline-block;
	height: 49px;
	width: 70px;
}

.ec.product-list div.paginator a {}

.ec.product-list div.paginator a:hover {}
/* ---------------------------------------------------------------------------------------------- */


/* Product List custom - Lista prodotti scelta da configurazione
------------------------------------------------------------------------------------------------- */
.ec.custom-product-list .product-container {
	padding: 10px;
}

.ec.custom-product-list .product-container .image {
   float: left;
   margin: 10px;
	padding: 4px;
}

.ec.custom-product-list .product-container .details {
	padding-right: 20px;
}

.ec.custom-product-list .product-container .details a.short-description {
	display: block;
}

.ec.custom-product-list .product-container .details p.unit-cost {
	display: block;
	float: right;
}

.ec.custom-product-list .product-container .details p.unit-cost span {
	font-weight: bold;
}

.ec.custom-product-list .product-container .details div.bottom {
	clear: both;
	display: inline-block;
	padding-top: 30px;
}

.ec.custom-product-list .product-container .details div.bottom .input-group {
   float: left;
   margin-top: 10px;
}

.ec.custom-product-list .product-container .details input.quantity {
    border-radius: 4px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.ec.custom-product-list .product-container .details a.add-to-shoppingcart-icon {
	background: url("Images/ECommercePutCart.gif") no-repeat;
	display: inline-block;
	height: 49px;
	width: 70px;
}

.ec.custom-product-list div.paginator a {}

.ec.custom-product-list div.paginator a:hover {}
/* ---------------------------------------------------------------------------------------------- */


/* Product Details - Dettaglio prodotto
------------------------------------------------------------------------------------------------- */
.ec.product-detail div.ow-container {
   width: 100%;
}

.ec.product-detail div.product-name {
   text-align: center;
}

.ec.product-detail img.product-big-image {
   float: left;
   margin-right: 10px;
}

.ec.product-detail #product-images-container,
.ec.product-detail #product-images-container .product-big-image {
   max-width: 540px;
}

.ec.product-detail #product-images-container .thumbnails-container img {
   float: left;
   margin-right: 5px;
   margin-top: 10px;
}

.ec.product-detail div.info {
	padding-bottom: 20px;
}

.ec.product-detail a.back-to-product-list {
   display: block;
   padding: 5px 15px;
   text-align: right;
}

.ec.product-detail div.info div.description span.short-description {
   display: block;
   font-weight: bold;
   padding:  5px 15px;
}

.ec.product-detail div.info div.description .unit-cost {
   margin-bottom: 20px;
}


.ec.product-detail div.info div.description .unit-cost p {
	display: block;
	float: right;
   padding: 5px 15px;
}

.ec.product-detail div.info div.description .unit-cost span {
	display: inline;
   font-weight: bold;
   padding-left: 2px;
}

.ec.product-detail div.info div.description div.quantity {
   margin-top: 10px;
}

.ec.product-detail input.quantity {
    border-radius: 4px;
    float: none;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.ec.product-detail a.add-to-shoppingcart-icon {
	background: url("Images/ECommercePutCart.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 49px;
	margin-bottom: -15px;
	width: 70px;
}

.ec.product-detail .description-detail {
   clear: left;
   overflow: auto;
   padding-top: 10px;
}

 /*Attributi di selezione degli Slave*/
.ec.product-detail .slave-attributes {
   display: flex;
   margin-bottom: 10px;
   padding: 10px;
}

.ec.product-detail .slave-attributes .attribute-container {
   clear: left;
   text-align: center;
}

.ec.product-detail .slave-attributes .attributes-container .attribute-value {
   border: 2px solid #bbb;
   border-radius: 10px;
   cursor: pointer;
   display: block;
   float: left;
   margin-bottom: 10px;
   margin-right: 5px;
   min-width: 60px;
   padding: 5px;
}

.ec.product-detail .slave-attributes .attributes-container .attribute-value.selected {
   border: 2px solid #5f5f5f;
   background-color: #5f5f5f;
   color: #FFFFFF;
}

.ec.product-detail .slave-attributes .attributes-container .attribute-value.unavailable {
   border: 2px solid #dddddd;
   color: #dddddd;
}

.ec.product-detail .slave-attributes .attributes-container .attribute-value:hover,
.ec.product-detail .slave-attributes .attributes-container .attribute-value.selected:hover,
.ec.product-detail .slave-attributes .attributes-container .attribute-value.unavailable:hover {
   border: 2px solid #4b4b4b;
   background-color: #4b4b4b;
   color: #FFFFFF;
}

.ec.product-detail .slave-attributes .attribute-container.color span.attribute-value {
    padding: 0;
}

.ec.product-detail .slave-attributes .attribute-container.color span.attribute-value.unavailable {
    opacity: 0.2;
}

.ec.product-detail .slave-attributes .attribute-container.color span.attribute-value.unavailable:hover {
    opacity: 1;
}

.ec.product-detail .slave-attributes .attribute-container.color span.attribute-value span {
   border-radius: 8px;
   display: block;
   height: 34px;
   width: 100%;
}

/*Attributi*/
.ec.product-detail .attributes-table {
   margin-top: 30px;
}

/*Prodotti Associati*/
.ec.product-detail .association-products.product-row {
   margin-top: 30px;
}

.ec.product-detail .association-products.product-row:after,
.ec.product-detail .association-products.product-row .product-associated-item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ec.product-detail .association-products .product-associated-item {
   border: 1px solid #dddddd;
   padding: 10px;
   margin-bottom: 15px;
}

.ec.product-detail .association-products .image img {
   float: none;
   margin: 0 auto;
}

.ec.product-detail .association-products .info {
   text-align: center;
}

.ec.product-detail .association-products .info .unit-cost p {
    text-align: center;
}

.ec.product-detail .association-products .info .input-group {
   display: block;
}

.ec.product-detail .association-products .info a.add-to-shoppingcart-icon {
   margin-bottom: -25px;
   margin-top: 10px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Shopping Cart Info - Il Tuo Carrello
------------------------------------------------------------------------------------------------- */
.ec.shoppingcart-info div.go-to-shopping-cart a.image {
	background: url("Images/ECommerceCart.gif") no-repeat;
	display: inline-block;
	float: left;
	height: 49px;
	margin-top: 3px;
	width: 65px;
}

.ec.shoppingcart-info div.go-to-shopping-cart a.shopping-cart {
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
   margin-left: 10px;
   margin-top: 15px;
}

.ec.shoppingcart-info div.info {
	clear: both;
	padding-top: 5px;
}

.ec.shoppingcart-info div.info span.empty {
}

.ec.shoppingcart-info div.info span.total-products {
}

.ec.shoppingcart-info div.info span.total-pieces {
}

.ec.shoppingcart-info div.info span.total-cost-label {
}

.ec.shoppingcart-info div.info span.total-cost {
	margin-left: 10px;
}
/* ---------------------------------------------------------------------------------------------- */


/* ORDER STEPS - Steps dell'acquisto
------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */


/* Navigation bar buttons - Bottoni di navigazione
------------------------------------------------------------------------------------------------- */
.ec div.previous {
   display: inline-block;
   float: left;
   text-align: left;
   width: 20%;
}

.ec div.continue {
   display: inline-block;
   text-align: center;
   width: 60%;
}

.ec div.next {
   display: inline;
   float: right;
   text-align: right;
   width: 20%;
}

.ec div.confirm {
   display: inline;
   float: right;
   text-align: right;
   width: 20%;
}

.ec .utility-top,
.ec .utility-bottom {
   padding-right: 5px;
   padding-top: 10px;
   padding-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Shopping Cart View - Visualizzazione carrello
------------------------------------------------------------------------------------------------- */
.ec.shopping-cart-view .active-shoppingcart {
   display: block;
   font-size: 18px;
   padding-top: 10px;
   text-align: center;
}

.ec.shopping-cart-view table tfoot {
	background-color: #ECECEC;
	font-weight: bold;
}

.ec.shopping-cart-view table td a.product-delete {
	background: url("Images/DeleteProduct.gif") no-repeat;
	display: inline-block;
	height: 16px;
	padding-left: 20px;
	width: 16px;	
}

.ec.shopping-cart-view input.product-quantity {
   margin-right: 5px;
   text-align: right;
   width: 35px;
}

.ec.shopping-cart-view a {
   cursor: pointer;
}
/* ---------------------------------------------------------------------------------------------- */


/* Select Delivery Mode - Selezione del metodo di consegna
------------------------------------------------------------------------------------------------- */
.ec .delivery-mode-container table.delivery-mode td {
   vertical-align: middle;
}

.ec .delivery-mode .delivery-mode-name {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 4px;
}

.ec .delivery-mode .delivery-mode-description {
	font-size: 12px;
	padding: 0 0 0 4px;
}

.ec .delivery-mode .delivery-mode-cost {
	font-size: 16px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Select Payment Mode - Selezione del metodo di pagamento
------------------------------------------------------------------------------------------------- */
.ec .payment-mode-container table.payment-mode td {
   vertical-align: middle;
}

.ec .payment-mode td.payment-mode-name {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 4px;
}

.ec .payment-mode .payment-mode-description {
	font-size: 12px;
	padding: 0 0 0 4px;
}

.ec .payment-mode .payment-mode-cost {
	font-size: 16px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Addresses - Indirizzi di fatturazione e spedizione
------------------------------------------------------------------------------------------------- */
.ec .email {
   margin-bottom: 15px;
}

.ec .email span.email {
   font-weight: bold;
}

.ec .address-billing-container table td,
.ec .delivery-address-div table td {
   border-top: medium none;
   vertical-align: middle;
}

.address-billing-container .caption span {
    display: block;
}
/* ---------------------------------------------------------------------------------------------- */


/* Summary Order - Riepilogo dell'ordine
------------------------------------------------------------------------------------------------- */
.ec .summary-order-container table tfoot {
   background-color: #ECECEC;
   font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */


/* Confirmed Order - Ordine Confermato
------------------------------------------------------------------------------------------------- */
.ec.confirmed-order .panel{
   margin-top: 20px;
}

.ec.confirmed-order div.data {
	font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */


/* Canceled Order - Ordine Annullato
------------------------------------------------------------------------------------------------- */
.ec.canceled-order {
}
/* ---------------------------------------------------------------------------------------------- */


/* Order Status View - Visualizzazione degli ordini
------------------------------------------------------------------------------------------------- */
.order-details label.title-label {
   font-weight: bold;
}

.order-details .table-responsive {
   float: left;
   margin-top: 20px;
   width: 100%;
}

.order-details .table-responsive.table > tbody > tr > td {
   vertical-align: middle;
}

.order-details .table-responsive .col-number {
   text-align: right;
}

.order-details div.order-amount {
   padding-right: 0;
}

.order-details div.order-amount span#totalOrderCostSpan {
   font-weight: bold;
}

.order-details span.order-number {
   font-size: 16pt;
   font-weight: bold;
}

.order-details div.order-status-div span {
   font-size: 18px;
   font-weight: bold;
}

a.view-command {
   cursor: pointer;
   text-decoration: underline;
}

.order-details div.order-billing-address-div div,
.order-details div.order-delivery-address-div div {
   padding: 0 0 10px 10px;
}

.order-details table.data-table tbody tr td img {
   height: auto;
   max-width: 100px;
   width: 100%;
}

.order-details div.order-amount span {
   display: block;
   float: right;
   padding-right: 12px;
}

div.button-div {
   clear: both;
   padding-top: 20px;
   text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */


/* Delivery Cost For Zone - Visualizzazione costi per area geografica
------------------------------------------------------------------------------------------------- */
.delivery-cost-for-zones .delivery-mode-name {
    font-weight: bold;
    margin-bottom: 15px;
}

.delivery-cost-for-zones table.main {
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
}


.delivery-cost-for-zones table.main tr.main {
   border-bottom: 1px solid #DDDDDD;
}

.delivery-cost-for-zones table.main tr.main td.zone {
   border-right: 1px solid #DDDDDD;
   vertical-align: middle;
}

.delivery-cost-for-zones table.main tr.main td.zone table.zone .label{
   color: #000000;
}

.delivery-cost-for-zones table.main tr.main td.range {
   vertical-align: middle;
}

.delivery-cost-for-zones table.range,
.delivery-cost-for-zones table.range tbody {
   width: 100%;
}

table.range tr.weight td {
  padding: 5px;
  text-align: center;
}

table.range tr.volume td {
  padding: 5px;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------- */
