/* Arabic Translation changes to styles */

html, body {
}
html {
	direction: rtl;
}
body {
}
h2 {
}
ul, ol {
}
ol li {
}
a {
}
a img {
}

#shadow_wrap {
	text-align: right;
}
#wrapper {
}
#header, #content, #footer {
}
#header {
}

#header h1 {
}
#header h1 a {
}
#header h1 span {
	display: none;
}

#menu {
}
#topmenu {
}
#translations {
}

#menu ul, #topmenu ul, #translations ul {
	width: 75%;
}
#menu ul {
	width: 100%;
}
#menu ul li, #topmenu ul li, #translations ul li {
	float: right;
}
#menu ul li a, #topmenu ul li a, #translations ul li a {
}
#menu ul li a:hover {
}
#topmenu ul li a, #translations ul li a {
}
#translations ul li a {
}


#content {
}
#banner {
}
#content #main_col {
	float: right;
}


#content #right_col {
	float: right;
	margin-right: 18px;
	padding-right: 18px;
	margin-left: 0px;
	padding-left: 0px;
	border-right: 1px dotted #000;
	border-left: 0px none;
}
#content #right_col .right_box {
}
#content #right_col .right_box ul, #content #right_col .right_box ol {
	padding: 0 15px 0 0;
}

#footer {
}
#footer ul {
}
#footer ul li {
	float: right;
}
#footer ul li a {
	border-right: 0px none;
	border-left: 1px solid #fff;
}
#footer ul #copyright {
	margin-right: 0.5em;
	margin-left: 0px;
}

