.blogTitle{
	color: #5d9cbd;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
div.tags{
	direction: rtl;
	margin-bottom: 20px;
}
div.tags a{
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
	background: #62d2e8;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-size: 80%;
}
img.blogImage{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 100px;
	height: 100px;
	float: right;
}
div.innerFooter{
	margin-top: 15px;
	color: gray;
	font-size: 90%;
}
ul.blog{
	margin: 15px 0;
}
ul.blog li{
	height: 75px;
}
ul.blog li img, div.blogImg{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: #ccc;
}
ul.blog li a, a.rToList{
	text-decoration: none;
	color: #5d9cbd;
}
div.centerErapper{
	text-align: center;
	direction: rtl;
}
div.profileFor {
	/* background: #f5f5f5; */
	padding: 10px;
	display: inline-block;
	direction: rtl;
	border: 4px solid #1093e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 20px;
	width: 100%;
	text-align: justify;
}
div.rightTitle{
	border-bottom: 0;
}
a.moreAtt{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #036598;
	margin: 10px auto;
	padding: 10px 20px;
}
p{
	line-height: 25px;
}
p#dollarTitle,p#dollarPrice{
	line-height: 13px;
}
.paging a.nowP{
	background: #159df3;
	color: #fff;
}