/*
 * BLOG READ
 */
	#Center.blog .entry h2  {
		margin-bottom:0px;
		float:left;
	}
		#Center.blog .entry h2 a {
			color:#000;
			margin-bottom:5px;	
		}
/*
 * BLOG READ
 */
	#Center.blog .date {
		font-weight:normal;
		margin-bottom:10px;
		float: right;
	}
	.blog .date span {
		font-weight:bolder;
		margin-bottom:10px;
	}
	.blog .category {
		display:block;
		font-weight:normal;
	}
	.blog .category a {
		color:#0072a0;
		font-weight:bolder;
	}
	.blog .text {
		padding:10px;
		padding-top:0px;
		color:#666;
	}
		.blog .text h3 {
			margin-top:5px;
		}
		.blog h2.red {
			margin-bottom:15px;
		}
		.blog .text a {
			color:#0072a0;
			font-weight:bolder;
			text-decoration:none;
		}	
			.blog .text a:hover {
				text-decoration:underline;
			}
					
		.blog .text ul li {
			list-style:square;
		}
	
/*
 * PRODUCT FORUM
 */
	#comments input.form-input, #comments .form select, #comments .form textarea {
		width:320px;
	}
	#comments .form select {
		padding-left:3px;
	}
	#comments .comment, .blog .comment, .blog .entry  {
		margin-bottom:10px;
		margin-top:10px;
		border-bottom:1px #ccc solid;
	}
		#comments .comment-date, .blog .comment-date, .blog .entry .date {
			float:right;	
			font-weight:bolder;
		}
		#comments .comment-head, .blog .comment-head {
			float:left;
			font-weight:bolder;
		}
		#comments .comment-rating-label, .blog .comment-rating-label, #comments .rating, .blog .rating {
			float:left;
			margin-bottom:10px;
		}
		#comments .comment-comment, .blog .comment-comment, .blog .entry .text {
			clear:both;
			padding-left:2px;
			padding-bottom:5px;
			padding-right:2px;
		}
