/*
	FileName ....... : ECommerce.css
	TemplateName ... : Business 1
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS relativi alle sezioni di Commercio Elettronico
*/


/* 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;
}
/* ---------------------------------------------------------------------------------------------- */


/* Vertical Breadcrumbs
------------------------------------------------------------------------------------------------- */
#utility .ec.categories-v-breadcrumbs,
#sidebar .ec.categories-v-breadcrumbs {
}

#utility .ec.categories-v-breadcrumbs .node-indent1,
#sidebar .ec.categories-v-breadcrumbs .node-indent1 {
	padding-left: 38px;
}

#utility .ec.categories-v-breadcrumbs .node-indent2,
#sidebar .ec.categories-v-breadcrumbs .node-indent2 {
	padding-left: 48px;
}

#utility .ec.categories-v-breadcrumbs .node-indent3,
#sidebar .ec.categories-v-breadcrumbs .node-indent3 {
	padding-left: 58px;
}

#utility .ec.categories-v-breadcrumbs .node-indent4,
#sidebar .ec.categories-v-breadcrumbs .node-indent4 {
	padding-left: 68px;
}

#utility .ec.categories-v-breadcrumbs .node-indent5,
#sidebar .ec.categories-v-breadcrumbs .node-indent5 {
	padding-left: 78px;
}

#utility .ec.categories-v-breadcrumbs li.current a {
	color: #000000;
	font-weight: bold;
}

.ec.categories-v-breadcrumbs .current a:hover {
   cursor: default;
   text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */


/* Validation Summary
------------------------------------------------------------------------------------------------- */
.ec div.validation-summary {
   background: #FF9966;
   border: 1px solid #D3D3D3;
	border-radius: 4px 4px 4px 4px;
   margin-top: 5px;
   padding: 5px 5px 5px 10px;
}

.ec .validation-summary h4 {
   font-size: 18px;
}

.ec .validation-summary li {
   font-size: 14px;
   list-style: none;
   list-style-position: inside;
}

.ec .validation-summary ul {
   padding: 0px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Category List - Lista categorie
------------------------------------------------------------------------------------------------- */
.ec.category-list span.current-categories {
   padding: 0 10px;
}

.ec.category-list div.description {
	margin-bottom: 20px;
}

.ec.category-list table {
   border: none;
	width: 100%;
}

.ec.category-list table tbody {
   background: none transparent;
   border: none;
}

.ec.category-list td {
	padding: 6px;
	vertical-align: top;
}

.ec.category-list table tr td.col-1 {width: 100%;}
.ec.category-list table tr td.col-2 {width: 50%;}
.ec.category-list table tr td.col-3 {width: 33.333333333333333%;}
.ec.category-list table tr td.col-4 {width: 25%;}
.ec.category-list table tr td.col-5 {width: 20%;}

.ec.category-list table tr td div.ow-container {
	text-align: center;
}

.ec.category-list table tr td div.ow-container div.image {
}

.ec.category-list table tr td div.ow-container div.link {
}

.ec.category-list table tr td div.ow-container div.short-description {
	margin-top: 10px;
	text-align: left;
}

.ec.category-list .paginator {
}

.ec.category-list .paginator a {
}

.ec.category-list .paginator a:hover {
}

.ec.category-list .paginator span {
}
/* ---------------------------------------------------------------------------------------------- */


/* Product List - Lista prodotti
------------------------------------------------------------------------------------------------- */
.ec.product-list table {
   border: none;
   width: 100%;
}

.ec.product-list table tbody {
   background: none transparent;
   border: none;
}

.ec.product-list table td {
   padding: 0;
}

.ec.product-list table tr td.col-1 {width: 100%;}
.ec.product-list table tr td.col-2 {width: 50%;}
.ec.product-list table tr td.col-3 {width: 33.333333333333333%;}
.ec.product-list table tr td.col-4 {width: 25%;}
.ec.product-list table tr td.col-5 {width: 20%;}

.ec.product-list .category-short-description {
	padding: 10px 0;
}

.ec.product-list .product-container {
	border-top: 1px solid #BEC5C5;
}

.ec.product-list .product-container h4 {
	padding: 10px 0;
}

.ec.product-list .product-container h4 a {
	color: #575F54;
	font-weight: bold;
	text-decoration: none;
}

.ec.product-list .product-container .image {
	float: left;
	width: 27%;
}

.ec.product-list .product-container .details {
	float: right;
	padding-bottom: 10px;
	width: 73%;
}

.ec.product-list .product-container .details div.short-description {
	clear: both;
	min-height: 75px;
   text-align: justify;
}

.ec.product-list .product-container .details div.prices {
	clear: both;
	padding-top: 18px;
}

.ec.product-list .product-container .details div.prices span.unit-cost {
}

.ec.product-list .product-container .details div.prices span.unit-cost.original-cost {
   text-decoration: line-through;
}

.ec.product-list .product-container .details div.prices span.unit-cost.discount-cost {
   font-size: 14px;
   font-weight: bold;
}

.ec.product-list .product-container .details div.prices span.unit-cost.discount-percentage {
   padding-left: 10px;
}

.ec.product-list .product-container .details div.quantity-add {
	clear: both;
	padding-top: 18px;
}

.ec.product-list .product-container .details input.quantity {
	text-align: right;
	width: 30px;
}

.ec.product-list div.paginator {
}

.ec.product-list div.paginator span {
}

.ec.product-list div.paginator a {}

.ec.product-list div.paginator a:hover {}
/* ---------------------------------------------------------------------------------------------- */


/* Product Details - Dettaglio prodotto
------------------------------------------------------------------------------------------------- */
.ec.product-detail div.ow-container {
   width: 100%;
}

.ec.product-detail a.back-to-product-list {
   display: block;
   padding: 5px 15px;
   text-align: right;
}

.ec.product-detail h4 {
	font-weight: bold;
	padding: 10px 0;
}

.ec.product-detail div.image {
   float: left;
   width: 40%;
}

.ec.product-detail div.image img {
   width: 190px;
}

.ec.product-detail div.info {
   float: left;
	padding-bottom: 20px;
	width: 60%;
}

.ec.product-detail div.info div.description {
   font-weight: bold;
	padding-bottom: 10px;
}

.ec.product-detail div.info div.prices {
	padding-top: 18px;
}

.ec.product-detail div.info div.prices span.unit-cost.original-cost {
   text-decoration: line-through;
}

.ec.product-detail div.info div.prices span.unit-cost.discount-cost {
   font-size: 14px;
   font-weight: bold;
}

.ec.product-detail div.info div.prices span.unit-cost.discount-percentage {
   padding-left: 10px;
}

.ec.product-detail div.info div.quantity-add {
	padding-top: 18px;
}

.ec.product-detail div.info div.quantity-add input.quantity {
   text-align: right;
   width: 30px;
}

.ec.product-detail .description-detail {
	background-image: url("Images/ContentSeparator.png");
	background-position: top center;
	background-repeat: no-repeat;
   clear: left;
   overflow: auto;
   padding-top: 10px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Shopping Cart Info - Il tuo Carrello
------------------------------------------------------------------------------------------------- */
.ec.shoppingcart-info div.go-to-shopping-cart {
}

.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.label {
	display: inline-block;
	float: left;
   margin-left: 15px;
   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
------------------------------------------------------------------------------------------------- */
.ec.order-steps {
   text-align: center;
}

.ec.order-steps div#step-list {
	margin: 0 auto;
   text-align: center;
}

.ec.order-steps #step-list ul {
   display: inline-block;
}

.ec.order-steps #step-list ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.ec.order-steps #step-list ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	padding-top: 20px;
	text-decoration: none;
}

.ec.order-steps #step-list ul li a:hover {
}

.ec.order-steps #step-list .inputbox .button {
	display: inline-block;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	width: 100px;
}

.ec.order-steps #step-list .inputbox .button.step-current {
	background-position: 0 -60px;
	cursor: auto;
}

.ec.order-steps #step-list .inputbox .button.step-enabled {
	background-position: 0 -30px;
}

.ec.order-steps #step-list .inputbox .button.step-disabled {
	background-position: 0 0;
	cursor: auto;
}

.ec.order-steps #step-list span.step-current,
.ec.order-steps #step-list span.step-enabled,
.ec.order-steps #step-list span.step-disabled {
}

.ec.order-steps #step-list span.step-enabled {
	background-position: 0 -30px;
	cursor: pointer;
}

.ec.order-steps #step-list span.step-current {
	cursor: default;
}

.ec.order-steps #step-list span.step-disabled {
	cursor: default;
}

.ec.order-steps .order-steps-title {
	clear: both;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}

.ec.order-steps .order-steps-description {
	font-weight: bold;
	font-size: 14px;
}
/* ---------------------------------------------------------------------------------------------- */


/* 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 {
	clear: both;
   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 {
	width: 100%;
}

.ec.shopping-cart-view table thead {
}

.ec.shopping-cart-view table th {
}

.ec.shopping-cart-view table td {
	padding: 5px;
}

.ec.shopping-cart-view table tbody td.product-name {
	width: 250px;
}

.ec.shopping-cart-view table tfoot {
}

.ec.shopping-cart-view table td a.product-delete {
	background: url("Images/DeleteProduct.gif") no-repeat;
	display: inline-block;
	height: 16px;
	padding-left: 5px;
	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 {
}

.ec .delivery-mode-container table.delivery-mode {
   width: 100%;
}

.ec .delivery-mode-container table.delivery-mode tbody td.delivery-mode-select,
.ec .delivery-mode-container table.delivery-mode tbody td.delivery-mode-cost {
   text-align: center;
   vertical-align: middle;
}

.ec .delivery-mode-container table.delivery-mode tbody td.delivery-mode-select {
   width: 60px;
}

.ec .delivery-mode-container table.delivery-mode table,
.ec .delivery-mode-container table.delivery-mode table tbody {
   border: none;
}

.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 {
}

.ec .payment-mode-container table.payment-mode {
   width: 100%;
}

.ec .payment-mode-container table.payment-mode tbody td.payment-mode-select,
.ec .payment-mode-container table.payment-mode tbody td.payment-mode-cost {
   text-align: center;
   vertical-align: middle;
}

.ec .payment-mode-container table.payment-mode table,
.ec .payment-mode-container table.payment-mode table tbody {
   border: none;
}

.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 div.email span.email {
   font-weight: bold;
}

.ec .address-billing-container {
   float: left;
   padding: 10px 0;
   width: 49%;
}

.ec .address-billing-container table.billing {
   width: 100%;
}

.ec .address-delivery-container {
   float: right;
   padding: 10px 0;
   width: 49%;
}

/*
.ec .address-sending-container {
   float: right;
   padding: 10px 0;
   width: 49%;
}
*/

.ec .address-sending-container table.sending {
   width: 100%;
}

.ec .address-sending-container table.sending table {
   border: none;
}

.ec .address-billing-container th,
.ec .address-sending-container th {
	font-weight: bold;
}

.ec .add-address {
   float: right;
   overflow: hidden;
   padding-right: 135px;
   padding-top: 10px;
   text-align: right;
}
/* ---------------------------------------------------------------------------------------------- */


/* Summary Order - Riepilogo dell'ordine
------------------------------------------------------------------------------------------------- */
.ec .summary-order-container {
   margin: 0 auto;
   width: 100%;
}

.ec .summary-order-container table {
	width: 100%;
}

.ec .summary-order-container table thead {
}

.ec .summary-order-container table th {
}

.ec .summary-order-container table td {
	padding: 5px;
}

.ec .summary-order-container table tfoot {
}
/* ---------------------------------------------------------------------------------------------- */


/* Confirmed Order - Ordine Confermato
------------------------------------------------------------------------------------------------- */
.ec.confirmed-order {
}

.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 div.order-amount span#totalOrderCostSpan {
   font-weight: bold;
}

.order-details div.order-status-div span {
   font-size: 18px;
   font-weight: bold;
}

a.view-command {
   cursor: pointer;
   text-decoration: underline;
}

table.data-table .col-image img {
   padding: 5px;
}

.order-details div.addresses-container {
   display: block;
   float: left;
   padding: 15px 0;
   width: 100%;
}

.order-details div.order-billing-address-div {
   display: block;
   float: left;
   padding-right: 15px;
   width: 49%;
}

.order-details div.order-billing-address-div div,
.order-details div.order-delivery-address-div div {
   padding: 0 0 10px 10px;
}

.order-details div.order-delivery-address-div {
   display: block;
   float: left;
   width: 49%;
}

.order-details table.data-table tbody tr td img {
   width: 100px;
}

.order-details div.order-amount {
   float: right;
   padding-top: 10px;
   width: 45%;
}

.order-details div.order-amount span {
   display: block;
   float: right;
   padding-right: 12px;
}

div.button-div {
   clear: both;
   display: block;
   padding-top: 20px;
   text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */


/* Delivery Cost For Zone - Visualizzazione costi per area geografica
------------------------------------------------------------------------------------------------- */
.delivery-cost-for-zones table.main {
   width: 100%;
}

.delivery-cost-for-zones table.main tr.main {
   border-bottom: 1px solid;
}

.delivery-cost-for-zones table.main tr.main td.zone {
   border-right: 1px solid;
}

.delivery-cost-for-zones table.main tr.main td.range {
   vertical-align: middle;
}

.delivery-cost-for-zones table.zone,
.delivery-cost-for-zones table.zone tbody {
   border: none;
}

.delivery-cost-for-zones table.zone tr td {
   width: 150px;
}

.delivery-cost-for-zones table.range,
.delivery-cost-for-zones table.range tbody {
   border: none;
   width: 100%;
}

table.range tr.weight {
}

table.range tr.weight td {
  padding: 5px;
  text-align: center;
}

table.range tr.weight .range-1 {
}

table.range tr.volume {
}

table.range tr.volume td {
  padding: 5px;
  text-align: center;
}

table.range tr.volume .range-1 {
}
/* ---------------------------------------------------------------------------------------------- */
