#blog-title{
float:left;
width: 617px;
height: 60px;
background: url(../images/blog-title-bg.png) no-repeat;
padding: 10px 0px 0px 10px;
margin: 0px 0px 20px 0px;
}

#blog-title h1{
color: white;
font-family: Times;
}


#prevDiv{
float:left;
width:320px;
height:210px;
padding:10px 0px 0px 0px;
margin:0px;
border-bottom:1px solid #dedede;
}

#prevDiv a{
text-decoration: none;
}

#prevLeft{
float:left;
width:90px;
height:auto;
min-height:120px;
color:#8c8c8c;
}

#prevLeft a{
text-decoration: none;
}

#prevLeft img{
border: 0px;
}

#prevRight{
float:left;
width: 220px;
height:210px;
color:#5c5c5c;
padding: 0px 10px 0px 0px;
}

#prevRight a{
text-decoration: none;
}

#prevRight span{
color: #2f7ed0;
font-weight: bold;
font-size: 16px;
}

#userBlogsDiv{
float:right;
width:480px;
padding:0px 20px 20px 0px;
margin:0px 20px 0px 0px;
border-bottom:1px solid #dedede;
}

#userBlogsDiv a{
text-decoration: none;
}

.more{
color: #2f7ed0;
font-size: 14px;
text-decoration: none;
}

.blogPrevsor{
float:left;
clear: both;
width:100%;
margin:0px 0px 10px 0px;
border-bottom: 1px solid #dedede;
}

div.comments_box h3 {
	display:block;
	font-size:1.1em;
	margin:1.2em 0 0.6em;
	padding:0 10px 0 0;
	color: #ED1D24;
}

#blogcommentbox {
	border:1px solid #E3001B;
	float:left;
	margin:10px 0 0;
	padding:0;
	width:300px;
}
.blogcommentbox-title  {
	background:none repeat scroll 0 0 #E3001B;
	color:white;
	float:left;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	height:23px;
	padding:4px 0 0 5px;
	width:296px;
}
.blogcommentbox-title  h3{
	color:white;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

div.comments_box ul {
	/*background-color:#FAFAF0;*/
	background-color:#FFFFFF;
	border-top:1px solid #E8E7D0;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.comments_box ul li {
	border-bottom:1px solid #E8E7D0;
	padding:2px 0 2px 10px;
}
div.comments_box ul li a:link, div.comments_box ul li a:visited {
	margin:0 0 0 -10px;
	padding:2px 10px 0;
	width:190px;
	text-decoration:none;
	color:#2F7ED0;
}
div.comments_box ul li a:hover {
	text-decoration:underline;
}

.blog_prev_button_disabled {
	background:url(../images/blog/nyil_bal_inaktiv.jpg) no-repeat;
	width:21px;
	height:21px;
}

.blog_prev_button_enabled {
	background:url(../images/blog/nyil_bal.jpg) no-repeat;
	width:21px;
	height:21px;
}
.blog_prev_button_hover {
	background:url(../images/blog/nyil_bal_hover.jpg) no-repeat;
	width:21px;
	height:21px;
}

.blog_next_button_disabled {
	background:url(../images/blog/nyil_jobb_inaktiv.jpg) no-repeat;
	width:21px;
	height:21px;
}

.blog_next_button_enabled {
	background:url(../images/blog/nyil_jobb.jpg) no-repeat;
	width:21px;
	height:21px;
}
.blog_next_button_hover {
	background:url(../images/blog/nyil_jobb_hover.jpg) no-repeat;
	width:21px;
	height:21px;
}

