/* ----------------------------------------- */
/* Galerie */
#gallery h2 {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 6px;
}
#gallery h3 {
	color: #006ece;
	font-size: 20px;
	font-weight: normal;
	padding-top: 24px;
	padding-bottom: 6px;
}
#gallery p {
	line-height: 21px;
	padding-top: 22px;
}
#gallery p span {
	color: #005db5;
	font-size: 16px;
	font-weight: bold;
}

#gallery ul.gallery-list,
#gallery ul.gallery-list-top {
	list-style: none;
	padding-top: 24px;
}
/*#gallery ul.gallery-list li,*/
/*#gallery ul.gallery-list-top li {*/
/*	float: left;*/
/*	width: 190px;*/
/*	padding: 0 10px 25px 0;*/
/*}*/
/*#gallery ul.gallery-list-top li.top {*/
/*	width: 390px;*/
/*	color: #2066ca;*/
/*	font: bold 24px 'Open Sans Condensed', 'Arial', Sans-serif;*/
/*	line-height: 212px;*/
/*	text-align: center;*/
/*}*/
/*#gallery ul.gallery-list li div.item,*/
/*#gallery ul.gallery-list-top li div.item {*/
/*	width: 190px;*/
/*	height: 256px;*/
/*	display: block;*/
/*	position: relative;*/
/*}*/
/*#gallery ul.gallery-list li div.item b,*/
/*#gallery ul.gallery-list-top li div.item b {*/
/*	width: 61px;*/
/*	height: 66px;*/
/*	background: transparent url('../images/public/bg-sprites.png') no-repeat 0 0;*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: -5px;*/
/*	right: -5px;*/
/*}*/
/*#gallery ul.gallery-list li div.item img,*/
/*#gallery ul.gallery-list-top li div.item img {*/
/*	width: 190px;*/
/*	height: 212px;*/
/*	border: none;*/
/*	-webkit-border-radius: 4px;*/
/*	-moz-border-radius: 4px;*/
/*	border-radius: 4px;	*/
/*	display: block;*/
/*}*/
#gallery ul.gallery-list li .item {
	position: relative;
 }

#gallery ul.gallery-list li div.action,
#gallery ul.gallery-list-top li div.action {
	height: 28px;
	text-align: center;
	padding: 8px 0;
}
#gallery ul.gallery-list li div.action a,
#gallery ul.gallery-list-top li div.action a {
	color: #1f0e2d;
	font: 600 14px 'Myriad Pro', Arial, Sans-serif;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
	background-color: #99def9;
	-webkit-box-shadow: inset 1px 1px 2px 0px #6e919f;
	-moz-box-shadow: inset 1px 1px 2px 0px #6e919f;
	box-shadow: inset 1px 1px 2px 0px #6e919f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 8px 20px 6px;
	display: inline-block;
	width: auto;
}
#gallery ul.gallery-list li div.action a.disabled,
#gallery ul.gallery-list-top li div.action a.disabled {
	cursor: not-allowed;
	background-color: #d5d5d5;
	-webkit-box-shadow: inset 1px 1px 2px 0px #9e9e9e;
	-moz-box-shadow: inset 1px 1px 2px 0px #9e9e9e;
	box-shadow: inset 1px 1px 2px 0px #9e9e9e;
}

#gallery ul.gallery-list li div.action p,
#gallery ul.gallery-list-top li div.action p {
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	display: block;
}

/* ----------------------------------------- */
/* Galerie */
#gallery #loading {
	height: 50px;
	background: transparent url('../images/public/fb-loading.gif') no-repeat 50% 50%;
	display: none;
}



/* ----------------------------------------- */
/* Popup */
.popup .other-likes {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.popup .other-likes p {
	width: 100%;
	height: 100%;
	background: transparent url('../images/public/white.png');
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
.popup .other-likes p span {
	width: 100%;
	height: 100%;
	background: transparent url('../images/public/fb-loading.gif') no-repeat 50% 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.popup-message {
	width: 330px;
	background: #003071 url('../images/public/bg-message.png') repeat-x 0 0;
	padding: 16px 20px;
}
.popup-message h2 {
	color: #1ab5f2;
}
.popup-message p {
	padding: 0;
}
.popup-message textarea {
	width: 304px;
	max-width: 304px;
	height: 168px;
	max-height: 168px;
	font: normal 12px Arial, Sans-serif;
	line-height: 17px;
	background-color: white;
	outline: none;
	border: 1px solid #0a86d8;
	padding: 10px 12px;
	margin: 0;
	display: block;
}
.popup-message table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
.popup-message table td {
	padding: 0;
}
.popup-message table td.message-to {
	text-align: left;
}
.popup-message table td.message-length {
	text-align: right;
}
.popup-message label {
	color: white;
	padding: 8px 0 14px;
	display: block;
}
.popup-message label span {
	color: #fee106;
	font-weight: bold;
}
.popup input.button {
	color: white;
	height: 40px;
	overflow: visible;
	font: normal 18px 'Arial', Sans-serif;
	line-height: 38px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #012a49;
	background: #0881d6 url('../images/public/bg-button-blue-small.png') repeat-x 0 50%;
	border: 1px solid #139fe6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 36px 2px;
	margin: 17px auto 11px;
	display: block;
	cursor: pointer;
}
#popups .popup
{
	display: none;
}
