.selectBoxOrder {
	border: #ffa524 1px solid;
	background-color: #ffebc9;
	height: 19px;
	width: 140px;
	font-size: 11px;
	font-family: Verdana;
	color: black;
}
h4 {
	margin-bottom: 5px;
}
h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 a {
	text-decoration: none;
}
.blogTitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 25px;
}
.blogOwner {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.blogNote {
	padding-bottom: 35px;
}
.blogComment {
	padding: 5px;
}
.blogCommentTitle {
	color: #ff680a;
	font-weight: bold;
}
.commentsForward {
	padding: 10px; 
	text-align: right;
}
.commentsForward a {
	font-weight: bold;
	text-decoration: none;
}
.addComment {
	padding-top: 10px;
	color: #ff680a;
	font-weight: bold;
}
.titleField {
	width: 385px;
	height: 19px;
	border: #ff680a 1px solid;
	font-size: 11px;
	font-family: Verdana;
}
.commentField {
	width: 385px;
	height: 50px;
	border: #ff680a 1px solid;
	font-size: 11px;
	font-family: Verdana;
}
.smileyBlockContainer {
	position: relative;
}
.smileyBlock {
	display: none; 
	position: absolute; 
	top: -290px; 
	left: 0px; 
	background-color: white;
}
.smileyTable td {
	background-color: #ffebc9;
}
.smileyTable td a {
	color: black; 
	text-decoration: none;
}
.submitBlock {
	padding: 10px; 
	text-align: right;
}
.noteField {
	width: 385px;
	height: 100px;
	border: #ff680a 1px solid;
	font-size: 11px;
	font-family: Verdana;
}
.smileyBlockNote {
	display: none; 
	position: absolute; 
	top: -340px; 
	left: 0px; 
	background-color: white;
}
.newBlogCommon {
	padding-top: 10px;
	padding-bottom: 10px;
}
#newBlog {
	display: block;
	float: right;
	width: 189px;
	height: 23px;
	background: url(../../images/add_blog.gif) no-repeat;
	margin-right: 5px;
}
.titleLink {
	display: block;
	color: #34818f !important;
	font-size: 18px !important;
}
.titleLink:hover {
	text-decoration: underline;
}
.blogInfo {
	font-size: 11px;
	color: #34818f;
	line-height: 17px;
}
.blogInfo a {
	color: black;
	text-decoration: underline;
}
.blogMore {
	text-align: right;
	line-height: 17px;
	margin-bottom: 20px;
	font-size: 11px;
}
.blogMore a {
	color: #286873;
	text-decoration: underline;
}
.blogBreadCrumb {
	padding-bottom: 10px;
}
.blogBreadCrumb a {
	font-weight: bold;
	color: #b1b1b1;
	line-height: 20px;
}
.blogComments {
	margin-top: 15px;
	border: #e3ebeb 1px solid;
	background-color: #f9fbfb;
	padding: 0px 10px 5px 10px;
}