html
{
    height: 100%;
}
.test
{
    font-size: 11px;
    border: solid 1px blue;
}
body
{
    background: #D8D8D8;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
}

#wrap
{
    background: #FFFFFF url(../images/wrap_bg.gif) repeat-x left top;
    border-right: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    height: 100%;
}

.dynamicPage_wrap
{
    background: #FFFFFF url(../images/wrap_bg.gif) repeat-x left top;
    border-right: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    height: 100%;
}

.dynamicPage_wrap_Description
{
    background-color: #FFFFFF;
    border-right: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    height: 100%;
}

#kantola_logo
{
    margin: 10px;
}

.top_nav_bg
{
    background: url(../images/bg.gif) repeat-x;
    padding-top: 0px;
}

.pnlSmallImageClass
{
    padding-bottom: 0px;
    color: #00289C;
}

.suckertreemenu
{
    background: url(../images/bg.gif) repeat-x top left;
}

.suckertreemenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*Top level list items*/
.suckertreemenu ul li
{
    position: relative;
    display: inline;
    float: left;
    text-align: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a
{
    display: block;
    width: 90px;
    padding: 1px 8px 5px 8px;
    border-right: 1px solid #d2d2d2;
    border-left-width: 0;
    text-decoration: none;
    color: #666666;
    background-color: #F3F3F3; /*overall menu background color*/
}

/*1st sub level menu*/
.suckertreemenu ul li ul
{
    left: 0;
    position: absolute;
    top: 1em; /* no need to change, as true value set by script */
    display: block;
    visibility: hidden;
    text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
{
    display: list-item;
    float: none;
    text-align: left;
    font-size: 12px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{
    left: 159px; /* no need to change, as true value set by script */
    top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
    display: block;
    width: 170px; /*width of sub menu levels*/
    color: #000000;
    text-decoration: none;
    padding: 3px 5px 3px 3px;
    border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover
{
    background-color: black;
    color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{
    background: #F3F3F3 url(../images/down_arrow.gif) no-repeat center right;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericonZeroChilds
{
    background: #F3F3F3;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon
{
    background: #F3F3F3 url(../images/right_arrow.gif) no-repeat center right;
}

* html p#iepara
{
    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li
{
    float: left;
    height: 1%;
}
* html .suckertreemenu ul li a
{
    height: 1%;
}
/* End */
.trainging_text
{
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.cart_text
{
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
}
.cart_item
{
    color: #000000;
}
.tabs
{
    background: url(../images/tabs.gif) no-repeat top;
    background-position: 0 1px;
}

.tabs a
{
    color: #797A7A;
    text-decoration: none;
}

.tabs a:hover
{
    color: #022A9B;
    text-decoration: underline;
}
.tabs1
{
    background: url(../images/tabs1.gif) no-repeat top;
    background-position: 0 1px;
}
.tabs1 a
{
    color: #797A7A;
    text-decoration: none;
}

.tabs1 a:hover
{
    color: #022A9B;
    text-decoration: underline;
}

.tab_kantola
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #022A9B;
    font-weight: bold;
    padding-left: 38px;
    float: left;
    padding-bottom: 3px;
}

html > body .tab_kantola
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #022A9B;
    font-weight: bold;
    padding-left: 40px;
    float: left;
    padding-bottom: 3px;
}

.tab_stanford
{
    color: #022A9B;
    padding-left: 66px;
    float: left;
    padding-bottom: 3px;
    font: bold 15px Arial, Helvetica, sans-serif;
}

html > body .tab_stanford
{
    color: #022A9B;
    padding-left: 66px;
    float: left;
    padding-bottom: 3px;
    font: bold 15px Arial, Helvetica, sans-serif;
}


.backtotop a
{
    color: #08389C;
    text-decoration: underline;
}

.backtotop a:hover
{
    color: #000000;
    text-decoration: underline;
}


.call
{
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px;
}
html > body .call
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #003399;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px;
}

.call_off_hours
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #999999;
    padding-right: 10px;
    font-weight: bold;
    font-style: italic;
}

#navigation
{
    background: url(../images/navigation_bg.gif) repeat-y top left #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
}

html > body #navigation
{
    background: url(../images/navigation_bg.gif) repeat-y top left #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
}

#navigation ul
{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

html > body #navigation ul
{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#navigation ul li a
{
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 4px 0px 8px 15px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
}

html > body #navigation ul li a
{
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 4px 0px 10px 15px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
}

#navigation ul li a:hover
{
    background-color: #E9ECF6;
}
html > body #navigation ul li a:hover
{
    background-color: #E9ECF6;
}

#navigation_links
{
    background: url(../images/navigation_end.gif) no-repeat bottom left;
    margin-bottom: -16px;
}
html > body #navigation_links
{
    background: url(../images/navigation_end.gif) no-repeat bottom left;
    margin-bottom: -16px;
}
.page
{
    margin-left: 5px;
    margin-right: 5px;
}

.left_ad
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

#featured
{
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#briefings
{
    text-align: left;
    padding-left: 15px;
    padding-bottom: 8px;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
}

#briefings a
{
    text-align: left;
    font-size: 100%;
    color: #022A9B;
    font-weight: normal;
}

#briefings a:hover
{
    color: #000000;
    font-weight: bold;
}

.speaker
{
    color: #666666;
    font-size: 90%;
    line-height: 20px;
}

.bl
{
    background: url(../images/bl.gif) 0 100% no-repeat #f3f3f3;
    width: 245px;
    margin-top: 2px;
    margin-left: 3px;
}
.br
{
    background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl
{
    background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr
{
    background: url(../images/tr.gif) 100% 0 no-repeat;
    padding: 7px;
}
.clear
{
    font-size: 1px;
    height: 1px;
}

.bpl
{
    background: url(../images/bl.gif) 0 100% no-repeat #f3f3f3;
}
.bpr
{
    background: url(../images/br.gif) 100% 100% no-repeat;
}
.tpl
{
    background: url(../images/tl.gif) 0 0 no-repeat;
}
.tpr
{
    background: url(../images/tr.gif) 100% 0 no-repeat;
    padding: 7px;
}

.tpr a
{
    color: #000000;
    font-weight: bold;
}

.tpr a:hover
{
    color: #FF3300;
    font-weight: bold;
}

#testimonial
{
    background: #f2f2f2 url(../images/quote.gif) no-repeat;
    font-size: 98%;
}
#testimonial h1
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 40px;
    padding-bottom: 8px;
    padding-top: 10px;
}

#testimonial a
{
    color: #000000;
}

#testimonial a:hover
{
    color: #062682;
    text-decoration: none;
}

.bsl
{
    background: url(../images/bl.gif) 0 100% no-repeat #f3f3f3;
    width: 15em;
    margin-top: 8px;
    text-align: left;
}
.bsr
{
    background: url(../images/br.gif) 100% 100% no-repeat;
}
.tsl
{
    background: url(../images/tl.gif) 0 0 no-repeat;
    font-size: 11px;
}
.tsr
{
    background: url(../images/tr.gif) 100% 0 no-repeat;
    padding: 5px;
}
.clear
{
    font-size: 1px;
    height: 1px;
}

.award
{
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #003399;
    padding-bottom: 5px;
}

.tsr a
{
    color: #000000;
    font-weight: bold;
}

.tsr a:hover
{
    color: #FF6600;
}

#flash_section
{
    background: url(../images/flash_bg.gif) no-repeat left top;
    height: 354px;
    padding-top: 2px;
    padding-left: 5px;
}
.flash_section
{
    background: url(../images/flash_bg.gif) no-repeat left top;
    height: 354px;
    padding-top: 2px;
    padding-left: 5px;
}

.quickOrderBrowseTitle
{
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
    border-right: 0px solid #E9E9E9;
    font-size: 14px;
    vertical-align: top;
}
.feedback
{
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: Red;
    padding: 15px 0px 7px 60px;
}

.quickOrderBrowseTitle a
{
    color: #7F7F7F;
    text-decoration: none;
}

.quickOrderBrowseTitle a:hover
{
    color: #FF6600;
    text-decoration: none;
}

.quickOrderBrowseTitle h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #022A9B;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.quickOrderBrowseTitle h2 a:hover
{
    color: #FF6600;
}

form
{
    margin: 0px;
    padding: 0px;
}

.margin_flash
{
    margin-top: 2px;
}

.home_featured
{
    padding: 5px 0px 0px 5px;
}

.home_featured h1
{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEAEA;
    background: url(../images/bg_text.gif) repeat-x left center;
    padding-left: 15px;
}
.home_featured h1 a
{
    text-decoration: none;
    color: #000000;
}
.home_featured h1 a:hover
{
    text-decoration: none;
    color: #022A9B;
}
.home_product
{
    font-size: 11px;
}

.homeproduct_align
{
    padding-bottom: 3px;
}

.home_product a
{
    color: #000000;
}

.home_product a:hover
{
    color: #FF6600;
}

.ReadMoreAward a
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana;
}

.ReadMoreAward a:hover
{
    color: #FF6600;
    text-decoration: none;
}


.product_break
{
}

.more_product
{
    margin-right: 5px;
    margin-top: 10px;
}

.both5
{
    padding: 0px 5px 0px 5px;
}

#footer
{
    clear: left;
    width: 100%;
    background: url(../images/footer.gif) repeat-x top;
    text-align: center;
    padding: 4px 0;
    border-top: #F2F2F2 1px solid;
    color: #666666;
    font-size: 90%;
}

#footer a
{
    color: #666666;
    text-decoration: none;
}
#footer a:hover
{
    color: #000000;
    text-decoration: none;
}


.secondFooter
{
    clear: left;
    width: 100%;
    background: url(../images/footer.gif) repeat-x top;
    text-align: center;
    padding: 4px 0;
    border-top: #F2F2F2 1px solid;
    color: #666666;
    font-size: 90%;
}

.secondFooter a
{
    color: #666666;
    text-decoration: none;
}
.secondFooter a:hover
{
    color: #000000;
    text-decoration: none;
}

.best_selling_hd
{
    padding-bottom: 8px;
    display: block;
}

.best_selling_list
{
    margin: 10px 0px 0px 15px;
    padding: 0px 10px 10px 10px;
    line-height: 18px;
}
.best_selling_list2
{
    padding-left: 10px;
}

.best_selling_list a
{
    color: #000000;
}

.best_selling_list a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
#search_left
{
    margin-bottom: 1px;
}

.sub_page
{
    padding: 0px 0px 0px 10px;
}

.sub_page_productdetail
{
    padding: 0px 0px 0px 10px;
}

.sub_page_productdetail h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: normal;
    padding-top: 5px;
    color: #022A9B;
    margin: 0px 0 5px 0;
}

.sub_page_h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 3px; /*border-bottom: 1px solid #E2E2E2;*/
    font-weight: normal;
    padding-top: 5px;
    color: #022A9B;
    margin: 0px 0 5px 0;
}

.textfloatleft
{
    float: left;
}

.vertcalalignstyle
{
    vertical-align: top;
}

.bottomline
{
    border-bottom: 1px solid #E2E2E2;
}
.sub_page h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: normal;
    padding-top: 5px;
    color: #022A9B;
    margin: 0px 0 5px 0;
}

#Line
{
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 5px;
    margin: 0px 0 15px 0;
}

.listing_hd
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #022A9B;
    font-weight: bold;
    padding-bottom: 3px;
}

.listing_SpeakerName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #022A9B;
}

.listing_SpeakerPosition
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.border_bottom
{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 8px;
}
.border_bottom_line
{
    border-bottom: 1px solid #E2E2E2;
}
.blue
{
    color: #022A9B;
}
.email-box
{
    border: 1px solid #707070;
}
.Bgwhite
{
    background: #FFFFFF !important;
}
.contact-box
{
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
}
.best_seller
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    color: #FF5001;
}
.add-cart-bg
{
    background-image: url(../images/add-cart-bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.red
{
    color: #FF0000;
}
.pro-info-bg
{
    background-color: #F5F5F5;
    border: 1px solid #E4E3E3;
    padding: 4px;
}
.titleFormat
{
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}
.add-infor
{
    background-color: #FEFFF7;
    border: 1px solid #E9E9E9;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.which
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #F44C06;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 4px;
}
.product-heading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #022A9B;
    background-image: url(../images/pro_detail_head.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 9px;
}

.product-headingwhich
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #022A9B;
    background-image: url(../images/pro_detail_head.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 15px;
}
.product-details
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
    padding-left: 12px;
}
.product-details a
{
    color: #000000;
    text-decoration: underline;
}
.product-details a:hover
{
    color: #F44C06;
    text-decoration: none;
}
.cart-pro-name
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    background-color: #F4F4F4;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #B2B2B2;
    border-bottom-color: #B2B2B2;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}
.cart-pro-detail
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    padding-right: 6px;
    padding-top: 2px;
}

.cart-pro-No
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    padding-right: 6px;
}

.cart-pro-detail a
{
    color: #000000;
    text-decoration: none;
}
.cart-pro-detail a:hover
{
    color: #F44C06;
    text-decoration: none;
}
.cart-total
{
    background-color: #E9ECF6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #022A9B;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 10px;
}

.cart-discount
{
    background-color: #E9ECF6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #7B95C9;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 10px;
}
.place-order-heading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #F5F5F5;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.place-order-infor
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.cate_search_name
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #EFF1F8;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}
.cate-search-info
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left: 6px;
    padding-right: 6px;
}

.quick_order
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #8C8C8C;
    padding-left: 8px;
}

.quick_order-info
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
}
.quick-left-right
{
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #E5E5E5;
    border-left-color: #E5E5E5;
}
.check-head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    background-image: url(../images/che-head-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 11px;
    font-weight: bold;
    padding: 5px;
}

.cat-head
{
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
    text-transform: capitalize;
    color: #000000;
    background-image: url(../images/che-head-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 11px;
    font-weight: bold;
}

.clear
{
    clear: both;
}

.check-title
{
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #000000;
    padding-bottom: 5px;
    font-weight: bold;
}
.stanford-top-main
{
    color: #000000;
    background-image: url(../images/stanford_top-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 10px;
    font: 36px Arial, Helvetica, sans-serif;
}

.learn-top-bg
{
    background-image: url(../images/Learn-c_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.kantola-text
{
    font: bold 35px Arial, Helvetica, sans-serif;
    color: #000000;
    text-transform: uppercase;
}
html > body .kantola-text
{
    font: bold 35px Arial, Helvetica, sans-serif;
    color: #000000;
    text-transform: uppercase;
}
.kantola-text a
{
    color: #000000;
    text-decoration: none;
}
.kantola-text a:hover
{
    color: #000000;
}

.Video-training a
{
    text-decoration: none;
    color: #797979;
}
.Video-training a:hover
{
    color: #797979;
}
.kantola-Productions
{
    font: bold 22px Arial, Helvetica, sans-serif;
    color: #797979;
    text-transform: uppercase;
}

html > body .kantola-Productions
{
    font: bold 22px Arial, Helvetica, sans-serif;
    color: #797979;
    text-transform: uppercase;
}

.kantola-Productions a
{
    color: #797979;
    text-transform: none;
    text-transform: uppercase;
}

.kantola-Productions a:hover
{
    color: #797979;
    text-transform: none;
    text-transform: uppercase;
}

.kantola_logo
{
    color: White;
    text-transform: none;
    border-bottom-style: none;
    border-color: White;
}

.category_tabs
{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.categor_tabs
{
    border-bottom: 1px solid #CCCCCC;
}

.categor_tabs ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.categor_tabs ul li
{
    list-style: none;
    display: inline;
}

.category_tabs a
{
    color: #003399;
    text-decoration: none;
}

.category_tabs a:hover
{
    color: #FF6600;
    text-decoration: none;
}

.category_border
{
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.category_border a
{
    color: #000000;
}

.category_border a:hover
{
    color: #FF6600;
    text-decoration: none;
}
.learning-center-new
{
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-size: 18px;
    color: #003399;
    background-color: #FFFFFF;
    padding: 0px;
}
.learning-center-bor
{
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #F5F5F5;
    border-left-color: #F5F5F5;
}

.Success
{
    color: Green;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana:MS Reference Sans Serif:Arial;
}

.Error
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana:MS Reference Sans Serif:Arial;
}

.Free
{
    color: Red;
    font-weight: bold;
}

.InvisibleHeaderandFooter
{
    visibility: hidden;
}

.plcategory_border
{
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    color: Black;
    text-decoration: underline;
}

.plcategory_border a
{
    color: Black;
    text-decoration: underline;
}

.plcategory_border a:hover
{
    color: #FF6600;
    text-decoration: underline;
}


.pnlcategory_tabs
{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    height: 23px;
    color: #003399;
}

.pnlcategory_tabs a
{
    color: #003399;
    text-decoration: none;
}

.pnlcategory_tabs a:hover
{
    color: #FF6600;
    text-decoration: none;
}

.NotAvailable
{
    font-size: 7pt;
}
.HideAlternet
{
    visibility: hidden;
}

.quick_orderTD
{
    padding-left: 8px;
}

.quick_orderTDAddOn
{
    font-weight: bold;
    color: Red;
    padding-left: 8px;
}
.HideHeader
{
    visibility: hidden;
    display: none;
}

.NATextBox
{
    color: Gray;
    border: 1px solid Gray;
}
.mclt
{
    background-image: url(../images/movie_left_corner_top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.mcrt
{
    background-image: url(../images/movie_right_corner_top.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.mcrb
{
    background-image: url(../images/movie_right_corner_bottom.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.mclb
{
    background-image: url(../images/movie_left_corner_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.GrandTotal
{
    color: Red;
}

.TotalTypeText
{
    font-size: 8pt;
    font-weight: normal;
}

.TotalTypeTD
{
    font-size: 8pt;
    font-weight: normal;
}

.freeDisplay
{
    color: Red;
}
.NoDisplayFree
{
    visibility: hidden;
    display: none;
}

/* Start Maling List Colors */
.FithFree
{
    background-color: #B8E9F1;
}
.SeventyNinePricing
{
    background-color: #FDE6B5;
}
.Bulk
{
    background-color: #CCCCFF;
}
.NoKeyword
{
    background-color: #D8EAB9;
}
/* End Maling List Colors */
.MalingGrid
{
    border-color: White;
}

.wordwrap
{
    word-wrap: break-word;
}

.paddingright
{
    padding-right: 20px;
}

.paddingleft
{
    padding-left: 20px;
}

.tdimgcls
{
    width: 34%;
}
.gray_bg
{
    background-color: #f6f6f6;
}
.address
{
    font-size: 12px;
}
.border
{
    border-right: 1px solid #666666;
}
.border123
{
    border-right: 1px solid #666666;
}
.th
{
    background-color: #000000;
    color: #FFFFFF;
}

.th-cart
{
    background-color: #0039a2;
    color: #FFFFFF;
}
.normal
{
    font-weight: normal;
}
/* added the kantola special table html */

#specal td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
}
#specal td a
{
    color: #0F21A7;
    text-decoration: none;
    margin: 0px;
}
#specal td a:hover
{
    color: #0F21A7;
    text-decoration: none;
    background-color: #FFFFF0;
    display: block;
    margin: 0px;
}
#specal td.hed
{
    background-color: #9D9D9D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
#specal td.total
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #002D94;
    margin: 0px;
}
#specal td.spe
{
    background-color: #003399;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}

/* end kantola special table html */

/*My Styles*/

.buy-kantola-box-bg
{
    background-image: url(images\pics\buy-kantola-box-bg.gif);
    background-repeat: repeat;
    background-position: centercenter;
}
.tblcolor
{
    background-color: #FEDFB3;
    width: 250px;
}

html > body .tblcolor
{
    background-color: #FEDFB3;
    width: 250px;
}

.topPaddingSpeakerPosition
{
    padding-top: 5px;
}
.leftPaddingSpeakerPosition
{
    padding-top: 10px;
}
.scrollingtext
{
    overflow: scroll;
    overflow-x: hidden;
    width: 234px;
}

.scrollingtext_Cart
{
    width: 234px;
}

.scrollingforadditionalclips
{
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
    width: 405px;
}


.speaker-names
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ECECEC;
    background-position: center bottom;
    padding-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #204188;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 50%;
}

.speaker-position
{
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 6px;
    color: #830400;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}


.products-fortitletab
{
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.SpaceStanford
{
    background-image: url(../images/space.gif);
    background-repeat: repeat-x;
    height: 28px;
    text-align: right;
    padding-right: 5px;
}

.SpaceKantola
{
    background-image: url(../images/spacekantola.gif);
    background-repeat: repeat-x;
    height: 28px;
    text-align: right;
    padding-right: 5px;
}
.quickOrder
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 3px;
    font-weight: normal;
    padding-top: 5px;
    color: #022A9B;
    margin: 0px 0 5px 0;
}
.marginforcategorysearch
{
    margin-bottom: -1em;
}
.product_listing_h2
{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    vertical-align: text-top; /*padding-right: 7px;	*/
}
.products-list
{
    padding-left: 12px;
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}
.yellow
{
    background-color: #F2FFF9;
    padding: 3px;
}
.gray
{
    background-color: #ECF5FF;
    padding: 3px;
}
.alsopurchased-horizontal
{
    border-right: 2px solid #EFEFF7;
    border-left: 2px solid #EFEFF7;
    border-top: 2px solid #EFEFF7;
    border-bottom: 2px solid #EFEFF7;
}
.production-info-kantola
{
    border-right: 2px solid #6383C1;
    border-left: 2px solid #6383C1;
    padding: 4px;
}
.production-info-stanford
{
    border-right: 2px solid #A50000;
    border-left: 2px solid #A50000;
    padding: 4px;
}
.search-labelMessage
{
    color: #022A9B;
    padding-top: 5px;
    padding-bottom: 15px;
    font-family: Arial,Helvetica, sans-serif;
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
    font-weight: bold;
}
.labelAlsoPurchased
{
    border-top: solid 1px #E2E2E2;
    width: 100%;
    font-family: Arial,Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}
.paddingtop
{
    padding-top: 6px;
    padding-bottom: 3px;
}
.speakerImage
{
    background-image: url(../images/top-pilar.jpg);
    border: 2px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: right;
    height: 106px;
}
.text-size
{
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
}

.toppadding
{
    padding-top: 40px;
}
.leftpadding
{
    padding-left: 100px;
}
.stanfordSearchText
{
    background-color: #9C0000;
    width: 100%;
    color: #FFFFFF;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: Times New Roman;
    width: 97%;
    border: 2px solid orange;
}
.kantolaSearchText
{
    background-color: #083C9C;
    width: 100%;
    color: #FFFFFF;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 97%;
    font-family: Arial;
    border: 2px solid;
}
.border
{
    border: 1px solid #CCCCCC;
}
.top
{
    background-image: url(../images/top_blue.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font: 28px Arial, Helvetica, sans-serif;
    padding: 10px;
    margin: 0px;
}
.homePageBulletedList
{
    font-size: 16px;
    font-weight: bold;
}
.stanfordHomePageBulletedList
{
    font-size: 14px;
    font-weight: bold;
}

.selectedClipStyleInLPL
{
    border: 2px solid Red;
}
.homePagePlayerStyle
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}
.childNodeStylesForSitemap
{
    padding-bottom: 7px;
    list-style-type: square;
}
.sitemapLinkColor
{
    color: #002BC2;
    font-family: Verdana;
}
.sitemapLinkColor a:hover
{
    color: Black;
}
.parentNodeStylesForSitemap
{
    padding-bottom: 7px;
    list-style-type: disc;
    font-family: Verdana;
}
.paddingBottomForLeftMenu
{
    padding-bottom: 3px;
}
.smallFontSize
{
    font-size: 11px;
    vertical-align: top;
}
.toolBoxText
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    width: 70%;
}
.paddingBottomForStreaming
{
    padding-bottom: 8px;
}
.stanfordBrandSearchText
{
    font-family: Verdana;
    color: #C40000;
    font-size: 16px;
}
.playStyle
{
    vertical-align: top;
    color: #021596;
    font-weight: bold;
}
.flashCaptionStyle
{
    padding-left: 23px;
    padding-top: 10px;
    text-align: left;
}
.scrollingStylesForQuickOrder
{
    overflow: auto;
    overflow-x: hidden;
    scrollbar-face-color: #CDCDCD;
    scrollbar-track-color: #E8E8E8;
    scrollbar-arrow-color: #000000;
    vertical-align: top;
}


.scrollingStylesForAdditionalClips
{
    overflow: auto;
    height: 150px;
    overflow-x: hidden;
    scrollbar-face-color: #CDCDCD;
    scrollbar-track-color: #E8E8E8;
    scrollbar-arrow-color: #000000;
    width: 100%;
}

/*Classes for Print page of Product details page*/

.kantola-stan
{
    color: #000000;
    text-transform: uppercase;
    padding-top: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 30px; /*margin-top: 0px; 	margin-right: 0px; 	margin-bottom: auto; 	margin-left: 0px;*/
}

.kantola-stan a
{
    color: #000000;
    text-decoration: none;
}
.kantola-stan a:hover
{
    color: #000000;
}

.kantola-stanpro
{
    color: #797979;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
}

.kantola-stanpro a
{
    color: #797979;
    text-transform: none;
    text-transform: uppercase;
}
.kantola-stanpro a:hover
{
    color: #797979;
    text-transform: none;
    text-transform: uppercase;
}
.video-training
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #4A4A4A;
    text-transform: uppercase;
    vertical-align: bottom;
}
.border
{
    border-bottom: 2px solid #666666;
    border-left: none;
    border-right: none;
    border-top: none;
}

#wrap-stan
{
    background: #FFFFFF url('../images/wrap_bg-stan.gif') repeat-x left top;
    height: 100%;
    margin-left: 50px;
}
.printh1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #003399;
    padding-right: 10px;
    font-weight: bold;
    font-style: italic;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.print79pricing
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-style: italic;
    font-weight: bold;
    color: #FF4D08;
    text-decoration: none;
    font-size: 16px;
}

.print5thFree
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-style: italic;
    font-weight: bold;
    color: #E70000;
    font-size: 16px;
}

.printCall
{
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 19px;
    vertical-align: text-bottom;
    padding-bottom: 0px;
}

.printCategories
{
    text-decoration: none;
}

/*Preview page */

.wrap_preview
{
    /*background: #FFFFFF url('../images/wrap_bg-stan.gif') repeat-x left top;	*/
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/wrap_bg-stan.gif') repeat-x left top;
}

.previewclass
{
    background-color: Red;
    background-image: url('../images/wrap_bg-stan.gif') repeat-x left top;
}

.previewh1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: normal;
    padding-top: 0px;
    color: #022A9B;
    margin: 0px 0 0px 0;
}

.Background
{
    filter: alpha(opacity=50);
}

/*class for streaming Invoice */
.FooterTableForStreamingInvoice
{
    border: solid 1px #000000;
}

/*class for streaming Cart */
.FooterTableForStreamingCart
{
    border: solid 2px #0039a2;
}

/*Class for email sign up section in Top.ascx page*/
.EmailSignUp
{
    background-image: url('../images/signup-middle.jpg');
    background-repeat: repeat-x;
    height: 60px;
    background-position: left top;
    margin: 3px;
    width: 170px;
}

.SpaceFontKantola
{
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    color: White;
}

.SpaceFontStanford
{
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    color: White;
}

.EmailSignUpWidth
{
    width: 170px;
}

/*Class for font of price in Product listing page*/
.ProductListPrice_kantola
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #0C3C9E;
    vertical-align: top;
}

.ProductListPrice_stanford
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #9C0000;
    vertical-align: top;
}

.license_home_featured
{
    padding: 5px 0px 0px 5px;
}

.license_home_featured h1
{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEAEA;
    background: url(../images/bg_text.gif) repeat-x left center;
    padding-left: 15px;
    color: #000000;
    font-weight: bold;
}

.license_home_featured h1 a
{
    text-decoration: none;
    color: #000000;
}
.license_home_featured h1 a:hover
{
    text-decoration: none;
    color: #022A9B;
}
.left-space
{
    padding: 0px 15px 0px 18px;
}

.product_break
{
}

.product_break span
{
    color: #000099;
}

.product_break a
{
    color: #000099;
    text-decoration: underline;
}

.product_break a:hover
{
    color: #000000;
    text-decoration: none;
}

.product_break ul
{
    margin: 0px;
    padding: 0px;
}

.product_break ul li
{
    background-image: url(../images/ul-bullet.jpg);
    background-repeat: no-repeat;
    background-position: left 7px;
    list-style: none;
    padding: 3px 0px 0 15px;
    font-weight: bold;
}

.product_break ul li a
{
    color: #000099;
    text-decoration: underline;
}

.product_break ul li a:hover
{
    text-decoration: none;
    color: #000000;
}

.page
{
    margin-left: 5px;
    margin-right: 5px;
}

.homePageBulletedList
{
    font-size: 16px;
    font-weight: bold;
}

.license_header
{
    background-image: url(../images/header-image.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 302px;
    width: 713px;
}

.license_header h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #012591;
    padding: 5px;
    margin: 0px;
    border: 0px;
}

.license_header h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #012591;
    padding: 5px;
    margin: 0px;
    font-style: italic;
}

.license_header h2 span
{
    padding-left: 20px;
}

.license_home_featured h2
{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEAEA;
    background: url(../images/bg_text.gif) repeat-x left center;
    padding-left: 15px;
    color: #012591;
    font-weight: bold;
}
.cart-total-background
{
    background-color: #E9ECF6;
}

.cart-total-section
{
    background-color: #E9ECF6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #022A9B;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 10px;
    width:50%;
}

.cart-total-section-Admin
{
    background-color: #E9ECF6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #022A9B;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 10px;
    width:50%;
}

cart-width-admin
{
    width:50%;
}


.invoice-total-text-color
{
    color: #000000;
}

.cart-total-text-color
{
    color: #3660AE;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 10px;
    width:50%;
}

.order-box-right-top
{
    width: 230px;
    min-height: 296px;
    background-image: url(images/pics/order-top-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 8px 5px;
}

.pricing-txt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #0b0b0b;
}

.fifthFree-txt
{
    color: #9c0000;
    font-family: Arial, Helvetica, sans-serif, Impact, Tahoma;
    font-size: 13px;
}

.description h4
{
    padding: 0px;
}

.license_quote_header{
	background-image:url(../images/header-image1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:302px;
	width:713px;
}

.license_quote_header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#012591;
	padding:5px;
	margin:0px;
	border:0px;
}

.license_quote_header h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#012591;
	padding:5px;
	margin:0px;
	font-style:italic;
}

.license_quote_header h2 span{
	padding-left:17px;
}

.ordering-faq
{
    font-family: Arial, Helvetica, sans-serif, Impact, Tahoma;
    font-size: 13px;
    color: #5b5b5b;
}
.ordering-faq a
{
    text-decoration: underline;
    color: #5b5b5b;
}
.ordering-faq a:hover
{
    text-decoration: none;
}
.padding-bottom
{
    padding-bottom: 15px;
}

.stanfordDescriptionTitle
{
    border: solid 1px #FBE0E7;
    background-color:#FFF6F7;
}

.kantola-description-title
{
    border: solid 1px #B6C4D7;
    background-color:#F6F9FE;
}

.padding-left
{
    padding-left:10px;
}

.cart-beta-disclaimer
{
    background-color: #E9ECF6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3660AE;
    font-weight: bold;
    font-style:italic;
    padding-right: 2px;
    padding-left: 2px;
    vertical-align: bottom;
    border-bottom: solid 1px #B2B2B2;    
    padding-bottom:4px;
}

.cart-disclaimers-invoice
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-style:italic;
    padding-right: 0px;
    padding-left: 0px;
    vertical-align: top;
    padding-top:4px;
    width:50%;
}

.omni-air-left{
	width:100%;
	clear:both;
	text-align:center;
	background-color:#eaeaea;
}
.omni-air-left h2{
	margin:15px 0 15px 15px;  
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#030303;
	line-height:18px;
	text-align:left;
}
.omni-air-left ul{
	margin:0 0 25px 0;
	padding:0;
	list-style:solid;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding-left:18px;
}
.omni-air-left ul li{
	margin:12px 5px 12px 12px;
	padding:0 0 0 0px;
	color:#343434;
	background-image:url(li-icon.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
}
.omni-air-left ul li a{
	text-decoration:underline;
	color:#395e92;
}
.omni-air-left ul li a:hover{
	text-decoration:none;
}
.page
{
    margin-left: 5px;
    margin-right: 5px;
}
.omni-air-right{
	width:690px;
	padding:0 15px;
	line-height:17px;

}
.omni-air-right a:hover{
	text-decoration:none;
}
.omni-air-right h1{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	color:#022A9B;
	font-weight:normal;
	border-bottom:1px solid #E2E2E2;
}
.omni-air-right h2{
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	color:#000;
}
.omni-air-right h2 span{
	font-weight:normal;
	font-size:13px;
}
.omni-air-right h3{
	margin:0;
	padding:0;
	font-size:14px;
	color:#000099;
}
.omni-air-right h4{
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	color:#000;
	line-height:20px;
}
.omni-air-right h4 span{
	font-weight:normal;
}
.omni-air-right p{
	margin:0 0 15px 0;
	padding:0;
}
.info{
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
.blue-1{
    color: #000099;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}

.paddingBottom
{
    padding-bottom:10px;
}

.borderForAdds
{
    border:solid 2px black;
}


#top{
	background-image:url(../images/top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-left:#AAD03D 1px solid;
	border-right:#AAD03D 1px solid;
	margin:0 auto;
	padding:25px 77px 0 0;
	height:161px;
	width:923px;
	text-align:right;
}
.top-b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	color:#000;
}
.top-s{
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	color:#818480;
}

#VideoTop{
	background-image:url(../images/Videotop.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-left:#AAD03D 1px solid;
	border-right:#AAD03D 1px solid;
	margin:0 auto;
	padding:25px 77px 0 0;
	height:88px;
	width:923px;
	text-align:right;
}
.top-s{
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	color:#818480;
}
.brown{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#751413;
	font-style:italic;
}
#bottom{
	background-image:url(../images/bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-left:#AAD03D 1px solid;
	border-right:#AAD03D 1px solid;
	margin:0 auto;
	padding:0;
	width:1000px;
	display:block;
}
.b-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#000000;
	font-weight:bold;
}
.link-bottom{
	margin:20px 24px 0 0;
	
}  