﻿body {	
direction: rtl;
}

li {
text-align: right;
}

.art-Button .t {
text-align: right;
}

#wp-calendar #prev a {
text-align: right;
}

.art-article th, .article td {
text-align: right;
}

.art-PostHeaderIcon-wrapper {
text-align: right;
}

.art-header-tag-icon{
background-position:right top;
padding: 0 20px;
margin:0 5px;
}
.art-BlockContent-body ul li { 
padding:0px 15px;
background-position: right;
}

.art-alignleft {
float: right;
}

.art-Button .btn {
float: right;
}

/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  float: right;
}
.art-nicetitle {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	direction: rtl;
	max-width: 250px;
}
.art-nicetitle p {
	margin: 0;
	font: 12px Tahoma;
	color: #707070;
}
