@import url('menu.css');
@import url('jquery.css');

.errortext
{
    color: Maroon;
    font-size: 9pt;
    margin-bottom: 5px;
}
div.errortext
{
    border: solid 1px Maroon;
    background-color: #ffffcc;
    padding: 5px;
}
.errortext div
{
    margin-left: 5px;
}
.pagemessage
{
    background-color: Yellow;
    color: Maroon;
    font-size: xx-small;
}

/*******************/
/** Common styles **/
/*******************/
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}

/*******************/
/** Header styles **/
/*******************/
h1, h2, h3, h4, h5, h6
{
    margin: 0 0 10px;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}
h1
{
    font-size: 30px;
}
h2
{
    font-size: 26px;
}
h3
{
    font-size: 22px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 14px;
}
h6
{
    font-size: 10px;
}

/***************/
/** TK styles **/
/***************/
.tk-proxima-nova
{
    font-family: proxima-nova;
}
.tk-ltc-bodoni-175
{
    font-family: ltc-bodoni-175;
}

/*************/
/** Buttons **/
/*************/
.button, .button span
{
    background: url(../images/bg-buttons-inside.png) left top no-repeat;
}
.button
{
    float: left;
    padding-left: 15px;
    background-position: left top;
    margin-bottom: 18px;
    text-decoration: none !important;
}
.button span
{
    position: relative;
    display: block;
    padding-right: 25px;
    padding-left: 5px;
    height: 37px;
    background-position: right -36px;
    color: #334365;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
}
.button span img
{
    position: absolute;
    right: 4px;
    top: 13px;
    margin-right: 10px;
    border-style: none;
}
.button:hover
{
    text-decoration: none !important;
    background-position: left -72px;
}
.button:hover span
{
    background-position: right -108px;
}

/************/
/** Layout **/
/************/
body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../images/bg-inside.gif);
    background-repeat: repeat-x;
    background-position: left -30px;
}
body.no_background
{
    background: none;
}
.wrapper
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/************/
/** Header **/
/************/
.header
{
    height: 92px;
    background: url(../images/bg-header.gif) left top repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.logo
{
    background: url(../images/logo.png) left top no-repeat;
    float: left;
    margin: 33px 0 0 10px;
}
.logo, .logo a
{
    width: 220px;
    height: 42px;
}
.logo a
{
    text-indent: -999px;
    overflow: hidden;
    display: block;
    outline: 0;
}
.phone_container
{
    float: right;
    margin-top: 12px;
    margin-right: 11px;
    height: 20px;
    min-width: 20px;
}
.phone
{
    height: 20px;
    background: url(../images/icon-phone.png) left top no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #d6d6d6;
}
.header .searchBox_container
{
    float: right;
    clear: right;
    margin: 23px 8px 0 0;
    position: relative;
}
.header .searchBox
{
    background: url(../images/bg-head-search.png) left top no-repeat;
    width: 116px;
    height: 20px;
    padding: 3px 10px 4px 10px;
    line-height: 20px;
    border-collapse: collapse;
    border: 0;
    color: White;
}

/***************/
/** Main Menu **/
/***************/
.main_menu
{
    position: absolute;
    right: 158px;
    top: 57px;
    max-width: 545px;
    height: 35px;
}

/************/
/** Footer **/
/************/
.bottom
{
    color: #666666;
}
.bottom ul
{
    margin: 0px;
    padding: 0px;
}
.bottom ul li
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
.bottom a
{
    color: #666666;
    text-decoration: none;
    outline: 0;
}
.bottom .wrapper
{
    padding: 86px 0 45px 0;
    overflow: hidden;
}
.bottom-head
{
    background: url(../images/bg-bottom-top.gif) left top repeat-x;
}
.bottom .bottom-head .wrapper
{
    overflow: visible;
    padding: 0;
    height: 48px;
    background: url(../images/bg-bottom-head.png) center 0px no-repeat;
    text-align: center;
}
.social
{
    display: inline-block;
    padding-right: 20px !important;
}
.social li
{
    display: inline-block;
    height: 48px;
    list-style-type: none;
}
.social li a
{
    line-height: 45px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #D6D6D6;
    padding-left: 35px;
    background: url(../images/icons-social.png) no-repeat;
}
.social li a:hover
{
    color: White;
    text-decoration: none;
}
.social li.twitter a
{
    background-position: left 10px;
}
.social li.facebook a
{
    background-position: left -30px;
}
.social li.blogger a
{
    background-position: left -107px;
    padding-left: 33px;
}
.bottom-cols
{
    width: 220px;
    float: left;
    margin: 0 10px;
}
.bottom-cols h4
{
    line-height: 22px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #233761;
}
.bottom-cols ul
{
    list-style: none;
}
.bottom-cols ul li
{
    margin: 0;
}
.bottom-cols li a
{
    font-size: 16px;
    color: #449650;
    line-height: 22px;
    background: url(../images/bg-content-list.gif) left top no-repeat;
    padding-left: 12px;
    display: block;
}
.bottom-cols li a:hover
{
    text-decoration: underline;
}
.bottom-cols .sitemap li
{
    padding-bottom: 12px;
}
.bottom-cols .sitemap li span
{
    display: block;
    font-size: 14px;
    padding-left: 10px;
}
.bottom-cols .sitemap li a
{
    font-weight: bold;
    background: url(../images/bg-sitemap-list.gif) left top no-repeat;
    padding-left: 10px;
}
.footer
{
    line-height: 24px;
    padding-bottom: 20px;
}
.footer a:hover
{
    text-decoration: underline;
}

/**********************/
/** Banner / Marquee **/
/**********************/
.banner
{
    width: 100%;
    height: 370px;
    background-image: url(../images/bg-banner.gif);
    background-position: left top;
    background-repeat: repeat-x;
}
.banner .wrapper
{
    width: 960px;
    height: 370px;
}
.marquee_cycle
{
    width: 960px;
    height: 370px;
    overflow: hidden;
}
.marquee_cycle a
{
    display: block;
    width: 960px;
    height: 370px;
    outline: 0;
}
.marquee_cycle img
{
    border-style: none;
}

/***********/
/** Quote **/
/***********/
.quote
{
    background: #F2F2F2;
    padding: 42px 0px;
}
.quote .wrapper
{
    width: 870px;
    padding: 0px 45px;
}
.quote img
{
    border-style: none;
    margin-right: 15px;
}
.quote_cycle
{
    width: 870px;
    overflow: hidden;
}
.quote_item
{
    display: none;
    width: 870px;
    height: inherit;
}
.quote_text
{
    text-align: center;
    vertical-align: middle;
    color: #557484;
}
.quote_text h4
{
    font-style: italic;
    font-weight: normal;
    font-size: 34px;
    line-height: normal;
    margin: 0px 0px 5px 0px;
}
.quote_text p
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/*****************/
/** Contact Bar **/
/*****************/
.contact-bar, .contact-bar-inside
{
    background: url(../images/bg-contact-chat.gif) left top repeat-x;
    height: 52px;
    font-style: italic;
    font-size: 22px;
    color: #E58D3B;
}
.contact-bar-inside
{
    position: fixed;
    top: 91px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.contact-bar div.contact, .contact-bar div.chat, .contact-bar-inside div.contact, .contact-bar-inside div.chat
{
    line-height: 50px;
    background: url(../images/icon-contact-chat.png) left top no-repeat;
}
.contact-bar div.contact, .contact-bar-inside div.contact
{
    background-position: 35px 10px;
    padding-left: 83px;
    float: left;
}
.contact-bar div.chat, .contact-bar-inside div.chat
{
    float: right;
    background-position: left -40px;
    padding-left: 50px;
}
.contact-bar .chat a, .contact-bar-inside .chat a
{
    color: #E58D3B;
    text-decoration: none;
    outline: 0;
}
.contact-bar .chat a:hover, .contact-bar-inside .chat a:hover
{
    color: #E58D3B;
    text-decoration: none;
}
.contact-bar span.chat_display_link, .contact-bar-inside span.chat_display_link
{
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}
.contact-bar span.chat_status, .contact-bar-inside span.chat_status
{
    display: inline-block;
    line-height: 27px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
}

/**************************/
/** Financial Assessment **/
/**************************/
.content .wrapper
{
    width: 940px;
    padding-top: 20px;
}
.assessment-wrapper
{
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
}
.fa_marquee_container
{
    margin: 0px auto;
    width: 325px;
    min-height: 50px;
    margin: 15px 48px 0px 52px;
    overflow: hidden;
}
.fa_marquee_container img
{
    border-style: none;
}
.assessment-wrapper fieldset, .assessment-wrapper label, .assessment-wrapper ul, .assessment-wrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
}
.assessment-wrapper p
{
    margin: 0px;
}
.assessment-wrapper li
{
    margin-left: 20px;
}
.assessment-wrapper a
{
    outline: 0;
}
.content, .assessment-answer li:hover a:hover
{
    color: #334365;
}
.assessment-list
{
    padding-top: 15px;
}
.assessment-number
{
    list-style: none;
    overflow: hidden;
}
.assessment-number li
{
    float: left;
    margin: 0 12px 0 0;
}
.assessment-number li a
{
    background: url(../images/bg-assessment-check.png) no-repeat;
}
.assessment-number li a
{
    overflow: hidden;
    display: block;
    background-position: -73px top;
    width: 26px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #E1E1E1;
    cursor: default;
}
.assessment-number li a.current
{
    background-position: -36px top;
    color: White;
}
.assessment-number li a.selected
{
    background-position: left top;
    color: White;
}
.assessment-question
{
    font-size: 26px;
    line-height: normal;
    padding: 25px 0 10px 0;
}
.assessment-answer
{
    font-size: 16px;
    font-weight: bold;
    list-style: none;
}
.assessment-answer li
{
    margin: 0;
    position: relative;
    padding-left: 10px;
}
.assessment-answer li label
{
    background-image: url(../images/radio-off.png);
    background-position: left 13px;
    background-repeat: no-repeat;
    padding: 12px 10px 12px 33px;
    display: block;
    overflow: hidden;
    position: relative;
}
.assessment-answer li label.radio_on
{
    background-image: url(../images/radio-on.png);
}
.assessment-answer li label input
{
    position: absolute;
    left: -999px;
}
.assessment-answer li:hover
{
    background-color: #E8E8E8;
}
.assessment_buttons
{
    float: left;
    margin-top: 15px;
}
.assessment_buttons div
{
    float: left;
}
.assessment_buttons .button
{
    margin-right: 5px;
    cursor: pointer;
}
.assessment_buttons .prev_button .button span
{
    padding-left: 8px;
    padding-right: 19px;
}
.assessment_buttons .prev_button .button span img
{
    margin-right: 0;
    margin-left: 10px;
    right: 0;
    left: -14px;
}
.assessment_buttons .submit_button .button span
{
    padding-left: 7px;
    padding-right: 23px;
}
.assessment_calc_score
{
    padding: 0px;
    margin: 20px 0px 20px 0px !important;
    font-size: 26px;
    line-height: normal;
    color: #334365;
}
.assessment_auto_redirect
{
    padding: 0px;
    margin: 0px 0px 20px 0px !important;
    color: #666666;
}
.assessment_auto_redirect a
{
    color: #666666;
    text-decoration: underline;
}
.assessment_auto_redirect a:hover
{
    color: #666666;
    text-decoration: underline;
}
.sharing
{
    padding: 5px 0px 40px 0px;
    text-align: center;
    font-size: 16px;
    margin: 0px;
}
.sharing a
{
    color: #449650;
    text-decoration: none;
    background: url(../images/bg-socio-link.gif) left 7px no-repeat;
    padding-left: 7px;
    outline: 0;
}
.sharing a:hover
{
    text-decoration: underline;
}

/**************************/
/** Home Page Elements **/
/**************************/
.home_page_element
{
    max-height: 527px;
    overflow: hidden;
}
.home_page_element a
{
    outline: 0;
}
.home_page_element #blue
{
    background-image: url(../images/bg-element-blue.gif);
    background-position: left top;
    background-repeat: repeat-x;
    max-height: 527px;
    color: #D6D6D6;
}
.home_page_element #grey
{
    background-image: url(../images/bg-element-grey.gif);
    background-position: left top;
    background-repeat: repeat-x;
    max-height: 527px;
    color: #434343;
}
.home_page_element .element_head
{
    background-image: url(../images/bg-element-top.png);
    background-position: left -4px;
    background-repeat: repeat-x;
    padding-top: 4px;
}
.home_page_element .element_head .wrapper
{
    background-image: url(../images/bg-element-head.png);
    background-position: center -8px;
    background-repeat: no-repeat;
    font-size: 14px;
    text-shadow: 0 1px 2px #000;
    height: 51px;
    line-height: 43px;
    text-align: center;
    color: White;
}
.home_page_element .element_head .wrapper strong, .home_page_element .element_head .wrapper b
{
    font-weight: bold;
    letter-spacing: 2.5px;
}
.home_page_element .element_content
{
    margin: 28px auto 0px auto;
    padding: 0px 0px 30px 0px;
    width: 920px;
    max-height: 402px;
    min-height: 100px;
    font-size: 16px;
    overflow: hidden;
}
.home_page_element .element_content ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.home_page_element .element_content ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}
.home_page_element .element_content .btn, .home_page_element .element_content .btn span
{
    background: url(../images/bg-buttons.png) no-repeat;
}
.home_page_element .element_content .btn
{
    background-position: left top;
    padding-left: 20px;
    float: left;
    text-decoration: none;
    margin-right: 10px;
}
.home_page_element .element_content .btn span
{
    display: block;
    padding: 0 20px 5px 0;
    height: 33px;
    line-height: 30px;
    text-align: center;
    color: #EDEDED;
    background-position: right -38px;
}
.home_page_element .element_content .btn:hover
{
    background-position: left -76px;
}
.home_page_element .element_content .btn:hover span
{
    background-position: right -114px;
}
.benifits
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    width: 355px;
}
.benifits li
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 48px !important;
    background: url(../images/icons-benifit.png) no-repeat;
    height: 48px;
    list-style: none;
}
.benifits .cd
{
    background-position: left top;
}
.benifits .ask
{
    background-position: left -48px;
}
.benifits .finance
{
    background-position: left -96px;
}
.benifits .people
{
    background-position: left -145px;
}
.benifits .step
{
    background-position: left -195px;
}
.coach
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    width: 355px;
}
.coach li
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 48px !important;
    background: url(../images/icons-coach.png) no-repeat;
    height: 48px;
    list-style: none;
}
.coach .ood
{
    background-position: left top;
}
.coach .cs
{
    background-position: left -52px;
}
.coach .es
{
    background-position: left -110px;
}
.coach .ret
{
    background-position: left -165px;
}
.coach .tax
{
    background-position: left -225px;
}

/***********************/
/** Content Page Area **/
/***********************/
.content_section
{
}
.content_section a
{
    outline: 0;
}
.content_wrapper
{
    margin: 0px auto;
    width: 1100px;
}
.marquee_container
{
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 1050px;
    height: 375px;
}
.marquee_content
{
    padding: 40px 0px 20px 60px;
    overflow: hidden;
}
.marquee_image
{
    float: right;
    height: 349px;
    width: 349px;
}
.marquee_image img
{
    border-style: none;
    padding: 0px;
    margin: 0px 50px 0px 20px;
}
.marquee_title
{
    color: #007DBB;
}
.marquee_title h2
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 45px;
    font-style: italic;
    line-height: 55px;
    letter-spacing: -1px;
}
.marquee_title p
{
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    line-height: 26px;
}
.main_content
{
    color: #666666;
    margin-bottom: 30px;
}
.main_content p
{
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.main_content hr
{
    padding: 0px;
    margin: 20px 0px;
    border-style: none;
    height: 1px;
    background-color: #EAEAEA;
}
.main_content a
{
    color: #666666;
    text-decoration: underline;
}
.main_content a:hover
{
    color: #666666;
    text-decoration: underline;
}
.main_content a h1, .main_content a h2, .main_content a h3, .main_content a h4, .main_content a h5, .main_content a h6
{
    display: inline;
    text-decoration: underline;
}
.main_content a:hover h1, .main_content a:hover h2, .main_content a:hover h3, .main_content a:hover h4, .main_content a:hover h5, .main_content a:hover h6
{
    text-decoration: underline;
}
.content_simple_container
{
    padding: 0px 50px;
    width: 1000px;
    margin: 0px auto;
}
.content_simple
{
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
    padding-right: 10px;
}
.content_simple h1, .content_simple h2, .content_simple h3, .content_simple h4, .content_simple h5, .content_simple h6
{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    line-height: normal;
    color: #666666;
}
.content_paper
{
    min-height: 450px;
    background-image: url(../images/bg-content-left-inside.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 607px;
    padding: 40px 45px 0px 40px;
    margin: -90px 0px 0px 15px;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    z-index: 6;
}
.content_paper .button
{
    margin-left: -15px;
}
.content_paper h1, .content_paper h2, .content_paper h3, .content_paper h4, .content_paper h5, .content_paper h6
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    line-height: normal;
    color: #007DBB;
}

/******************/
/** Contact Page **/
/******************/
.contact-form
{
    position: relative;
}
.contact-form input.textbox, .contact-form textarea.textbox
{
    margin-bottom: 18px;
    width: 600px;
    background: url(../images/bg-inside.gif) left top repeat-x;
    font-size: 14px;
    font-family: proxima-nova;
    color: #333;
    border: 0;
    border-collapse: collapse;
}
.contact-form input.textbox
{
    height: 30px;
    padding: 0px 5px;
}
.contact-form textarea.textbox
{
    height: 90px;
    padding: 10px 5px;
}
.contact-form p
{
    float: left;
    font-size: 19px;
}
.contact-form .button
{
    float: right;
}
.contact-form .button span
{
    padding: 0 45px 0 30px;
}
.contact_submitted
{
    margin: 0px !important;
    padding: 0px !important;
    color: #708C01;
    font-size: 22px;
    line-height: normal;
}

/*************/
/** Sidebar **/
/*************/
.sidebar_content
{
    float: left;
    margin: 35px 35px 0px 35px;
    width: 300px;
    font-size: 14px;
    line-height: 19px;
}
.sidebar_content h3
{
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    color: #708C01;
    line-height: normal;
}
.sidebar_content p
{
    padding: 0px;
    margin: 10px 0px 15px 0px;
}
.sidebar_content .sidebar_form .button
{
    margin: 5px 0px 0px -3px;
}
.sidebar_content .sidebar_form input.textbox
{
    height: 24px;
    width: 300px;
    margin-bottom: 7px;
    background-image: url(../images/bg-inside.gif);
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 14px;
    font-family: proxima-nova;
    color: #333;
    border: 0 none;
    border-collapse: collapse;
    padding: 0px 5px;
}
.sidebar_content .contact_map img
{
    width: 300px;
    border-style: none;
}

/****************/
/** Store Page **/
/****************/
.store_page_product_cell
{
    border-bottom: 1px solid #EAEAEA;
}
.store_page_product
{
    margin: 0px auto;
    width: 270px;
    padding: 30px 0px;
}
.store_page_product img
{
    border-style: none;
    margin-bottom: 15px;
}
.store_page_product p
{
    margin-bottom: 15px;
}
.store_page_product a.title
{
    font-weight: bold;
    color: #007DBB;
}
.store_page_product a.more
{
    font-weight: bold;
    color: #708C01;
    text-decoration: none;
}
.store_page_product a.more:hover
{
    text-decoration: none;
}
.store_page_product .price span
{
    font-weight: bold;
    color: #007DBB;
}
.store_page_product .button
{
    float: right;
    margin-bottom: 0px;
}

/**********************/
/** Testimonial Page **/
/**********************/
.testimonial_page
{
    background-color: White;
    background-image: url(../images/bg-inside.gif);
    background-position: left -143px;
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 19px;
    color: #2B587A;
    padding-bottom: 30px;
}
.testimonial_page .wrapper
{
    margin: 0px auto;
    width: 960px;
}
.testimonial_header
{
    height: 331px;
    padding: 45px 0px 30px 0px;
}
.testimonial_header .video
{
    width: 460px;
    height: 300px;
    margin: 0px 20px 0px 0px;
}
.testimonial_details h2
{
    font-family: ltc-bodoni-175;
    font-size: 36px;
    font-style: italic;
    line-height: normal;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}
.testimonial_header .testimonial_details h2
{
    margin-bottom: 0px;
}
.testimonial_header .testimonial_details p
{
    font-size: 24px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.testimonial_header .testimonial_details p.links
{
    font-size: 18px;
    color: #449650;
    padding-top: 30px;
}
.testimonial_header .testimonial_details p.links a
{
    color: #449650;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
}
.testimonial_header .testimonial_details p.links a:hover
{
    color: #449650;
    font-weight: bold;
    text-decoration: underline;
}
.testimonial_list_item
{
    position: relative;
    z-index: 4;
}
a.testimonial_bookmark
{
    position: absolute;
    left: 0px;
    top: -143px;
}
.testimonial_list_item .wrapper
{
    border-bottom: 1px solid #D7D7D7;
    padding: 55px 0px;
    z-index: 2;
}
.testimonial_list .last_item .wrapper
{
    border-style: none !important;
}
.testimonial_list .last_item
{
    background-image: url(../images/bg-last-testimonial.gif);
    background-position: left top;
    background-repeat: repeat;
    margin-top: -2px;
    overflow: hidden;
}
.testimonial_list_item .video
{
    margin: 0px 80px 0px 0px;
}
.testimonial_list_item .testimonial_details
{
    line-height: normal;
}
.testimonial_list_item .testimonial_details p
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.testimonial_list_item .testimonial_details .item_details
{
    margin-bottom: 20px;
}
.testimonial_list_item .testimonial_details .share
{
    color: #334365;
    font-size: 16px;
    font-weight: bold;
}
.testimonial_list_item .testimonial_details .share a
{
    background: url("../images/btn-share-links.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    height: 29px;
    line-height: 23px;
    margin-left: 15px;
    text-align: center;
    width: 109px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

/**************************/
/** Miscellaneous Styles **/
/**************************/
.admin_login_form
{
    margin: 25px auto;
    width: 500px;
}
.invisible-submit-btn
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    outline: 0;
    background-image: url(../images/null.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 1px;
    height: 1px;
    cursor: default;
    border-style: none;
}
.product_data_button .button
{
    margin: 10px 0px 0px 0px;
}
.fa_content
{
    font-size: 14px;
    line-height: normal;
    color: #666666;
    padding: 20px 30px;
}
.fa_content h1, .fa_content h2, .fa_content h3, .fa_content h4, .fa_content h5, .fa_content h6
{
    color: #2B587A;
}
.fa_content h1
{
    font-family: ltc-bodoni-175;
    font-size: 36px;
    font-style: italic;
    line-height: normal;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.media_content
{
    margin: 27px auto 0px auto;
    width: 700px;
    height: 500px;
    overflow: hidden;
}
.media_content table tr td
{
    width: 700px;
    height: 500px;
}
.sidebar_form_submitted
{
    margin: 0px !important;
    padding: 0px !important;
    color: #708C01;
    font-size: 22px;
    line-height: normal;
}

