/* -- component profile album -- */
img {
border-radius:3px;
}

#profile_album_container {
	border: 1px solid #F0F0F0;
	-moz-border-radius: 4px;
        border-radius: 4px;
	color: #005CF2;
}

.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;
}


#profile_album_container .padder {
	padding: 1px 2px;
	-moz-border-radius: 4px;
        border-radius: 4px;
	background: none;

}


a#profile_album_fullsize_btn {
	display: block;
	float: right;
	padding: 3px 4px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color:#CC6600;
}

#TB_window a#profile_album_fullsize_btn {
	display: none;
}


#profile_album_image_rate_info {
	float: left;
	padding: 3px 4px 1px;
	line-height: 15px;
}

#profile_album_image_average_score,
#profile_album_image_rates {
	margin: 1px;
	color: #008FFF;
}

div#profile_album_image_rate_block {
	float: left;
	padding: 1px 4px 2px;
}

span#profile_album_user_estimate_label {
	display: block;
	float: left;
	padding: 4px 3px 0px 0px;
	font-weight: bold;
}

.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: 23px;
	height: 23px;
	background-image: url(../../img/ec_star_inactive.png);
	background-repeat: no-repeat;
}

.rate_point_on {
	background-image: url(../../img/ec_star_active.png);
	color: #fff;
}

.rate_point_active {
	background-image: url(../../img/ec_star_hover.png);
	color: #fff;
}



#profile_album_image_screen {
	position: relative;
	border-bottom: none;
	padding: 1px;
	background:none;
	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 #F0FFFF;
        -moz-border-radius: 4px;
        border-radius: 4px;

	padding: 1px 2px;
	background: #efefef;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


#profile_album_image_description_container {
	padding: 3px 4px;
	background:none;
	color: #000000;
	font-style: italic;
	text-align: left;
}


#profile_album_thumbs_container {
	border: 1px dashed #333;
        -moz-border-radius: 4px;
        border-radius: 4px;

	padding: 1px;
	overflow: auto;
}

*+html #TB_ajaxContent #profile_album_thumbs_container {
	height: 75px;
}

.profile_album_thumb {
	height: 50px;
	margin: 2px;
	border: 1px dashed #666;
	cursor: pointer;
}

#content .profile_album_thumb {
	float: left;
}

body #profile_album_thumbs_container .thumb_active {
	margin: 1px;
	border: 2px dashed #AFFFF0;
        -moz-border-radius: 4px;
        border-radius: 4px;

}

body #TB_ajaxContent #profile_album_image_rate_block {
	margin: 6px 16px;
}

body #TB_ajaxContent #profile_album_thumbs_container {
	white-space: nowrap;
	overflow: auto;
}
#profile_album_container {
border:1px dashed #333;
background:none;	
}

