﻿h6
{
    color: #CC0000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

body
{
    font-family: verdana;
    font-size: 10px;
}

.RegisterLink
{
    color: #0b5584;
    text-decoration: none;
    font-weight: bold;
}

a.RegisterLink:hover
{
    color: #CBAA5F;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

h2
{
    margin: 0px;
    color: #0b5584;
    font-size: 14px;
    font-weight: bold;
} 

.ImageOutlineRight
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    float: right;
    margin-bottom: 15px;
}


hr { margin: 5px 0px; border: none; border-top: 1px dashed #D3D3D3; }


/*//////////////////////// Resources ///////////////////////*/  

.ParagraphFirst
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
}

.Paragraph
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
    padding-top: 25px;
}

/*
.ImageOutline
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    float: left;
    background-color: #FFFFFF;
}
*/

/*////////////////////// Content ///////////////////////*/

#LeftContent
{
    font-size: 11px;
    width: 540px;
    float: left;
}

.BlockFirst
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
    float: left;
    width: 400px;
}

.Block
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
    padding-top: 15px;
    float: left;
    width: 400px;
}

.ImageContainer
{
    float: left;
    padding-right: 5px;
    
}
/*
.ContentContainer
{
    float: left;
    width: 390px;
    padding-left: 10px;
}
*/


.RightContainer
{
    margin: 0px;
    width: 170px;
    float: right;
}

.RelatedLinks
{
    margin-top: 28px;
}

.UpcomingSeries
{
    margin-top: 28px;
}

.RightContainer h3
{
    border: 1px solid #cccccc;
    width: 163px;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #7db2ce;
    color: #FFFFFF;
    margin-top: 28px;
}

.RightContainer .block
{
    width: 163px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.RightContainer .block img
{

    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 8px;
 
}

/*/////////////////// Toggle Panel ////////////////*/



html {
	overflow-Y: scroll;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container
{
    width: 540px;
    float: left;
}





.trigger
{
    border-bottom: 1px dashed #C0C0C0;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
    background: #FFFFFF no-repeat;
    height: 120px;
    width: 540px;
    float: left;
    cursor: pointer;
}

.trigger:hover
{
    background-color: #F5F5F5;
}

.active {background-position: left bottom;}
.toggle_container
{
    margin: 0 0 5px;
    padding: 0;
    background: #ffffff left top;
    overflow: hidden;
    font-size: 11px;
    width: 540px;
    clear: both;
}

/*
.triggerFixed
{
    border-bottom: 1px dashed #C0C0C0;
    padding: 5px 0 0 0;
    margin: 10px 0 10px 0;
    background: #FFFFFF no-repeat;
    height: 120px;
    width: 540px;
    float: left;
}
*/

.toggleFixed
{
    background-position: left top;
    margin: 0 0 20px 10px;
    padding: 0;
    background: #ffffff left top;
    overflow: hidden;
    width: 530px;
    float: left;
}

.toggle_container .block
{
    padding: 10px;
}

.toggle_container .block p
{
    padding: 5px 0;
    margin: 5px 0;
    background-color: #F8F8F8;
}
.toggle_container h3
{
    font: 14px verdana;
    margin: 0 0 10px;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #351B00;
}


.Share
{
    float: left;
    width: 530px;
    margin-left: 10px;
}


/*////////////////////////// Message Lists /////////////////////*/


.HeadTabs {
	
	/* dimensions */
	width:528px;
	height:25px ;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}


.HeadTabs li
{
    float: left;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    
    
}


.HeadTabs li a
{
    display: block;
   
    padding: 0px;
    margin: 0px; /* font decoration */
    text-align: left;
    text-decoration: none;
}


.HeadTabs .t1
{
    border-style: solid dashed solid solid;
    border-width: 1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    width: 70px;
    font-weight: bold;
    height: 18px;
    text-align: center;
    padding-top: 5px;
    background-color: #EAEAEA;
    color: #0b5584;
}

.HeadTabs .t2
{
    width: 165px;
    font-weight: bold;
    height: 18px;
    text-align: center;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    color: #0b5584;
}
    
.HeadTabs .t3 			
{ 
    width: 125px;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    color: #0b5584;
    }
    
.HeadTabs .t4
{
    width: 59px;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    color: #0b5584;
}
 
.HeadTabs .t5
{
    width: 59px;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    color: #0b5584;
}

.HeadTabs .t6
{
    width: 40px;
    text-align: center;
    font-weight: bold;
    height: 18px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    background-color: #EAEAEA;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    color: #0b5584;
}

 
.SubTabs {
	
	/* dimensions */
	width:528px;
	height:28px ;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

.SubTabs li
{
    float: left;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    
    
}


.SubTabs li a
{
    display: block;
   
    padding: 0px;
    margin: 0px; /* font decoration */
    text-align: left;
    text-decoration: none;
}


.SubTabs .Date
{
    width: 70px;
    font-size: 10px;
    height: 23px;
    text-align: center;
    padding-top: 5px;
    background-color: #FBFBFB;
    border-right-style: dashed;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.SubTabs .Message
{
    width: 165px;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    height: 23px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #FBFBFB;

}
    
.SubTabs .Speaker 			
{ 
    width: 125px;
    text-align: center;
    font-size: 10px;
    height: 23px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #FBFBFB;

    }
    
.SubTabs .Listen
{
    width: 39px;
    font-size: 10px;
    height: 23px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #FBFBFB;
    padding-left: 20px;
}

.SubTabs .Buy
{
    width: 30px;
    text-align: center;
    font-size: 10px;
    height: 23px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    background-color: #FBFBFB;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    padding-left: 10px;
}
 
.SubTabs .Watch
{
    width: 16px;
    text-align: center;
    font-size: 10px;
    height: 23px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #cccccc;
    background-color: #FBFBFB;
    padding-left: 21.5px;
    padding-right: 21.5px;
}
/*///////////////////////// Rollover /////////////////////*/

.popupwindow
{
    
    display: block;
    width: 16px;
    height: 20px;
    background: url("Images/MovieRollover.png") no-repeat 0 0;
 
}

.popupwindow:hover
{ 
  background-position: 0 -20px;
 
}


.Headphone
{
    display: block;
    width: 23px;
    height: 22px;
    background: url("Images/headphonesRollover.png") no-repeat 0 0;
    
}


.Headphone:hover
{ 
  background-position: 0 -22px;

}

.Headphone span
{
  display: none;
}
	
	

.Video span
{
  display: none;
}
	

.Cart
{
   
    display: block;
    width: 20px;
    height: 22px;
    background: url("Images/ShopcartRollover.png") no-repeat 0 0;
 
}

.Cart:hover
{ 
  background-position: 0 -22px;
 
}

.Cart span
{
  display: none;
}

/*/////////////LONGTAIL VIDEO PLAYER///////////////*/

.VideoPlayer
{
    margin-left: auto;
    width: 640px;
    height: 480px;
    margin-right: auto;
}

#playaway
{
    margin-right: auto;
    margin-left: 15px;
}

.MessageInfoContainer
{
    margin-right: auto;
    margin-left: auto;
    width: 610px;
    height: 180px;
    margin-top: 15px;
}

.MessageInfoContent
{
    float: left;
    width: 250px;
    margin-left: 10px;
}

.MessageInfoContent h1
{
    color: #0b5584;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.MessageInfoContent h2
{
    color: #3d3427;
    font-size: 14px;
    margin: 0px;
}

#SongList
{
    width: 195px;
    float: left;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3d3427;
    padding-left: 10px;
    height: auto;
    margin-left: 15px;
}

#SongList img
{
    border-style: none;
}

.WeekContainer
{
    float: left;
    width: 600px;
    height: 60px;
    margin-top: 30px;
}

.WeekContainer h2
{
    margin: 0px;
    color: #0b5584;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
} 

.navcontainer
{
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    float: left;
    margin-top: 5px;
}

.navlist ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

.navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

.navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

.navcontainer li a:hover
{
    color: #000;
    border-top: 2px solid #0b5584;
    border-bottom: 2px solid #0b5584;
    border: 1px solid #0b5584;
}

.navcontainer li a.current
{
color: #000;
border: 1px solid #0b5584;
border-top: 2px solid #0b5584;
border-bottom: 2px solid #0b5584;
}

/*//////////////////////////// Social-Mart ///////////////////////*/

#ListContainer
{
    margin-top: 25px;
}

.ListLeft
{
    width: 500px;
    float: left;
    
}

.LeftItem
{
    margin-bottom: 25px;
    float: left;
    width: 500px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}


.blockLeft
{
    width: 385px;
    padding-left: 5px;
    float: left;
}


.ListRight
{
    width: 350px;
    float: right;
}

.RightItem
{
    margin-bottom: 25px;
    float: right;
}

.blockRight
{
    width: 235px;
    padding-left: 5px;
    float: left;
}

/*//////////////////////////////////////////////////////////////*/

.triggerFixed
{
    border-bottom: 1px dashed #C0C0C0;
    padding: 5px 0 10px 0;
    margin: 10px 0 10px 0;
    background: #FFFFFF no-repeat;
    width: 540px;
    float: left;
}

.ImageOutline
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    float: left;
    background-color: #FFFFFF;
}

.ContentContainer
{
    float: left;
    width: 400px;
    padding-left: 10px;
}

.ContentContainer span
{
    font-size: 11px;
    font-weight: bold;
}

.ContentContainer h2
{
    margin: 0px;
    color: #0b5584;
    font-size: 14px;
    font-weight: bold;
}