@CHARSET "UTF-8";

.sbHolder {
	margin-left: 1px;
	width: 100%;
	height: 20px; 
	background: transparent url(/img/bck_select.png) repeat-x;
	font-family: 'Open Sans Condensed';
	font-size: 12px;
	font-weight: bold;
	position: relative;
	
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.10); box-shadow: 0px 2px 4px rgba(0,0,0,0.10);
}
.sbHolder:hover {
	background: transparent url(/img/bck_select_hover.png) repeat-x; cursor: pointer;
}
.sbHolder:focus .sbSelector {
	
}
.sbSelector {
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #111;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/img/arrow_down.png) no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle:hover{
	background: url(/img/arrow_down_hover.png) no-repeat;
}
.sbToggleOpen{
	background: url(/img/arrow_up.png) no-repeat;
	background-position: left center;
}
.sbToggleOpen:hover{
	background: url(/img/arrow_up_hover.png) no-repeat;
}
.sbHolderDisabled{
	border: 0;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: url(/img/bck_dropdawn.png) no-repeat;
	background-size: 100% 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	list-style: none;
	margin-top: 3px;
	padding: 3px 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	overflow-y: auto;
	
	/* Round corners */
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	
	/* box shadow */
	-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.1); -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.1); box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
	
	/* Inner top shadow */
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1); box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1);
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 1px 0 1px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #333;
	font-family: 'Open Sans'; 
	font-weight: normal; 
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: 0;
	color: #999;
	display: block;
	padding: 1px 0 1px 3px;
}
.sbOptions .sbGroup{
	border-bottom: 0;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 7px 0 2px 2px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* ZMĚNA JAZYKA */
#div_lang .sbHolder {
	width: 120px;
	height: 23px; 
	font-size: 13px;
	color: #959595;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.25); box-shadow: 0px 4px 5px rgba(0,0,0,0.25);
}
#div_lang .sbSelector {
	left: 29px;
	height: 23px;
	line-height: 22px;
}
#div_lang .sbSelector:link, #div_lang .sbSelector:visited, #div_lang .sbSelector:hover{
	color: #717171;
	letter-spacing: -0.01em;
	text-shadow: #fff 0.04em 0.05em 0.03em;
}
#div_lang .sbToggle{
	height: 23px;
}
#div_lang .sbOptions{
	background: url(/img/bck_dropdawn_lang.png) no-repeat;
	background-size: 130px 100px;
	padding: 5px 0;
}
#div_lang .sbOptions li{
	padding-left: 32px;
	font-size: 12px;
}
#div_lang .sbOptions a{
	padding-bottom: 2px;
}
/* REGISTRACE UŽIVATELE */
#td_country .sbHolder {
	width: 100px;
	text-align: left;
}
#td_country .sbOptions {
	text-align: left;
}
#td_title .sbHolder {
	width: 55px;
}
#td_day .sbHolder {
	width: 50px;
}
#td_day .sbOptions a {
	padding: 0 0 0 3px;
}
#td_month .sbHolder {
	width: 90px;
}
#td_month .sbOptions a {
	padding: 0 0 0 3px;
}
#td_year .sbHolder {
	width: 65px;
}
#td_year .sbOptions a {
	padding: 0 0 0 3px;
}

/* DETAIL PRODUKTU (FLYPAGE) */
#size .sbHolder {
	margin-left: 100px;
	width: 150px;
}
#taste .sbHolder, #type .sbHolder  {
	margin-left: 100px;
	width: 180px;
}