/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/rtl.css);


/* Layout
----------------------------------------------------------------------------------------------------*/

#menu { float: left; }

/* Menus
----------------------------------------------------------------------------------------------------*/

/* Mega Drop-Down Menu */
.menu-dropdown li.level1 {
	margin-right: 0;
	margin-left: 10px;
}

/* Level 3 */
.menu-dropdown a.level3 {
	padding: 3px 15px 3px 0;
	background-position: 100% 0;
}

.menu-dropdown a.level3:hover { background-position: 100% -70px; }

/* Sidebar/Accordion Menu */
.menu-sidebar li.parent .level1 > span { background-position: 0 0; }
.menu-sidebar li.parent .level1 > span:hover { background-position: 0 -40px; }
.menu-sidebar li.parent.active .level1 > span { background-position: 0 -80px; }
.menu-sidebar li.parent.active .level1 > span:hover { background-position: 0 -120px; }

/* Level 2-4 */
.menu-sidebar a.level2 {
	padding: 2px 15px 2px 0;
	background-position: 100% 0;
}

/* Level 3-4 */
.menu-sidebar ul.level3 { 
	padding-right: 15px; 
	padding-left: 0;
}

.menu-sidebar ul.level3 ul { 
	padding-right: 10px;
	padding-left: 0; 
}

.menu-sidebar a.level2:hover { background-position: 100% -70px; }

/* Line Menu */

.menu-line li {
	margin-left: 0;
	margin-right: 7px;
	padding-left: 0;
	padding-right: 8px;
	background-position: 100% 50%;
}

.menu-line li:first-child {
	margin-right: 0;
	padding-right: 0;
}

/* Modules
----------------------------------------------------------------------------------------------------*/

/* Module Badges */
.module .badge {
	left: -8px;
	background-position: 100% 0;
}

.module .badge-hot { background-position: 100% 0; }
.module .badge-top { background-position: 100% -70px; }
.module .badge-free { background-position: 100% -140px; }
.module .badge-new { background-position: 100% -210px; }

/* Tools
----------------------------------------------------------------------------------------------------*/

/* Check List */
ul.check > li {
	padding-left: 0;
	padding-right: 30px;
	background-position: 100% 0;
}

/* Definition Lists */
dl.separator dd { border-width: 0 1px 0 0; }

dl.separator dt:before {
	right: auto;
	left: -15px;
}

dl.separator dt:after {
	right: auto;
	left: -3px;
}


/* System
----------------------------------------------------------------------------------------------------*/

/* Search Box */
.searchbox { 
	border-right: 1px solid #fff;
	border-left: none;
}

.searchbox .results:before { right: 170px; }

/* Breadcrumbs */
.breadcrumbs a:after,
.breadcrumbs > span:after { padding-right: 10px; }

