/* -- component profile album -- */
#profile_album_container {
	background: none;
	color: #23060A;
}

#profile_album_container .padder {
	padding: 0px;
}

#profile_album_container #rate_block_div {
	padding: 10px;
	border: 1px solid #A0B5D2;
	width: 332px;
}

.profile_album_inactive {
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: wait;
}

.profile_album_inactive div,.profile_album_inactive img {
	filter: alpha(opacity =   50);
	cursor: wait;
}

a#profile_album_fullsize_btn {
	display: block;
	float: right;
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a#profile_album_fullsize_btn:hover,a#profile_album_fullsize_btn:active {
	text-decoration: underline;
}

#TB_window a#profile_album_fullsize_btn {
	display: none;
}

#profile_album_image_rate_info {
	float: left;
}

#profile_album_image_average_score,#profile_album_image_rates {
	margin: 1px 2px 0px;
	color: #D00403;
}

#profile_album_image_rate_block {
	margin-top: 4px;
	float: left;
}

span#profile_album_user_estimate_label {
	display: block;
	float: left;
	padding-right: 2px;
}

.profile_album_image_rate_block_free div {
	cursor: pointer;
}

.profile_album_image_rate_block_fixed div {
	cursor: default;
}

.rate_point_off,.rate_point_on,.rate_point_active {
	float: left;
	width: 22px;
	height: 18px;
	background-image: url('../../img/point_off.gif');
	background-repeat: no-repeat;
}

.rate_point_on {
	background-image: url('../../img/point_on.gif');
}

.rate_point_active {
	background-image: url('../../img/point_active.gif');
}

#profile_album_image_screen {
	position: relative;
	border: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	width: 360px;
}

#profile_album_pass_input_container {
	position: absolute;
	right: 8px;
	bottom: 0px;
	border: 1px solid #0b95c5;
	padding: 1px 1px;
	background: #bbe9fa;
	filter: alpha(opacity =   90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin-bottom: 0px;
}

#profile_album_image_description_container {
	padding: 3px 4px;
	font-style: italic;
	text-align: left;
}

div#profile_album_thumbs_container {
	border: 1px solid #A0B5D2;
	padding: 1px 1px 1px 1px;
	overflow: auto;
	width: 350px;
}

body #profile_album_thumbs_container .thumb_active {
	margin: 3px;
	border: 1px solid #0B4189;
	width: 50px;
	height: 50px;
}

#TB_window #profile_album_container {
	margin: 0px;
}

*+html #TB_ajaxContent #profile_album_thumbs_container {
	height: 75px;
}

#content .profile_album_thumb {
	margin: 3px;
	cursor: pointer;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #0B4189;
}

body #TB_ajaxContent #profile_album_image_rate_block {
	margin: 6px 20px;
}

body #TB_ajaxContent #profile_album_thumbs_container {
	white-space: nowrap;
	overflow: auto;
}
