/* Common */
body {
	background: #FF756F url('../../../img/albums/pink/gen_bg.png') repeat-y center;
}
a {
	color: #fd4b4b;
}
/* Header */
.header {
	border-bottom: 1px solid #FC444B;
}
.header h1 {
	text-align: center;
}
.header h1 a {
	text-decoration: none;
}

/* breadcrumb */
.breadcrumb li {
	background: url('../../../img/albums/pink/breadcrumb.png') no-repeat right center ! important;
}
.breadcrumb li.home {
	background-image: url('../../../img/albums/pink/breadcrumb_home.png') ! important;
}
.breadcrumb li.last {
	background-image: url('../../../img/albums/pink/breadcrumb_last.png') ! important;
}
.breadcrumb li a {
	text-decoration: none;
	color: white;
}
.breadcrumb li.last a,
.breadcrumb li.last {
	color: #ff5e5e;
}

/* main */
.main .top {
	background: url('../../../img/albums/pink/main_top.png') no-repeat bottom;
}
.main .middle {
	background: #FF8B87;
}
.main .bottom {
	background: url('../../../img/albums/pink/main_bottom.png') no-repeat;
}

.main,
.main a {
	color: white;
}

.main img {
	border: 1px solid #FC5F65;
}
.main .one {
	border-bottom: 1px solid #FC444B;
}

.main .pictInfos {
	margin: 0 10px;
}
.main .pictInfos .top,
.main .pictInfos .bottom {
	background: url('../../../img/albums/pink/pictInfos_top.png') no-repeat bottom;
}
.main .pictInfos .top {
	margin-top: 5px;
}
.main .pictInfos .middle {
	background: #FFA19D;
	border: 1px solid #FF7570;
	border-top: none;
	border-bottom: none;
}
.main .pictInfos .bottom {
	background: url('../../../img/albums/pink/pictInfos_bottom.png') no-repeat;
}
.pictInfos .options .download {
	background: url('../../../img/albums/pink/picto_download.png') no-repeat top left;
}
.pictInfos .options .recommend {
	background: url('../../../img/albums/pink/picto_recommend.png') no-repeat top left;
}
.pictInfos .options .displayinfos {
	background: url('../../../img/albums/pink/picto_infos.png') no-repeat top left;
}
.pictInfos .options .share {
	background: url('../../../img/albums/pink/picto_share.png') no-repeat top left;
}

/* Download */
.main .details #infos {
	border-color: #FF4744;
}
.main .details .col2 p {
	border-color: #FF4744;
}
.main .details ul li a strong {
	color: #FF6058;
}

/* Pagination */
.pagination p.middle {
	background: #FF8B87;
}
.pagination .first {
	background: url('../../../img/albums/pink/pagin_first.png') no-repeat;
}
.pagination .last {
	background: url('../../../img/albums/pink/pagin_last.png') no-repeat;
}
.pagination .prev {
	background: url('../../../img/albums/pink/pagin_prev.png') no-repeat;
}
.pagination .next {
	background: url('../../../img/albums/pink/pagin_next.png') no-repeat;
}

/* sidebar */
.sidebar {
	
}
.sidebar ul {
	
}
.sidebar .photoOptions {
	
}
.sidebar .randomPicts,
.sidebar .randomAlbums {
	
}
.sidebar h2,
.sidebar h2 {
	color: #FF6160;
	border-bottom: 1px solid #FF6160;
	padding: 2px;
	margin-bottom: 5px;
}
.sidebar .randomPicts ul li a img,
.sidebar .randomAlbums ul li a img {
	border: 1px solid #FF6160;
}

/* footer */
.footer .spiro {
	background: url('../../../img/albums/common/footer_spiro.png') no-repeat;
}
* html .footer .spiro {
	background-image: url('../../../img/albums/common/footer_spiro.gif');
}
.footer p a {
	color: #353535;
}
