@charset "iso-8859-1";
@import url(../../base/css/upload_media.css);
/*------------------*/
/*profile photo comments*/
	div.cmtsBlock
	{
		position:relative;
		width:520px;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		text-align:left;
	}
/*profile photo comments*/

	img.icons, img.photo {
		border: 1px solid #b93900;
		background-color: #ffffff;
	}

	div.ratingBlock {
		position:absolute;
		right:60px;
		border:1px solid #b93900;
		top:1px;
		height:400px;
	}
	div.ratingInner {
		position:absolute;
		bottom:0px;
		width:100%;
		background-image:url(../images/icons/media_rate_bg.jpg);
		background-position:bottom;
	}
	img.icons{
		background-repeat:no-repeat;
		background-position:center;
		margin:2px;
	}
	img.iconsHover {
		border:1px solid #b93900;
		background-color: #ffffff;
	}
	div.iconBlock {
		position:relative;
		width:490px;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		text-align:center;
	}
