@charset "utf-8";
/* CSS Document */

.product {
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e6e6e6 0%,#f5f5f5 100%); /* W3C */
    border: 1px solid #B2B2B2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
    display: block;
    float: left;
    height: 310px;
    margin-bottom: 20px;
    padding: 10px;
    width: 348px;
}
.product-left {
    margin-right: 20px;
}
.product-foto {
    float: left;
    width: 110px;
}
.product-details {
    float: left;
    width: 238px;
}
.product-description { margin-bottom: 5px; }
.product-description p { line-height:1.1em; }
.product-prices {
    margin-bottom: 10px;
	line-height:1.7em;
}
.product-quantity {
    margin-bottom: 10px;
}
.product-quantity label {
    font-weight: bold;
}
.product-quantity input {
    border: 1px solid #B6B5B7;
    color: #000000;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 32px;
}
.product-add {
    background: url("../img/add-basket-back.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 126px;
}
.product-add:hover {
    background: url("../img/add-basket-back-ov.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

.product-social-buttons {
}

/* texto bienvenida */
.welcome-text { float:left; width:350px; padding:0 10px; }
