/*
 * YOOtheme CSS file
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* YOOLogin */
div#yt-login {
	width: 229px;
}

div#yt-login .yt-username, 
div#yt-login .yt-password, 
div#yt-login .yt-remember, 
div#yt-login .yt-login-button {
	float: left;
}

div#yt-login .yt-username, 
div#yt-login .yt-password {
	padding-right: 5px;
}

div#yt-login .yt-username input, div#yt-login .yt-password input {
	width: 88px;
	height: 14px;
	padding: 2px 2px 2px 10px;
	border: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yt-login .yt-username input {
	background: url(../images/login_username_bg.png) 0 0 no-repeat;
}

div#yt-login .yt-password input {
	background: url(../images/login_password_bg.png) 0 0 no-repeat;
}

div#yt-login .yt-username input:hover, div#yt-login .yt-username input.sfhover {
	background: url(../images/login_username_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yt-login .yt-password input:hover, div#yt-login .yt-password input.sfhover {
	background: url(../images/login_password_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yt-login .yt-username input:focus, div#yt-login .yt-username input.sffocus  {
	background: url(../images/login_username_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yt-login .yt-password input:focus, div#yt-login .yt-password input.sffocus  {
	background: url(../images/login_password_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yt-login .yt-remember input {
}

div#yt-login .yt-login-button button {
	display: block;
	height: 18px;
	width: 19px;
	border: none;
	background: url(../images/login_button.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}

div#yt-login .yt-login-button button:hover {
	background: url(../images/login_button_hover.png) 0 0 no-repeat;
}

div#yt-login .yt-break {
	clear: both;
}

div#yt-login .yt-lostpassword, div#yt-login .yt-registration {
	float: left;
	font-size: 80%;
	line-height: 20px;
}

div#yt-login .yt-lostpassword {
	width: 100px;
}

div#yt-login .yt-registration {
	width: 120px;
}

div#yt-login .yt-lostpassword {
	padding: 0px 5px 0px 0px;
}

div#yt-logout .yt-greeting {
	margin: 0px 5px 0px 0px;
	float: left;
}

div#yt-logout .yt-logout-button {
	height: 20px;
	width: 60px;
	float: left;
}

div#yt-logout .yt-logout-button button {
	display: block;
	height: 20px;
	width: 60px;
	padding: 0px 0px 2px 0px;
	border: none;
	background: url(../images/logout_button.png) 0 0 no-repeat;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

div#yt-logout .yt-logout-button button:hover {
	background: url(../images/logout_button_hover.png) 0 0 no-repeat;
}

/* YOOslider: drawer vertical */
/* core */
div.yoo-slider { 
	overflow: hidden;
	position: relative;
}

ul.yoo-sliderlist {
	margin: 0px;
	padding: 0px;
	position: relative;
}
 
ul.yoo-sliderlist .item {
	display: block;
	overflow: hidden;
}

/* styling */
#right div.drawer-v ul.yoo-sliderlist .item-bl {
	background: url(../images/drawer_item_bl.png) 0 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-bl {
	background: url(../images/drawer_item_bl_hover.png) 0 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .item-br {
	padding: 0px 10px 0px 10px;
	background: url(../images/drawer_item_br.png) 100% 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-br {
	background: url(../images/drawer_item_br_hover.png) 100% 100% no-repeat;
}

#right div.drawer-v ul.yoo-sliderlist .item-b {
	padding: 0px 0px 10px 0px;
	background: url(../images/drawer_item_b.png) 0 100% repeat-x;
}

#right div.drawer-v ul.yoo-sliderlist .active .item-b {
	background: url(../images/drawer_item_b_hover.png) 0 100% repeat-x;
}

#right div.drawer-v ul.yoo-sliderlist .item-l {
	margin: 0px -10px 0px -10px;
	background: url(../images/drawer_item_l.png) 0 0 repeat-y;
}

#right div.drawer-v ul.yoo-sliderlist .item-r {
	padding: 0px 1px 0px 1px;
	background: url(../images/drawer_item_r.png) 100% 0 repeat-y;
}

#right div.drawer-v ul.yoo-sliderlist .article {
	background: url(../images/drawer_item_bg.png) 0 100% repeat-x;
}

#right div.drawer-v ul.yoo-sliderlist .article h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
	background: none;
}

#right div.drawer-v ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}

/* YOOslider: slider horizontal */
div.slider-h ul.yoo-sliderlist li.first {
	background: url(../images/slider_item_l.png) 0 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li .item-r {
	border-right: 1px solid #afa082;
}

div.slider-h ul.yoo-sliderlist li:hover.first {
	background: url(../images/slider_item_l_hover.png) 0 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li {
	background: url(../images/slider_item_m.png) 0 0 repeat-x;
}

div.slider-h ul.yoo-sliderlist li:hover {
	background: url(../images/slider_item_m_hover.png) 0 0 repeat-x;
}

div.slider-h ul.yoo-sliderlist li.last {
	background: url(../images/slider_item_r.png) 100% 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist li.last .item-r {
	border-right: none;
}

div.slider-h ul.yoo-sliderlist li:hover.last {
	background: url(../images/slider_item_r_hover.png) 100% 0 no-repeat;
}

div.slider-h ul.yoo-sliderlist .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}

div.slider-h ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}

/* YOOcarousel */
div.default div.yoo-carousel ul.panel-top, div.default div.yoo-carousel ul.panel-bottom {
	height: 40px;
}

div.default div.yoo-carousel ul.panel-top li, div.default div.yoo-carousel ul.panel-bottom li {
	margin: 0px 10px 0px 0px;
}

div.default div.yoo-carousel ul.panel-top li.item1, div.default div.yoo-carousel ul.panel-bottom li.item1 {
	margin: 0px 10px 0px 20px;
}

div.default div.yoo-carousel ul.panel-top li a, div.default div.yoo-carousel ul.panel-bottom li a {
	background: url(../images/carousel_tab_m.png) 0 0 repeat-x; 
}

div.default div.yoo-carousel ul.panel-top li.selected a, div.default div.yoo-carousel ul.panel-bottom li.selected a {
	background: url(../images/carousel_tab_m_active.png) 0 0 repeat-x;
	cursor: pointer;
}

div.default div.yoo-carousel ul.panel-top li a span, div.default div.yoo-carousel ul.panel-bottom li a span {
	background: url(../images/carousel_tab_l.png) 0 0 no-repeat; 
}

div.default div.yoo-carousel ul.panel-top li.selected a span, div.default div.yoo-carousel ul.panel-bottom li.selected a span {
	background: url(../images/carousel_tab_l_active.png) 0 0 no-repeat; 
}

div.default div.yoo-carousel ul.panel-top li a span span, div.default div.yoo-carousel ul.panel-bottom li a span span {
	height: 40px;
	padding: 0px 10px 0px 10px;
	background: url(../images/carousel_tab_r.png) 100% 0 no-repeat; 
	line-height: 50px;
	font-weight: bold;
	font-size: 125%;
	overflow: hidden;
}

div.default div.yoo-carousel ul.panel-top li.selected a span span, div.default div.yoo-carousel ul.panel-bottom li.selected a span span {
	background: url(../images/carousel_tab_r_active.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel li a:link, div.default div.yoo-carousel li a:visited {
	color: #646464;
	text-decoration: none;
}

div.default div.yoo-carousel li a:hover, div.default div.yoo-carousel li.selected a:link, div.default div.yoo-carousel li.selected a:visited {
	color: #969696;
	text-decoration: none;
}

div.default div.yoo-carousel .prev span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(../images/carousel_button_prev.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel .next span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(../images/carousel_button_next.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel .prev a, div.default div.yoo-carousel .next a {
	cursor: pointer;
}

div.default div.yoo-carousel .panel-container {
	margin: auto;
	background: #ffffff url(../images/carousel_panel_b.png) 0 100% repeat-x; 
}

div.default div.yoo-carousel .panel-container-bl {
	background: url(../images/carousel_panel_bl.png) 0 100% no-repeat; 
}

div.default div.yoo-carousel .panel-container-br {
	background: url(../images/carousel_panel_br.png) 100% 100% no-repeat; 
}

div.default div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}

div.default div.yoo-carousel .article {
	font-size: 95%;
	line-height: 125%;
}

/* YOOcarousel Slideshow */
div.slideshow div.yoo-carousel {
	background: #000000;
}

div.slideshow div.yoo-carousel .prev, div.slideshow div.yoo-carousel .next {
	top: 0px;
}

div.slideshow div.yoo-carousel .prev a, div.slideshow div.yoo-carousel .next a {
	width: 65px;
	display: block;
}

div.slideshow div.yoo-carousel .prev a {
	background: url(../images/slideshow_button_prev.png) 0 -32px no-repeat; 
}

div.slideshow div.yoo-carousel .next a {
	background: url(../images/slideshow_button_next.png) 0 -32px no-repeat; 
}

div.slideshow div.yoo-carousel .prev a:hover {
	background: url(../images/slideshow_button_prev.png) 0 45% no-repeat; 
}

div.slideshow div.yoo-carousel .next a:hover {
	background: url(../images/slideshow_button_next.png) 0 45% no-repeat;
}