/* Estils generals */
a img {
	border: 0;
}
p.button {
	margin-bottom: 5px;
}
img#details {
	margin-bottom: 10px;
}
/* Àlbum Servifot */
div#albumsf_header {
	background: url('../images/album_servifot.jpg') no-repeat;
	height: 377px;
	padding-top: 30px;
}
/* Àlbum ATL */
div#albumatl_header {
	position: relative;
	background: url('../images/album/albumatl_bg.jpg') no-repeat center center;
	width: 900px;
	height: 652px;
	padding: 10px 0;
	text-align: center;
}
/* Fast Álbum */
div#albumfast_header {
	background: url('../images/album_fast.jpg') no-repeat;
	height: 377px;
	padding-top: 30px;
}
/* QAlbum */
div#albumqalbum_header {
	background: url('../images/album_qalbum.jpg') no-repeat;
	height: 377px;
	padding-top: 30px;
}
/* Àlbum Fácil */
div#albumeasy_header {
	background: url('../images/album/album_facil.png') no-repeat;
	height: 377px;
	padding-top: 30px;
}

/* Más información */
div#albumatl_content h1{
	margin-left: 50px;
	color: #1100a6;
	font-size: 16px;
}
div#albumatl_content .album_list {
	margin-left: 50px;
	margin-top: 20px;
	width: 350px;
	height: auto;
	float: left;
}
div#albumatl_content .album_list p {
	font-size: 16px;
}
div#albumatl_content .album_list li {
	margin-bottom: 10px;
	font-size: 14px;
}
/* Acabados polipiel */
div#polipiel_bg {
	background: url("../images/album/albumatl_skins_bg.jpg") top center no-repeat;
	height: 500px;
}
div#polipiel {
	clear: both;
	width: 800px;
	margin-left: 60px;
}
div#polipiel p{
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
div#polipiel ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;
}
div#polipiel li {
	display:block;
	float: left;
	margin: 5px;
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	background: #efefef;
	font-size: small;
}
/* Descargas adicionales */
div#additional{
	clear: both;
	width: 800px;
	margin-left: 60px;
	margin-top: 40px;
}
div#additional h1 {
	color: #1100a6;
	font-size: 16px;
}
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: #2A4380;
	margin-bottom: 10px;
	margin-right: 10px;
}
div#albumsf_content .album_list {
	margin-left: 100px;
	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;
}
div.pricetable img {
	width: 200px;
	margin-top: 100px;
}

/* Zona de contingut */
div#content_holder {
	/*background: url('../images/album_fondo2.png') no-repeat center top;*/
}

/* Disposició de la pàgina */
div#page_title{
	margin-top: 50px;
	padding: 50px;
	text-align: center;
}
div#page_title p{
	font-size: 18px;
	font-weight: bold;
	color: #0000a0;
	margin-bottom: 10px;
}
div#tutos {
	padding: 20px 100px 10px 100px;
	text-align: justify;
	height: 280px;
}
div#tutos h2 {
	color: #2A4380;
	font-style:italic;
	border-bottom: solid 1px gray;
	margin-bottom: 10px;
	width: 680px;
}
div#tutos .album_advice {
	margin: 0;
}
div#tutos .album_advice img{
	width: 680px;
}
div#tutos .album_bigbutton {
	float: left;
	margin: 0;
}
div#tutos .album_bigbutton img{
	width: 340px;
}
div#tutos .album_download_block {
	float: left;
	width: 340px;
}
div#tutos .album_plugin {
	margin: 6px 0 0 0;
	text-align: center;
}
div#tutos .album_plugin a {
	display: inline-block;
	padding: 6px 10px;
	border: 1px dashed #8aa0c9;
	background: #f5f8ff;
	color: #2A4380;
	text-decoration: none;
	font-style: italic;
}
div#tutos .album_plugin img {
	width: 42px;
	vertical-align: middle;
	margin-right: 6px;
}
div#tutos .album_plugin span {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	font-size: 12px;
	line-height: 1.2;
}
div#album_types {
	height: 1084px;
}
div#easy {
	width: 100%;
	text-align: center;
	background: url('../images/album_bg_left.png') no-repeat center top;
}
div#servifot {
	width: 50%;
	float: left;
	text-align: center;
	background: url('../images/album_bg_left.png') no-repeat center top;
}
div#atl {
	width: 50%;
	float: right;
	text-align: center;
	background: url('../images/album_bg_right.png') no-repeat center top;
}
div#fastalbum {
	width: 50%;
	float: left;
	text-align: center;
	background: url('../images/album_bg_left.png') no-repeat center top;
}
div#qalbum {
	width: 50%;
	float: left;
	text-align: center;
	background: url('../images/album_bg_left.png') no-repeat center top;
}
p.notice-warning {
  color: red;
  padding: 10px;
}
div#content-text {
	padding: 20px 40px 40px 100px;
	text-align: justify;
}
div#content-text h2 {
	color: #2A4380;
	font-style: italic;
	border-bottom: solid 1px gray;
	margin-bottom: 20px;
}
div#content-text .sample {
	width: 150px;
	height: 170px;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border: solid 2px #AAA;
}
div#content-text .sample:hover {
	color: #5DB1E0;
	border: solid 2px #2A4380;
}
div#content-text .sample img {
	width: 150px;
	height: 150px;
}

div#cal_v {
	width: 33%;
	float: left;
	text-align: center;
}
div#cal_h {
	width: 33%;
	float: left;
	text-align: center;
}
div#cal_c {
	width: 33%;
	float: left;
	text-align: center;
}
h3.calendar_name{
	padding: 10px;
}
p.pvp {
	text-align: center;
	font-size: 20px;
	color: #0000a0;
	margin: 20px;
}

/* Llista de característiques */
.album_list {
	width: 300px;
	height: 160px;
	margin: auto;
	margin-bottom: 30px;
}
.album_list ul {
	text-align: left;
}

/* Taules de preus */
table {
	margin: auto;
	border: 1px solid black;
	border-collapse: collapse;
	width: 240px;
}
table td,th {
	border: 1px solid black;
	padding: 5px;
}
table th {
	background: #6a6aff;
	color: white;
}

