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

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

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;
	background: url(../images/login_bg.png) 0 0 no-repeat;
	border: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yt-login .yt-username input:hover, div#yt-login .yt-username input.sfhover {
	background: url(../images/login_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_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_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_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: 18px;
	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;
	color: #ffffff;
}

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 */
#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 2px 0px 2px;
	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-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
	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 #A5AAAF;
}

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: #323232;
}

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