@charset "utf-8";


/* Product Info Page */
#customer-comments-list{
	min-height:150px;
	width:320px;
	float:left;
}

#customer-comments-add{
	margin-left:15px;
	min-height:100px;
	padding:15px;
	width:240px;
	float:left;
}

#customer-comment-rating{
	text-align:right;
	padding:8px;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}

.customer_comment_even{
	padding:8px;
	background-color:#EEEEEE;
}

.customer_comment_odd{
	padding:8px;
	background-color:#FAFAFA;
}
	
#contact-us-container{
	padding:20px;
}
