/* Basic Layout =========================================== */

.body_class
{
  text-align: right;
  direction:rtl;
}

.a-slot.aRichText
{
  float: right;
  direction: rtl;
}

.a-slot.cmSmallText
{
  float: right;
  direction: rtl;
  margin-right: 5px;
}

.a-slot.aRawHTML
{
  float: right;
  /*direction: rtl;*/
}


/* Top Navigation =========================================== */

.a-nav-main .a-nav-item
{
  
}

.a-nav-main .a-nav-item.last
{
}

.a-nav-main .a-nav-item.first
{
	
}


/* Footer Navigation =========================================== */

.a-nav-footer .a-nav-item
{

}

.a-nav-footer .a-nav-item.last
{

}

.a-nav-footer .a-nav-item.first
{

}

/* Subnav =========================================== */


#a-subnav .a-subnav-wrapper
{
  float: right;
}



/* Breadcrumb Component =========================================== */

#a-breadcrumb-component
{
	float: right;
}

#a-breadcrumb-component li
{
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}



/* Page Settings Panel ==================================== */

#a-breadcrumb textarea.a-breadcrumb-textarea
{
  direction: rtl;
}


/* Blog Templates ====================================== */

.post.singleColumnTemplate .a-area-blog-body
{
  direction:rtl;
}

