/* -- component profile album -- */

#profile_album_container {
	border: 2px solid #E64063;
	background: #E64063 url(../../img/bg_top.gif) repeat-x;
	color: #23060A;
}

#profile_album_container .padder {
	padding: 2px;
}

.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;
	color: #EFEFEF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a#profile_album_fullsize_btn:hover,
a#profile_album_fullsize_btn:active {
	color: #FFF;
}

#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: #FFF;
}

#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: 2px solid #B21F31;
	border-bottom: 1px solid #B21F31;
	padding: 1px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	overflow: auto;
}

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


#profile_album_image_description_container {
	border: 2px solid #B21F31;
	border-top: none;
	padding: 3px 4px;
	background-color: #fff;
	color: #5c769b;
	font-style: italic;
	text-align: left;
}


div#profile_album_thumbs_container {
	background: #0D97C6 url(../../img/bg_sub_head.gif) repeat-x;
	border: 1px solid #FFF;
	border-top: none;
	padding: 2px 1px 1px;
	overflow: auto;
}

.profile_album_thumb {
	height: 50px;
	margin: 2px;
	border: 1px solid #10C0F7;
	cursor: pointer;
}

#content .profile_album_thumb {
	float: left;
}

body #profile_album_thumbs_container .thumb_active {
	margin: 1px;
	border: 2px solid #F7FF00;
}


#TB_window #profile_album_container {
	margin: 0px;
}

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

#content .profile_album_thumb {
	float: left;
}

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

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

