*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    background: #C7C7C7;
}
ul
{
    list-style: none;   
}
img
{
    border: 0;
}
dl
{
    font-weight: normal;
}
#container
{
    width: 850px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
}
#header
{
    background: #8689BE;
    overflow: hidden;
    padding-bottom: 4px;
}
#header form
{
    clear: both;
}
#header form label
{
    margin-left: 10px;
}
#content
{
    /*float: right;*/
    width: 850px;
    padding: 5px 0;
}
h1#logo
{
    background: url(/images/logo.gif) no-repeat;
    width: 330px;
    height: 69px;

    text-indent: -9999px;
}
h1#logo a
{
    width: 330px;
    height: 69px;
    display: block;
    outline: none; /* removes dotted line from firefox */
}
div#jump_list
{
    padding-top: 10px;
    float: right;
}
div#jump_list ul
{
    line-height: 20px;
}
div#jump_list ul li
{
    display: inline;
}
div#jump_list ul li a
{
    color: #FFF;
    padding: 5px;
    font-weight: bold;
}
h1, h2, h3
{
    font-size: 14px;
}
h1.list-heading
{
    text-align: center;
    padding: 10px 0;
}
#top-drama
{
    width: 230px;
    margin: 0 auto;
}
#current-project
{
    float: right;
}
p.message
{
    text-align: center;
    font-weight: bold;
}
h1.title
{
    clear: both;
}
h1.title, h2.title, h3.title
{
    padding: 5px 10px;
}
h2
{
    padding: 5px 0;
}
h3
{
    padding: 8px 0;
}
p
{
    padding: 10px 0;
}
legend
{
    display: none;
}
fieldset
{
    border: 0;
}
#carousel_wrapper
{
    background: #000;
    width: 850px;

}
html.js #carousel_wrapper ul
{
    width: 999px;
}
#carousel_wrapper
{
    background: #000;
    overflow: hidden;
}
#carousel_wrapper ul
{
    padding: 12px 15px;
    float: left;
    /*background: red;*/
}
#carousel_wrapper ul li
{
    float: left;
    padding: 0 20px;
}
#carousel_wrapper ul li a
{
    display: block;
}
#carousel_wrapper ul li img
{
    display: block; /* gets rid of the white underneath them */
    border: 1px solid #CCE;
}
/*html.js #carousel_wrapper ul
{
    white-space: nowrap;
}
#carousel_wrapper ul li
{
   display: inline-block;
}*/
h4
{
    padding: 20px 0;   
}
div.drama_details img
{
    margin-left: 10px;
}
div.drama_details *
{
    white-space: nowrap;
    
}
div.drama_details dl
{
    overflow: hidden;
    padding-left: 10px;
}
div.drama_details dt
{
    float: left;
    font-weight: bold;
    width: auto !important;
    width: 120px;
    min-width: 120px;
    line-height: 18px;
    clear: both;

}
div.drama_details dd
{
    overflow: hidden;
    min-height: 1em; /* for firefox 3 */
    line-height: 18px;
}
div.drama_details dd ul
{
    overflow: hidden;
}
div.drama_details dd ul li
{
    float: left;
    padding-right: 4px; 
}
dt.synopsis, dd.synopsis
{
    clear: both;
}
dd.synopsis p
{
    white-space: normal;
    line-height: 16px;
}
#episode_list
{
    clear: both;
    padding-top: 10px;
}

#drama_list dl, #episode_list dl
{
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
}
#drama_list dt.title
{
    width: auto !important;
    width: 250px; 
    min-width: 250px;
    float: left;
    line-height: 16px;
    padding-right: 30px;
    clear: both;
}
#drama_list dd.episodes, #drama_list dd.broadcast_date
{
    float: left;
    line-height: 16px;
}
#drama_list dd.episodes
{
    width: auto !important;
    width: 250px; 
    min-width: 250px;
}
#drama_list dd.broadcast_date
{
    padding-left: 30px;
}
#episode_list dl
{
    overflow: hidden;
}
#episode_list dl dd
{
    overflow: hidden;
}
#episode_list dl dd ul li
{
    float: left;
    padding-right: 10px;
}
dl dt.ost
{
    margin-top: 16px;
}
dt.episode
{
    width: auto !important;
    width: 280px; 
    min-width: 280px;
    float: left;
    line-height: 16px;
    padding-right: 30px;
}
dd.episode
{   
    line-height: 16px;
}
ul#breadcrumbs
{
    overflow: hidden;
    padding: 10px;
}
ul#breadcrumbs li
{
    float: left;
    padding-right: 5px;
}
ul#breadcrumbs li a
{
    padding-right: 5px;
}
div#ostpage ul li
{
    padding-bottom: 5px;
}
div.ost
{
    text-align: center;
}
dl.track_listing
{
    padding: 10px 0;
    width: 380px;
    margin: 0 auto;
    text-align: left;
}
dl.track_listing dt.track_number
{
    width: auto !important;
    width: 20px; 
    min-width: 20px;
    float: left;
    padding-right: 10px;
}
p.source
{
    text-align: center;
    margin-top: 0px;
    padding: 0px 0;
}
.video_embed_wrapper
{
    float: left;
    text-align: center;
    min-width: 400px;
    min-height: 322px;
    /*min-height: 322px;*/
    min-height: 300px;
}
#previous_next
{
    width: 450px;
    margin: 0 auto;
    background: #CCC;
    overflow: hidden;
}
#previous_next ul
{
    float: left;
    width: 100%;
}
#previous_next li.previous
{
    float: left;
    padding-left: 5px;
}
#previous_next span
{
    /*float: right;*/
    padding-right: 5px;
}
#previous_next li.next
{
    float: right;
    padding-right: 5px;
}
.ad_placeholder
{
    width: 728px;
    height: 90px;
    background: #FFF;
    margin: 0 auto;
}
h1.browse_url
{
    padding-top: 10px;
    padding-left: 32px;
}
#actorpage ul, #genrepage ul, #searchpage ul, #ostpage ul
{
    padding: 30px;
}
#actorpage ul li, #genrepage ul li, #searchpage ul li
{
    margin: 12px 0;    
}
p.searchresults
{
    padding-left: 30px;
}
span.searchresults
{
    font-weight: bold;
}
.contact-form-wrapper
{
    width: 500px;
    margin: 10px auto;
    padding: 20px;
    background: #8689BE;
}
.contact-form-wrapper .field
{
    padding: 5px 30px;
    overflow: hidden;
}
.contact-form-wrapper .field label
{
    float: left;
    width: 100px;
}
.contact-form-wrapper .field input, .contact-form-wrapper .field textarea
{
    width: 250px;
}
.contact-form-wrapper .field textarea
{
    height: 100px;
}
#terms-of-use p
{
    padding-left: 10px;    
}
#footer
{
    clear: both;
    padding-top: 10px;
}
#footer ul
{
    text-align: center;
}
#footer ul li
{
    display: inline;
    padding: 5px;
}
#footer p
{
    
    width: 650px;
    margin: 0 auto;
}
#footer p.copyright
{
    width: 100%;
    text-align: center;
}
