/* RESETS min -----. */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, ol, ul, li, a
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: none;
    text-decoration: none;
    font-weight: normal;
    list-style-type: none;
}
/* RESETS min END -----. */
/* ------------------------------------------------ */
/* BASE STYLES -----. */
body
{
    margin: 0px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #000000;
}
a
{
    cursor: pointer;
    color: #fff;
}
ol, ul
{
    list-style-type: none;
}
blockquote, q
{
    quotes: none;
}
strong
{
    font-weight: bold;
}
.left
{
    float: left;
    width: auto;
}
.right
{
    float: right;
    width: auto;
}
.clear
{
    clear: both;
}
.clear_l
{
    clear: both;
    border-bottom: 1px solid #777777;
}
.pad
{
    padding: 4px;
}
#hide
{
    display: none;
}
/* BASE STYLES END -----. */
/* ------------------------------------------------ */
/* BASE LAYOUT -----. */

.wrap
{
    background: url(/images/VideoBuzz/vb_bg.gif) no-repeat center top;
    z-index: 1;
}
.header
{
    width: 960px;
    height: auto;
    background: url();
    margin: 20px auto 0 auto;
    overflow: visible;
    z-index: 2;
}
.header .tc_pp
{
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 998;
}
.header .bar
{
    position: relative;
    width: 960px;
    height: 64px;
    margin: 0 auto;
    background: url(/images/VideoBuzz/vb_head_round_bg.png) no-repeat;
    z-index: 3;
}
.header .bar a.logo
{
    text-indent: -9999px;
    font-size: 15px;
    float: left;
    height: 45px;
    width: 160px;
    background: url(/images/VideoBuzz/vb_logo.png) no-repeat top left;
    cursor: pointer;
    margin: 10px 0 0 20px;
}
.header .bar .navigation
{
    background: url(/images/VideoBuzz/vb_head_nav_bg.png) no-repeat top left;
    position: absolute;
    bottom: 0px;
    left: 200px;
    width: 492px;
    height: 31px;
    overflow: visible;
    z-index: 4;
}
/* nav */
.nav, .nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    z-index: 99;
}
.nav li
{
    float: left;
    position: relative;
    margin: 0 0 0 5px;
}
.nav li:hover
{
    display: block;
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.nav a
{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 90px;
    height: auto;
    padding: 8px 0 8px;
}

.nav ul
{
    position: absolute;
    display: none;
    width: 200px;
    top: 31px;
    z-index: 99;
    visibility: inherit;
}
.nav ul li a
{
    width: 150px;
    height: auto;
    float: left;
    background-color: #18365F;
    padding: 5px 4px 5px 8px;
    text-align: left;
}
.nav ul li a:hover
{
    background-color: #2947A2;
}
/* end nav */
.main
{
    width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 0;
}
.main .right
{
    width: 460px;
    text-align: left;
}
.main .right h2
{
    font-size: 18px;
    font-weight: bold;
}
.main .right ul
{
}
.main .right li
{
    margin: 0 0 0 20px;
}
.main .right .product_list
{
}
.main .right .product_list .product_panel
{
    border: 1px solid #313948;
    float: left;
    margin: 0 0 20px;
    background: url(../images/vb_main_panel_bottom.png) no-repeat center bottom;
}
.main .right .product_list .product_panel .top
{
    background: url(/images/VideoBuzz/vb_main_product_bgx1.png) repeat-x left top;
}
.main .right .product_list .product_panel .top .title
{
    padding: 15px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
.main .right .product_list .product_panel .top .desc
{
    padding: 0 15px 15px 15px;
}
.main .right .product_list .product_panel .bottom
{
    background: url(/images/VideoBuzz/vb_main_product_bgx2.png) repeat-x top left;
    border-top: 1px solid #313948;
    height: auto;
    padding: 15px;
}
.main .right .product_list .product_panel .bottom a.info_btn
{
    display: block;
    width: 129px;
    height: 22px;
    background: url(/images/VideoBuzz/vb_main_info_btn.png) no-repeat top left;
    text-align: center;
    float: left;
    line-height: 1.7;
    margin: 5px 0 0;
}
.main .right .product_list .product_panel .bottom a.info_btn:hover
{
    background-position: top right;
}
.main .right .product_list .product_panel .bottom .info
{
    float: left;
    font-size: 10px;
    padding: 0 0 0 37px;
}
.footer
{
    width: 960px;
    margin: 20px auto 30px auto;
    overflow: auto;
    text-align: center;
    background: url(/images/VideoBuzz/vb_head_round_bg.png) no-repeat;
    height: 64px;
    padding: 10px 0;
    color: #cccccc;
}
.footer a
{
    color: #ffffff;
}
/* Help Styles */
.helpcontents
{
    margin: 0px !important;
    text-align: left;
}
.helpcontents_menu
{
    float: left;
    width: 200px;
    border-top: 1px solid #1C3883;
    border-bottom: 1px solid #1C3883;
    border-left: 1px solid #1C3883;
    font-size: 11px;
    font-family: arial;
    text-align: left;
}
.helpcontents_menu div
{
    border: 1px solid #1C3883;
    background-color: #102051;
}
.helpcontents_menu div.last
{
    border-bottom: 0px;
}
.helpcontents_menu .active
{
    background-color: #ffffff;
    margin-right: 0px;
}
.helpcontents_menu div span
{
    display: block;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 7px;
    background-color: ##102451;
}
.helpcontents_menu div.active span
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #234299;
    padding: 7px 7px;
    cursor: default;
}
.helpcontents_content
{
    float: left;
    width: 250px;
    overflow: auto;
    font-size: 14px;
    text-align: left;
}
.helpcontents_content .pad
{
    padding: 20px 26px 20px 26px;
}
.hc_whatisddj
{
    display: block;
    background: #D25400;
    color: #ffffff;
    font-family: arial;
}
.hc_whatisffd, .hc_whatisac3, .hc_whatisxbmc, .hc_whatismsvp, .hc_whatishand, .hc_myaccount, .hc_whatarese, .hc_howdoii, .hc_howdoir
{
    display: none;
    background: #234299;
    color: #ffffff;
    font-family: arial;
}
.helpcontents_content h3
{
    font-size: 1.5em;
    margin: 0 0 16px 0;
}
.helpcontents_content ul, .helpcontents_content ol
{
    margin: 0 0 10px 20px;
}
.helpcontents_content ul
{
    list-style-type: disc;
}
.helpcontents_content ol
{
    list-style-type: decimal;
}
.main .ct_frame
{
    color: #ffffff;
    padding: 20px 0 20px 0;
}
.main .ct_frame .left
{
    float: left;
    width: 260px;
}
.ct_frame .l_col .e_frame
{
    width: 100%;
    height: auto;
    padding: 12px 0 12px 0;
    border: 1px solid #494949;
}
/* Static Pages styling */
.left h2
{
    font-size: 18px;
    font-weight: bold;
}
ul.add_links li 
{
    margin: 1em;
}
ul.add_links a
{
    text-decoration: underline;
}
ul.add_links a:hover 
{
    text-decoration: none;
}

ul.features, ul.features li
{
    list-style-type: disc !important;
}
ul.features li 
{
    margin: .5em 0 .5em 30px !important;
}
.right a.dl, .info p a 
{
    text-decoration: underline;
}
.right a.dl:hover, .info p a:hover
{
    text-decoration: none;
}

.info p 
{
    margin: 0.5em 0;
}
ul.numbers, ul.numbers li 
{
    list-style-type: decimal;
}
