/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div#toppanel .panel {
	position: relative;
}

/* layout */
div#toppanel {
	position: static;
}

div#styleswitcher a {
	cursor: pointer;
}

div#header .header-bg {
	height: 250px;
}

div#middle .background {
	overflow: visible;
	height: 340px;
}

div#middle .layoutleft div#main {
	padding: 0px 0px 0px 0px;
}

div#middle .layoutright div#main {
	padding: 0px 0px 0px 0px;
}

div#submenu .submenu-b, div#othermenu .othermenu-b {
	height: 45px;
}

div#footer {
	height: 100px;
}

/* menu */
div#menu li.active a:link, div#menu li.active a:visited {
	color: #eb7800;
}

/* sub menu */
#left div#submenu li {
	width: 190px;
	overflow: hidden;
}

#left div#submenu li.toggler {
	overflow: visible;
}

#left div#submenu li.active {
	overflow: visible;
}

/* other menu */
#left div#othermenu li {
	width: 186px;
	overflow: hidden;
}

#left div#othermenu li.toggler {
	overflow: visible;
}

#left div#othermenu li.active {
	overflow: visible;
}

/* module */
#left div.module div {
	height: 45px;
}

#left div.module div div {
	height: auto;
}

#right div.module div {
	height: 45px;
}

#right div.module div div {
	height: auto;
}

#right div.module-slider h3 {
	overflow: hidden;
}

/* joomla */
div.search input.inputbox {
	width: 68px;
}

/* general */
ol.disc {
	padding: 0px 0px 0px 32px;
}

ul.checkbox li {
	background: url(../images/list_checkbox_ie6.png) 0 0 no-repeat;
}

ul.checkbox-big li {
	background: url(../images/list_checkbox_big_ie6.png) 0 0 no-repeat;
}

ul.arrow li {
	background: url(../images/list_arrow_ie6.png) 0 0 no-repeat;
}

ul.arrow-big li {
	background: url(../images/list_arrow_big_ie6.png) 0 0 no-repeat;
}

ol.disc {
	background: url(../images/list_disc_ie6.png) 0 0 repeat-y;
}

ol.disc-big {
	background: url(../images/list_disc_big_ie6.png) 0 0 repeat-y;
}

blockquote {
	background: url(../images/blockquote_start_ie6.png) 0 0 no-repeat;
}

blockquote div {
	background: url(../images/blockquote_end_ie6.png) 100% 100% no-repeat;
}

blockquote.big {
	background: url(../images/blockquote_big_start_ie6.png) 0 0 no-repeat;
}

blockquote.big div {
	background: url(../images/blockquote_big_end_ie6.png) 100% 100% no-repeat;
}

/* extensions */
/* YOOlogin */
div#yt-login {
	width: auto;
}

div#yt-login .yt-lostpassword, div#yt-login .yt-registration {
	line-height: 10px;
}

/* YOOslider: drawer vertical */
#right div.drawer-v ul.yoo-sliderlist .item-bl {
	background: url(../images/drawer_item_bl_ie6.png) 0 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-bl {
	background: url(../images/drawer_item_bl_hover_ie6.png) 0 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .item-br {
	background: url(../images/drawer_item_br_ie6.png) 100% 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-br {
	background: url(../images/drawer_item_br_hover_ie6.png) 100% 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .item-b {
	background: url(../images/drawer_item_b_ie6.png) 0 100% repeat-x;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-b {
	background: url(../images/drawer_item_b_hover_ie6.png) 0 100% repeat-x;
}

/* YOOslider: slider horizontal */
div.slider-h ul.yoo-sliderlist li.first {
	background: url(../images/slider_item_l_ie6.png) 0 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li .item-r {
	width: 0px;
}

div.slider-h ul.yoo-sliderlist li:hover.first {
	background: url(../images/slider_item_l_hover_ie6.png) 0 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li {
	background: url(../images/slider_item_m_ie6.png) 0 0 repeat-x;
}

div.slider-h ul.yoo-sliderlist li:hover {
	background: url(../images/slider_item_m_hover_ie6.png) 0 0 repeat-x;
}

div.slider-h ul.yoo-sliderlist li.last {
	background: url(../images/slider_item_r_ie6.png) 100% 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li:hover.last {
	background: url(../images/slider_item_r_hover_ie6.png) 100% 0 no-repeat;
}

/* YOOcarousel */
div.default div.yoo-carousel ul.panel-top li.selected a, div.default div.yoo-carousel ul.panel-bottom li.selected a {
	cursor: pointer;
}

div.default div.yoo-carousel .prev a, div.default div.yoo-carousel .next a {
	cursor: pointer;
}