/* Estils generals */
a img {
	border: 0;
}
p.button {
	margin-bottom: 5px;
}
img#details {
	margin-bottom: 10px;
}
#content {
	width: 80%;
	background: white;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
/* Àlbum ATL */
div#albumatl_header {
	background: url('images/album/album_atl.jpg') no-repeat;
	height: 377px;
}
/* Acabados polipiel */
div#polipiel, div#additional {
	clear: both;
	width: 650px;
	margin-left: 60px;
	margin-top: 40px;
}
div#polipiel h1, div#additional h1 {
	color: #1100a6;
	font-size: 16px;
}
div#polipiel ul {
	list-style: none;
	margin: 0;
}
div#polipiel li {
	display:block;
	float: left;
	margin: 5px;
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	background: #efefef;
}
/* Descargas adicionales */
div#additional p {
	margin-bottom: 0.5em;
}
div#additional a {
	text-decoration: none;
}
div#additional a:hover {
	text-decoration: underline;
}
/* Comuns ATL-SF */
div#download {
	margin-left: 500px;
	padding-top: 120px;
	text-align: center;
}
div#download p {
	font-size: 18px;
	font-weight: bold;
	color: #0000a0;
	margin-bottom: 10px;
}
div#albumsf_content .album_list {
	margin-left: 50px;
	width: 350px;
	height: auto;
	float: left;
}
div#albumsf_content .album_list p {
	font-size: 16px;
}
div#albumsf_content .album_list li {
	margin-bottom: 10px;
	font-size: 14px;
}
div.pricetable {
	margin-left: 400px;
	text-align: center;
}


/* Llista de característiques */
.album_list {
	width: 300px;
	height: 160px;
	margin: auto;
}
.album_list ul {
	text-align: left;
}

/* Taules de preus */
.pricetable table {
	margin: auto;
	border: 1px solid black;
	border-collapse: collapse;
	width: 240px;
}
.pricetable table td,th {
	border: 1px solid black;
	padding: 5px;
}
.pricetable table th {
	background: #6a6aff;
	color: white;
}


