﻿/*BASIC FORMATTING TAGS*/
*
{
    padding: 0;
    margin: 0;
}

html, body
{
    height: 100%;
}

/* body and default font etc */
body
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
    padding: 0;
    margin: 0;
}

a
{
    color: #52bdec;
    text-decoration: none;
    outline: none;
    border: none;
}
a:hover
{
    text-decoration: none;
}

ul
{
}
li
{
}
h1
{
    font-size: 22px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}

img
{
    border: none;
}

/* for background images etc. */
.body
{
    background: url(../images/bg-fade.gif) top left repeat-x;
}


.img_bordered, .hl_bordered img
{
    border: solid 1px #666666 !important;
}


form
{
    height: 100%;
}

form select, form input, form textarea
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.lock
{
    cursor: pointer;
    margin-bottom: -3px;
    margin-left: 1px;
}

.locked
{
}

/* Container */
#container
{
    width: 991px;
    margin: 0 auto;
    background: url(../images/container-fade-bg.gif) bottom left repeat-x;
}

#header
{
    width: 100%;
    height: 122px;
}

#header h1
{
    background: url(../images/logo.gif) top left no-repeat;
    width: 245px;
    height: 96px;
    float: left;
    margin: 8px 0 0 10px;
}

#header h1 a
{
    display: block;
    width: 100%;
    height: 100%;
}

#header #account
{
    background: url(../images/header-fade-login.gif) top left repeat-x;
    width: 515px;
    height: 50px;
    float: right;
    color: #ffffff;
}

#header #account a
{
    text-decoration: underline;
    color: #ffffff;
}

#header #account table
{
    margin-top: 5px;
}

#header #signup
{
    background: url(../images/bttn-sign-up.png) top left repeat-x;
    width: 184px;
    height: 50px;
    float: right;
}

#header #signup a
{
    border: none;
}

#header #signup img
{
    border: none;
}

#header #signup_tab
{
    background-color: #ffffff;
    width: 127px;
    clear: right;
    float: right;
    text-align: center;
    line-height: 23px;
    color: #ffffff;
    font-size: 12px;
}

#header #signup_tab a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

#header #nav
{
    display: block;
    float: right;
    height: 39px;
    margin-top: 10px;
    overflow: visible;
    position: relative;
    width: 699px;
}

#header #nav li
{
    float: left;
    display: block;
    margin-right: -17px;
    padding-right: 16px;
    background: url(../images/navigation-bttn-off.png) top left no-repeat;
}

#header #nav li:hover
{
    background: url(../images/navigation-bttn-on.png) top left no-repeat;
}

.activate
{
    float: left;
    display: block;
    margin-right: -17px;
    padding-right: 16px;
    background: url(../images/navigation-bttn-on.png) top left no-repeat;
}

#header #nav li.active
{
    background: url(../images/navigation-bttn-on.png) top left no-repeat;
}

#header #nav li.last
{
    padding-right: 29px;
    margin-right: 0;
}

#header #nav li a
{
    display: block;
    height: 39px;
    color: #0078c1;
    line-height: 39px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 23px;
}

#header #nav li:hover a
{
    color: #b60050;
    text-decoration: none;
}

object{outline:none;}
#main
{
    width: 100%;
}

#main div
{
    height: 193px;
    width: 100%;
    background: url(../images/header_inside.jpg) top left no-repeat;
}

#main_title
{
    float: left;
    margin-top: 165px;
    color: #0078c1;
    font-size: 16px;
    display: block;
    text-indent: 32px;
}

#shipping_info
{
    float: right;
    display: block;
    margin: 165px 20px 0 0;
    color: #0078c1;
    font-size: 12px;
}

#content
{
    width: 100%;
}

#advert
{
    margin: 10px auto auto auto;
    width: 728px;
    height: 90px;
    clear: both;
    text-align: center;
}

#featured_vendors
{
    width: 500px;
    float: left;
    margin-top: 12px;
}

.panel_sample
{
    width: 400px;
    float: left;
    margin: 0 16px 7px 0;
}


.panel_sample .title
{
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-indent: 26px;
    margin: 0;
    background: url(../images/orange_fade.png) top left repeat-x;
}

.panel_sample .content
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 15px 10px 10px 10px;
    font-size: 12px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}

.panel_sample .subtitle
{
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-indent: 26px;
    margin: 0;
    background: url(../images/orange_fade.png) top left repeat-x;
}

.panel_sample .subcontent
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 15px 10px 10px 10px;
    font-size: 12px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}

.panel_sample .product_list
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px !important;
    font-size: 12px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}


.panel
{
    width: 475px;
    float: left;
    margin: 0 16px 7px 0;
}

.orange
{
    background: url(../images/btn-content-featured-vendors02.png) top left no-repeat;
    width: 500px !important;
}

.blue
{
    background: url(../images/btn-content-testimonials02.gif) top left no-repeat;
    width: 100% !important;
}

.blue .title
{
    background: url(../images/blue_fade.png) top left repeat-x !important;
}

.panel .title
{
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-indent: 26px;
    margin: 0;
    background: url(../images/orange_fade.png) top left repeat-x;
}

.panel .content
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 15px 10px 10px 10px;
    font-size: 12px;
    min-height: 150px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}

.panel .subtitle
{
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    text-indent: 26px;
    margin: 0;
    background: url(../images/orange_fade.png) top left repeat-x;
}

.panel .subcontent
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 15px 10px 10px 10px;
    font-size: 12px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}

.content strong
{
    color: #fcb034;
}

.content a
{
    color: #fcb034;
    text-decoration: underline;
    font-weight: bold;
}

#home_right
{
    float: right;
}

#big_buttons
{
    margin-top: 7px;
    float: left;
}

#big_buttons #find_button
{
    float: left;
}

#big_buttons #create_button
{
    float: left;
}

#testimonials
{
    clear: left;
    float: left;
    width: 470px;
    margin: 11px 0 0 5px;
}

#testimonials p
{
    font-size: 12px;
    color: #5296b3;
    margin: 10px 0 10px 0;
}

#testimonials_page
{
    clear: left;
    float: left;
    width: 100%;
    margin: 11px 0 0 5px;
}

#testimonials_page p
{
    font-size: 12px;
    color: #5296b3;
    margin: 10px 0 10px 0;
}

.testimonials_table tr td
{
    vertical-align: top !important;
}

.quote
{
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
}

.quote_source
{
    font-style: italic;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    display: block;
    background: #eeeeee;
    line-height: 18px;
    color: #5296b3 !important;
}

.hr1
{
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #bde6f8;
}

.hr2
{
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #52bdec;
}

.hr3
{
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #bde6f8;
    min-width: 950px;
}

#comments_button
{
    width: 218px;
    background-color: #54bceb;
    font-size: 16px;
    color: #ffffff;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: -46px auto 0 auto;
}

#comments_button_container
{
    display: block;
    background: #ffffff !important;
    width: 226px !important;
    margin: 0 auto;
}

.comments_button
{
    width: 218px;
    background-color: #54bceb;
    font-size: 16px;
    color: #ffffff !important;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: -46px auto 0 auto;
}

#footer
{
    clear: both;
    width: 100%;
    margin-top: 5px;
}

#footer_table
{
    width: 800px !important;
    margin: 0 auto;
}

.footer_table tr td a
{
    color: #52bdec;
}

.footer_list
{
    list-style-image: url(../images/list_image.png);
    width: 170px;
    display: block;
    margin-left: 0;
    list-style-position: inside;
}

.footer_list li a
{
    color: #52bdec;
    font-size: 12px;
    margin-left: 4px;
}

#footer_nav
{
    list-style: none;
    margin: 10px 0 10px 42px;
}

#footer_nav li
{
    float: left;
    margin-left: 1px;
}

#footer_nav li a
{
    padding: 5px 15px 0 15px;
    width: 100%;
    line-height: 45px;
    font-size: 12px;
    color: #b60050;
    text-align: center;
    background: url(../images/bttn-fade-footer-off.gif) top left repeat-x;
}

#footer_nav li a:hover
{
    color: #1382b6;
    background: url(../images/bttn-fade-footer-on.gif) top left repeat-x;
    text-decoration: none;
}

.footer_dark_blue_txt
{
    color: #5296b3;
}

#take_a_tour
{
    float: right;
    margin: 125px 95px 0 0;
}

#footer_text
{
    clear: both;
    width: 100%;
    color: #dd6c83;
    padding-bottom: 5px;
}

#va_text
{
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 12px;
    color: #b60050;
    text-align: center;
}

#va_text img
{
    border: none;
}

.browse_options
{
    width: 100%;
    color: #5e5e5e;
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.browse_options a
{
    color: #1381b2;
    text-decoration: underline;
    font-weight: bold;
}

.btn_view_gift
{
    color: #ffffff !important;
    width: 89px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #fcb034;
    margin: 10px 0 0 0;
}

#showalert
{
    position: fixed; left:auto; right: auto;
    width: 100%;
    text-align: center !important;
    z-index: 99;
    font-size:small;
    margin: 300px auto !important;
    float: none;
    clear: both;
}

#showalert span span
{
    /*padding: 2px 5px 3px 19px;*/
    line-height: 24px; /*padding: 2px 5px 3px 37px;     line-height: 40px;*/
}

.alert_0
{
    border: solid 1px #f98900;
    background: #fcb747 url('../images/icon_yellow_small.gif') no-repeat;
    color: #333333;
    width: 350px;
    text-align: left;
    padding: 25px;
}

.alert_1
{
    border: solid 1px #339900;
    background: #d6ebcc url('../images/icon_green_small.gif') no-repeat;
    color: #215D03;
   width: 350px;
    text-align: left;
    padding: 25px;
}

.alert_2
{
    border: solid 1px #B42222;
    background: #f5bdbd url('../images/icon_red_small.gif') no-repeat;
    color: #540003;
    width: 350px;
    text-align: left;
    padding: 25px;
}

.new_table_header
{
    text-align: right;
    padding: 4px 6px 0 6px;
    background-color: #ADDFFF;
    color: #0078c1;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    vertical-align: top;
}

.form_button
{
    background-color: #c7eaf9;
    color: #0078c1 !important;
    font-size: 12px;
    padding: 0 5px 3px 5px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border: 1px solid #0078c1;
    font-weight: bold;
}

.form_button:hover
{
    background-color: #ffffff;
    color: #0078c1 !important;
}

.premier_button
{
    background-color: #0078c1;
    color: #ffffff !important;
    font-size: 11px;
    padding: 0 5px 3px 5px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border: 1px solid #0078c1;
    font-weight: bold;
}

.premier_button:hover
{
    background-color: #ffffff;
    color: #0078c1 !important;
}

.event_services_table
{
    border-spacing: 0;
}

.event_services_table *
{
    border-spacing: 0;
}

.event_services_table th
{
    color: #ffffff;
    width: 15%;
    text-align: right;
    background: #52bdec;
    padding: 4px 0 4px 0;
}

.event_services_title
{
    font-size: 18px;
}

.event_services_link
{
    color: #52bdec !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.event_services_content
{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
}

.inline-table
{
    display: inline-table;
}

.form_validator_left
{
    float: left;
    margin-left: 6px;
}

.btn
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    background: url(../images/btn.gif) right top;
    border: solid 1px #A8A8A8;
    padding: 0px 4px 0px 4px;
    cursor: hand;
    cursor: pointer;
    color: #333333;
}

.btn:hover
{
    background-image: none;
    background-color: #A8A8A8;
    border: solid 1px #666666;
    color: Black;
}

.btn_tab_on
{
    background-image: url(../images/button_tab.gif);
    background-position: right top;
    background-color: White;
    border-right: solid 1px #A8A8A8;
    border-top: solid 1px #A8A8A8;
    border-left: solid 1px #A8A8A8;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: hand;
    cursor: pointer;
    color: #333333;
    text-decoration: none;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    z-index: 0;
}

.btn_tab_off
{
    background-image: url(../images/button_tab_off.gif);
    background-position: right top;
    background-color: White;
    border-right: solid 1px #C9C9C9;
    border-top: solid 1px #C9C9C9;
    border-left: solid 1px #C9C9C9;
    line-height: 17px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: hand;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    margin-right: 1px;
}

.btn_tab_off:hover
{
    text-decoration: none;
    background-image: none;
    background-color: #A8A8A8;
    border-right: solid 1px #666666;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    color: Black;
}

.btn_tab_on:hover
{
    text-decoration: none;
}

.all_tab
{
}

.none_tab
{
    border-bottom: solid 1px #A8A8A8;
    width: 100%;
    position: relative;
    z-index: 1;
}


.body_tab
{
    background-color: White;
    border: solid 1px #A8A8A8;
    padding: 5px;
}

/*Collapse and Expand Panel*/
.collapsePanel
{
    width: 850px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 850px;
    height: 20px;
    color: #0078c1;
    background-color: #ADDFFF;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

/*Accordion Panel*/

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #ADDFFF;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
}

.accordionLink
{
    background-color: #ADDFFF;
    color: #ffffff !important;
}

#inside_vender_login
{
    float: left;
    display: inline-table;
    width: 300px !important;
    position: relative;
    top: -70px;
    background: #cccccc;
    border: 1px solid #333333;
}

#inside_vender_login #login_header
{
    color: #ffffff;
    background: #fcb94a !important;
    width: 300px !important;
    line-height: 24px;
    display: block;
}

.padded_grid tr td
{
    padding: 3px;
}

.normalList
{
    margin: 10px 0 10px 30px;
    list-style: disc;
}

.normalList li
{
    margin: 5px 0 5px 0;
}

.blue_box_panel
{
    width: 310px;
    min-height: 80px;
    background: #c7eaf9;
    float: left;
}

.blue_box_panel h4
{
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    width: 310px;
    font-weight: bold !important;
    display: block;
    border-bottom: 1px solid #ffffff;
    background: #52bded;
    text-indent: 15px;
}

.blue_box_panel .blue_box_content
{
    width: 280px;
    padding: 15px;
    height: 100%;
}

.blue_box_panel .blue_box_content ul
{
    margin-left: 15px;
    color: #52bded;
}

.blue_box_panel .blue_box_content ul li
{
    margin: 5px 0 5px 0;
}

.blue_box_panel .blue_box_content a
{
    color: #52bded;
    font-weight: bold;
    font-size: 14px;
}

.orange_box_panel
{
    width: 310px;
    min-height: 80px;
    background: #fdd5a1;
    float: left;
    margin-left: 15px;
}

.orange_box_panel h4
{
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    width: 310px;
    font-weight: bold !important;
    display: block;
    border-bottom: 1px solid #ffffff;
    background: #f98e00;
    text-indent: 15px;
}

.orange_box_panel .orange_box_content
{
    width: 280px;
    padding: 15px;
    height: 100%;
}

.orange_box_panel .orange_box_content ul
{
    margin-left: 15px;
    color: #f98e00;
}

.orange_box_panel .orange_box_content ul li
{
    margin: 5px 0 5px 0;
}

.orange_box_panel .orange_box_content a
{
    color: #f98e00;
    font-weight: bold;
    font-size: 14px;
}

.purple_box_panel
{
    width: 310px;
    min-height: 80px;
    background: #f9e2e8;
    float: left;
    margin-left: 15px;
}

.purple_box_panel h4
{
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    width: 310px;
    font-weight: bold !important;
    display: block;
    border-bottom: 1px solid #ffffff;
    background: #e26c8d;
    text-indent: 15px;
}

.purple_box_panel .purple_box_content
{
    width: 280px;
    padding: 15px;
    height: 100%;
}

.purple_box_panel .purple_box_content ul
{
    margin-left: 15px;
    color: #e26c8d;
}

.purple_box_panel .purple_box_content ul li
{
    margin: 5px 0 5px 0;
}

.purple_box_panel .purple_box_content a
{
    color: #e26c8d;
    font-weight: bold;
    font-size: 14px;
}

.delete_button
{
    background-color: #f9e2e8;
    color: #e26c8d;
    font-size: 11px;
    padding: 0 5px 0 5px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border: 1px solid #e26c8d;
    font-weight: bold;
}

.delete_button:hover
{
    background-color: #ffffff;
}

.panel .product_list
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px !important;
    font-size: 12px;
    min-height: 110px;
    background: url(../images/panel_bg.png) bottom left repeat-x;
}

.panel_100
{
    width: 100%;
    float: left;
    margin: 0 16px 7px 0;
}

.panel_100 .product_list_100
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px !important;
    font-size: 12px;
    min-height: 110px;
}

#home_bg
{
    width: 971px;
    height: 447px;
    position: relative;
    z-index: -1;
    background: transparent url('../images/inner_page_content_bg.png') repeat-y scroll top left;
}

#home_bg div
{
    margin-left: 57px;
    width: 864px;
    height: 363px;
    position: relative;
    z-index: -1;
}

label
{
    margin-left: 4px;
    vertical-align: top;
}


.no_border
{
    border: none !important;
}

.form_left_col
{
    float: left;
    width: 450px;
}

.form_right_col
{
    float: right;
    width: 450px;
    border-left: 1px solid #dddddd;
}

.purchased_banner
{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px !important;
    background: url(../images/purchased.png) bottom left repeat-x;
}

.purchased_items_table th
{
    color: #ffffff;
    text-align: center;
    background: #52bdec;
    padding: 4px 4px 4px 4px;
}
.purchased_items_table td
{
    text-align: left;
    padding: 2px 2px 2px 2px;
}

.error
{
    min-height:20px !important;
    min-width:80px !important;
    color:#333333;
    border:1px solid #dd3c10;
    background:#ffebe8;
    padding:10px;
    font-size:11px;
    margin: 10px 0px 10px 0px !important;
}

.error h2
{
    font-size: 14px;
}

.error a
{
    color:#dd3c10 !important;
    text-decoration:none;
}

.table_col_header
{
 text-align: right !important;
}

.rounded
{
}

.status
{
    min-height:20px !important;
    min-width:80px !important;
    color:#333333;
    border:1px solid #ffffff;
    background:#ffffff;
    padding:10px;
    font-size:11px;
    margin: 10px 0px 10px 0px !important;
}

.status h2
{
    font-size: 14px;
}

.status a
{
    color:#52bdec !important;
    text-decoration:none;
}

.faq
{
	font-size:12px;
	padding: 5px 0px 5px 0px;
}

.bold
{
    font-weight:bold;
}

.normalList
{
    margin:10px 0 10px 40px;
    list-style:disc;  
    padding:0; 
}

.normalList li
{
    margin:5px 0 5px 0;   
    padding:0;
}

.theme_border
{
    border: none !important;
}

.cat
{
   color: #0078c1 !important; 
}

.subcat
{
    color: #52bdec !important;
    font-weight: normal;
    font-size:12px !important;
    text-decoration: underline;
}

.data
{
    padding: 3px;
}

.text_overflow
{
    overflow: auto;
    min-height: 250px;
}


.white
{
    color:#ffffff !important;
}

.float_right
{
    float:right;
}

.normal_table tr td
{
    padding:5px !important;
}

.ordered_list
{
    list-style-type: decimal;padding-left:50px;    
}
.ordered_list li
{
    line-height: 25px;
}