/* =============================================================================
   Navigation
   ========================================================================== */
 
#cg-choice {
    display: block;
    margin-top: 25px;
    width: 100%;
}

#cg-form-choice {
    float: left;
    position: relative;
    z-index: 30;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-left: 0px;
    width: 100%;
}

#cg-form-choice li {
    background: none repeat scroll 0 0 #747678;
    display: block;
    float: left;
    height: 31px;
    margin-right: 1px;
    min-width: 60px;
    padding: 0 10px;
}

#cg-form-choice li.enabled {
    background: none repeat scroll 0 0 #3e3d40;
}

#cg-form-choice li.enabled:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3E3D40 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: " ";
    float: left;
    height: 0;
    left: 45%;
    pointer-events: none;
    position: relative;
    width: 0;
}

#cg-form-choice li.disabled:hover {
    background: none repeat scroll 0 0 #3e3d40;
}

#cg-form-choice li a {
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 31px;
    vertical-align: baseline;
    
}

#cg-form-choice li.first {
    border-radius: 5px 0 0 0;
}

#cg-form-choice li.last {
    border-radius: 0 5px 0 0;
}

.nav {
    display: inline;
    float: right;
    margin-top: -43px;
}

/* =============================================================================
   BLOCK INFO
   ========================================================================== */
   
.border_gray.current {
    margin-top: 0px;
}

#cg-info .info {
    display: none;
}

#cg-info .info.current {
    display: inline;
}

#cg-info .info >span {
    font-size: 12px;
    line-height: normal;
}

