li#account-li a,
li#logout-li a {
    padding-left: 0;
}
#login-content p {
    font-size: 12px;
    margin: 0;
}
.feature-block-dynamic ul.station-grid {
    margin: 0;
    padding: 0;
    margin-left: 35px;
    height: auto;
    list-style-type: none;
}
.feature-block-dynamic .station-grid li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
/*.feature-block-dynamic ul.station-slider li {
    cursor: pointer;
}*/
.feature-block-grid .station-slider-container {
    height: 492px;
    overflow: visible;
}
ul.station-slider li img.add-button {
    position: absolute;
    top: 117px;
    left: 117px;
    border: 0;
    cursor: pointer;
}
h1.category {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 35px;
    color: #959595;
    margin-bottom: 0;
}
#category-featured-stations {
    display: none;
}
.category-feature {
    background: url('/assets/img/stations/category_featured_box.png') center -10px  no-repeat;
}
.category-feature #featured-image {
    border: none;
    height: 185px;
}
.category-feature .featured-caption-container {
    width: 250px;
    left: 165px;
    top: 15px;
/*                            border: 1px solid red;*/
}
.category-feature li img.category-feature-station {
    position: absolute;
    left: 12px;
    top: 23px;
}
.feature-block-dynamic .caption-container {
    padding-right: 30px;
    width: 107px;
}
.feature-block-dynamic .arrow-forward,
.feature-block-dynamic .arrow-back {
    top: 35px;
}
.show-more-container {
    margin: 35px; 
    padding: 5px;
    border: 1px solid #ccc;  
    font-size: 12px; 
    text-transform: uppercase; 
    z-index: 50; 
    background: #efefef; 
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.show-more {
    display: block;
}

/* SUBNAV */

ul.menu-subcategories {
    font-weight: normal;
    font-size: 12px;
}
.selected {
    font-weight: bold;
}


/* STATION POPOVER */
#station-popover {
    width: 525px;
    position: absolute;
    left: 28px;
    top: 350px;
    z-index: 10;
    display: none;
}
#station-popover p {
    font-size: 12px;
}
.popover-arrow {
    width: 525px;
    height: 29px;
}
#station-popover-arrow-left {
    background: url('/assets/img/stations/Stations_Popover_top_left.png') top left no-repeat;
}
#station-popover-arrow-middle {
    background: url('/assets/img/stations/Stations_Popover_top_middle.png') top left no-repeat;
}
#station-popover-arrow-right {
    background: url('/assets/img/stations/Stations_Popover_top_right.png') top left no-repeat;
}
#station-popover-content {
    background: url('/assets/img/stations/Stations_Popover_middle.png') top left repeat-y;
    width: 445px;
    padding: 10px 40px 20px 40px;
}
#station-popover-footer {
    background: url('/assets/img/stations/Stations_Popover_bottom.png') top left repeat-y;
    widht: 445px;
    height: 68px;
    padding: 10px 40px 10px 40px;
    color: #fff;
    position: relative;
}
#station-popover-footer p {
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    margin: 0;
}
#station-popover .right-col {
    float: left; 
    margin-left: 15px; 
    width: 290px;
}
#station-popover .station-title {
    font-size: 14px;
    font-weight: bold;
}
#station-popover .add-preset-container {
    float: right;
    font-size: 11px;
    font-weight: normal;
}
#station-popover .description {
    height: 100px;
    overflow-y: auto;
    clear: both;
}
#station-popover .partner-logo {
    position: absolute;
    right: 40px;
    top: 10px;
}

#dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fefef6;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 5;
    display: none;
}

/* PRESET CONFIRMATION */
#preset-confirmation {
    width: 229px;
    position: absolute;
    z-index: 6;
    font-size: 12px;
    display: none;
}
#preset-confirmation-top {
    background: url('/assets/img/presets/PresetAdded_top.png') top left no-repeat;
    width: 179px;
    height: 25px;
    padding: 20px 30px 10px 20px;
}
#preset-confirmation-middle {
    background: url('/assets/img/presets/PresetAdded_middle.png') top left repeat-y;
    width: 229px;
    height: 5px;
}
#preset-confirmation-bottom {
    background: url('/assets/img/presets/PresetAdded_bottom.png') top left no-repeat;
    width: 229px;
    height: 11px;
}

/* DIALOG BOX */
#dialog {
    position: absolute;
    width: 372px;
    min-height: 48px;
    z-index: 7;
    display: none;
}
.ui-dialog-titlebar {
    position: absolute;
    top: -5px;
    width: 372px;
    z-index: 8;
    height: 35px;
}
.ui-dialog-titlebar-close {
    background: url('/assets/img/stations/X.png') top left no-repeat;
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    right: 3px;
}
#dialog-top {
    background: url('/assets/img/stations/dialog-top.png') top left no-repeat;
    width: 372px;
    height: 16px;
}
#dialog-middle {
    background: url('/assets/img/stations/dialog-middle.png') top left repeat-y;
    width: 272px;
    padding: 20px 50px 10px 50px;
    font-size: 18px;
    color: #656363;
}
#dialog-title {
    font-weight: bold;
}
#dialog-bottom {
    background: url('/assets/img/stations/dialog-bottom.png') top left no-repeat;
    width: 372px;
    height: 16px;
}

/* BREADCRUMBS */
#breadcrumb {
    min-height: 30px; 
    position: relative; 
    padding-top: 35px; 
    margin: 0 35px;
    font-size: 14px;
    color: #959595;
}
#breadcrumb a {
    color: #959595;
}
#breadcrumb h1 {
    margin-left: 0;
}

/* SEARCH FORM AND RESULTS */
#search-results .station-slider-container {
    margin-top: 20px;
    height: auto;
}
#search-results ul.station-grid {
    position: relative;
    margin-left: 0;
}
#no-results-message {
    margin-left: 35px;
}
#search-form {
    margin-bottom: 20px; 
    position: relative;
}
#search-form input#search-field {
    width: 120px;
}
#search-form input[type='image'] {
    position: absolute; 
    left: 102px; 
    top: -2px;
}

/* PRESETS */

a#preset-edit-link {
    text-decoration: none; 
    background: url('/assets/img/stations/btn-edit.png'); 
    width: 55px; 
    height: 27px; 
    display: block;
}
a#preset-done-link {
    text-decoration: none; 
    background: url('/assets/img/stations/btn-edit-save.png'); 
    width: 55px; 
    height: 27px; 
    display: block;
}
a#preset-edit-link:hover {
    background: url('/assets/img/stations/btn-edit-highlight.png'); 
}
a#preset-edit-link span, a#preset-done-link span {
    visibility: hidden;
}
.sidebar-presets #download {
    margin-left: 17px;
    margin-right: 17px;
}

.shadow {
/*   -moz-box-shadow:    inset 0 0 10px #aaa;
   -webkit-box-shadow: inset 0 0 10px #aaa;
   box-shadow:         inset 0 0 10px #aaa;*/
   background: #484747; 
   border: 1px solid #dedede;
   float: left; 
}