@charset "utf-8";
/* CSS Document */

.detallEsquerra{
	float: left;
	width: 400px;
	

}

.detallEsquerra h4{
	background: url(../images/block.title.bg.gif) repeat-x;
	height: 13px; /* 23px - padding*/
	font-size: 12px;
	padding: 5px 5px;
	color: #FFFFFF;
	clear: both;
	}
.detallInfo{
	font-size: 12px;
	color: #4a6589;
	padding: 10px;
	}
	
.detallForm{
	padding: 10px;
	text-align: right;
	}
.detallForm label{
	position: relative;
	float: left;
	font-size: 12px;
	color: #4a6589;
	width: 130px;
	padding: 5px;
	text-align: right;
}
.detallForm input,textarea{
	margin: 3px 5px;
	border: 1px solid #4a6589;
	width: 200px;
}
.detallForm button{
	margin: 3px 5px;
	padding: 2px;
	border: 1px solid #4a6589;
	width: 60px;
}

.error{
	background: #f4cca3;
	border: #f08619 1px solid;
	color: #a33a21;
	width: 195px;;
	padding: 5px;
	margin-left: 2px;
	font-size: 13px;
	float: right;
}



.detallDreta{
	float: right;
	width: 260px;
	margin-bottom: 10px;
}
.caixaDades{
	border: 1px solid #b4becb;
	padding: 10px;
	font-size: 11px;
	color: #1c1c3d;
}
.caixaDades span{
	color: #000000;
/*	margin-bottom: 9px;*/
	margin-right: 10px;
	display: block;
	float: left;
	clear: both;
	width: 100px;
}
.detallDreta h4{
	background: url(../images/block.title.bg.gif) repeat-x;
	height: 13px; /* 23px - padding*/
	font-size: 12px;
	padding: 5px 5px;
	color: #FFFFFF;
	clear: both;
	}
.detallDreta h5{
	font-size: 14px;
	font-weight: bold;
	color: #f08619;
	margin-top: 10px;
	margin-bottom: 5px;
	}
.detallDreta p{
	font-size: 11px;
	color: #4a6589;
	}
.detallPreu{
	font-size: 16px;
	font-weight: bold;
	color: #4a6589;
	text-align: right;
	padding-top: 10px;
	}



/* ########################################
	Gallery of item
   ######################################## */
#galleryLoader{ background:#FFFFFF url(../images/loader.gif) 50% 50% no-repeat; height:300px;width:400px;border: 1px solid #000000;}
#galleryThumbs { list-style-type:none; padding:0; margin: 5px 0px ; list-style-position:inside; width: 370px; float:right; }
#galleryThumbs li { display:inline; padding:0; margin: 0px; }
#galleryThumbs img { border: 1px solid #000000; }		