@charset "UTF-8";

/* controversial cross-browser happiness aka 'resetting */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

html, body, div,
h1, h2, h3, h4, h5, h6, p,
a,
em, font, img,
ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


input {
    outline: 0;
    border: 0 none;
}

label p {
    float: right;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
    border: 0 none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* useful oneline styles */
.clear {
    clear: both;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.right {
    float: right;
}

a {
    color: #fff;
    cursor: pointer;
    outline: 0 none;
}

a:active {
    outline: none;
}

body {
    background-color: #000000;
    text-align: center;
    font-family: Helvetica, "Myriad Pro", Arial, sans-serif;
    color: #fff;
    line-height: 1;
    font-size: 12pt; /* required for FIREFOX o.w. changing font prefs blows shit up */
}

button {
    clear: none;
    border: 0 none;
    cursor: pointer;
    float: left;
}

select {
    border: 0 none;
    outline: none;
}


/* @Group wrapper for entire page
--------------------------------------------------------------------------*/

.wrapper {
    position: relative;
    clear: both;
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    background-color: #111111;
}

#black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


/* @Group header
--------------------------------------------------------------------------*/

#header {
    background: url(images/header/headerBackground.jpg) no-repeat;
    height: 330px;
    position: relative;
    /* border-bottom: solid 1px #808080; */
}

#header #brand {
    height: 110px;
    width: 300px;
    top: 15px;
    left: 20px;
    background: url(images/logo.png) no-repeat;
    float: left;
    position: absolute;
}

#header #slogan {
    background: url(images/slogan.png) no-repeat;
    height: 184px; /* change height and width to be slogan img size*/
    width: 289px;
    position: absolute;
    top: 65px;
    right: 0;
}

/*  Login Popup */

#login_popup { /* centered in .wrapper */
    display: none;
    position: fixed;
    left: 50%;
    margin-top: -139px;
    margin-left: -190px;
    overflow: hidden;
    background-color: #750909;
    font-size: 100%;
    font-weight: bold;
    top: 139px;
    padding: 20px 40px;
}

#login_popup h2 {
    background: none;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #FFF;
}

/* login form styles */
#login_form label {
    position: relative;
    float: none;
    /*height: 1.6em;*/
    /*padding: 5px 0 17px 0;*/
    text-align: left;
    cursor: pointer;
    width: 100%;
    font-size: .8em;
    line-height: 2em;
    color: #AAA;
}

#login_form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-padding-start: 0;
}

#login_form li {
    clear: both;
    padding: 0.5em;
    margin: 0;
    display: list-item;
}

#login_form input { /* puts label and input on new lines */
    display: block;
    width: 150px;
    height: 1.8em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    /*margin: -5px 0 5px 0;*/
    padding: 0 0 0 0;
    outline: 0;
    border: 0 none;
}

#login_form #loginError {
    padding: 2em 0 0 0;
    margin: 0 0 0 2em;
    height: 2em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    color: #D00;
}

#login_form .help {
    display: none;
}

/* login button on login popup */

#login_popup .login_button {
    text-indent: 1000em;
    height: 26px;
    width: 86px;
    background: url(images/header/button_login.png) 0 0 no-repeat;
    display: block;
    clear: both;
    margin: 2em 2em 4em 0;
}

#login_popup .login_button:hover {
    background: url(images/header/button_login_hover.png) 0 0 no-repeat;
}

/*  Login/ Logout Bar */
/* tab on top right */


#header #login {
    background-color: #2f0000;
    position: absolute;
    right: 0;
    z-index: 1000;
    padding: 11px 36px 7px 36px;
}

/* the login tab on top right... */

#header .login_main {
    height: 17px;
    width: 78px;
    background: url(images/header/login.png) 0 0 no-repeat;
}

#header .login_main:hover {
    background: url(images/header/login_hover.png) 0 0 no-repeat;
}

#header #logout {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
}

#header #logout .top {
    background-color: #2f0000;
    position: absolute;
    right: 0;
    z-index: 1000;
    padding: 11px 36px 7px 36px;
}

#header #logout .top li {
    float: right;
}

#header #logout .bottom {
    display: none;
    width: 200px;
    height: 1.6em;
    background-color: #222;
    float: right;
    clear: both;
    filter: alpha(opacity=80); /* IE transparent background */
    -moz-opacity: 0.8; /* MOZILLA transparent background */
    -khtml-opacity: 0.8; /* OLD SAFARI transparent background */
    opacity: 0.8; /* SAFARI transparent background */
}

#header #logout .bottom p {
    line-height: 1.6em;
    font-size: .8em;
    filter: alpha(opacity=80); /* IE transparent background */
    -moz-opacity: 0.8; /* MOZILLA transparent background */
    -khtml-opacity: 0.8; /* OLD SAFARI transparent background */
    opacity: 0.8; /* SAFARI transparent background */
}

#header #logout .bottom p {
    line-height: 1.6em;
    font-size: .8em;
    padding: .2em 24px 0 0; /* right padding is  the ul + li padding */
    text-align: right;
}


/*  Tab Header Naviation */

#header #navTab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    z-index: 4;
    background-color: #111111;
}


#header #navTab #tabBlog {
    position: absolute;
    z-index: 2;
    left: 560px;
    top: 6px;
    background-color: #111111;
}

#header #navTab #tabJoin {
    position: absolute;
    z-index: 1;
    left: 805px;
    top: 6px;
    background-color: #111111;
}

#header #navTab #tabHow {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 2;
    left: -1000px; /* just make it go bye bye */
    display: none;
}

/* @Group sidebar navigation
--------------------------------------------------------------------------*/
#navSide {
    width: 240px;
    float: left;
    margin: 0 0 0 0; /* change margin bottom to hight of footer*/
}

#navSide .section h2 {
    position: relative;
    font-size: .7em;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #111;
    padding-left: 0;
    padding-top: 0;
    clear: both;
}

#navSide .sub { /* dark gray area where links are, sits below the h2 graybar*/
    padding: 12px 12px 12px 12px;
    position: relative; /* so caution animated gif will appear without padding at top of newsletter div */
}

/*  twistie arrow */
#navSide .twistieOpen {
    position: absolute;
    height: 15px;
    width: 15px;
    right: 8px;
    top: 5px;
}

#navSide .twistieClosed {
    position: absolute;
    height: 15px;
    width: 15px;
    background: url(images/sideBar/twistieClosed.png) no-repeat top left;
    right: 8px;
    top: 5px;
}

/* sidebar list items */
#navSide .sub .links a {
    font-size: 1em;
    color: #ddd;
    line-height: 1.8em;
    display: inline;

}

/* selected sidebar item */
/* when selected, sidebar.js just displays as bold... css handles the rest here */

#navSide .viewAll a {
    font-size: .7em;
    color: #dd302e;
    float: right;
    padding-bottom: 12px;
    clear: both;
}

#navSide #seemore_tags {
    display: none;
}

#navSide #seemore_studios {
    display: none;
}

#navSide #seemore_actors {
    display: none;
}

#navSide #sidebar_hidden {
    display: none;
}

/* newsletter */
#navSide p {
    font-size: .8em;
}

#navSide #newsmsg {
    margin-bottom: 1em;
}

#navSide input {
    font-weight: bold;
    width: 138px;
    height: 21px;
    color: #808080;
    font-size: 0.6em;
    float: left;
    border: 0 none;
    outline: none;

}

#navSide #wait {
    position: absolute;
    top: 0;
    left: 0;
}

#navSide #newserr {
    clear: both;
    margin-top: .5em;
    color: #fecc00;
    visibility: hidden;
}

#navSide .message {
    width: 22em;
    margin: 2em auto;
}

#navSide input.messageButton {
    margin: 3em 0 2em 4em;
    font-size: .9em;
    height: 2em;
    padding: 0;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #ffffff;
    background-color: #dc302e;
    border: none;
    min-width: 13em;
    cursor: pointer;
}

#navSide #mailinglist_button { /* continue button */
    cursor: pointer;
}

#navSide #sidebar_videos_featured_section {
    display: none;
}

#navSide #sidebar_videos_studios_section {
    display: none;
}

#navSide #sidebar_videos_actors_section {
    display: none;
}

#navSide #sidebar_help_section {
    display: none;
}


/* @Group main
--------------------------------------------------------------------------*/

#main {
    position: relative;
    width: 770px;
    float: right;
    margin: 15px 0 0 0; /* change margin bottom to hight of footer*/
    padding-bottom: 21px;
}

#main h1 {
    height: 25px;
    padding: 5px 0 0 12px; /* top margin centers h1 image */
    background-color: #dd302e; /*red*/
    display: none;
}

/* page navigation for browse pages */
#main .pageNav {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: .8em;
}

#main .pageNav li {
    float: left;
    padding: 0 .5em;
}

#main .pageNav_bottom {
    font-size: .8em;
    clear: both;
    float: right;
    margin-right: 10px;
}

#main .pageNav_bottom li {
    float: left;
    padding: 0 .5em;
}

#main .pageNav_bottom li b {
    background-color: white;
    padding: 0 2px;
    color: #333;
}


/* text page styles */
#main .info {
    float: left;
    width: 464px;
    background-color: #222;
}

#main .info .text {
    padding: 32px 32px 16px 32px;
    width: 318px;
}

#main .info p {
    line-height: 1.5em;
    font-size: .9em;
}

#main .text p {
    margin-bottom: 1em;
}

#main .info h2 {
    position: relative;
    font-size: .9em;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #111;
    padding-left: 12px;
    padding-top: 3px;
    clear: both;
}

#main .info h5 {
    padding: 1.2em 0 .2em 0;
    font-size: 1em;
}

/* Preview page styles */
#main #browse_entries .previewDk {
    clear: both;
    margin-bottom: 15px; /* space between sections */
    padding-bottom: 16px; /* space at bottom of section between pics and bottom of bg */
    background-color: #222;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main #browse_entries .previewLt {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 16px;
    background-color: #333;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main #browse_entries .photoBig { /* for BBREED */
    width: 770px;
    float: left;
}

#main #browse_entries .photoLeft {
    width: 385px;
    float: left;
}

#main #browse_entries .photoRight {
    width: 385px;
    float: right;
}

#main .watchphoto img {
    width: 385px;
    float: left;
    /*border: #808080 solid 1px;*/

}

#main .previewText {
    clear: both;
    padding: 20px 12px;
}

#main h3 {
    /*color: #dd302e;*/
    color: #fff;
    font-size: 1.4em;
    padding-bottom: 6px;
    text-transform: uppercase;
}

/* watch page styles */
#main #player {
    width: 770px;
    position: relative;
    background-color: #000;
}

#main #fp_preview_player {
    width: 770px;
    position: relative;
    background-color: #000;
}

#main #html5_preview {
    width: 770px;
    position: relative;
    background-color: #000;
}

#main #watch_join_floater {
    position: absolute;
    left: 257px;
    top: 112px;
    /* background: url(images/watch/previewBox.png) no-repeat top left; */
    background: none repeat top left transparent;
    width: 290px;
    height: 315px;
    text-align: center;
    visibility: hidden;
}

#watch_join_floater_content {
    background-repeat: repeat;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 6px;
    padding: 0 15px;
    background-image: url(images/floater_c.png);
}

#main #watch_join_floater h2, #watch_join_floater h2 {
    color: #DD312E;
    font-size: 1.4em;
    font-weight: 500;
    margin-right: -10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
}


#main #watch_join_floater {
    top: 30px;
    left: 40px;
    width: 700px;
    height: 110px;
}

#main #watch_join_floater p, #watch_join_floater p {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}

#watch_join_floater_content_close {
    background-image: url(images/floater_close.png);
    width: 27px;
    height: 27px;
    right: 0;
    top: 0;
    margin: -10px -10px 0 0;
    z-index: 100;
    position: absolute;
    cursor: pointer;
}

#watch_join_floater .floater_button {
    background-color: #DD312E;
    background-image: none;
    color: #FFFFFF;
    display: inline;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 40px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    width: auto;
}


#main #watch_join_floater .tl {
    position: absolute;
    background-image: url(images/floater_tl.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
}

#main #watch_join_floater .tr {
    position: absolute;
    background-image: url(images/floater_tr.png);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 6px;
    height: 7px;
}

#main #watch_join_floater .bl {
    position: absolute;
    background-image: url(images/floater_bl.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 1px;
    width: 7px;
    height: 7px;
}

#main #watch_join_floater .br {
    position: absolute;
    background-image: url(images/floater_br.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 7px;
}

#main #watch_join_floater .t {
    position: absolute;
    background-image: url(images/floater_t.png);
    background-repeat: repeat-x;
    left: 7px;
    right: 6px;
    top: 0;
    height: 7px;
}

#main #watch_join_floater .b {
    position: absolute;
    background-image: url(images/floater_b.png);
    background-repeat: repeat-x;
    left: 7px;
    right: 6px;
    bottom: 0;
    height: 7px;
}

#main #watch_join_floater .l {
    position: absolute;
    background-image: url(images/floater_l.png);
    background-repeat: repeat-y;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 7px;
}

#main #watch_join_floater .r {
    position: absolute;
    background-image: url(images/floater_r.png);
    background-repeat: repeat-y;
    right: 0;
    top: 7px;
    bottom: 7px;
    width: 6px;
}


/* title and studio name and running time */
#main .titleBox {
    clear: both;
    padding: 20px 0;
}

#main .titleBox h4 {
    font-size: .8em;
    text-align: left;
    display: inline;
    color: #808080;
}

#main .titleBox p {
    display: inline;
    text-transform: uppercase;
    padding: 0 .2em;
}

/* the section under title with description and stills */
#main .watchText {
    background-color: #202020;
}

#main .watchText h2 {
    position: relative;
    font-size: .8em;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #808080; /*light gray*/
    padding-left: 12px;
    clear: both;
}

#main .watchText p {
    clear: left;
    padding: 20px 20px;
}

#main .bottomMargin {
    clear: both;
    width: 100%;
    height: 2px;
}

#main .watchText ul {
    font-size: .9em;
    padding: 20px 20px;
    float: left;
}

#main .watchText li {
    width: 10em;
    line-height: 1.3em;
}

#main .watchText #watch_description_heading {
    display: none;
}

#main .watchText #watch_description {
}

#main .watchText #watch_stills_heading {
    display: none;
}

#main .watchText #watch_actors_heading {
    display: none;
}

#main .watchText #watch_actors_items {
}

#main .watchText #watch_categories_heading {
    display: none;
}

#main .watchText #watch_categories_items {
    display: none;
}

/* join styles */
.join {
    position: relative; /* allows absolute positions inside div */
    width: 725px;
    padding: 30px 0 30px 30px;
    min-height: 500px;
}


/* steps in join process status bar*/
.join .steps {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: 100%;
    height: 110px;
}

.join .steps .stepTab {
    float: left;
    width: 170px;
    height: 65px;
    /* background: url(images/join/stepGradient.png) repeat-x top left; */
    background: #222;
    padding-top: 20px;
    margin-right: 2px;
    /* border: #808080 solid 1px; */
    text-align: center;
}

.join .steps .stepTab.first {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-bottom-left: 5px;
}

.join .steps .stepEnd {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 85px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-bottom-right: 5px;
    /* border-top: #808080 solid 1px;
    border-right: #808080 solid 1px;
    border-bottom: #808080 solid 1px; */
    /* background: url(images/join/stepGradient.png) repeat-x top left; */
    background: #222;
    clear: both;
}

.join .steps .selected {
    background: #dd312e url(images/join/stepSelected.png) repeat-x top left !important;
}

.join .steps p {
    font-size: .9em;
    background-color: none;
    text-transform: uppercase;
    /* Apadding: 0 5px;*/
    padding: 15px 10px 0 15px;

}

.join .steps p.secure {
    background: url(images/join/lock.png) no-repeat left bottom;
    padding: 33px 50px 3px 25px;
    margin: 0;
    text-align: left;
    float: right;
}

.join .steps #pointer { /*red arrow that indicates what step you are on*/
    position: absolute;
    width: 22px;
    height: 25px;
    left: 76px;
    bottom: 0;
    background: url(images/join/stepPointer.png) no-repeat;
    z-index: 200;
}

/* used on multiple pages, not just step1 */
.join .joinBox {
    float: left;
    /* width: 18em;*/
    margin-bottom: 1em;
    padding: 1.5em 2em 2em 2em;
    width: 18em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border: 1px solid #909090; */
    background: #222; /* url(images/join/stepGradient.png) repeat-x top left;*/
}

.join .joinBox p {
    margin: 1em 0;
}

.join h2 {
    color: #dd312e;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .5em;
}

/* step 1 styles */

.join #step1 {
    width: 100%;
}

.join #step1 #offer { /*advertisement for plan*/
    position: absolute;
    top: 20px;
    left: 420px;
    width: 270px;
}

.join #step1 #offer h2 {
    color: #939274;
    font-size: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    line-height: 1em;
}

.join #step1 #offer p {
    font-size: .8em;
    line-height: 1.1em;
    padding: 0 0 5px 0;
    color: #fff;
}

.join #step1 #offer #offerheading {
    color: #dd312e;
    font-size: .9em;
    line-height: 1.1em;
    padding: 12px 0 12px 0;
}


/* account used in step1 and in my_pass.inc ... */
.account {
    float: right;
    display: block;
    vertical-align: middle;
}

.account input {
    font-size: .8em;
    padding: 0;
    vertical-align: middle;
}

.account input {
    width: 150px;
    height: 1.8em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 0 0 0;
    margin-bottom: 7px;
    outline: 0;
    border: 0 none;
    vertical-align: middle;
}

.account label {
    font-size: .9em;
    vertical-align: middle;
}


.join #step1 .warning {
    position: absolute;
    visibility: visible;
    top: 350px;
    left: 135px;
    width: 300px;
    color: #dd312e;
    height: 1.8em;
    font-size: .9em;
}

/* the big continue buttons at bottom */

/* used in step 1 and 4 ... pls test in step 4*/
.join .continue {
    margin-top: 3em;
    clear: both;
    float: right;
    cursor: pointer;
}

.join .continue img {
    display: block;
    width: 200px;
    height: 130px;
    cursor: pointer;
}

.join .continue img:hover {
    cursor: pointer;
}

.join .continue map {
    cursor: pointer;
}

.join #step1 .continue_step1 {
    position: absolute;
    top: 250px;
    left: 140px;
}

/* Step 2 styles*/

.join #join_resend {
    float: left;
    margin: 2em 0 1.5em 3em;
}


/* Step 3 styles */

.join #step2 .joinBox .account label {
    font-size: .9em;
    vertical-align: middle;
}

.join #step2 #step2_year {
    /*margin-top: 1em;*/
    font-size: .8em;
    border: 0 none;
    outline: none;
    margin: 0 0 7px 0;
    vertical-align: middle;
}

.join #step2 #step2_year select {
    font-size: .8em;
}

.join #step2 #step2_month select {
    font-size: .8em;
}

.join #step2 #step2_month {
    font-size: .8em;
    width: 8em;
    border: 0 none;
    outline: none;
    margin: 0 0 7px 0;
    vertical-align: middle;
}

.join #step2 .plans {
    clear: both;
    margin-bottom: 1em;
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border: 1px solid #909090; */
    /* background: #808080 url(images/join/stepGradient.png) repeat-x top left;*/
    background: #222;
}

.join #step2 .planleft {
    float: left;
    width: 25em;
    /*border-right: solid 1px #909090;*/
    min-height: 12em;
}

.join #step2 .choose {
    padding: 5px 0;
    margin-bottom: .5em;
}

.join #step2 select#step2_select {
    width: 90%;
}

/* not used? .price {
    font-size: 1.5em;
    width: 10em;
    display: inline;
}*/

.join #step2 p.miniInfo {
    width: 90%;
}

.join #step2 #planInfo { /* contains ul of add words */
    float: right;
    width: 200px;
    margin-right: 1em;
}

.join #step2 #planInfo ul {
    text-align: center;
}


.join #step2 #planInfo ul li {
    padding: .3em 0;
    font-weight: bold;
}

.join #step2 #completeOrder {
    width: 200px;
    margin: 3em auto;
    clear: both;
}

/* choose Plan*/
.join #step2 .step2_select {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.join #step2 #step2Warning {
    text-align: center;
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
    padding: 2em 0;
    display: none;
}

.join #step2 #step2_error { /* Large Error message on top of CC page */
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
}

/* buttons for different steps .... */

#step1_button { /* continue button */
    cursor: pointer;
}

#step2_button { /* continue button */
    cursor: pointer;
}

#step4_button { /* continue button */
    cursor: pointer;
}

.join #step2 .over18 {
    float: right;
    width: 27em;
    font-size: .8em;
    margin-top: -.8em;
}

.join #step2 .over18 input#step2_certify {
    float: left;
    width: 3em;
    margin: 1em 0 0 0;
}

.join #step2 .over18 label#certifytext {
    width: 23em;
    float: left;
    margin: .5em 0 0 0;
}


/* step 4 styles */

.join .registered {
    float: left;
    margin-left: 5em;
}


/* suport ticket BBB styles */
.containerBody {
    width: 100%;
}

.containerBody h1 {
    font-family: Times New Roman;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
}

.containerBody h3 {
    color: #f21421;
    font-size: 20px;
    font-family: Arial, serif;
    padding: 2px 0 0 28px;
    background: url(images/BBB/help_arrow_col.png) no-repeat;
    _background: url(images/BBB/help_arrow_col.gif) no-repeat;
    cursor: pointer;
    margin: 0 0 0 2px;
}

.containerBody h3.collapsed {
    background: url(images/BBB/help_arrow.png) no-repeat;
    _background: url(images/BBB/help_arrow.gif) no-repeat;
}

.containerBody > div {
    margin: 5px 0 20px 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial, serif;
    font-weight: bold;
    padding: 0 0 0 32px;
    width: 350px;
}

.containerBody > div span {
    color: #f2c204;
}

.containerBody a,
.containerBody a:link,
.containerBody a:active,
.containerBody a:hover,
.containerBody a:visited {
    color: #fff;
    text-decoration: underline;
    font-family: Arial, serif;
    font-weight: bold;
}

#forgot_form label {
    width: 120px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#forgot_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 22px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
    font-size: .9em;
}

#forgot_form textarea {
    width: 320px;
    font-size: .9em;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

#support_form label {
    width: 120px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#support_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 22px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
    font-size: .9em;
}

#support_form select { /* test to align drop downs*/
    margin-top: 5px;
}

#support_form textarea {
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    /* color: #808080; */
    padding: .2em;
    border: 0 none;
    outline: none;
}

/* fields on support request form */
#support_form #fdd, #fdd2, #fdd3, #fdd4 {
    height: 36px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 209px;
    clear: right;
}

#support_form #category_drp {
    margin-top: 5px;
}

/* NOT USED
a.fdd_main_link,
#support_form a.fdd_main_link:link,
#support_form a.fdd_main_link:active,
#support_form a.fdd_main_link:visited,
#support_form a.fdd_main_link:hover {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 0 0 6px;
    margin: 4px 0 0 0;
}*/

/* Contact Us BBB styles*/
#contact_form {
    margin: 2em 0 2em 0;
}

#contact_form label {
    width: 90px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#contact_form input {
    font-size: .9em;
}

#contact_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 24px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
}

#contact_form textarea {
    width: 250px;
    height: 300px;
    font-size: 1em;
    padding: 6px;
}

/* myAccount styles */

.accInfo {
    padding: 32px;
}

/* migrating .inc to this from accInfo... */
.accInfoText {
    font-size: .9em;
    line-height: normal;
    margin-left: 3em;
    margin-right: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}


.accInfo table {
    font-size: .9em;
    line-height: 1.3em;
}

.accInfo table td {
    padding: .2em 1em .5em 0;
    vertical-align: top;
}

.accInfoText table td {
    padding: .2em 1em .5em 0;
    vertical-align: top;
}

.accInfo h6 {
    color: #dd312e;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0 .5em 0;
    background-color: none;
}

.accInfoText h6 {
    color: #dd312e;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0 .5em 0;
    background-color: none;
}

/* current email address */
.email {
    margin-left: 75px;
}

/* current memembership info styles*/
.accInfo table tr {
    padding-bottom: .5em;
}

/* cancel account form styles*/
/* #my_memb_checkbox {
    width: 2em;
}*/

#my_memb {
    /*   margin-bottom: 2em;
       margin-left: 2em;*/
    margin-bottom: 0;
    margin-left: 0;

}

.libraryInfo {
    padding: 32px;
}

.libraryInfo li {
    list-style: decimal outside none;
    padding: 10px;
}

.my_library_sort {
    position: relative;
    margin-top: -20px;
    text-align: right;
}

.my_library_sort span {
    color: #fff;
    padding-right: 10px;
}

.libraryInfo .library_title {
}

.libraryInfo .library_expdate {
    display: block;
}

#library_order {
    float: right;
}

/* #my_memb_cancelform input {
        margin: 5px 0 20px 0;
        color: #fff;
        font-size: 12px;
        font-family: Arial, serif;
        font-weight: bold;
        padding: 0 0 0 32px;
        width: 350px;
} */

/* #my_memb_cancelform p {
    font-size: 1em;
    padding: 1em 0;
}*/

input.cancel#my_memb_cancel {
    float: none;
    width: 100px;
    margin: 0 0 0 80px;
}

input.cancel#my_memb_uncancel {
    float: none;
    width: 100px;
    margin: 0 0 0 40px;
}

input.cancel#my_memb_minutes_button {
    float: none;
    width: 100px;
    margin: 0 0 0 80px;
}


#my_memb_change_button {
    float: none;
    width: 100px;
    margin: 0 100px 2em 80px;
}

#my_memb_downgrade_button {
    float: none;
    width: 100px;
    margin: 0 100px 2em 80px;
}

#support_status {
    padding: 2em 10px;
    text-align: center;
}

#support_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#support_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#support_status #support_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#pforgot_status {
    padding: 2em 10px;
    text-align: center;
}

#pforgot_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#pforgot_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#pforgot_status #pforgot_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#uforgot_status {
    padding: 2em 10px;
    text-align: center;
}

#uforgot_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#uforgot_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#uforgot_status uforgot_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_pay_status {
    padding: 2em 10px;
    text-align: center;
}

#my_pay_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_pay_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_pay_status #my_pay_status_big {
    font-size: 1.8em;
    font-weight: bold;
}


#contact_status {
    padding: 2em 10px;
    text-align: center;
}

#contact_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#contact_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#contact_status #contact_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_email_status {
    padding: 2em 10px;
    text-align: center;
}

#my_email_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_email_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_email_status #my_email_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_pass_status {
    padding: 2em 10px;
    text-align: center;
}

#my_pass_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_pass_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_pass_status #my_pass_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

input#code {
    width: 4em;
}

select#year {
    width: 6em;
}

select#month {
    width: 6em;
}

#my_pay_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 22em;
}

#my_pay_update form input {
    font-size: .9em;
    padding: 0;
}

#my_email_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 22em;
}

#my_email_update form input {
    font-size: .9em;
    padding: 0;
}

#my_pass_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 23em;
}


#my_pass_update form input {
    font-size: .9em;
    padding: 0;
}


input.update {
    clear: both;
    float: right;
    font-size: .9em;
    height: 2em;
    padding: 0;
    margin: 2em 0 3em 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    background-color: #dc302e;
    border: none;
    min-width: 13em;
    cursor: pointer;
}

input.update.center {
    margin: 2em 0 3em 5em;
    float: left;
}

input.cancel {
    clear: both;
    float: right;
    font-size: .9em;
    height: 2em;
    padding: 0;
    margin: 2em 0 3em 0;
    text-transform: uppercase;
    /* font-family: "Times New Roman", Times, serif; */
    font-weight: normal;
    color: #ffffff;
    background-color: #dc302e;
    border: none;
    min-width: 13em;
    cursor: pointer;
}


#watch_nav_bar {
    height: 74px;
    width: 784px;
    position: relative;
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#watch_viewer {
    position: absolute;
    top: 1px;
    left: 47px;
    width: 670px;
    height: 72px;
    overflow: hidden;
}

#watch_scenes {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 200000px;
}

#watch_scenes ul li {
    display: inline;
}

#watch_scenes img {
    height: 72px;
    margin-right: 4px;
}


#watch_back {
    position: absolute;
    height: 72px;
    width: 45px;
}

#watch_forward {
    position: absolute;
    height: 72px;
    width: 45px;
    top: 0;
    right: 25px;
}


/* @Group footer
--------------------------------------------------------------------------*/
#footer {
    /* background: #000 url(images/footer/footerFade.png) repeat-x top left; */
    background: #000;
    */ height: 89px;
    font-size: .7em;
    width: 100%;
    clear: both;
}

#footer .footer_content {
    margin: 0 auto;
    width: 52em;
    padding-left: 2em;
    text-align: center;
}

#footer .footer_content ul {
    float: left;
    padding: 1.8em 0 1.5em;
}

#footer .footer_content li {
    display: inline
}

#footer .footer_content .pipe {
    padding: 0 1em;
    color: #dd302e;
}

#footer .footer_content a {
}

#footer h4 {
    margin-bottom: 2em; /* space at very bottom of footer */
}

/* @See More popup
--------------------------------------------------------------------------*/
#black_overlay_seemore {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#seemore_popup_close_button {
    position: absolute;
    top: 0;
    width: 35px;
    right: 0;
    height: 35px;
    background: url(images/loginpopup-close-button.png) 0 0 no-repeat;
    z-index: 0;
}

#seemore_popup { /* centered in .wrapper */
    display: none;
    position: fixed;
    z-index: 1002;
    overflow: hidden;
    background-color: #222;
    background: url(images/seemorepopup-background.png) 0 0 no-repeat;
    font-size: 100%;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -350px;
    width: 700px;
    height: 600px;
    padding: 20px 40px;
}

#seemore_header {
    color: #DC302E;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#seemore_popup_links {
    height: 560px;
    overflow: auto;
    width: auto;
}

#seemore_popup_links ul {
    width: 170px;
    float: left;
}

#seemore_popup_links li {
    min-height: 0;
    margin-bottom: 8px;
}

.seemore_nav_links {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.seemore_nav_links a {
    color: #DD302E;
    float: right;
    font-size: 0.7em;
    padding-bottom: 12px;
    margin-left: 15px;
}


/* message box */
#message_box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: none repeat top left black;
    width: auto; /* will be auto-adjusted */
    height: auto; /* will be auto-adjusted */
    margin-left: auto; /* will be auto-adjusted */
    margin-top: auto; /* will be auto-adjusted */
    text-align: center;
    visibility: hidden;
    z-index: 1002;
}

#message_box_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#message_box_content {
    background-image: url(images/messagebox-sprite-c.png);
    background-repeat: repeat;
    margin: 12px 11px;
    padding: 10px 30px;
    text-align: center;
}

#message_box #message_box_title {
    font-size: 1.6em;
    font-weight: 500;
    color: #dd312e;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    text-align: left;
    margin-right: -10px;
}

#message_box #message_box_text {
    font-size: 0.8em;
    padding: 0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.5em;
}

#message_box .message_box_button {
    background-color: #DD312E;
    color: #FFFFFF;
    float: none;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    width: auto;
    height: auto;
    background-image: none;
    margin: 0 auto;
}

#message_box .tl {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -36px;
    left: 0;
    top: 0;
    width: 11px;
    height: 12px;
}

#message_box .tr {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -72px;
    right: 0;
    top: 0;
    width: 11px;
    height: 12px;
}

#message_box .bl {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    left: 0;
    bottom: 1px;
    width: 11px;
    height: 11px;
}

#message_box .br {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -96px;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 12px;
}

#message_box .t {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    left: 11px;
    right: 11px;
    top: 0;
    height: 12px;
}

#message_box .b {
    position: absolute;
    background-image: url(images/messagebox-sprite-v.png);
    background-repeat: repeat-x;
    background-position: 0 -24px;
    left: 11px;
    right: 11px;
    bottom: 0;
    height: 12px;
}

#message_box .l {
    position: absolute;
    background-image: url(images/messagebox-sprite-h.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 11px;
}

#message_box .r {
    position: absolute;
    background-image: url(images/messagebox-sprite-h.png);
    background-repeat: repeat-y;
    background-position: 0 -22px;
    right: 0;
    top: 12px;
    bottom: 12px;
    width: 11px;
}

body {
    background-color: #000000;
    background-image: url(images/body_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}


/* @Group wrapper for entire page
--------------------------------------------------------------------------*/

.wrapper {
    background-color: #2a2a2a;
}

#black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


/* @Group header
--------------------------------------------------------------------------*/

#header {
    background: url(images/header-background.jpg) no-repeat;
    height: 171px;
    position: relative;
    /* border-bottom: solid 1px #808080; */
}

#header #slogan {
    display: none;
}

/*  Login Popup */

#login_popup { /* centered in .wrapper */
    display: none;
    position: fixed;
    z-index: 1002;
    overflow: hidden;
    background-color: #222;
    background: url(images/loginpopup-background.png) 0 0 no-repeat;
    font-size: 100%;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -190px;
    width: 380px;
    height: 277px;
    padding: 20px 40px;
}

#login_popup h2 {
    background: none;
    padding: 1em 0 5px 0;
    text-transform: uppercase;
    color: #FFF;
}

#login_popup #loginpopup_help_button {
    position: absolute;
    top: 246px;
    left: 30px;
    width: 140px;
    height: 30px;
    background: url(images/loginpopup-help-button.png) 0 0 no-repeat;
    z-index: 0;
}


#login_popup #loginpopup_close_button {
    position: absolute;
    top: 0;
    left: 360px;
    width: 35px;
    height: 35px;
    background: url(images/loginpopup-close-button.png) 0 0 no-repeat;
    z-index: 0;
}


/* login form styles */
#login_form label {
    position: relative;
    float: none;
    /*height: 1.6em;*/
    /*padding: 5px 0 17px 0;*/
    text-align: left;
    cursor: pointer;
    width: 100%;
    font-size: .8em;
    line-height: 2em;
    color: #fff;
}

#login_form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-padding-start: 0;
}

#login_form li {
    clear: both;
    padding: 0em;
    margin: .5em 0 0 0;
    display: list-item;
}

#login_form input { /* puts label and input on new lines */
    display: block;
    width: 150px;
    height: 1.8em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    /*margin: -5px 0 5px 0;*/
    padding: 0 0 0 0;
    outline: 0;
    border: 0 none;
}

#login_form #loginError {
    padding: 2em 0 0 0;
    margin: 0 0 0 0;
    height: 2em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    color: #D00;
}

#login_form .help {
    display: none;
}

/* login button on login popup */

#login_popup .login_button {
    position: absolute;
    top: 175px;
    left: 220px;
    height: 40px;
    width: 140px;
    background: url(images/loginpopup-login-button.png) 0 0 no-repeat;
    display: block;
}

#login_popup .login_button:hover {
    background: url(images/loginpopup-login-button.png) 0 0 no-repeat;
}

/*  Login/ Logout Bar */
/* tab on top right */


#header #login {
    background-color: transparent;
    position: absolute;
    right: 0;
    z-index: 1;
    /* padding: 3px 10px 7px 10px;*/
    padding: 0 0 0 0;

}

/* the login tab on top right... */

#header .login_main {
    height: 41px;
    width: 175px;
    background: url(images/tab-login.png) 0 0 no-repeat;
    background-color: transparent;
}

#header .login_main:hover {
    background: url(images/tab-login.png) 0 0 no-repeat;
}

#header #logout {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
}

#header #logout .top {
    /*background-color: #2f0000;
        position: absolute;
        right: 0;
        z-index: 1000;
        padding: 11px 36px 7px 36px;*/
    padding: 0 0 0 0;
    height: 41px;
    width: 175px;
    background: url(images/tab-logout.png) 0 0 no-repeat;
    background-color: transparent;
}

#header #logout .top li {
    float: right;
}

#header #logout .bottom {
    display: none;
    width: 200px;
    height: 1.6em;
    background-color: #222;
    float: right;
    clear: both;
    filter: alpha(opacity=80); /* IE transparent background */
    -moz-opacity: 0.8; /* MOZILLA transparent background */
    -khtml-opacity: 0.8; /* OLD SAFARI transparent background */
    opacity: 0.8; /* SAFARI transparent background */
}

#header #logout .bottom p {
    line-height: 1.6em;
    font-size: .8em;
    filter: alpha(opacity=80); /* IE transparent background */
    -moz-opacity: 0.8; /* MOZILLA transparent background */
    -khtml-opacity: 0.8; /* OLD SAFARI transparent background */
    opacity: 0.8; /* SAFARI transparent background */
}

#header #logout .bottom p {
    line-height: 1.6em;
    font-size: .8em;
    padding: .2em 24px 0 0; /* right padding is  the ul + li padding */
    text-align: right;
}


/*  Tab Header Naviation */

#header #navTab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    z-index: 4;
    background-color: transparent;
}


#header #navTab #tabAbout {
    position: absolute;
    left: 155px;
    top: 4px;
    z-index: 3;
    background-color: transparent;
}


#header #navTab #tabBlog {
    position: absolute;
    z-index: 2;
    left: 560px;
    top: 6px;
    background-color: #111111;
    display: none;
}

#header #navTab #tabJoin {
    position: absolute;
    z-index: 10;
    left: 750px;
    top: -126px;
    background-color: transparent;
}

#header #navTab #tabBrowse {
    position: absolute;
    left: 15px;
    top: 4px;
    z-index: 3;
    background-color: transparent;
    /*display: none;*/
}

#header #navTab #tabHow {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 2;
    left: -1000px; /* just make it go bye bye */
    display: none;
    background-color: transparent;
}

#header #navTab #tabAccount {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 4px;
    width: 175px;
    height: 41px;
}

#header #navTab #tabStore {
    position: absolute;
    left: 155px;
    top: 6px;
    z-index: 3;
    background-color: transparent;
}


/* @Group sidebar navigation
--------------------------------------------------------------------------*/
#navSide {
    width: 240px;
    float: left;
    margin: 0 0 30px 0; /* change margin bottom to hight of footer*/
}

#navSide .section { /* includes h1 and h2 */
    margin-top: 15px;
    margin-left: 15px;
    background-color: #111;
}

#navSide .section h1 {
    height: 25px;
    padding: 0 0 20px 0; /* top margin centers h1 image */
    background-color: #111111;
    text-align: center;
}

#navSide .sub { /* dark gray area where links are, sits below the h2 graybar*/
    padding: 12px 12px 12px 12px;
    position: relative; /* so caution animated gif will appear without padding at top of newsletter div */
}

/* sidebar list items */
#navSide .sub .links a {
    font-size: 1em;
    color: #ddd;
    line-height: 1.8em;
    display: inline;

}

/* selected sidebar item */
/* when selected, sidebar.js just displays as bold... css handles the rest here */

#navSide .sub .links a b {
    background-color: #DC302E;
    color: #ddd;
    display: block;
    margin-left: -12px; /* extend highlight to left of object */
    padding-left: 12px;
    margin-right: -12px;
    padding-right: 12px;
    padding-top: .1em;
}

#navSide .viewAll a {
    font-size: .7em;
    color: #DD302E;
    float: right;
    padding-bottom: 12px;
    clear: both;
    margin-right: 0;
    margin-top: -5px;
}

#navSide #seemore_tags {
    display: block;
}

#navSide #seemore_studios {
    display: block;
}

#navSide #seemore_actors {
    display: block;
}

#navSide #sidebar_hidden {
    display: none;
}

/* newsletter */
#navSide p {
    font-size: .8em;
}

#navSide #newsmsg {
    margin-bottom: 1em;
}

#navSide input {
    font-weight: bold;
    width: 138px;
    height: 21px;
    color: #9fa9b5;
    font-size: 0.6em;
    float: left;
    border: 0 none;
    outline: none;

}

#navSide button {
    border: none;
    width: 55px;
    height: 21px;
    float: right;
    background: url(images/sidebar-button.png) no-repeat top left;
    clear: none;
    padding: 5;
    cursor: pointer;
    margin: 0;
}

#navSide #wait {
    position: absolute;
    top: 0;
    left: 0;
}

#navSide #newserr {
    clear: both;
    margin-top: .5em;
    color: #fecc00;
    visibility: hidden;
}

#navSide .message {
    width: 22em;
    margin: 2em auto;
}

#navSide input.messageButton {
    margin: 3em 0 2em 4em;
    font-size: .9em;
    height: 2em;
    padding: 0;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #ffffff;
    background-color: #dc302e;
    border: none;
    min-width: 13em;
    cursor: pointer;
}

#navSide #mailinglist_button { /* continue button */
    cursor: pointer;
}

#navSide #sidebar_videos_featured_section {
    display: block;
}

/* #navSide #sidebar_videos_featured_section .sub {
	padding-top: 0;
}
*/

#navSide #sidebar_videos_tags_section {
    display: block;
    margin-top: 26px;
}

#navSide #sidebar_videos_studios_section {
    display: block;
}

#navSide #sidebar_videos_actors_section {
    display: block;
}

#navSide #sidebar_help_section {
    display: block;
}


/* @Group main
--------------------------------------------------------------------------*/
#mainwrapper {
    width: 1024px;
    height: 100%;
    background-color: #222222;
}

#main {
    position: relative;
    width: 770px;
    float: right;
    margin: 15px 0 0 0; /* change margin bottom to hight of footer*/
    padding-bottom: 21px;
}

#main h1 {
    height: 25px;
    padding: 5px 0 10px; /* top margin centers h1 image */
    background-color: transparent; /*red*/
    display: block;
    color: #dc302e;
    font-size: 1.2em;
}

/* page navigation for browse pages */
#main .pageNav {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: .8em;
}

#main .pageNav li {
    float: left;
    padding: 0 .5em;
}

#main .pageNav li b {
    background-color: white;
    padding: 0 2px;
    color: #333;
}

#main .pageNav_bottom {
    font-size: .8em;
    clear: both;
    float: right;
    margin-right: 10px;
}

#main .pageNav_bottom li {
    float: left;
    padding: 0 .5em;
}

#main .pageNav_bottom li b {
    background-color: white;
    padding: 0 2px;
    color: #333;
}


/* text page styles */
#main .info {
    float: left;
    width: 464px;
    background-color: transparent;
}

#main .info .text {
    padding: 16px 32px 16px 32px;
    width: 318px;
}

#main .info p {
    line-height: 1.5em;
    font-size: .9em;
}

#main .text p {
    margin-bottom: 1em;
}

#main .info h2 {
    position: relative;
    font-size: 1em;
    color: #dc302e;
    line-height: 30px;
    text-transform: none;
    background-color: transparent;
    padding-left: 12px;
    padding-top: 12px;
    clear: both;
}

#main .info h5 {
    padding: 1.2em 0 .2em 0;
    font-size: 1em;
}

#main #about_offer_text_alt {
    font-size: 1em;
    line-height: 2em;
}

/* Preview page styles */

#main #browse_entries .browse_video_item {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#main #browse_entries .previewDk {
    clear: both;
    margin-bottom: 15px; /* space between sections */
    padding-bottom: 16px; /* space at bottom of section between pics and bottom of bg */
    background-color: #222;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main #browse_entries .previewLt {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 16px;
    background-color: #333;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main #browse_entries .photoBig { /* for BBREED */
    width: 770px;
    float: left;
}

#main #browse_entries .photoLeft {
    width: 385px;
    float: left;
}

#main #browse_entries .photoRight {
    width: 385px;
    float: right;
}

#main #browse_entries .browse_boxcover {
    border: 8px solid #444;
}

#main #browse_entries .browse_boxcover:hover {
    border: 8px solid #dd302e;
}

#main .watchphoto img {
    width: 385px;
    float: left;
    /*border: #808080 solid 1px;*/

}

#main .previewText {
    clear: both;
    padding: 20px 12px;
}

#main h3 {
    color: #dc302e;
    font-size: 1.4em;
    padding-bottom: 6px;
    padding-left: 20px;
    text-transform: uppercase;
}

#main p {
    font-size: 1em;
}

/* watch page styles */
#main #player {
    width: 770px;
    position: relative;
    background-color: #000;
}

/* title and studio name and running time */
#main .titleBox {
    clear: left;
    padding: 20px 0 0 0;
    background-color: #333;
}

#main .titleBox h4 {
    font-size: .8em;
    text-align: left;
    display: inline;
    color: #808080;
}

#main .titleBox p {
    display: inline;
    text-transform: uppercase;
    padding: 0 20px;
}

/* the section under title with description and stills */
#main .watchText {
    background-color: #333;
}

#main .watchText h2 {
    position: relative;
    font-size: 1.1em;
    line-height: 26px;
    text-transform: uppercase;
    background-color: transparent; /*light gray*/
    padding-left: 12px;
    clear: both;
    color: #dc302e;
    margin-top: 1em;
}

#main .bottomMargin {
    clear: both;
    width: 100%;
    height: 2px;
}

#main .watchText ul {
    font-size: .9em;
    padding: 20px 20px;
    float: left;
}

#main .watchText li {
    width: 10em;
    line-height: 1.3em;
}

#main .watchText #watch_description_heading {
    display: none;
}

#main .watchText #watch_description {
    font-size: 12pt;
    line-height: 16pt;
}

#main .watchText #watch_stills_heading {
    display: none;
}

#main .watchText #watch_actors_heading {
    display: block;
}

#main .watchText #watch_actors_items {
}

#main .watchText #watch_categories_heading {
    display: block;
}

#main .watchText #watch_categories_items {
    display: block;
}

/* join styles */
.join {
    position: relative; /* allows absolute positions inside div */
    width: 725px;
    padding: 30px 0 30px 30px;
    min-height: 500px;
}


/* steps in join process status bar*/
.join .steps {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: 100%;
    height: 110px;
}

.join .steps .stepTab {
    float: left;
    width: 170px;
    height: 65px;
    /* background: url(images/join/stepGradient.png) repeat-x top left; */
    background: #333;
    padding-top: 20px;
    margin-right: 2px;
    /*border: #808080 solid 1px; */
    text-align: center;
}

.join .steps .stepTab.first {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-bottom-left: 5px;
}

.join .steps .stepEnd {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 85px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-bottom-right: 5px;
    /* border-top: #808080 solid 1px;
    border-right: #808080 solid 1px;
    border-bottom: #808080 solid 1px; */
    /* background: url(images/join/stepGradient.png) repeat-x top left; */
    background: #333;
    clear: both;
}

.join .steps .selected {
    background: #dd312e url(images/join/stepSelected.png) repeat-x top left !important;
}

.join .steps p {
    font-size: .9em;
    background-color: none;
    text-transform: uppercase;
    /* Apadding: 0 5px;*/
    padding: 15px 10px 0 15px;

}

.join .steps p.secure {
    background: url(images/join/lock.png) no-repeat left bottom;
    padding: 33px 50px 3px 25px;
    margin: 0;
    text-align: left;
    float: right;
}

.join .steps #pointer { /*red arrow that indicates what step you are on*/
    position: absolute;
    width: 22px;
    height: 25px;
    left: 76px;
    bottom: 0;
    background: url(images/join/stepPointer.png) no-repeat;
    z-index: 200;
}

/* used on multiple pages, not just step1 */
.join .joinBox {
    float: left;
    /* width: 18em;*/
    margin-bottom: 1em;
    padding: 1em 2em 2em 2em;
    width: 18em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #333;
    */ background: #222; /* url(images/join/stepGradient.png) repeat-x top left;*/
}

.join .joinBox p {
    margin: 1em 0;
}

.join h2 {
    color: #dd312e;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 1em;
}

/* account used in step1 and in my_pass.inc ... */
.account {
    float: right;
    display: block;
    vertical-align: middle;
}

.account input {
    font-size: .8em;
    padding: 0;
    vertical-align: middle;
}

.account input {
    width: 150px;
    height: 1.8em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 0 0 0;
    margin-bottom: 7px;
    outline: 0;
    border: 0 none;
    vertical-align: middle;
}

.account label {
    font-size: .9em;
    vertical-align: middle;
}


.join #step1 .warning {
    position: absolute;
    visibility: visible;
    top: 350px;
    left: 135px;
    width: 320px;
    color: #dd312e;
    height: 1.8em;
    font-size: .9em;
}

/* the big continue buttons at bottom */

/* used in step 1 and 4 ... pls test in step 4*/
.join .continue {
    margin-top: 1.5em;
    clear: both;
    float: right;
    cursor: pointer;
}

.join .continue img {
    display: block;
    /*width: 200px;
    height: 130px;*/
    cursor: pointer;
    width: auto;
    height: auto;
}

.join .continue img:hover {
    cursor: pointer;
}

.join .continue map {
    cursor: pointer;
}

/* Step 2 styles*/

.join #join_resend {
    float: left;
    margin: 2em 0 1.5em 3em;
}


/* Step 3 styles */

.join #step2 .joinBox .account label {
    font-size: .9em;
    vertical-align: middle;
}

.join #step2 #step2_year {
    /*margin-top: 1em;*/
    font-size: .8em;
    border: 0 none;
    outline: none;
    margin: 0 0 7px 0;
    vertical-align: middle;
}

.join #step2 #step2_year select {
    font-size: .8em;
}

.join #step2 #step2_month select {
    font-size: .8em;
}

.join #step2 #step2_month {
    font-size: .8em;
    width: 8em;
    border: 0 none;
    outline: none;
    margin: 0 0 7px 0;
    vertical-align: middle;
}

.join #step2 .plans {
    clear: both;
    margin-bottom: 1em;
    padding: 1.5em 2em .5em 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #333;
    /* background: #808080 url(images/join/stepGradient.png) repeat-x top left;*/
    background: #222;
}

.join #step2 .planleft {
    float: left;
    width: 25em;
    /*border-right: solid 1px #909090;*/
    min-height: 10em;
}


.join #step2 .planleft h2 {
    margin-bottom: .4em;
}

.join #step2 .choose {
    padding: 5px 0;
    margin-bottom: .5em;
}

.join #step2 select#step2_select {
    width: 90%;
}

/* not used? .price {
    font-size: 1.5em;
    width: 10em;
    display: inline;
}*/

.join #step2 p.miniInfo {
    width: 90%;
}

.join #step2 #planInfo { /* contains ul of add words */
    float: right;
    width: 200px;
    margin-right: 1em;
}

.join #step2 #planInfo ul {
    text-align: center;
}


.join #step2 #planInfo ul li {
    padding: .3em 0;
    font-weight: bold;
}

.join #step2 #completeOrder {
    width: 140px; /* width of step 3continue button */
    margin: 1.5em auto;
    clear: both;
}

/* choose Plan*/
.join #step2 .step2_select {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.join #step2 #step2Warning {
    text-align: center;
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
    padding: 2em 0;
    display: none;
}

.join #step2 #step2_error { /* Large Error message on top of CC page */
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
}

/* buttons for different steps .... */

#step1_button { /* continue button */
    cursor: pointer;
}

#step2_button { /* continue button */
    cursor: pointer;
}

#step4_button { /* continue button */
    cursor: pointer;
}

.join #step2 .over18 {
    float: right;
    width: 27em;
    font-size: .8em;
    margin-top: -.8em;
}

.join #step2 .over18 input#step2_certify {
    float: left;
    width: 3em;
    margin: 1em 0 0 0;
}

.join #step2 .over18 label#certifytext {
    width: 23em;
    float: left;
    margin: .5em 0 0 0;
}


/* step 4 styles */

.join .registered {
    float: left;
    margin-left: 7.5em; /* adjust to center step4 continue button.... */
}


/* suport ticket DARKALLEY styles */
.containerBody {
    width: 100%;
}

.containerBody h1 {
    font-family: Times New Roman;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
}

.containerBody h3 {
    color: #f21421;
    font-size: 20px;
    font-family: Arial, serif;
    padding: 2px 0 0 28px;
    background: url(images/DARKALLEY/help_arrow_col.png) no-repeat;
    _background: url(images/DARKALLEY/help_arrow_col.gif) no-repeat;
    cursor: pointer;
    margin: 0 0 0 2px;
}

.containerBody h3.collapsed {
    background: url(images/DARKALLEY/help_arrow.png) no-repeat;
    _background: url(images/DARKALLEY/help_arrow.gif) no-repeat;
}

.containerBody > div {
    margin: 5px 0 20px 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial, serif;
    font-weight: bold;
    padding: 0 0 0 32px;
    width: 350px;
}

.containerBody > div span {
    color: #f2c204;
}

.containerBody a,
.containerBody a:link,
.containerBody a:active,
.containerBody a:hover,
.containerBody a:visited {
    color: #fff;
    text-decoration: underline;
    font-family: Arial, serif;
    font-weight: bold;
}

#forgot_form label {
    width: 120px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#forgot_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 22px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
    font-size: .9em;
}

#forgot_form textarea {
    width: 320px;
    font-size: .9em;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

#support_form label {
    width: 120px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#support_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 22px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
    font-size: .9em;
}

#support_form select { /* test to align drop downs*/
    margin-top: 5px;
}

#support_form textarea {
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    /* color: #808080; */
    padding: .2em;
    border: 0 none;
    outline: none;
}

/* fields on support request form */
#support_form #fdd, #fdd2, #fdd3, #fdd4 {
    height: 36px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 209px;
    clear: right;
}

#support_form #category_drp {
    margin-top: 5px;
}

/* NOT USED
a.fdd_main_link,
#support_form a.fdd_main_link:link,
#support_form a.fdd_main_link:active,
#support_form a.fdd_main_link:visited,
#support_form a.fdd_main_link:hover {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 0 0 6px;
    margin: 4px 0 0 0;
}*/

/* Contact Us DARKALLEY styles*/
#contact_form {
    margin: 2em 0 2em 0;
}

#contact_form label {
    width: 90px;
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
}

#contact_form input {
    font-size: .9em;
}

#contact_form input.styled {
    background-color: #fff;
    width: 209px;
    height: 24px;
    padding: 2px 0 0 2px;
    margin: 5px 0;
    border: 0;
    z-index: 20;
}

/* myAccount styles */

.accInfo {
    padding: 32px;
}

.accInfo table {
    font-size: .9em;
}

.accInfo table td {
    padding: 0em 0em 0em 15px;
    vertical-align: top;
}

.accInfo h6 {
    color: #dd312e;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0 .5em 0;
    background-color: none;
}

/* current email address */
.email {
    margin-left: 75px;
}

/* current memembership info styles*/
.accInfo table tr {
    padding-bottom: .5em;
}

/* cancel account form styles*/
/* #my_memb_checkbox {
    width: 2em;
}*/

/*
#my_memb {
    margin-bottom: 2em;
    margin-left: 2em;

}*/

/* #my_memb_cancelform input {
        margin: 5px 0 20px 0;
        color: #fff;
        font-size: 12px;
        font-family: Arial, serif;
        font-weight: bold;
        padding: 0 0 0 32px;
        width: 350px;
} */

/* #my_memb_cancelform p {
    font-size: 1em;
    padding: 1em 0;
}

input.cancel#my_memb_cancel {
    float: none;
    width: 100px;
    margin: 2em 100px 0 100px ;
} */

#support_status {
    padding: 2em 10px;
    text-align: center;
}

#support_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#support_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#support_status #support_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#pforgot_status {
    padding: 2em 10px;
    text-align: center;
}

#pforgot_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#pforgot_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#pforgot_status #pforgot_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#uforgot_status {
    padding: 2em 10px;
    text-align: center;
}

#uforgot_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#uforgot_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#uforgot_status uforgot_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_pay_status {
    padding: 2em 10px;
    text-align: center;
}

#my_pay_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_pay_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_pay_status #my_pay_status_big {
    font-size: 1.8em;
    font-weight: bold;
}


#contact_status {
    padding: 2em 10px;
    text-align: center;
}

#contact_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#contact_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#contact_status #contact_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_email_status {
    padding: 2em 10px;
    text-align: center;
}

#my_email_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_email_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_email_status #my_email_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

#my_pass_status {
    padding: 2em 10px;
    text-align: center;
}

#my_pass_status.ok {
    background: #f7dd3f url(images/myAccount/ok.png) repeat-x bottom left;
}

#my_pass_status.alert {
    background: #dc302e url(images/myAccount/alert.png) repeat-x bottom left;
}

#my_pass_status #my_pass_status_big {
    font-size: 1.8em;
    font-weight: bold;
}

input#code {
    width: 4em;
}

select#year {
    width: 6em;
}

select#month {
    width: 6em;
}

#my_pay_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 22em;
}

#my_pay_update form input {
    font-size: .9em;
    padding: 0;
}

#my_email_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 22em;
}

#my_email_update form input {
    font-size: .9em;
    padding: 0;
}

#my_pass_update form {
    font-size: .9em;
    padding-top: 2em;
    width: 23em;
}


#my_pass_update form input {
    font-size: .9em;
    padding: 0;
}


input.update {
    clear: both;
    float: right;
    font-size: .9em;
    height: 2em;
    padding: 0;
    margin: 2em 0 3em 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    background-color: #dc302e;
    border: none;
    min-width: 13em;
    cursor: pointer;
}

input.update.center {
    margin: 2em 0 3em 5em;
    float: left;
}


/* @Group footer
--------------------------------------------------------------------------*/
#footer {
    background: #151515;
    */ height: 89px;
    font-size: .7em;
    width: 1024px;
    margin: 0 auto;
    clear: both;
    height: 100px;
    padding-top: 60px;
}

#footer .footer_content {
    margin: 0 auto;
    width: 52em;
    padding-left: 2em;
    text-align: center;
}

#footer .footer_content ul {
    float: left;
    padding: 1.8em 0 1.5em;
}

#footer .footer_content li {
    display: inline
}

#footer .footer_content .pipe {
    padding: 0 1em;
    color: #686868;
}

#footer .footer_content a {
}

#footer h4 {
    margin-bottom: 2em; /* space at very bottom of footer */
    font-size: 1.05em;
}

#sidebar_quick_search_section {
    margin-bottom: 10px;
}

#sidebar_quick_search_submit {
    background-image: url("images/sidebar/button-search.png");
    width: 57px;
}

/* recommended */
#main .recommended_entries .browse_video_item {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#main .recommended_entries .previewDk {
    clear: both;
    margin-bottom: 15px; /* space between sections */
    padding-bottom: 16px; /* space at bottom of section between pics and bottom of bg */
    background-color: #222;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main .recommended_entries .previewLt {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 16px;
    background-color: #333;
    /* border-bottom: #808080 solid 1px;
    border-top: #808080 solid 1px;*/
}

#main .recommended_entries .photoBig { /* for BBREED */
    width: 770px;
    float: left;
}

#main .recommended_entries .photoLeft {
    width: 385px;
    float: left;
}

#main .recommended_entries .photoRight {
    width: 385px;
    float: right;
}

#main .recommended_entries .browse_boxcover {
    border: 8px solid #2b3643;
}

#main .recommended_entries .browse_boxcover:hover {
    border: 8px solid #475f79;
}

.recommended_seemore {
    text-align: right;
    margin: 0 20px 10px;
    clear: both;
}


.recommended_adv {
    text-align: center;
    margin: 0 0 20px;
    font-size: 0.7em;
    clear: both;
}

.recommended_adv img {
    float: left;
}

/* email popup */

#email_popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20em;
    margin-top: -6em;
    width: 40em;
    height: 12em;
    background-color: #750909;
    z-index: 1002;
    padding: 1em;
}

#email_popup h2 {
    font-size: 1.5em;
    margin: 5px;
}

#email_popup p {
    font-size: 1.25em;
    margin: 5px;
}

#email_popup_yes_button {
    margin: 5px;
    padding: 20px;
    background-color: white;
    color: #750909;
    clear: right;
    font-size: 1.25em;
    position: relative;
    left: 12em;
}

#email_popup_no_button {
    margin: 5px;
    padding: 20px;
    clear: left;
    color: white;
    background-color: #750909;
    font-size: 1.25em;
    position: relative;
    left: 10em;
}

#email_popup_email {
    margin: 5px;
    width: 38em;
    height: 1.5em;
    font-size: 1em;
    clear: both;
}

.watch_format {
    cursor: pointer;
    font-size: 1.2em;
    padding: 0.5em;
}

.watch_actual {
    font-size: 1.2em;
    padding: 0.5em;
    background-color: green;
}


