div.error {
	background-color: #ff6b6b;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

div.info {
	background-color: #95e099;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

ul.pager {
	padding: 3px 5px 2px;
}

.pager {
	clear: both;
}

#starsSelect {
	margin: 0;
}

#userCriticProfile img, #userCriticProfileInfo {
	float: left;
}

#userCriticsFormInfo {
	margin-top: 6px;
}

#userCriticProfileInfo {
	margin-left: 10px;
}

#userCriticRating {
	clear: both;
	height: 20px;
}

#stars, #starsLabel {
	float: left;
}

#stars {
	width: 78px;
	height: 13px;
	display: none;
}

.rating0 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 0;
}

.rating10 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -13px;
}

.rating20 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -26px;
}

.rating30 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -39px;
}

.rating40 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -52px;
}

.rating50 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -65px;
}

.rating60 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -78px;
}

.rating70 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -91px;
}

.rating80 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -104px;
}

.rating90 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -117px;
}

.rating100 {
	background: url(../img/smallRatingSprite.png) no-repeat 0 -130px;
}

#criticFormContent {
	width: 375px;
	height: 160px;
	border: 1px solid #c5c7cc;
}

#userCriticsFormInfo {
	float: right;
	width: 245px;
}

.userCommentInfo {
	width: 142px;
	text-align: center;
}

.userCommentInfo img.avatar {
	margin-top: 10px;
	border: 1px solid #C5C7CC;
	padding: 0;
	float: none;
}

.userCommentInfo .decorator {
	background-color: white;
	margin: 5px 10px 5px 10px;
	border: 1px solid #C5C7CC;
}

.userCommentInfo .mediumAvatar {
	margin: 5px 10px 5px 10px;
}

.userCommentAction {
	margin-bottom:10px;
}

.userCommentActionAbuse {
	float: right;
}

.userComment {
	float: right;
	width: 500px;
}

.userCritic, .pager {
	clear: both;
}

.userCritic {
	margin-top: 10px;
}

.userCommentContent {
	background-color: white;
	border: 1px solid #C5C7CC;
	padding: 10px;
	position: relative;
	margin-bottom:4px;
	zoom: 1;
}

.userCommentContent span.decorator {
	position: absolute;
	left: -8px;
	top: 12px;
	width: 8px;
	height: 14px;
	background: url(../img/commentDecorator.png)  no-repeat;
}

.userCommentDate {
	color: #6e6b6b;
	font-weight:bold;
}

.userCritic hr {
	border: none 0; 
	border-top: 1px solid #c5c7cc;
	height: 1px;
}

#notLoggedCritics {
	background: url(../img/bgCSS/commentNotLoggedBackground.png)  repeat-x;
	height: 40px;
	margin-bottom: 10px;
}

#notLoggedCritics span.message {
	color: white;
	display: block;
	float: left;
	text-align: center;
    width: 370px;
   	padding-top: 10px;
   	height: 40px;
}

#notLoggedCritics span.login {
	color: white;
	display: block;
	float: left;
	text-align: center;
	width: 130px;
	background: url(../img/bgCSS/commentNotLoggedSeparatorBackground.png)  no-repeat;
	padding-top: 10px;
	height: 40px;
}

#notLoggedCritics span.login a {
	background: url(../img/comment/login.png)  no-repeat;
	padding-left: 16px;
}

#notLoggedCritics span.createProfile {
	color: white;
	display: block;
	float: left;
	text-align: center;
	width: 150px;
	background: url(../img/bgCSS/commentNotLoggedSeparatorBackground.png)  no-repeat;
	padding-top: 10px;
	height: 40px;
}

#notLoggedCritics span.createProfile a {
	background: url(../img/comment/createAccount.png)  no-repeat;
	padding-left: 16px;
}

#notLoggedCritics span a {
	color: white;
}

#notLoggedCritics span a:hover{
	color: black;
}

#noCritics {
	background-color: white;
	border: 1px solid #bcbec1;
	padding: 5px 0;
	text-align: center;
}