* {
    margin: 0;
    padding: 0;
    color: #eee;
    font-size: 13px;
    line-height: 1.3em;
}

input, select, option {
    color: black;
}

textarea {
    width: 100%;
    background: none;
}

h1, h2, h3, h4, h5, div, a, div#continue button {
    font-family : "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, th, td, p, li {
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

p, li, label, h1, h2, h3, h4, h5 {
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #ddd;
}

p {
    margin: 1em 0px;
}

small {
    font-size: 9px;
}

html {
    background: linear-gradient(rgb(76, 79, 84), rgb(33,35, 37)) fixed;
    padding: 0;
}

body {
    padding: 0;
    margin: 0 auto;
}

div#gradient {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1130px;
}

div#gradient div {
    margin-top: -180px;
    width: 100%;
    height: 1280px;
    background: url(../radial_gradient.png) 50% 0 no-repeat;
    background: -webkit-gradient(radial, center 640, 0, center 640, 640, from(rgba(178, 174, 164, 1.0)), to(rgba(178, 174, 164, 0)));
    background: -moz-radial-gradient(center 640px, circle contain, rgba(178, 174, 164, 1.0) 0%, rgba(178, 174, 164, 0) 100%);
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: rgb(120, 144, 192);
}

#header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 5px;
    align-items: center;

    padding: 10px 0 10px 0;
    margin: 0 auto 0 0;
    background-color: rgb(30, 30, 30);
}

.header-image {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.header-image img {
    height: 407px;
}

.content-spacer {
    margin: 10px 0 0 0;
}

#header-center {
    grid-column-start: 2;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    align-items: center;
    width: 960px;
}

ul {
   margin-left: 16px;
}

ul.horiz_menu {
    list-style: none;
    user-select: none;
    margin-left: 0;
}

ul.horiz_menu a {
    text-decoration: none;
}

ul.errorlist {
    list-style: none;
    float: left;
}

ul.errorlist li {
    margin-top: 4px;
    color: rgb(255,138,0);
}

.big_text {
    font-family : "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
}

.large_text * {
    font-size: 14px;
}

.clear_both {
    clear: both;
}

video {
    width: 320px;
    height: 180px;
}

img.tfd_logo_text {
    width: 101px;
    height: 12px;
    position: relative;
    bottom: -1px;
    margin-right: 2px;
}

/*******************************************************************************
    MENU
*/
.horiz_menu {
    display: flex;
    padding: 2px;
}

.horiz_menu a {
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.horiz_menu a:hover, .horiz_menu a.active, .horiz_menu a.active div {
    background-color: rgb(150, 150, 150);
    color: #000000;
}

.horiz_menu a.menu_icon {
    padding: 0;
    margin-top: 1px;
    margin-right: 3px;
    margin-left: 5px;
}

.horiz_menu a.menu_icon:hover {
    background-color: transparent;
}


#top_menu {
    position: relative;
    margin-left: 60px;
    background-color: rgb(30, 30, 30);
}

#top_menu a {
    color: rgb(255, 255, 255);
}

#top_menu a:hover, #top_menu a.active,

#user_menu a:hover, #user_menu a.active {
    color: black;
}


#user_menu {
    margin: 0 auto 0 60px;
    background-color: rgba(255, 255, 255, 0.1);
}

#user_menu a {
    color: white;
}

#user_menu div.menu_text {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    font-size: 12px;
}

#user_menu a.cart_link {
    display: flex;
    padding: 0;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
}

#user_menu a.cart_link div.cart_img {
    margin-left: 3px;
    width: 18px;
    height: 14px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../cart.png);
}

#user_menu a.cart_link:hover div.cart_count,
#user_menu a.cart_link.active div.cart_count {
    color: black;
}

#user_menu a.cart_link:hover div.cart_img,
#user_menu a.cart_link.active div.cart_img {
    background-image: url(../cart_black.png);
}

.popup_menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 26px;
    left: -60px;
    list-style: none;
    user-select: none;
    background-color: rgb(30, 30, 30);
    z-index: 1;
    margin-left: 60px;
    padding: 0 2px 2px 2px;
    box-shadow: 1px 1px 4px 1px rgba(120,120,120,0.5);
}

.popup_menu a {
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: white;
}

.popup_menu a:hover, .popup_menu a.active {
    background-color: rgb(150, 150, 150);
    color: black;
}

/*******************************************************************************
    FEATURE BOXES
*/
div.feature_list {
    position: relative;
    padding: 16px;
}

div.feature {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    padding-bottom: 1px;
}

div.feature:first-child {
    margin-top: 0;
}

div.feature p {
    margin: 10px;
}

div.feature h2 {
    padding: 5px 10px 5px 10px;
    font-size: 16px;
}

div.feature a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-align: right;
}

div.feature.small {
    width: 400px;
}

div.feature.small a {
    width: 380px;
}

div.feature.large {
    width: 512px;
}

div.feature.large a {
    width: 492px;
}

div.col_container {
    position: relative;
    margin-top: 16px;
}

div.col_container.first {
    margin-top: 0;
}

div.col_left, div.col_left_flt {
    width: 400px;
    padding: 0;
}

div.col_left_flt {
    float: left;
}

div.col_left img {
    display: block;
    margin-top: 16px;
}

div.col_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

div.col_right_top {
    position: absolute;
    right: 0;
    top: 0;
}

div.col_right_top_flt {
    float: right;
}

div#feature_container_bg {
    margin-top: 16px;
    padding: 14px 0 16px 0;
    background-repeat: no-repeat;
    background-image: url(../feature_img05.png);
}

.feature_img {
    position: relative;
    width: 1px;
    height: 1px;
}

.feature_img img {
    position: absolute;
    z-index: 0;
}

#feature_img01 {
    top: 0px;
    left: 310px;
}

#feature_img03 {
    left: 530px;
    top: -30px;
}

#feature_img07 {
    margin-left: -416px;
}

/*******************************************************************************
    BACKGROUND COLORS
*/
.bgcol_b80, div.license_link a span.name {
    background-color: rgba(4, 8, 16, 0.8);
}

.bgcol_b70, table#cart tr.summary_row td, div#licenses {
    background-color: rgba(4, 8, 16, 0.7);
}

.bgcol_b60, .teaser_box, .content_box,
div.download_links > div.link, table.std_table, div.tab_link:hover,
div.tab_link.active, div#product_desc, table#cart td, table#billing_address,
table#billing_address_checkout > tbody > tr > td, table.profile_table td,
table.license_table td, div.license_link div.shade, div#license_desc {
    background-color: rgba(0, 0, 0, 0.3);
}

.bgcol_b40, table.std_table th, table#billing_address th, div.tab_link div.shade {
    background-color: rgba(4, 8, 16, 0.25);
}

.bgcol_s30, div.shade {
    background-color: rgba(0, 0, 0, 0.1);
}

.bgcol_d20, div.feature h2, div.feature a, .content_text_box p {
    background-color: rgba(0, 0, 0, 0.2);
}

.bgcol_d30, div.feature, .content_text_box h2 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bgcol_d50, div#details div#item_body, div#details div#item_currency,
a#purchase_button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bgcol_d60, div.download_header, div#download_footer, div#download_hosts > div,
div#back_continue a:first-child {
    background-color: rgba(0, 0, 0, 0.6);
}

.bgcol_d70, div#back_continue div, div#back_continue a, div#continue a,
div#details div#item_head, #purchase_button, table#cart th,
table#billing_address_checkout th, table.profile_table th,
table.license_table th {
    background-color: rgba(0, 0, 0, 0.7);
}

.bgcol_r50, table#cart td div.delete img:hover {
    background-color: rgba(255, 0, 0, 0.5);
}

.error_text {
    color: rgb(255,138,0);
}

/*******************************************************************************
    PAGE FOOTER
*/
div#page_footer {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 960px;
    text-align: center;
}

div#page_footer, div#page_footer * {
  font-size: 10px;
}

div#page_footer {
    color: #777;
}

#page_footer a {
    color: #ddd;
}

/*******************************************************************************
    CONTENT
*/
#content {
    clear: both;
    margin: auto;
    width: 960px;
}

#silver_screen {
    float: left;
    width: 704px;
    height: 396px;
}

#silver_screen_wrapper {
    float: left;
}

/*******************************************************************************
    FRONT PAGE BOXES
*/
div.box_row > div {
    margin-bottom: 12px;
    margin-left: 12px;
}

div.box_row > div:first-child {
    margin-left: 0;
}

.small_box {
    float: left;
    width: 244px;
}

.small_box_pad {
    float: left;
    width: 224px;
}

.large_box {
    float: left;
    width: 448px;
}

.large_box_pad {
    float: left;
    width: 428px;
}

.full_box {
    float: left;
    width: 940px;
    text-align: center;
    background-origin: 0 0;
    background-repeat: no-repeat;
    background-image: url(../tfd_teaser.png)
}

.title_box {
    height: 18px;
    width: 228px;
    padding: 6px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
}

.poster_box {
    display: none;
    height: 360px;
    margin-top: 6px;
    padding: 0px;
}

.poster_box img {
    width: 244px;
}

/*******************************************************************************
    GENERIC CONTENT
*/
.content_box {
    margin: 10px 0 0 0;
    padding: 10px;
    color: white;
}

.content_text_box {
    position: relative;
    width: 226px;
    margin-left: 12px;
    float: left;
}

.content_text_box:first-child {
    margin-left: 0;
}

.content_text_box h2 {
    padding: 6px;
    padding-left: 8px;
}

.content_text_box p {
    margin-top: 6px;
    padding: 8px;
    height: 100px;
}

.content_text_box img {
    margin-top: 10px;
    float: right;
}

/*******************************************************************************
    GALLERY
*/
#gallery_playlist {
    margin-top: 10px;
    width: 950px;
    height: 120px;
    border: none;
    background-color: transparent;
}


/*******************************************************************************
    DOWNLOADS
*/
div.download_header, div#download_footer {
    float: left;
    font-size: 18px;
}

div#download_hosts > div {
    float: left;
    font-size: 14px;
    margin-bottom: 4px;
}

div.download_header {
    width: 940px;
    padding: 10px;
    margin-bottom: 4px;
}

div#download_footer {
    width: 944px;
    height: 18px;
    padding: 6px;
    padding-right: 10px;
}

div#download_footer > a {
    float: right;
    margin-left: 30px;
}

div#download_hosts > div {
    position: relative;
    width: 250px;
    height: 30px;
    padding-left: 66px;
    padding-top: 15px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

div#download_hosts > div:first-child {
    margin-left: 0;
}

div#download_hosts > div.c4d_logo {
    background-image: url(../shop/c4d_logo.png);
}

div#download_hosts > div.lw_logo {
    background-image: url(../shop/lw_logo.png);
}

div#download_hosts > div.ae_logo {
    background-image: url(../shop/ae_logo.png);
}

div#download_hosts div.shade {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 316px;
}

div.download_links div.link {
    float: left;
    margin-bottom: 4px;
    margin-left: 6px;
    width: 316px;
    height: 52px;
}

div.download_links div.link:first-child {
    margin-left: 0;
}

div.download_links div.link table {
    width: 316px;
    height: 52px;
}

div.download_links div.link div.shade {
    width: 316px;
    height: 52px;
    margin-top: -52px;
}

div.download_links div.link.disabled div.shade {
    margin-top: 0px;
}

div.download_links div.link th {
    text-align: left;
}

div.download_links div.link a {
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.download_links div.link a img {
    vertical-align: middle;
}

div.download_links > div.link:hover div.shade {
    display: none;
}

div.download_links > div.link.disabled div.shade {
    top: 0px;
}

div.download_links > div.link.disabled:hover div.shade {
    display: block;
}

div#back_continue div {
    float: right;
    width: 457px;
    height: 25px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

div#back_continue div * {
    float: right;
}

div#back_continue a {
    display: block;
    width: 457px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #eee;
    font-size: 14px;
    float: left;
    text-align: right;
}

div#back_continue a:first-child {
    margin-right: 6px;
    text-align: left;
}

div#continue a {
    float: left;
    display: block;
    width: 940px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #eee;
    font-size: 14px;
    text-align: right;
}

div#continue button {
    float: left;
    display: block;
    border: 0;
    width: 962px;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: right;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

div.pagination {
    float: right;
}

.build_links > td {
    width: 220px;
    text-align: center;
    background-color: rgba(4, 8, 16, 0.5);
    padding: 4px;
}

.build_links > td:hover {
    background-color: rgba(4, 8, 16, 0.3);
}

.build_links img {
    float: left;
    margin-right: 8px;
}

.build-header {
    width: 940px;
    padding: 10px;
    margin-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

.build-list th {
    padding: 10px;
}

.build-list td {
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.build-list td, .build-list th {
    background-color: rgba(4, 8, 16, 0.5);
}

.build-list td:hover {
    background-color: rgba(4, 8, 16, 0.3);
}

.build-list a {
    color: white;
    height: 25px;
    padding: 8px;
    white-space: nowrap;
}

.build-list a.block {
    display: block;
    text-align: left;
}

.build-list img {
    margin-right: 8px;
    vertical-align: middle;
}

/**************************************************************************************************
 * TABLES
 */
table.std_table, table.profile_table, table.license_table {
    width: 962px;
    padding: 0;
    border-spacing: 2px;
    margin-bottom: 6px;
}

table.std_table {
    padding: 10px;
}

table.std_table, input {
    margin-top: 2px;
    float: left;
}

table.std_table th, table.profile_table th, table.license_table th {
    text-align: right;
    padding: 4px;
    width: 140px;
}

table.license_table th {
    font-size: 18px;
    text-align: left;
}

table.std_table td, table.profile_table td {
    padding: 4px;
}

table.license_table td, table.profile_table td, table.profile_table th {
    vertical-align: top;
}

table.license_table td {
    padding: 2px;
}

table.std_table td.input_cell {
    padding: 0;
}

table.std_table input {
    width: 300px;
    height: 100%;
    border: 0;
    padding: 2px;
    margin-left: 2px;
}

table.std_table .form_desc {
    padding-top: 10px;
}

table.std_table tr:first-child .form_desc {
    padding-top: 0;
}

.error_text {
    color: rgb(255,138,0);
}

table#terms_table * {
    font-size: 11px;
}

table#terms_table tr td {
    background-color: transparent;
}

table.license_item_table {
    width: 100%;
    padding: 0;
}

table.license_item_table td {
    background: none;
}

table.host_license_table {
    width: 100%;
    margin-top: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

table.host_license_table th {
    background-color: rgba(0, 0, 0, 0.4);
}

table.host_license_table th, table.host_license_table td {
    font-size: 12px;
    white-space: nowrap;
}

table.license_table textarea {
    width: 200px;
    height: 18px;
    overflow: hidden;
    resize: none;
    background-color: white;
    color: black;
    border: 0;
    float: left;
}

table.license_item_table button {
    color: black;
    height: 18px;
    margin-left: 2px;
    padding: 0px 2px 0px 2px;
    border: 0;
    background-color: #f0f0f0;
}

table.license_item_table button:hover {
    background-color: #fcfcff;
}

table.license_item_table button:active {
    background-color: #f0f0ff;
}

#footer-logo {
    margin: 10px 0 5px 0;
    height:24px;
}

#social-links {
    margin: 5px 0 15px 0;
}

.social-icon {
    margin: 0 10px 0 10px;
    height:28px;
}

table.invoice_table {
    margin: 0 auto;
    width: 400px;
    padding: 0;
    border-spacing: 2px;
}

table.invoice_table th {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: right;
    padding: 4px;
    width: 140px;
    font-size: 18px;
    text-align: left;
}

table.invoice_table td {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px;
    vertical-align: top;
}

table.invoice_item_table {
    width: 100%;
    padding: 0;
}

table.invoice_item_table td {
    background: none;
}

