*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body, html{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:#f3f3f3;
}
.t_h{
	height:100%;
}
p{
	margin: 5px 0 10px 0;
	text-align:justify;
}
.gray_font{
	color:#ababab;
	font-size:11px;
	white-space:nowrap;
}
.green_title{
	color:#be1f1c;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding:20px 0 10px 0;
}
.orange_title{
	color:#242424;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding:20px 0 10px 0;
}
.add_comment_block{
	width: 100%;
}
.comment_form_title{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #565353;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
}
.comment_textarea{
	width: 100%;
	height: 270px;
	border: 1px solid #dcdcdc;
}
a.comment_submit{
	color: #0d5a6e;
}
.comment_block{
	width: 100%;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
}
.comment_title{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #565353;
	text-transform: uppercase;
}
.comment_date{
	font-family: Arial;
	font-size: 10px;
	color: #565353;
}
.post_message{
	width: 100%;
	line-height: 30px;
	text-align: center;
	border: 1px solid #0d5a6e;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0d5a6e;
	text-transform: uppercase;
}
.comments_title{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #0d5a6e;
}
.add_comment_nouser{
	font-family: Arial;
	font-size: 12px;
	color: #0d5a6e;
	line-height: 50px;
	border: 1px solid #0d5a6e;
	text-align: center;
}
.login_input{
	border-width:1px;
	border-style:solid;
	border-color:#1c7ebb;
	width:105px;
	height:16px;
	color:#666666;
	padding:2px;
}
a {
	text-decoration: none;
	color: #1c7ebb;
}
a.nav_menu{
	color: #000000;
}
a:hover{
	text-decoration: underline;
}
.price_title{
	color: #1c7ebb;
	font-size: 14px;
}
