/**
 * 	Zenbership Template Styles
 * 	"Zoid" Theme
 * 	(c) 2012, Castlamp.
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

#navExpand {
    display: none;
}

.bold {
    font-weight: bold;
}

ol, ul {
    margin: 12px 0 12px 24px;
}

dl.zen {
    font-size: 0.9em;
    color: #444;
}

dl.zen dt {
    clear: left;
    float: left;
    width: 120px;
    text-align: right;
    margin: 0 8px 0 0;
    padding: 5px;
    font-weight: bold;
}

dl.zen dd {
    float: left;
    margin: 0;
    padding: 5px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

strike {
    color: #999;
    font-size: 0.85em;
}

/* --- Tables --- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.zen_basic, table.zen_cart {
    font-size: 0.8em;
    color: #444;
    margin: 12px 0 12px 0;
    width: 100%;
    font-family: arial, verdana;
}

table.zen_cart thead {
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0px 1px 6px #fff;
    -webkit-box-shadow: inset 0px 1px 6px #fff;
    box-shadow: inset 0px 1px 6px #fff;
}

table.zen_cart th {
    padding: 8px 6px 8px 6px;
    display: table-cell;
    text-align: left;
    font-weight: bold;
}

table.zen_basic th {
    padding: 8px 6px 8px 6px;
    display: table-cell;
    text-align: left;
    font-weight: bold;
}

table tr.section td {
    font-weight: bold !important;
}

table tr.page td:first-child {
    padding-left: 24px;
}

table.zen_basic td, table.zen_cart td {
    padding: 8px 6px 8px 6px;
    display: table-cell;
}

table.zen_cart td.zen_cart_subtotal {
    text-align: right;
    font-size: 0.9em;
    padding: 8px 6px 2px 6px;
}

table.zen_cart td.zen_cart_grandtotal {
    text-align: right;
    font-size: 1.3em;
    padding: 8px 6px 2px 6px;
}

table.zen_basic td.zen_cart_total, table.zen_cart td.zen_cart_total {
    text-align: right;
    font-size: 0.9em;
    padding: 2px 6px 2px 6px;
}

table.zen_basic tr.line, table.zen_cart tr.line {
    border-bottom: 1px solid #e1e1e1;
}

/* -------------- Mobile Menu -------------- */

#navExpand {
    display: none;
    margin: 0 12px 0 0;
}

ul#mobileMenu {
    list-style: none;
    margin: 0;
    padding: 24px 0 0 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    background-color: #000;
    -webkit-box-shadow: 0 0 15px 0 #666;
    box-shadow: 0 0 15px 0 #666;
    letter-spacing: 1px;
    z-index: 9999;
}

ul#mobileMenu li {
    padding: 0;
    color: #fff;
    border-top: 1px solid #111;
}

ul#mobileMenu li:first-child {
    border-top: none;
}

ul#mobileMenu li.header {
    font-weight: bold;
}

ul#mobileMenu li.sublink {
    padding-left: 18px;
}

ul#mobileMenu li a {
    padding: 6px 24px;
    display: block;
}

/* -------------- Reset Main Custom Page Div -------------- */

div.zen_reset, div.zen_reset * {
    border: 0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0pt;
    padding: 0pt;
    vertical-align: baseline;
}

/* -------------- Links -------------- */

a {
    color: rgb(77, 102, 214);
    text-decoration: none;
}

a:hover {
    color: #000;
}

/* -------------- Headings -------------- */

h1 {
    font-family: 'Source Sans Pro', arial, verdana;
    font-size: 1.4em;
    color: #222;
    margin-bottom: 8px;
}

h2 {
    font-family: 'Source Sans Pro', arial, verdana;
    font-size: 1.2em;
    color: #222;
    margin-bottom: 8px;
    margin-top: 24px;
}

h3 {
    font-family: 'Source Sans Pro', arial, verdana;
    font-size: 1.0em;
    color: #222;
    margin-bottom: 8px;
    margin-top: 12px;
}

/* -------------- Basics -------------- */

body.zen {
    line-height: 1;
    background: url('../imgs/bg.png') #f1f1f1;
    margin: 0 0 24px 0;
}

.zen_col25 {
    float: left;
    width: 25%;
}

.zen_col50 {
    float: left;
    width: 50%;
}

.zen_col50l {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.zen_col75 {
    float: left;
    width: 75%;
}

.zen_col75l {
    float: left;
    width: 73%;
    margin-right: 2%;
}

.zen_left {
    text-align: left !important;
}

.zen_right {
    text-align: right !important;
}

.zen_float_left {
    float: left;
}

.zen_float_right {
    float: right;
}

.zen_clear {
    clear: both;
}

.zen_pad {
    padding: 24px !important;
}

.zen_padtop {
    padding: 24px 0 24px 0;
}

.zen_pad_more {
    padding: 48px;
}

.zen_padtop_more {
    padding: 48px 0 48px 0;
}

.zen_pad_less {
    padding: 12px;
}

.zen_pad_topl {
    padding: 12px 18px 12px 18px;
}

.zen_pad_tiny {
    padding: 8px;
}

.zen_center {
    text-align: center;
}

.zen_notopmargin {
    margin-top: 0px !important;
}

.zen_nobotmargin {
    margin-bottom: 0px !important;
}

.zen_topmargin {
    margin-top: 24px !important;
}

.zen_topmargin_less {
    margin-top: 12px !important;
}

.zen_botmargin {
    margin-bottom: 24px !important;
}

img.zen_icon {
    vertical-align: middle;
    margin-left: 8px;
}

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

.zen_holder {
    width: 980px; /* width: 500px; */
    margin: 0 auto;
}

.zen_holder_small {
    width: 500px;
    margin: 0 auto;
}

.zen_content_holder {

}

.zen_hover_on {
    background-color: #FFF8BC;
}

.zen_round {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.zen_box_shadow {
    -moz-box-shadow: 0px 1px 4px #e1e1e1;
    -webkit-box-shadow: 0px 1px 4px #e1e1e1;
    box-shadow: 0px 1px 4px #e1e1e1;
}

.zen_search {
    background: url('../imgs/icon-search.png') center right no-repeat #fff;
    padding: 4px 32px 4px 8px;
    width: 100%;
}

#zen_loading {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -12px;
    height: 11px;
    width: 16px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
}

#zen_popup_content {
    width: 500px;
}

#zen_popup_content p {
    color: #444;
    line-height: 1.5em;
    font-size: 0.8em;
    margin: 12px 0 12px 0;
}

.zen_popup_upsell_option {
    margin-top: 12px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

/* -------------- Overlay -------------- */

#zen_overlay {
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 12px #bbb;
    -webkit-box-shadow: 0px 0px 12px #bbb;
    box-shadow: 0px 0px 12px #bbb;
}

#zen_faded {
    background: url('../imgs/faded_dark.png');
}

/* -------------- Forms -------------- */

label.zen_left {
    float: left;
    width: 125px;
    font-weight: bold;
    pading: 0 0 0 0;
    margin: 5px 0 0 0;

}

label.zen_left_preview {
    float: left;
    width: 125px;
    font-weight: bold;
    pading: 0 0 0 0;
    margin: 0 0 0 0;

}

label.zen_top, label.zen_top_preview {
    display: block;
    padding-bottom: 6px;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.zen_field_entry, .zen_field_entry_preview {
    margin-left: 137px;
}

.zen_field_entry_top, .zen_field_entry_top_preview {

}

fieldset.zen {
    border-top: 8px solid #f1f1f1;
    background-color: #fff;
    margin: 24px 0 24px 0;
    padding: 0 0 12px 0;
    color: #222;
    font-size: 0.9em;
}

fieldset.zen_no_style {
    margin: 24px 0 24px 0;
    padding: 0 0 12px 0;
    color: #222;
    font-size: 0.9em;
}

fieldset.zen_on {
    background-color: #FFFDC7;
}

fieldset.zen p {
    margin: 12px 24px 12px 24px;
    font-size: 1em;
}

fieldset.zen span {
    font-family: arial, tahoma;
    font-size: 0.8em;
    color: #111;
}

legend.zen {
    font-family: 'Source Sans Pro', arial;
    padding: 0 12px 0 12px;
    margin: 0 0 0 24px;
    font-weight: bold;
}

p.zen_fieldset_description {
    font-size: 0.8em !important;
    line-height: 1.4em !important;
    color: #444 !important;
    margin: 18px 0 18px 0 !important;
}

/* Appears for error code notices */
.zen_error_block {
    display: none;
    background-color: #D64730;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    padding: 6px 12px 6px 12px;
    font-size: 0.8em;
    margin-top: 4px;
}

#zen_error_code {
    background-color: #D64730;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-family: arial;
    padding: 10px 12px 10px 12px;
    font-size: 0.8em;
    margin: 0 0 12px 0;
    text-align: center;
    -moz-box-shadow: 1px 1px 0px #fff;
    -webkit-box-shadow: 1px 1px 0px #fff;
    box-shadow: 1px 1px 0px #fff;
    line-height: 1.4em;
}

#zen_success_code {
    background-color: #7CCF53;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-family: arial;
    padding: 10px 12px 10px 12px;
    font-size: 0.8em;
    margin: 0 0 12px 0;
    text-align: center;
    -moz-box-shadow: 1px 1px 0px #fff;
    -webkit-box-shadow: 1px 1px 0px #fff;
    box-shadow: 1px 1px 0px #fff;
    line-height: 1.4em;
}

/* Width will be auto calculated */
.zen_field_set_col {

}

.zen_field_set_col_pad {
    padding: 0 24px 0 24px;
}

.zen_field {
    margin-top: 12px;
    font-size: 0.9em;
}

span.zen_req_star {
    color: #D64730 !important;
    margin-left: 8px;
    font-weight: bold !important;
}

.zen_field_desc {
    color: #999 !important;
    font-size: 0.75em !important;
    font-family: arial;
    padding: 4px 8px 4px 8px;
    margin: 6px 0 0 0 !important;
    background-color: #f1f1f1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
}

ul.zen_formatting {

}

ul.zen_formatting li {

}

ul#menu_user_manage_menu {
    margin-left: 0px;
}

ul#zen_event_steps {
    list-style: none;
    margin-left: 0px;
}

.zen_base_form ul {
    list-style: none;
    margin-left: 0px;
}

/* --- Captcha box --- */

#captcha_block {

}

/* --- Non-auto-geneated forms --- */

ul#zen_form {
    overflow: hidden;
    margin: 0;
}

ul#zen_form li {
    list-style: none;
    padding-bottom: 12px;
}

#zen_login_error {
    list-style: none;
    padding: 10px 12px 10px 12px;
    margin: 0px 0 24px 0 !important;
    display: none;
    background-color: #D64730;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

#zen_login_error a {
    color: #FFFF99;
}

#captchaput {
    border: 1px solid #f1f1f1;
}

.zen_submit {
    text-align: right;
    margin-top: 24px;
}

.zen_submit_top {
    text-align: right;
    margin-bottom: 24px;
}

label.zen {
    display: block;
    padding-bottom: 5px;
    margin-top: 12px;
}

.zen_field_right {
    margin-left: 138px;

}

.zen_attention {
    margin-top: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EFE69C;
    background-color: #FFF8BC;
    -moz-box-shadow: inset 1px 1px 3px #fff;
    -webkit-box-shadow: inset 1px 1px 3px #fff;
    box-shadow: inset 1px 1px 3px #fff;
    padding: 8px 12px 8px 12px;
    font-size: 0.9em !important;
}

/* Applied to fields when there is a form error. */

.zen_warning {
    border-left: 4px solid #E45942 !important;
    background-color: #FFE1DC !important;
}

#zen_error_popup {
    border: 1px solid #E6E65C;
    background: url('../imgs/icon-error.png') 8px center no-repeat #FFFFCC;
    padding: 8px 8px 8px 40px;
    color: #fff;
    z-index: 998;
    margin-top: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 0.8em;
    color: #222;
    position: fixed;
    bottom: 75px;
    right: 75px;
    width: 500px;
}

#zen_saved_popup {
    border: 1px solid #999;
    width: 32px;
    height: 32px;
    background: url('../imgs/icon-saved.png') center center no-repeat #fff;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    padding: 8px;
    color: #fff;
    margin-top: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: -36px 0 0 -36px;
    -moz-box-shadow: 0px 0px 8px #e1e1e1;
    -webkit-box-shadow: 0px 0px 8px #e1e1e1;
    box-shadow: 0px 0px 8px #e1e1e1;
}

/* Displays a block element error box. */
.zen_error {
    background: url('../imgs/icon-error.png') 8px center no-repeat #E45942;
    padding: 8px 8px 8px 40px;
    color: #fff;
    margin-top: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 0.8em;
}

input[type=submit]:disabled {
    background: #ccc !important;
    color: #888 !important;
    font-style: italic;
}

input[type=text], input[type=password], select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: arial, verdana;
    font-size: 0.9em;
    padding: 6px 10px 6px 10px;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0px 1px 3px #e1e1e1;
    -webkit-box-shadow: inset 0px 1px 3px #e1e1e1;
    box-shadow: inset 0px 1px 3px #e1e1e1;
    -webkit-appearance: none;
}

input[type=submit], input[type=button] {
    background: url('../imgs/black-fade.png') top left repeat-x #3B3B3B;
    color: #fff;
    cursor: pointer;
    padding: 8px 12px 8px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 3px solid #585D62;
}

input[type=submit]:hover, input[type=button]:hover {
    background-image: none !important;
    background-color: #3B3B3B;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    border-bottom: 3px solid #84C7FF;
}

span.req {
    color: red;
    font-weight: bold;
    content: '*';
    padding-left: 12px;
}

/* -------------- Fonts -------------- */

.zen_fonts {
    font-family: arial, verdana;
    color: #444;
}

.zen_base_form {
    font-family: arial, verdana;
    color: #444;
    line-height: 1.4em;
    font-size: 0.9em;
}

.zen_base_form p {
    margin: 0 0 12px 0;
    font-size: 0.9em;
}

.zen_base_form h2 {
    font-size: 1.3em !important;
}

p.zen {
    font-family: arial, verdana;
    color: #444;
    line-height: 1.4em;
    font-size: 0.9em !important;
    margin: 12px 0 12px 0;
}

p.zen_small {
    font-family: arial, verdana;
    color: #444;
    line-height: 1.4em;
    font-size: 0.9em !important;
    margin: 12px 0 12px 0;
}

.zen_tiny {
    font-size: 0.7em !important;
}

.zen_small {
    font-size: 0.75em !important;
}

.zen_medium {
    font-size: 0.8em !important;
}

.zen_large {
    font-size: 1.1em !important;
}

.zen_huge {
    font-size: 1.3em !important;
}

.zen_margin_bottom {
    margin-bottom: 12px;
}

.zen_margin_top {
    margin-top: 12px;
}

.zen_gray {
    color: #999 !important;
}

.zen_shadow {
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.zen_shadow_light {
    -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.zen_space {
    height: 24px;
}

.zen_space_more {
    height: 48px;
}

.zen_gray_box {
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0px 1px 3px #fff;
    -webkit-box-shadow: inset 0px 1px 3px #fff;
    box-shadow: inset 0px 1px 3px #fff;
}

.zen_focus {
    background-color: #FFF8BC;
    border: 1px solid #F0E691;
    -moz-box-shadow: inset 0px 1px 3px #fff;
    -webkit-box-shadow: inset 0px 1px 3px #fff;
    box-shadow: inset 0px 1px 3px #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 12px 0 12px 0;
    font-size: 0.8em;
}

.zen_outline_box {
    border: 8px solid #f1f1f1;
}

/* -------------- Primary Components -------------- */

#zen_header {
    margin-bottom: 24px;
    -moz-box-shadow: 0px 1px 6px #ccc;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 0px 1px 6px #ccc;
    background: url('../imgs/topbg.png') top left repeat-x #2B2B2B;
    color: #fff;
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    font-family: 'Source Sans Pro', arial, verdana;
    height: 53px;
    line-height: 53px;
}

#zen_header ul {
    float: right;
    font-family: 'Source Sans Pro', arial, verdana;
}

#zen_header ul li {
    line-height: 53px !important;
    font-size: 1.2em !important;
}

#zen_header a {
    color: #fff;
}

#zen_head_left {
    float: left;
    font-size: 1.2em;
}

ul#zen_head_right {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#zen_head_right li {
    float: left;
    padding: 0 12px 0 12px;
}

ul#zen_head_right li:hover {
    float: left;
    background-color: #222;
    padding: 0 12px 0 12px;
}

#zen_content {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

#zen_content p, #zen_content div, #zen_content ul, #zen_content span {

}

#zen_section_header {
    padding: 8px 0 12px 0;
}

#zen_breadcrumbs {
    float: right;
    width: 60%;
    font-size: 0.8em !important;
    text-align: right;
}

#zen_section_footer {
    padding: 24px 0 8px 0;
}

.zen_section_left {
    float: left;
}

.zen_section_left span {

}

.zen_section_left span.divide {
    margin: 0 12px 0 12px;
}

.zen_section_right {
    float: right;
}

#zen_section_header a, #zen_section_footer a {
    color: #999;
}

#zen_footer {
    text-align: right;
    margin-top: 12px;
    color: #ccc !important;
}

#zen_footer a {
    color: #ccc !important;
    text-decoration: underline;
}

/* -------------- Calendar -------------- */

#zen_calendar_holder {
    width: 910px;
    margin: 0 auto;
    font-size: 0.9em;
    border-bottom: 1px solid #e1e1e1 !important;
}

#zen_calendar_long_holder {
    width: 910px;
    margin: 0 auto;
}

#zen_calendar_top {
    font-family: arial, verdana;
    margin-bottom: 12px;
    text-align: center;
}

#zen_calendar_top h1 {
    font-size: 1.4em;
    margin: 0 0 4px 0;
    padding: 0;
}

#zen_calendar_top p {
    margin: 0;
    font-size: 0.9em;
}

table.zen_calendar {
    width: 910px;
    border-bottom: 1px solid #e1e1e1 !important;
    font-family: arial, tahoma;
    color: #444;
    padding: 0;
    margin: 0;
}

table.zen_calendar th {
    text-align: center;
    padding: 12px 0 12px 0;
    font-size: 0.9em;
    width: 130px;
}

table.zen_calendar td {
    height: 100px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    vertical-align: top !important;
    font-size: 0.8em;
}

table.zen_calendar td.zen_empty {
    background-color: #f1f1f1;
}

table.zen_calendar td.zen_today {

}

table.zen_calendar td.zen_noevent {
    background-color: #f9f9f9;
}

table.zen_calendar td.zen_event {
    background-color: #fff;
}

table.zen_calendar td.zen_last {
    border-right: 1px solid #e1e1e1;
}

table.zen_calendar tr.zen_top_line {
    border-top: 1px solid #e1e1e1;
}

.zen_day_number {
    background-color: #f1f1f1;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    float: right;
    padding: 4px 4px 4px 4px;
    margin: 8px 8px 0 0;
    font-size: 0.8em !important;
    font-weight: bold;
}

.zen_today a {
    color: #000;
}

div.zen_today {
    background-color: #F8A037;
    color: #fff;
}

p.zen_tagline {
    margin-top: 4px;
}

.zen_calendar_event {
    padding: 24px;
}

#zen_calendar_bottom {
    margin: 24px 40px 0 40px;
    font-family: arial;
    font-size: 0.9em !important;
}

.zen_event_tag {
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 8px;
    height: 8px;
    margin-right: 3px;
}

ul.zen_tag_legend {
    list-style: none;
    margin: 0;
    float: right;
}

ul.zen_tag_legend li {
    padding: 0 0 4px 0;
}

/* -------------- View Event -------------- */

#zen_holder {
    position: relative;
}

#zen_event_slideshow {
    width: 100%;
    height: 250px;
    margin-bottom: -24px;
    z-index: 1;
    position: relative;
}

.zen_event_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#zen_event_cover_none {
    height: 42px;
}

#zen_event_left {
    font-family: arial;
}

#zen_event_left dl, dl.less {
    font-size: 0.8em;
    color: #444;
}

.noMarginTop {
    margin-top: 0px !important;
}

dl.lessLeft dt {
    text-align: left !important;
    padding: 5px 0 !important;
}

#zen_event_left dt, dl.less dt {
    clear: left;
    float: left;
    width: 75px;
    text-align: right;
    margin: 0 8px 0 0;
    padding: 5px;
    font-weight: bold;
}

#zen_event_left dd, dl.less dd {
    float: left;
    margin: 0;
    padding: 5px;
}

#zen_event_right {
    font-family: arial;
    line-height: 1.4em;
}

#zen_event_title {
    padding: 16px 24px 16px 24px;
    margin-top: -88px;
    margin-bottom: 24px;
}

ul#zen_event_links {
    list-style: none;
    float: right;
    margin: 0;
    font-size: 0.8em;
    font-family: arial;
}

ul#zen_event_links li {
    float: left;
    margin-left: 12px;
    padding: 4px 8px 4px 8px;
}

#zen_event_tagline {
    line-height: 1.6em;
    font-size: 1.5em !important;
    margin: 0 0 24px 0;
    font-family: 'Source Sans Pro', arial, verdana;
    color: #444;
}

#zen_event_right p {
    font-size: 0.9em;
    margin: 0 0 12px 0;
    line-height: 1.4em;
    color: #444;
}

#zen_media {
    width: 133px;
    margin-left: 30px;
    float: right;
}

#zen_media img {
    margin-bottom: 24px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

#zen_event_map {
    width: 100%;
    height: 250px;
    margin-top: 48px;
    border: 1px solid #e1e1e1;
}

#zen_event_desc {
    line-height: 1.7em;
    color: #444;
    font-size: 0.9em;
}

ul.zen_event_product_option {
    margin: 0 0 0 0;
    padding: 0;
    font-family: arial;
    list-style: none;
}

ul.zen_event_product_option li {
    font-size: 0.8em;
    padding: 12px;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 3px #fff;
    -webkit-box-shadow: inset 0px 1px 3px #fff;
    box-shadow: inset 0px 1px 3px #fff;
    margin-bottom: 8px;
}

.zen_event_prod_left {
    width: 50px;
    float: left;
}

.zen_event_prod_right {
    margin-left: 64px;
}

span.zen_prod_name {
    font-weight: bold;
}

span.zen_prod_price {
    margin-left: 8px;
}

p.zen_prod_desc {
    margin-top: 3px;
    line-height: 1.3em;
    font-size: 0.9em;
}

ul#zen_event_timeline {
    margin: 0 0 0 0;
    padding: 0;
    font-family: arial;
    list-style: none;
}

ul#zen_event_timeline li {
    padding: 4px 0;
}

.zen_timeline_date {
    font-size: 0.75em !important;
    padding: 0;
    margin: 0;
}

.zen_timeline_desc {
    font-size: 0.8em !important;
    margin-left: 94px;
}

ul#zen_event_steps {
    border: 1px solid #d1d1d1;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 0.9em;
    font-family: arial;
    margin-left: 0px;
}

ul#zen_event_steps li {
    padding: 8px 12px 8px 12px;
    display: inline-block;
    border-right: 1px solid #d1d1d1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 0 2px #e1e1e1;
    -webkit-box-shadow: 1px 0 2px #e1e1e1;
    box-shadow: 1px 0 2px #e1e1e1;
}

ul#zen_event_steps li.on {
    background-color: #FFF8BC;
}

ul#zen_event_steps li.last {
    clear: left;
}

ul#subscription_upgrade {
    width: 100%;
    font-size: 0.9em;
    font-family: arial;
    list-style: none;
    margin: 0;
}

ul#subscription_upgrade li {
    padding: 12px 16px;
    margin-bottom: 6px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 0 2px #e1e1e1;
    -webkit-box-shadow: 1px 0 2px #e1e1e1;
    box-shadow: 1px 0 2px #e1e1e1;
}

ul#subscription_upgrade li.on {
    background-color: #FFF8BC;
}

.sub_upgrade_details {
    font-size: 0.8em;
    color: #333;
    margin-top: 8px;
    line-height: 1.5em;
}

table.zen_event_reg_confirm {
    font-size: 0.8em;
    color: #444;
    margin: 12px 0 0 0;
    padding: 8px 0 8px 0;
    border: 8px solid #f5f5f5;
    width: 100%;
}

table.zen_event_reg_confirm td.zen_l {
    width: 160px;
    text-align: right;
    padding: 2px 5px 2px 0px;
    font-weight: bold;
    vertical-align: top !important;
}

table.zen_event_reg_confirm td.zen_r {
    padding: 2px 5px 2px 13px;
    vertical-align: top !important;
}

/* -------------- Error Page -------------- */

ul#zen_errors {
    list-style: square outside;
    margin: 24px 24px 24px 48px;
    font-family: arial;
    font-size: 0.9em;
}

ul#zen_errors li {
    padding: 6px 0 6px 0;
}

span.zen_error_fname {
    font-weight: bold;
    margin-right: 12px;
}

/* -------------- Cart -------------- */

#zen_cart_left {
    font-family: arial;
}

#zen_cart_right {
    font-family: arial;
}

.zen_featured_product {
    position: relative;
    border: 1px solid #EFE69C !important;
    background-color: #FFF8BC !important;
    -moz-box-shadow: inset 1px 1px 3px #fff !important;
    -webkit-box-shadow: inset 1px 1px 3px #fff !important;
    box-shadow: inset 1px 1px 3px #fff !important;
}

.zen_featured_product:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../imgs/banner-featured.png) top right no-repeat;
    width: 210px;
    height: 211px;
    background-size: 25%;
}

ul#zen_payment_methods {
    list-style: none;
    font-size: 0.9em;
}

ul#zen_payment_methods li {
    padding: 0 0 4px 0;
}

span#cc_block {
    margin-left: 4px;
}

img.zen_cc_icon {
    vertical-align: middle;
}

p.zen_table_product_desc {
    font-size: 0.9em;
    color: #999;
    margin-top: 4px;
}

p.zen_product_options {
    color: #999;
    font-size: 0.9em;
    margin-top: 4px;
}

ul#zen_product_options {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#zen_product_options li {
    margin: 0 0 12px 0;
}

span.zen_option_name {
    margin-right: 4px;
    font-weight: bold;
}

span.zen_option_value {
    margin-right: 12px;
}

/* -------------- Catalog -------------- */

ul.zen_catalog_product_list {
    list-style: none;
    margin: 12px 0 12px 0;
    padding: 0;
}

ul.zen_catalog_product_list li {
    margin-top: 12px;
    border: 4px solid #f1f1f1;
    font-size: 0.9em;
    color: #444;
}

ul.zen_catalog_product_list li.zen_empty {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.zen_catalog_price {
    display: block;
    margin: 0 0 12px 0;
    font-size: 1.3em;
}

.zen_catalog_img {
    float: left;
    margin-right: 12px;
}

.zen_catalog_dets {
    color: #444;
    font-size: 0.9em;
    font-family: arial;
}

.zen_catalog_dets h2 {
    font-size: 1.4em;
}

.zen_catalog_add {
    float: right;
    width: 100px;
    text-align: right;
}

.zen_catalog_add input[type=button] {
    margin-top: 12px;
}

.zen_pagination {
    margin-top: 12px;
    font-family: tahoma, arial;
    font-size: 0.7em !important;
    text-transform: uppercase;
}

.zen_pagination span {
    margin-left: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 6px 4px 6px;
}

.zen_pagination span.on {
    background-color: #999;
    color: #fff;
}

.zen_pagination span.prev, .zen_pagination span.next {
    border: 1px solid #999;
}

.zen_pagination span a {
    color: #999;
}

.zen_pagination span.on a {
    color: #fff;
}

#zen_catalog_search {
    margin: 12px 0 12px 0;
}


#zen_catalog_left {
    font-family: arial;
}

#zen_catalog_right {
    font-family: arial;
    line-height: 1.4em;
}

ul#zen_catalog_subcats {
    list-style: none;
    color: #444;
    margin: 8px 0 0 0;
    padding: 6px 24px 6px 24px !important;
    font-family: arial;
}

ul#zen_catalog_subcats li {
    font-size: 0.8em;
    line-height: 1.8em;
}

p.zen_catalog_crumbs {
    font-size: 0.7em;
    margin: -8px 0 0 0;
    padding: 0;
    color: #999;
}

span.zen_catalog_browsing {
    margin-right: 8px;
    font-weight: bold;
}

/* -------------- View Product -------------- */

#zen_product_add {
    width: 200px;
    float: right;
    font-size: 0.8em;
    color: #444;
    margin: 0 0 24px 24px;
}

#zen_product_add input[type=submit] {
    margin-top: 12px;
}

label.zen_prod_opt_label {
    width: 45px;
    float: left;
    display: inline-block;
    padding-top: 8px;
    text-align: right;
    margin-right: 8px;
}

.zen_prog_crumbs {
    margin: 0 0 24px 0;
    font-size: 0.7em;
}

.zen_prog_tag, .zen_prog_desc {
    color: #444;
    line-height: 1.5em;
    font-size: 0.9em;
    margin: 24px 0 0 0;
}

.zen_prog_tag {
    font-style: italic;
}

#zen_product_tb {
    text-align: center;
    margin-top: 12px;
}

#zen_product_tb img {
    border: 1px solid #f1f1f1;
    margin-left: 4px;
}

.zen_product_mainthumb {
    float: left;
    margin-right: 12px;
}

.zen_code_desc {
    font-style: italic;
    margin-top: 4px;
    color: #999;
}

#zen_cart_more_options {
    width: 250px;
}

#zen_cart_more_options p {
    line-height: 1.5em;
}

h1.zen_pop_top {
    padding: 12px 18px 12px 18px;
    color: #fff;
    margin-bottom: 24px;
    background: url('../imgs/topbg.png') top left repeat-x #2B2B2B;
    font-family: 'Source Sans Pro', arial, verdana;
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    margin: 0;
}

/* -- Price Tag -- */
.zen_pricetag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: -6px;
}

.zen_pricetag-triangle {
    border-color: transparent #7CCF53 transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
    float: left;
}

.zen_pricetag-rectangle {
    background-color: #7CCF53;
    height: 20px;
    line-height: 20px;
    display: inline;
    float: right;
    padding: 0 8px 0 4px;
    position: absolute;
    color: #fff;
    font-family: 'Source Sans Pro', arial, verdana;
    font-size: 12px;
    left: 20px;
    top: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#zen_prod_view_price {
    font-family: 'Source Sans Pro', arial, verdana;
    font-size: 1.2em;
    margin: 24px 0 0 0;
}

/* -------------- Login -------------- */

#zen_login_left p {
    font-size: 0.8em;
    color: #444;
    line-height: 1.4em;
    margin: 12px 0 24px 0;
}

/* -------------- User Managements -------------- */

ul.zen_menu_vertical {
    list-style: none;
    font-size: 0.8em;
    color: #444;
    padding: 8px 0 8px 0;
    font-family: arial;
}

ul.zen_menu_vertical li {
    padding: 5px 16px 5px 16px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

ul.zen_menu_vertical li:hover {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e1e1e1;
}

ul.zen_menu_horizontal {
    list-style: none;
    color: #444;
    padding: 0;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
}

ul.zen_menu_horizontal li {
    padding: 0 12px;
    float: left;
    border-bottom: 0px;
}

ul.zen_menu_horizontal li:hover {
    background-color: #000;
    border-bottom: 3px solid #2C98F4 !important;
}


ul.zen_submenu {
    padding: 8px 0 0 0;
}

ul.zen_submenu li {
    padding: 4px 8px 4px 8px;
    border: 0px !important;
}

.zen_login_announcement {
    margin-top: 24px;
}

.zen_announce_new {
    border: 1px solid #EFE69C;
    background-color: #FFF8BC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 1px 1px 3px #fff;
    -webkit-box-shadow: inset 1px 1px 3px #fff;
    box-shadow: inset 1px 1px 3px #fff;
}

.zen_announce_viewed {

}

ul#zen_subscription_alerts {
    font-size: 0.9em;
    color: #D64730;
}

#zen_fileuploader {
    margin-bottom: 4px;
}

.zen_radio_left {
    width: 50px;
    float: left;
    text-align: center;
}

.zen_radio_right {
    margin-left: 62px;
    text-align: left;
}

/* -------- Invoice -------- */

.zen_left_block {
    padding: 12px;
    float: left;
    width: 10%;
    font-weight: bold;
}

.zen_right_block {
    padding: 12px;
    float: left;
    border-left: 8px solid #f1f1f1;
}

/* -------- Columns -------- */

/* 50-50 */
.col50l { float: left; width: 48%; margin-right: 2%; }
.col50r { float: left; width: 48%; margin-left: 2%; }

/* 70-30 */
.col70l { float: left; width: 67%; margin-right: 5%; }
.col30r { float: left; width: 28%; }

/* 30-70 */
.col30l { float: left; width: 28%; margin-right: 5%; }
.col70r { float: left; width: 67%; }

/* 20-80 */
.col20l { float: left; width: 20%; margin-right: 5%; }
.col80r { float: left; width: 75%; }

/* 25-75 */
.col25l { float: left; width: 25%; margin-right: 5%; }
.col75r { float: left; width: 70%; }

/* 75-25 */
.col75l { float: left; width: 75%; margin-right: 5%; }
.col25r { float: left; width: 25%; }

/* 33-34-33 */
.col33l { float: left; width: 30%; margin-right: 3%; }
.col34 { float: left; width: 30%; margin-right: 2%; margin-left: 2%; }
.col33r { float: left; width: 30%; margin-left: 3%; }

/*Col Padding*/
.zen_colpad_l2 {
    padding-left: 2%;
}
.zen_colpad_r2 {
    padding-right: 2%;
}
.zen_colpad_2 {
    padding-left: 2%;
    padding-right: 2%;
}