/**
 * @version $Id: template_rtl.css 9141 2007-10-04 08:23:14Z mtk $
 * @package Joomla
 * @subpackage Template-rhuk_milkway
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
 /**
 * Joomla! 1.5 kings_club template RTL css file
 *
 * @author 		JoomlaAyllu.COM
 * @package		Joomla
 * @since		1.5
 * @version     1.0
 */

body{
	direction: rtl;
}

/*////////// SIDEBARS //////////*/
#sidebarLT { position: relative; float: right; width: 220px; }
#contentLT { position: relative; float: left; width: 600px; margin-top: 40px; }
#sidebarRT { position: relative; float: left; width: 220px; }
#contentRT { position: relative; float: right; width: 600px; margin-top: 40px; }

#topmenu { right: 70px; }
#footermenu { right: 70px; }

.moduletable H3,
.moduletable_menu H3 { padding: 0; padding-right: 25px; }

#sidebarBG ul.menu a:link,
#sidebarBG ul.menu a:visited { background: transparent url( "../images/bullet.png" ) bottom right no-repeat; margin: 0; margin-right: 10px; padding: 0; padding-right: 20px; }
