html, body {
    height: 100%;
}

body {
    /* background-color: #111111; */
    background-color: black;
    background: url("/pics/background5.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font: 14px "Verdana", "Arial", sans-serif; 
    color: #ffffff;
    margin: 0;
}
a:link {color: #ff0000 ; text-decoration: none}
a:hover {color: #ffcccc; text-decoration: none}
a:visited {color: #cc0000 ; text-decoration: none}
a:visited:hover {color: #ffcccc; text-decoration: none}
a:active {color: #ff5555 ; text-decoration: none}
p {margin: 0; margin-bottom: 30px;}
img {border-width: 0px}
h2 {text-align: center; background-color: #222222; margin: 0;}

h3 {
    text-align: left;
    background-color: #222222;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
}

input, select, textarea {
    border-radius: 5px;
    font-size: 16px;
}

#main_div {
    margin: auto;
    margin-top: 30px;
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
}

#description_div {
    display: inline-block;
    width: 400px;
    position: relative;
    padding: 10px;
}

#search_div {
    float: right;
    width: 230px;
    margin-top: 10px;
    text-align: right;
    clear: right;
}

#cart_div {
    display: inline-block;
    float: right;
    clear: right;
    margin-top: 10px;
}

#menu_div {
    font-size: 12px;
    float: right;
    clear: right;
    /* margin-top: 10px; */
    width: 890px;
    max-width: 890px;
    text-align: left;
}

#left_menu_div {
    float: left;
    clear: left;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px;
    border: 1px solid black;
}

#search_div a,
#mailing_list_div a {
    border-radius: 5px;
    background-color: #222222;
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: right;
    list-style: none;
}

#mailing_list_div a {
    float: left !important;
}

#search_div span,
#mailing_list_div span {
    margin: 0 4px;
}

#main_content {
    margin: auto;
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    display: inline-block;
}

#footer_div {
    margin-top: 30px;
    width: 1200px;
}

#mailing_list_div {
    width: 490px;
    display: inline-block;
    font-size: 14px;
}

#socials_div {
    width: 490px;
    display: inline-block;
    float: right;
    text-align: right;
}
#socials_div h3 {
    text-align: right;
}

#copyright_div {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1000px;
    text-align: center;
    font-size: 10px;
    clear: both;
}

.ui-button-text {
    color: white;
}



/** sliders **/

div.slidepane {
    font-family: Verdana, Arial, sans-serif;
    background-color: rgba(25, 25, 25, 0.7);
    text-align: left;
    padding: 10px;
}

.release_slidepane {
    padding: 20px;
}

.round_div {
    border-radius: 10px;
}

.slide_albumcover {
    width: 400px;
    height: 400px;
    float: right;
    margin-right: 50px;
}

.slider_artist_name {
    font-weight: bold;
    font-size: 18px;
}

.slider_release_name {
    font-style: italic;
    font-size: 14px;
}

.link_order_cd {
    border-radius: 3px;
    color: black;
    background-color: red;
    padding: 3px;
    margin: 3px;
    font-weight: bold;
}

.link_order_mp3 {
    border-radius: 3px;
    color: black;
    background-color: purple;
    padding: 3px;
    margin: 3px;
    font-weight: bold;
}

.big_slider_button_wrapper {
    display: inline-block;
}

.slider_description {
    height: 400px;
    max-height: 400px;
    width: 400px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 10px;
}

.slideback {
    background: url('/pics/slideback.jpg');
}

.slider_size {
    width: 900px;
    height: 500px;
}

.slider_releases_size {
    width: 1000px;
    height: 255px;
}

.slider_releases_chunk_size {
    width: 90px;
    height: 255px;
}

.slider_releases_img {
    width: 90px;
    height: 90px;
}

.release_slider_artist_name {
    font-weight: bold;
    font-size: 10px;
    text-overflow: ellipsis;
}

.release_slider_release_name {
    font-style: italic;
    font-size: 10px;
    text-overflow: ellipsis;
}

.release_slider_dsbp_num {
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    margin: auto;
}

.release_slider_cart_button span {
    padding: 2px !important;
}

.release_slider_text {
    min-height: 65px;
    max-height: 65px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release_slider_bottom {
    text-align: center;
}

.round_div form {
    margin: 2px;
}

.list_cds_form {
    display: table-row;
}

.list_cds_cart_button_wrapper {
    display: table;
    margin: 2px auto;
}


/* release view dialog */

#release_view_img,
#release_view_img img {
    width: 244px;
    height: 244px;
    max-width: 244px;
    max-height: 244px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

#release_view_details {
    width: 470px;
    height: 244px;
    max-width: 470px;
    max-height: 244px;
    display: inline-block;
    overflow: hidden;
}

/* release details page */

.release_details_img {
    max-width: 488px;
    max-height: 488px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}

#release_details_div {
    display: block;
    padding: 10px;
}




.jssora01l, .jssora01r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(/js/jssor/a04.png) no-repeat;
    overflow: hidden;
}
.jssora01l { background-position: -8px -38px; }
.jssora01r { background-position: -68px -38px; }

.jssora01l:hover { background-position: -128px -38px; }
.jssora01r:hover { background-position: -188px -38px; }
.jssora01l.jssora01ldn { background-position: -8px -38px; }
.jssora01r.jssora01rdn { background-position: -68px -38px; }



.list_cds_release {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    background-color: rgba(25, 25, 25, 0.7);
    height: 235px !important;
}

#labels_div {
    text-align: center;
}

.labels_item {
    display: inline-block;
    border: 1px solid #444444;
    background-color: #222222;
    color: white;
    font-size: 24px;
    border-radius: 10px;
    padding: 10px;
    width: 45%;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
