﻿/*.product-info-box
{
    background-color:#F5F5F5;
    }
    
.product-essential
{
    border:1px solid lime;
    }*/
    
body.comprar #contenidoprincipal P
{
    margin: 40px 0 20px 0;
    }
    
.product-image
{
    border:1px solid #FC7217;
    margin: 3px 0 0 3px;
    }

.listing-item
{
    background-color:#F5F5F5;
    margin-bottom:5px;
    width:740px;
    }

.listing-item TABLE{height:80px;overflow:hidden;width: 600px;}


.listing-item TABLE TD{overflow:hidden;position:relative;}

.listing-item TABLE H5
{
     float:left;
     color:#737373;
     font-weight:normal;
     width:120px;
     margin:0 40px;
     padding: 0;
     font-size:100%;
     position:relative;
     top:40px;
     left:0;
     }
     
body.comprar #contenidoprincipal .listing-item TABLE P
{
     float:left;
     color:#737373;
     font-weight:normal;
     width:100px;
     margin:0 0 0 40px;
     padding: 0;
     position:relative;
     top:30px;
     left:0;
     }
     
.price-box{
    margin-bottom:5px;}
     
.regular-price
{
    color:#737373;
    font-size:140%;
    font-weight:bold;
    }
    
.out-of-stock
{
    font-size:120%;
    font-weight:bold;
    }

/* PROCESO DE COMPRA **************************************/
.checkout-onepage-index {
}


.one-page-checkout-progress {
}

	.one-page-checkout-progress h3 {
		background: none !important;
		padding: 0;
		text-transform: none;
		color:#FC7217;
		font-size:140%;
		font-weight:bold;
		border-bottom:4px solid #FC7217;
		display: block;
	}
	.one-page-checkout-progress li {
		background: none;
		border: none;
		margin-bottom:6px;
	}
	.one-page-checkout-progress h4 {
		background: none !important;
		padding: 0;
		text-transform: none;
		color:#666;
		font-size:100%;
		font-weight:bold;
		border-bottom:none;
		display: block;
	}
	
	.one-page-checkout-progress h4.complete {
		background: none;
		border-bottom:1px solid #FC7217;
		color:#FC7217;
	}
	.one-page-checkout-progress h4 a {
		text-transform:none;
		font-size: 80%;
	}
	
	.one-page-checkout .box, 
	.one-page-checkout .box-no-padding {
		background: none !important;
		border: none !important;
	}

