/* Comment average */
#product_average{
	width:165px;
	float:left;
	margin-top:25px;
}

	#product_average a#comment_title{
		color:#222;
		font-size:11px;
		padding:0 0 0 5px;
		display:block;
		padding-bottom:2px;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
	}

	#product_average #average_star{
		background:url('../../../img/bg_product_average.png') no-repeat;
		width:131px;
		height:22px;
		padding:0 28px 0 6px;
		line-height:22px;
	}

		#product_average div.star{
			margin-right:3px;
			margin-top:5px;	
			cursor: default;
		}
		
		#product_average #average_star span{
			float:right;
			font-size:11px;
			color:#fff;
		}

#product_average div.star_hover a,
#product_average div.star a:hover{
	background:none;	
}

#product_average #give_opinion_button{
	font-size:11px;
	color:#3399cc;
	text-align:right;	
	display:block;
	padding-top:5px;
}

/* Product comment */
#blockcomments{
	clear:both;	
	margin-top:20px;
}

	#blockcomments .header_comment{
		background:url('../../../img/bg_product_comment.png') repeat-x;
		width:960px;
		min-height:35px;
	}
	
		#blockcomments .header_comment span{
			height:35px;
			line-height:35px;
			color:#eee;
			font-weight:bold;
			font-size:14px;
			padding-left:10px;
			float:left;
		}
		
		#blockcomments .header_comment .btn_add{
			float:right;
			padding:0;
			margin:0;
			height:35px;
			line-height:35px;
		}
		
		#blockcomments .header_comment #logbutton{
			float:right;
			background:url('../../../img/bg_btn_comment.png') no-repeat;
			width:106px;
			height:25px;
			color:#eee;
			font-size:12px;
			font-weight:normal;
			margin:5px 5px 0 0;
		}
		
			#blockcomments .header_comment #logbutton:hover{
				background-position:0 -25px;
			}
		
		#blockcomments .header_comment .log_info{
			float:right;
			padding:0;
			margin-right:10px;
			font-size:12px;
			font-weight:normal;
		}
		
		#blockcomments .header_comment #addCommentButton{
			background:url('../../../img/bg_add_comment.png') no-repeat;
			width:174px;
			height:25px;
			color:#eee;
			font-size:12px;
			font-weight:normal;
			margin:5px 5px 0 0;
		}
		
			#blockcomments .header_comment #addCommentButton:hover{
				background-position:0 -25px;
			}
			
		#blockcomments .all_comments .quotes{
			padding:10px;
			border-bottom:1px solid #fff;
			position:relative;
			background-color:#eee;
		}
		
			#blockcomments .all_comments .quotes .quote_right{
				background:url('../../../img/quote_right.png') no-repeat;
				position:absolute;
				bottom:10px;
				right:20px;
				width:15px;
				height:10px;
			}
		
			#blockcomments .all_comments .quotes .infos{
				margin:0;
				padding:0;
				color:#333;
				font-size:11px
			}
		
			#blockcomments .all_comments .quotes .name{
				background:url('../../../img/bg_comment_name.png') no-repeat 0 1px;
				float:left;
				color:#333;
				font-weight:bold;
				font-size: 11px;
				padding-left:17px;
				margin-right:5px;
			}
		
			#blockcomments .all_comments .quotes .star_quote{
				float:right;
			}
			
				#blockcomments .all_comments .quotes .star_quote div{
					cursor:default;
					margin-left:3px;
				}
				
			#blockcomments .all_comments .quotes .comment{
				padding:0 0 0 25px;
				margin:10px 0 0 0;
				color:#333;
				font-size:11px;
				background:url('../../../img/quote_left.png') no-repeat;
			}
			
			
			#blockcomments #more_comments{
				background:url('../../../img/bg_more_comment.png') repeat-x; 
				height:32px;
				width:960px;
				text-align:center;
				cursor:pointer;
			}
			
				#blockcomments #more_comments:hover{
					background-position:0 -32px;
				}
					
				#blockcomments #moreCommentsButton{
					margin:0;
					border:none;
					color:#222;
					font-weight:bold;
					font-size:12px;
					padding:0 10px;
					cursor:pointer;
					background:url('../../../img/arrow_more_comment.png') no-repeat;
					width:208px;
					height:32px;
				}
				
					#blockcomments #moreCommentsButton.hover{
						background:url('../../../img/arrow_more_comment_hover.png') no-repeat;
					}
				
				

#sendComment fieldset{
	margin:0;
	padding:10px;
	background-color:#eee;
	border-bottom:1px solid #fff;
}

	#sendComment fieldset p{
		padding:0;
		margin:0;
	}

	#sendComment fieldset .align_right{
		float:right;
		clear:none;
		color: #333333;
	    font-size: 12px;
	    font-weight: bold;
	}
	
	#sendComment fieldset .align_left{
		float:left;
		clear:none;
		color: #333333;
	    font-size: 12px;
	    font-weight: bold;
	}
		
		#sendComment fieldset .align_right a{
			color: #333333;
		    font-size: 12px;
		    font-weight: bold;
		}
	
	#sendComment fieldset table{
		clear:both;
	}
	
		#sendComment fieldset table td{
			color: #333333;
    		font-size: 11px;
    		border:none;
    		padding:0;
		}	
		
		#sendComment fieldset table td .star{
			margin-top:2px;
			margin-left:3px;
		}
		
		#sendComment fieldset table td .star_hover{
			background: url('../../../img/star_comment.png') no-repeat 0 0;
		}
		
	#sendComment fieldset label{
		color: #333333;
    	font-size: 11px;
	}
	
	#sendComment fieldset textarea{
		color: #333333;
    	font-size: 11px;
    	clear:both;
    	margin:0 auto;
    	width:938px;
	}
	
	#sendComment fieldset p.submit{
		float:right;
		padding:0!important;
		margin-top:10px;
	}
	
		#sendComment fieldset p.submit input{
			background:url('../../../img/bg_btn_comment.png') no-repeat;
			width:106px;
			height:25px;
			color:#eee;
			font-size:12px;
			font-weight:normal;
			margin:0;
			text-transform:uppercase;
		}
		
			#sendComment fieldset p.submit input:hover{
				background-position:0 -25px;
			}


#blockcomments .align_center{
	margin:0;
	padding:0;
	color: #333333;
    font-size: 11px;
    height:32px;
    line-height:32px;
    background-color:#eee;
    border-top:1px solid #fff;
    clear:both;
}








