div.clear{
	clear: both;
}

div.product-chooser{
    
}

div.product-chooser.disabled div.product-chooser-item{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: default;
}

div.product-chooser div.product-chooser-item{
/* 	padding: 5px; */
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	border: 1px solid #efefef;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3x;
	min-height: 170px;
/* 	max-height: 160px; */
/* 	min-height: 260px; */
}
	
div.product-chooser div.product-chooser-item.selected{
	border: 3px solid #bb042e;
	background: #efefef;
	padding: 0px;
/* 	padding: 3px; */
	filter: alpha(opacity=100);
	opacity: 1;
}
	
div.product-chooser div.product-chooser-item img{
	padding: 0;
	width: 100%;
/* 	margin-left: 20%; */
/* 	height: 100%; */
}
		
div.product-chooser div.product-chooser-item span.title{
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}
		
div.product-chooser div.product-chooser-item span.description{
	font-size: 10px;
}
		
div.product-chooser div.product-chooser-item input{
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}

#BisagrasContainer{
    margin-bottom: 6px;
}

.presupuesto-producto-item-title {
    margin: 0px;
    top: 0px;
    left: 0px;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    color: #666666;
}

.presupuesto-producto-item-subtitle {
    margin: 0px;
    top: 0px;
    left: 0px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

.presupuesto-producto-item {
    margin: 0px;
    top: 0px;
    left: 0px;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
}

#contenedorAcabados{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 410px;
}

#contenedorAcabadosPuertasEntrada{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 410px;
}

#BisagrasContainer{
	margin-top: 2px;
    margin-bottom: 2px;
}

#CerraduraContainer{
	margin-top: 2px;
    margin-bottom: 2px;
}

