.sb-custom {
    cursor: pointer;
	clear: both;
    position: relative;
    width:  100%;
}
.sparkbox-custom {
    display: none;
}
.no-js .sparkbox-custom {
    display: block;
}


.buttonSelect{ position: absolute; top: 0; left: 181px; background: transparent url(../i/select-arrow.png) no-repeat -1px -4px; display: block; width: 26px; height: 22px;
}

.sb-select {
    background: transparent url(../../images/px05.png) repeat;
    border: none;
    left: 0;
    padding: 4px 30px 4px 5px;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 172px; height: 14px;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-style: italic;cursor: pointer;
}
.sb-dropdown {
    background: transparent url(../../images/px05.png) repeat;
    display: none;
    font-size: .9em;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 23px;
    width: 197px;
    height: 100px;
    overflow: auto;
    z-index: 0;
}
#text06 .newsletter .sb-dropdown a {
    color: #CCC;
    display: block;
    padding: 3px;
    text-decoration: none;
}
#text06 .sb-dropdown a:hover,
#text06 .sb-dropdown .selected{ color: #DF2619;}