@charset "utf-8";

/*******************************************************************************
*  rtl/rtl.css : 2005.09.21 : info@55thinking.com
* -----------------------------------------------------------------------------
*   
 * This CSS file controls the Right to left languages specificities
*  
*******************************************************************************/

#outer-column-container
{
	border-left: solid 15em #f5f5f5;
	border-right: solid 250px #fff;
}

#source-order-container
{
	float: right; 
}
#left-column
{
	float: right; 
	margin-right: -250px; 
	width: 250px; 
}
#middle-column
{
	float: left; 
}

#right-column
{
	float: left;
	margin-left: -15em;
	width: 15em; 
}

/* Re-orient things */

.float-left {
	float:right; 
}

.float-right {
	float:left; 
}

.padding-left {
	padding-right: 25px; 
}

.padding-right {
	padding-left: 25px; 
}


#hrztlbar, .hnav, #left-column, #right-column, #middle-column, #masthead, #footer, #teaser-top-modules, #teaser-bottom-modules 
{
		direction:rtl;
}

/*accessible menu */
.accessibility, .buttonheading, a.readon
{
		float:left; 
	}
.styleswitcher, form.poll label
	{
		float:right; 
	}	

/* Horizontal navigation */

.hnav ul li a
{
	direction:ltr;
}
