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

.title{
	font-size: 24px;
	font-style: italic;
	color: #C12725;
	border-bottom: 1px solid #C12725;
	padding-left: 5px;
	margin-top: 0px;

	
}

.text{
	font-size: 12px;
	color: #333333;
}
.image{
	border: 1px solid #C12725;
	background-color: #FFFFFF;
	padding: 3px;
}

.llistat_bg_top{
	background-image: url(../images/list_bg_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 13px;
	margin: 0px;
}

.llistat_producte{
	
	padding: 5px 10px;
	margin: 0px;
	min-height: 110px;
}

.llistat_bg_bottom{
	background-image: url(../images/list_bg_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 13px;
	margin: 0px;
}

.llistat_producte img{
	margin-right: 5px;
	/*border: 1px solid #000000;*/
	float: left;
}

.title_product{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	text-decoration: none;
	color: #333333;
	float: left;
	width: 160px;


}
.llistat_producte a{
	text-decoration: none;
	color: #333333;
}
.llistat_producte a:hover{

	color: #C12725;
}
.llistat_producte p{
	font-size: 11px;
	color: #C12725;
	margin-top: 0px;
	float: left;
}
.subtitol{
	font-size: 16px;
	font-style: italic;
	color: #C12725;
	border-bottom: 1px solid #C12725;
	padding-left: 5px;
	margin-top: 0px;
}
.titol_petit{
	font-size: 16px;
	font-style: italic;
	color: #C12725;
	padding-left: 0px;
	margin-top: 0px;
}
.titol_petit a{
	color: #C12725;
	text-decoration:none
}
.titol_petit a:hover{
	color: #000000;
	text-decoration:underline
}
#paginacio{
	background-color: #C12725;
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 5px;
	height: 15px;
	min-width: 150px;
	margin-right: -25px;
}

#paginacio a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
}
#paginacio a:hover{
	text-decoration: underline;
}
#paginacio a.selected{
	color: #333333;
	text-decoration: underline;
}
