body {
    font-size: 0.8em;
    font-family: verdana;
    background-color: #1c1c1c;
    color: #113546;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.language_flag {
  display: none;
}

header {
  background-color: #5E47A3;
  background-image: url(/songshop/cat/affiliate_css/94-top.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.wrapper {
    background-color: rgba(0, 0, 0, 0.26);
    border-left: 4px solid #5E47A3;
    border-right: 4px solid #5E47A3;
}

.logo_text {
    display: none;
    text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #000;
    background: #5E47A3;
    font-weight: normal;
    color: #FFF;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    border: 0px solid #000;
    background: rgba(0,0,0,0.7);
    font-weight: normal;
    color: #FFF;
}

.ui-autocomplete {
  background: white !important;
}



/*
.main_navigation {
    width: 100%;
    text-align: left;
    background: #FF00C7 none repeat scroll 0% 0%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.main_navigation > A {
  border: none !important;
  background: rgba(255,255,255,0.2);
}

.main_navigation > A:hover {
  border: none !important;
  background: rgba(0,0,0,0.5) !important;
}
*/

.main_navigation {
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.31) none repeat scroll 0% 0%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.main_navigation > A {
  border: none !important;
  background: rgba(255,255,255,0.2);
}

.main_navigation > A:hover {
  border: none !important;
  background: rgba(0,0,0,0.5) !important;
}





.round_box {
  background: rgba(255, 255, 255, 0.91) none repeat scroll 0% 0%;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(0, 129, 255);
}

.content_container {
    background: #5E47A3 none repeat scroll 0% 0%;
    padding-bottom: 6px;
    padding-top: 4px;
}

.top_text {
  display: none;
}

.logo_right > div > img {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 650px !important;
}

.box_title, .box_title_large {
    display: block;
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
    font-family: verdana;
    margin-bottom: 4px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    background: #1C9BD2 none repeat scroll 0% 0%;
    border-bottom: 1px solid #013345;
    border-top: 1px solid #00739C;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 4px 4px 0px 0px;
}

body {
    font-size: 0.8em;
    font-family: verdana;
    color: #004B66;
}

.shadow {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
}

.song_row_odd {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}

.song_row_even {
    background: #F3F3F3 none repeat scroll 0% 0%;
}

.song_row_song_title, A, .song_title_text_link {
    color: #004B66;
}

.song_title_text_link {
  font-weight: normal
}

.song_row_artist, .artist_text_link {
    color: #575757;
    font-weight: normal;
}

.song_row:hover, .song_row_odd:hover, .song_row_even:hover {
    background: rgba(50,50,50,0.1) !important;
}

.cart_disc_container {
    background: rgba(255,255,255,0.6) none repeat scroll 0% 0%;
}

.cart_prices_column {
    color: #777 !important;
}

.disc_name {
    color: #004B66;
}

.OrderingField {
    border: 1px solid #C0C0C0 !important;
    background-color: rgba(255, 255, 255, 0.32) !important;
}

.cart_song_artist {
    color: #484848 !important;
}

.cart_song_title {
    color: #004B66 !important;
}

.small_margin {
    background: #0775B1 none repeat scroll 0% 0% !important;
}

.logo_right {
    padding-top: 80px;
}

.ui-widget-content {
    border: 1px solid rgba(57, 57, 57, 0.22);
    background: rgba(255, 255, 255, 0) repeat-x scroll 50% 50%;
    color: #4A4A4A;
}

p {
    color: #545454;
}

.ui-widget-content a {
    color: #035BA5;
}

.cart_header_row {
    background: #E4E4E4 none repeat scroll 0% 0%;
}

.cart_header_column {
    color: #4B4B4B;
}

.cart_total_row {
    background: #ECECEC none repeat scroll 0% 0%;
}

.not_required {
    color: #757575;
}

.required {
    color: #FF5100;
    font-weight: bold;
}

.jquery-msg-content {
  color: silver !important;
}

A {
  color: #FF06C8;
}

A:hover {
color : #FF06C8;
text-decoration: underline;
}

.fancybox-skin, .black-on-white .jquery-msg-content {
  background: rgba(255,255,255,0.8) !important; /* or whatever */
  color: #505050 !important;
  text-align: center !important;
}