/* CSS Document */

div.CommentsContext {
	padding-top: 5px;
}




/* COMMENTS */
.quoteContent, .commentContent {
	position: relative;
	clear:both;
	display:block;
	margin-top: 5px;
	width: 100%;
}

.commentContent .c_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	/*z-index: 99999;*/
	z-index: 99;
}

.commentContent .c_photo img.avatar {
	width: 50px;
	height: 50px;	
}

.c_content {
	border-right: 1px #f0f0f0 solid;
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;		
	min-height: 40px;
	height: 40px;
	padding: 5px;
	margin-top: 0px;
}
html>body .c_content  {
   height: auto;
}
.commentContent .c_pointer {
	position: absolute;
	left:53px;
	/*z-index: 99999;*/
	z-index: 1;
	background:url(c_images/c_pointer.gif) no-repeat top left;	
	width: 10px;
	height: 100%;
}
.commentContent .c_cloud {
	PADDING-LEFT: 62px;
	position: relative;
	min-height: 50px;
	height: 50px;
/*	border: 1px #f0f0f0 solid;*/
}
html>body .commentContent .c_cloud  {
   height: auto;
}



/* QUOTES */
.quoteContent .c_photo {
	position: absolute;
	left: 63px;
	top: 0px;
	width: 50px;
	height: 50px;	
	/*z-index: 99999;	*/
	z-index: 99;
}
.quoteContent .c_photo img.avatar {
	width: 50px;
	height: 50px;	
}
.quoteContent .c_pointer {
	position: absolute;
	left:118px;
	/*z-index: 99999;	*/
	z-index: 99;
	background:url(c_images/c_pointer.gif) no-repeat top left;	
	width: 10px;
	height: 100%;	
}
.quoteContent .c_cloud {
	PADDING-LEFT: 127px;
	position: relative;
	min-height: 50px;
	height: 50px;
/*	border: 1px #f0f0f0 solid;*/
}
html>body .quoteContent .c_cloud  {
   height: auto;
}



/* END QUOTES */




.c_usr {
	float: left;
}

.c_date {
	padding: 0px 0px 0px 10px ;
	float: left;
}
.c_aboutPhoto {
	float: left;
	font-weight: bold;
	padding-left: 20px;
}
.c_reply {
	margin-top: 2px;
	float: right;
	margin-right: 20px;
}
.c_rate {
	padding: 0px 0px 0px 0px ;
	float: right;
	text-align: center;
	width: 16px;
	height: 14px;
	line-height: 14px;
	background-color: #f9f9f9;
	border: 1px #e5e5e5 solid;
	font-weight:normal;
}
.c_rate_action {
	padding: 0px 0px 0px 5px ;
	float: right;
}

.c_text {
	height: auto;
	overflow: hidden;
	padding: 5px 0px 0px 0px ;
	clear: both;
	z-index: -1;
}
.breakDiv {
	clear: both; 
	height:5px; 
	line-height: 5px; 
	font-size: 1px;
	float: none;
}
.xpandClpse {
	float: left;
	padding: 5px 0px 0px 0px ;
}
.c_status {
	float: right;
	padding: 5px 0px 0px 0px ;
}
.commentPost {
/*	background-color: #f9f9f9;
	border: 1px #e5e5e5 solid;*/
}

/* RATING CONTENT */
.commentContent .r_cloud {
	PADDING-LEFT: 62px;
	position: relative;
/*	border: 1px #f0f0f0 solid;*/
	margin-bottom: 5px;
}
.r_content {
	background-color: #f9f9f9;
	border: 1px #E5E5E5 solid;
	z-index: 0;	
	padding:5px;
}
