
.ui-selectmenu-button {
    /*border: none;*/
    border-radius: 0;
    vertical-align: middle;
}

.ui-selectmenu-button .ui-icon.dropdown-icon {
    background-image: url(//cdn1.fmh.de/images/handelsblatt/ic_dropdown.png);
}
.ui-selectmenu-button span.ui-icon {
    width: 19px;
    height: 19px;
    margin-top: -9px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 24px;
    padding: 0 5px 0 10px;
}

.ui-selectmenu-button.ui-state-default {
    border: 1px solid #AFAFAF;
    /*font-weight: bold;*/
}
.ui-selectmenu-button.ui-state-hover {
    /*border: 1px solid #EE7000;*/
    /*font-weight: bold;*/
    background: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    /*background-color: #EE7000;*/
    font-family: Gotham Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 24px;
	padding: 0 5px 0 10px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
    font-weight: normal;
    /*color: #EE7000;*/
    background: none;
    background-color: #F1F1F1;
}

.ui-buttonset .ui-button
{
	background: none;
	background-image: none;
	padding-left: 0;
}
.ui-buttonset .ui-button .ui-button-text
{
}

.rb .ui-button, .cb .ui-button
{
	padding-left: 0 !important;
	margin: 1px 1px;
}
.rb .ui-button:before, .cb .ui-button:before
{
	background: none;
	width: 0;
	height: 0;
}
.rb .ui-button .ui-button-text, .cb .ui-button .ui-button-text
{
	padding-left: 2px;
	padding-right: 2px;
}
.rb .ui-button.ui-state-active .ui-button-text, .cb .ui-button.ui-state-active .ui-button-text
{
	font-weight: bold;
	color: #EE7000;
}
.rb .ui-button.ui-state-hover, .cb .ui-button.ui-state-hover
{
	border-color: #AFAFAF;
}