﻿body, p, td, span, div, li, input, b, strong
{
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
}

body
{
    height: 100%;
}

a
{
    font-size:11px;
    color: #1386C0;
    text-decoration: none;
}
a:hover
{
    font-size:11px;
    color: #1386C0;
    text-decoration: none;
}

ul
{
    margin: 0px;
    padding: 0px;
}

li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.clear{
    clear:both;
}
.transparent
{
    behavior: url(../css/iepngfix.htc);
}

*
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
}

body
{
    margin: 0px;
    padding: 0px;
}

/*** Master Page ***/
/* this flag is used to fix a problem about div's height in FireFox */
.ClearFlag
{
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    *display:block;
}


#divPageArea
{
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin-bottom:30px;
    margin-top:-311px;
}

.headerMenu
{
    height: 60px;
    width: 960px;
    margin: 0px auto 0px auto;
    padding-top:10px;
    padding-bottom:0px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-image: url(../images/Background.png);
    background-repeat: no-repeat;
    behavior: url(../css/iepngfix.htc);
    overflow: hidden;
	position:+absolute;
}

#MainMenu
{
    text-align: left;
}

.headerSearchBar
{
    height: 25px;
    background-image: url(../images/top_search_bg.gif);
    background-repeat: repeat-x;
}

a.ActiveMenuItem
{
    height: 29px;
    background-image: url(../images/tab-sec.png);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
    width: 109px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    behavior: url(../css/iepngfix.htc); 
    margin-top:4px;   
}
a.ActiveMenuItemNoChild
{
    height: 25px;
    background-image: url(../images/tab.png);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
    width: 109px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    behavior: url(../css/iepngfix.htc); 
    margin-top:4px;   
}
a.ActiveMenuItem:hover
{
    height: 25px;
    background-image: url(../images/tab.png);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
    width: 109px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    behavior: url(../css/iepngfix.htc); 
    margin-top:4px;   
}
a.MenuItem
{
    height: 25px;
    background-image: url(../images/dot-clear.gif);
    color: #DBDEE4;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    width: 109px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    margin-top:4px;
}

a.MenuItem:hover
{
    height: 25px;
    background-image: url(../images/tab.png);
    color: #DBDEE4;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    width: 109px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
    margin-top:4px;
}

.FooterDiv
{
    width: 100%;
    margin: 0px auto;
    height: 23px;
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    position:fixed;
    bottom:0px;
    z-index:99;
    background-color:#FFFFFF;
}

.FooterInnerDiv
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footerLinks
{
    font-size: 9px;
    color: #606060;
    text-decoration: none;
}

.footerLinks:hover
{
    font-size: 9px;
    text-decoration: underline;
}

.FooterText
{
    float: right;
    font-size: 9px;
    color: #606060;
    margin-top: 5px;
    padding-bottom:20px;
}

/*** Home Page ***/

.mainPageBottomBanner
{
    width: 240px;
    float: left;
    height: 80px;
    border: 1px solid #a0a0a0;
}

/*** Normal Pages ***/

#divContentArea
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

ul.inline
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.inline li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}


/*** Master Page ***/
#footerLinks ul.LinkHeader
{
}
#footerLinks ul.LinkHeader li
{
    font-size: 9px;
    color: #606060;
    font-weight: bold;
    width: 167px;
}
#footerLinks ul.Link li
{
    font-size: 9px;
    color: #606060;
    width: 167px;
    margin-top: 5px;
}

.headerWizardMenu
{
    background-image: url(../images/w_bg_header.gif);
    background-repeat: no-repeat;
    height: 62px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}


.headerSearchBar
{
    background-color: #DBDEE3;
}

.headerSearchBar div
{
    font-size: 9px;
    font-weight: bold;
    width: 960px;
    margin: 0px auto;
    padding: 3px;
}

.headerSearchBar input
{
    border: 1px solid #808080;
    margin-top: 1px;
    font-weight: normal;
}


.ContentBlock
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.StarBG
{
    width: 55px;
    height: 8px;
    background-image: url(../images/star_empty.png);
    text-align: left;
    background-repeat: no-repeat;
}

.StarBar
{
    height: 8px;
    background-image: url(../images/star_colored.png);
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
    background-repeat: no-repeat;
}

.ContentBlock div
{
    font-size: 11px;
    color: #666666;
}

.ContentBlock .Price
{
    font-size: 11px;
    color: #195278;
}

.ContentBlockDiv
{
    width: 130px;
    margin-bottom: 15px;
}

.Hidden
{
    display: none;
}

.hide
{
    display: none;
}
.show
{
    display: block;
}


.TrackListTable th
{
    background-color: #E6F1F7;
    color: #0F6C86;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
}
.TrackListTable td
{
    color: #666666;
    font-size: 10px;
    font-weight: normal;
}
.TrackListTable .break
{
    height: 1px;
}

.TrackListTable .OddLine
{
    background-color: #E6F1F7;
}

.TrackListTable .EvenLine
{
    background-color: #CCDFE9;
}

.TrackListTable .HighLightLine
{
    background-color: #69CBFB;
}

#TrackContainerHidden
{
    display: none;
}

.TrackListHead
{
    background-image: url(../images/music_list.png);
    width: 444px;
    height: 29px;
}

.TrackPlayerButton
{
    margin: 7px 0px;
    cursor: pointer;
}


.SearchTrackListTable th
{
    background-color: #E6F1F7;
    color: #0F6C86;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
}
.SearchTrackListTable td
{
    color: #666666;
    font-size: 10px;
    font-weight: normal;
}
.SearchTrackListTable .break
{
    height: 1px;
}

.SearchTrackListTable .OddLine
{
    background-color: #E6F1F7;
}

.SearchTrackListTable .EvenLine
{
    background-color: #CCDFE9;
}

.SearchTrackListTable .HighLightLine
{
    background-color: #69CBFB;
}


/***************************** /device/product.aspx **********************************/
#lightBoxCheckoutMode
{
    width: 480px;
    height: 190px;
    background-color: #1C232B;
    padding: 40px;
}
#lightBoxCheckoutMode .left
{
    float: left;
    width: 221px;
}
#lightBoxCheckoutMode .right
{
    float: right;
    width: 221px;
}

#lightBoxCheckoutMode p
{
    color: #C9CCD1;
}

#lightBoxCheckoutMode #imgBtnExpressCheckout, #lightBoxCheckoutMode #imgBtnWizardCheckout
{
    width: 220px;
    height: 78px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

#lightBoxCheckoutMode #imgBtnExpressCheckout
{
    background-image: url(../images/button_red.jpg);
}

#lightBoxCheckoutMode #imgBtnWizardCheckout
{
    background-image: url(../images/button_orange.jpg);
}

.AccountInfo  
{
    color: #c0c0c0;
    margin-right: 10px;
    font-size: 11px;
    float:right;
    position:+absolute;
    height:20px;
    line-height:20px;
}

.AccountInfo span
{
    color: #c0c0c0;
}

.AccountInfo b 
{
    color: #ffffff;
    font-size: 11px;
}

.AccountInfo a
{
    color: #DBDEE4;
    font-size: 11px;
}

.AccountInfo img
{
    margin-top: -5px;
}


#LatestNews
{
    background-image: url(../images/news_bg.gif);
    width: 231px;
    height: 292px;
}

#LatestNewsHeader
{
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

#LatestNewsContent
{
    height: 250px;
    padding: 7px;
}

#LatestNewsContent td
{
    font-family: verdana;
    font-size: 11px;
    color: #3399cc;
    padding-bottom: 7px;
}

#LatestNewsContent .dateLabel
{
    font-family: verdana;
    font-size: 11px;
    margin-right: 10px;
}

#LatestNewsContent .noNews
{
    font-family: verdana;
    font-size: 11px;
    color: #a0a0a0;
    text-align: center;
    padding: 20px;
}

#LatestNewsContent a
{
    font-size: 11px;
    text-decoration: none;
}

#LatestNewsContent a:hover
{
    font-size: 11px;
    text-decoration: underline;
}

#ProductLandingContent
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#ProductLandingContentBackground
{
    background-image: url(../images/Device/border_bg2.jpg);
}
#ProductLandingContentInnerBackground
{
    background-image: url(../images/Device/border_bg1.jpg);
    background-repeat: no-repeat;
}
#ProductLandingContentInnerBackground .tdLeft
{
    font-size: 12px;
    line-height: 38px;
    text-align: right;
    width: 162px;
    padding-right: 36px;
    color: #a0a0a0;
    cursor: pointer;
    background-image: url(../images/Device/arrow_right_spearmint.gif);
    background-position: 169px center;
    background-repeat: no-repeat;
}
#ProductLandingContentInnerBackground .tdLeftHover
{
    font-size: 12px;
    line-height: 38px;
    text-align: right;
    width: 162px;
    padding-right: 36px;
    color: #ffffff;
    cursor: pointer;
}

#highlighter
{
    position: absolute;
    z-index: +1;
}

#menu
{
    position: absolute;
    z-index: +5;
}

.productSpecsFieldName
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    background-color: #93CC41;
}

.productSpecsFieldValue
{
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background-color: #E7F8CC;
}

ul.inline
{
}

ul.inline li
{
    float: left;
}


input.text {
    border:1px solid #AABAC7;
    padding:3px;
}

input.ValidateFailed, select.ValidateFailed, span.ValidateFailed
{
    border-right: #FF9900 1px dashed;
    border-top: #FF9900 1px dashed;
    border-left: #FF9900 1px dashed;
    border-bottom: #FF9900 1px dashed;
    background-color: #FFE7B8;
}

/********************* Error Info  ******************************/
.ErrorInfo
{
    background-image:url(../images/icon_exclaim.gif);
    background-position:left center;
    background-repeat:no-repeat;
    text-align:left;
    padding-left:30px;
    color:#CC0200;
}

/********************** sub menu ***********************/
#divHeaderSubNav             
{                        
    height:28px;
    line-height:25px;
    background-image:url(/images/secondary-bar.gif);
    text-align:left;
    margin-top:-9px;
}

#divHeaderSubNav li 
{
    display:inline;        
    margin-left:20px;            
    line-height:25px;
}

#divHeaderSubNav li a 
{
    color:#BAC7DF;
}

#divHeaderSubNav li.selected {
    display:inline;
}

#divHeaderSubNav li.selected a {
    color:#90CE1A;
}

#divHeaderSubNav li a:hover {
    color:#FFFFFF;
}

#divHeaderSubNav .SubMenu
{
    width:960px;
    margin-left:auto;
    margin-right:auto;    
}

/**************homepage news*****************/
#NewsUpdate
        {
            margin-top: 10px;
            margin-left: 210px;
            margin-right: 15px;
            font-size: 11px;
            color: #333333;
            line-height: 1.5;
        }
        #Spotlight ul, #NewsUpdate ul
        {
            margin-top: 0px;
            list-style-type: none;
        }
        #Spotlight li, #NewsUpdate li
        {
            background-image: url(/images/sdk/bullet.gif);
            background-repeat: no-repeat;
            background-position: 0px 5px;
            padding-left: 12px;
            line-height: 1.3;
            margin-left: 16px;
            margin-bottom: 4px;
        }
        #NewsUpdate li
        {
            margin-bottom: 10px;
        }
        .heading
        {
            margin-left: 15px;
            font-size: 15px;
            margin-bottom: 5px;
            color: #000000;
        }
        #Spotlight
        {
            background-image: url(/images/sdk/Landing_Bottom.jpg);
            background-repeat: no-repeat;
            width: 960px;
            height: 250px;
            display: block;
        }
        #Spotlight a
        {
            color: #333333;
        }
        #Spotlight a:hover
        {
            text-decoration: underline;
        }
/**************************Tabs***********************/

/**************************affiliate***********************/
.AccountLeftNav
{
    width:186px;
    float:left;
    margin-bottom:20px;
}


#AccountMain
{
    float:left;
    width:760px;        
    margin-left:5px;        
}

.AccountLeftNav .MainTitle
{
    background-image:url(/images/leftnav_tab_top.png);
    height:29px;
    line-height:29px;
    color:#FEFDFF;
    text-align:center;
    font-weight:bold;
    font-size:12px;
}

.AccountLeftNav .Section
{
    font-weight:bold;
    font-size:11px;
    color:#515572;
    background-image:url(/images/sml_arrow.gif);
    background-repeat:no-repeat;
    background-position: left center;
    text-indent:10px;
}

.AccountLeftNav .Body .Section a
{
    margin-left:12px;
    font-weight:normal;
    font-size:11px;    
    text-indent:0px;
    line-height:2;
}

.AccountLeftNav .Body
{
    background-image:url(/images/leftnav_tab_center.png);
    background-repeat:repeat-y;
    padding:10px;
}
.AccountLeftNav .Bottom
{
    background-image:url(/images/leftnav_tab_bottom.png);
    height:20px;
}

.AccountLeftNav .Body a
{    
    font-size:11px;
    color:#1783C3;
    text-decoration:none;
}
.AccountLeftNav .Body a:hover
{
    text-decoration: underline;
}

.AccountLeftNav .Body .Section a
{
    margin-left:12px;
    font-weight:normal;
    font-size:11px;    
    text-indent:0px;
    line-height:2;
}

.AccountLeftNav .Body
{
    background-image:url(/images/leftnav_tab_center.png);
    background-repeat:repeat-y;
    padding:10px;
}
.AccountLeftNav .Bottom
{
    background-image:url(/images/leftnav_tab_bottom.png);
    height:20px;
}






.GreyFrameWhiteBackground .topLeft {
	background:url(/images/UI/frame_white_corner_topleft.gif) no-repeat;
	line-height:7px;
	width:7px;
}

.GreyFrameWhiteBackground .top
{
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#e0e0e0;
	line-height:6px;
	width:auto;
}

.GreyFrameWhiteBackground .topRight {
	background:url(/images/UI/frame_white_corner_topright.gif) no-repeat;
	line-height:7px;
	width:8px;
}

.GreyFrameWhiteBackground .middleLeft {
	border-style:solid;border-width:0px 0px 0px 1px;border-color:#e0e0e0
}

.GreyFrameWhiteBackground .middle {
	padding:10px 10px 10px 10px;
}

.GreyFrameWhiteBackground .middleRight {
	border-style:solid;border-width:0px 1px 0px 0px;border-color:#e0e0e0
}

.GreyFrameWhiteBackground .bottomLeft {
	background:url(/images/UI/frame_white_corner_bottomleft.gif) no-repeat;
	line-height:7px;
	width:7px
}

.GreyFrameWhiteBackground .bottom
{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#e0e0e0;
	line-height:6px;
}

.GreyFrameWhiteBackground .bottomRight {
	background:url(/images/UI/frame_white_corner_bottomright.gif) no-repeat;
	line-height:7px;
	width:8px;
}
/**************************end affiliate***********************/

/**************************error page***********************/
 .maincontent .title
            {
                font-size: 24px;
                line-height: 36px;
                margin-bottom: 18px;
                font-weight: 580;
            }
            .column4
            {   
                 width:880px;
            }
            .column
            {   
                 width:176px;
                 float: left;
            }
            .column h2
            {   
                  font-size:16px;
                  font-weight:bold;
            }
            .column ul li
            {   
                 height:20px;
            }
            .column a:hover
            {   
                  text-decoration:underline;
            }
/**************************enderror page***********************/


#flashPlay div
{
   position: absolute; display: none; opacity: 0;
}


