.next_paragraph{height:24px;}
.acs{ font-size:12px }
.acs14{ font-size:14px;
	line-height:20px;}
.acs18{ font-size:18px }
.acs24{font-size:24px;}

.acs_b{ font-size:14px;}
.acs14_b{ font-size:16px;
	  line-height:22px;
	}
.acs18_b{ font-size:20px;}
.acs24_b{ font-size:26px;}

.acs p { font-size:12px }
.acs14 p { font-size:14px;}
.acs18 p { font-size:18px }
.acs24 p {font-size:24px;}
.acs_b p { font-size:14px;}
.acs14_b p { font-size:16px;}
.acs18_b p { font-size:20px;}
.acs24_b p { font-size:26px;}


#left_panel.box{
    border:none;
}

#overview {
	width: 600px;
}

/*** overview container ***********************************************/
#overview_container{
	margin: 0;
	padding: 0;
}

#overview_container div.header {
    background: transparent url("../images/bg-overview_header.gif") repeat-x scroll top left;
    height: 80px;
    color: #000;
    position: relative;
}

#overview_container div.header .title {
    font-size: 30px;
    line-height:21px;
}


#overview_container div.header .date {
    font-size: 11px;
    color: #898985;
    padding-top: 6px;
}

#overview_container.non-header{
    margin-left:0px;
    border:none;
    border-right:1px solid #e8e8e8;
}

/*** navi *********************************************************/

.navi {
    margin: 2px 0 0 0;
    padding: 0;
    height: 34px;
    text-align: left;
    overflow: hidden;
	background: transparent url(../images/bg-menu-pixel.gif) repeat-x 0px 33px;
}

.navi ul {
    margin:0;
    padding:0;
    list-style:none;
	width: 100%;
	overflow: hidden;
}
.navi li {
    float:left;
    height: 33px;
}

.navi a, .navi a:visited, .navi a:link {
    float: left;
    display: block;
    background: transparent url(../images/bg-navi-menu.gif) repeat-x scroll top left;
    color: #595954;
	font-size: 12px;
	font-weight: normal;
    height: 33px;
	margin: 0px 5px 0 0;
    text-decoration: none;
	display: inline;
}

.navi span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 5px 7px 6px;
}


.navi a.watchonline span.item_l,
.navi a.askaquestion span.item_l,
.navi a.yoursay span.item_l
{
	padding-left: 16px;
}

.navi a.watchonline span.item_l{
	background: transparent url(../images/icons/navi-watch-now.gif) no-repeat scroll 3px 11px;
}

.navi a:hover.watchonline span.item_l{
	background: transparent url(../images/icons/navi-watch-now-highlight.gif) no-repeat scroll 3px 11px;
}

/* question is very flat */
.navi a.askaquestion span.item_l{
	background: transparent url(../images/icons/navi-question.gif) no-repeat scroll 7px 12px;
}

/* comment is very flat */
.navi a.yoursay span.item_l{
	background: transparent url(../images/icons/navi-comment.gif) no-repeat scroll 7px 12px;
}



.navi a:hover {
    background: transparent url(../images/bg-navi-menu.gif) repeat-x scroll bottom left;
	color: #ffffff;
}

.navi a#current_navi, .navi a:hover#current_navi {
	background: #ffffff;
	height: 33px;
	border: solid 1px #e2e2dd;
	color: black;
	padding: 0;
}

.navi a.overview#current_navi span{
    background: transparent;
}

/*** form **************************************************/
.form_container {
	 background-color: #f6f6f6;
	 border-top: 1px dotted #b9b9b9;
	 border-bottom: 1px dotted #b9b9b9;
    width:587px;
	 min-height: 399px;
    padding:16px 0 0 12px;
}

#ask_a_question .form_container {
    height: 520px; 
}

.form_container form{
    position:relative;
    width:564px;
}

.form_container input, .form_container select{
    border: 1px solid #999;
    width:228px;
    height:14px;
	padding: 5px 0;
    margin-bottom:10px;
    vertical-align:middle;
    font-size:12px;
}


.form_container img.captchapict {
	border: 1px solid #999;
	height: 33px;
	width: 102px;
	margin: 0 0 10px 0;
	padding: 0;
}

.form_container input.captya{
    width: 106px; 
}

.form_container textarea{
    width: 328px;
    height:215px;
     border: 1px solid #999;
    margin-bottom:10px;
}

.form_container input.submit{
    background: transparent url("../images/btn-submit.gif") no-repeat scroll top left;
    width:138px;
    height:25px;
    font-weight: bold;
    color:#fff;
    font-size: 12px;
    border: none;
    margin-left:136px;
    _margin-left:139px;
}

.form_container input:hover.submit{
    background: transparent url("../images/btn-submit.gif") no-repeat scroll bottom left;
}

.form_container dl{
    padding-left:10px;
}

.form_container dt{
    float: left;
    display: block;
    width: 120px;
    font-weight: bold;
    padding-top:4px;
}

.form_container img{
    padding-bottom:8px;
}

.form_container dd{
    display: block;
    margin-left:126px;
}

.form_container .addition{
    padding-left:10px;
    color: #919191;
}
.form_container .outstanding, .form_container .note{
    color: #c00;
}


/***********************************************************************/

.title_block{
    background: transparent url("../images/bg-overview-divider.gif") no-repeat bottom left;
    height: 45px;
	padding-bottom: 10px;
    margin-bottom:14px;
}

.title_block .title{
    float: left;
	font-size: 24px; 
    line-height:24px;
    color: #ce1f49;
    padding-top: 17px;
}

.title_block .title2{
    line-height: 20px;
    padding-top: 17px;
}

.title_block .icons{
    float: right;
    height: 11px;
    padding-right:10px;
}
.title_block .icons li{
    float:left;
    padding-top:20px;
    padding-left:6px;
}

#overview p.summary{
    font-size: 14px;
    color: #424242;
}

.action_panel{
    background: transparent url("../images/bg-overview-action-panel.gif") repeat-x scroll;
    height: 52px;
}

.action_panel a.title{
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-left: 16px;
}

.action_panel #note{
    font-size: 12px;
    color: #241a1b;
    padding-left: 20px;
    line-height: 24px;
}

#prestate a{
    background: transparent url("../images/icons/icon-question-big.gif") no-repeat scroll  center left;
    padding-left: 20px;
}

#livestate a{
    background: transparent url("../images/icons/icon-join.gif") no-repeat scroll  center left;
    padding-left: 20px;
}

#poststate a{
    background: transparent url("../images/icons/icon-join.gif") no-repeat scroll center left;
    padding-left: 20px;
}

#overview_container div.contents {
    padding:0 23px;
    line-height:16px;
}

#overview_container div.contents img.video{
    float: right;
    margin:2px 0 26px 18px;
}

#overview_container div.contents2 {
    padding:0 0 0 21px;
}

#overview_container div.contents2 img.video{
    margin-bottom: 55px;
}

.guest_container{
    margin-top:24px;
	 float: left;
}

.guests_list li{
    margin-bottom: 24px;
}
.guest_pic{
    float:left;

    width:125px;
    background-color: #d9d9d9;
}

.guest_container .name {
    font-size: 14px;
    font-weight: bold;
    padding-left: 145px;
}

.guest_container .message{
    padding-left: 145px;
}

.guest_container .name_nopic {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.guest_container .message_nopic {
    padding-left: 5px;
}

#ad_container1{
    margin-top: 0px;
}

/*** overview   ******************************************************/
#overview .action_panel{
    width:237px;
    padding:12px 0 0 34px;
    margin:20px 0 16px;
}

/*** past episode ****************************************************/
#past_episode .text dt{
    float: left;
    display: block;
    width: 150px;
    padding-bottom:10px;
} 
#past_episode .text dd{
    display: block;
    margin-left:157px;
    padding-bottom:10px;
} 

#past_episode .request{
    background: transparent url("../images/dv-content.gif") repeat-x scroll top left;
    padding:10px 0 11px 157px;
}

#past_episode .gotop{
    border-top: none;
    background: transparent url("../images/dv-content.gif") repeat-x scroll top left;
}


/*** transcript ******************************************************/
#transcript .summary{
    color: #424242;
    padding-bottom: 18px;
/*    border-bottom: 1px solid #d4d4d4; */
}

#transcript .text{
    margin-top: 17px;
}    

#transcript .comment_container{
    padding-bottom:26px;
}

#transcript .comment_container em { font-style: italic; }

#transcript .commentor{
    font-weight: bold;
/*    font-size: 14px; */
}

.black{color:#000;}
.gray{color:#424242;}

.gotop {
    height: 24px;
    text-align:right;
    padding-top: 12px;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 4px;
}

.gotop a{
    background: transparent url("../images/arw-top.png") no-repeat scroll 0px 4px;
    vertical-align:center;
    height:12px;
    padding-left:12px;
}

.gotop a:hover{
    background: transparent url("../images/arw-top.png") no-repeat scroll 0px -8px;
}

/*** about_the_show ************************************************/
#about_the_show #viewer{
    width:300px;
    /*height: 255px;*/
	height: 287px;
    float: right;
    border-bottom: 1px dotted #b9b9b9;
    position: relative;
    margin-left: 26px;
}

#about_the_show #viewer #main{
    /*height: 169px;*/
	height: 200px;
/*    margin-bottom:8px; */
}

#about_the_show #viewer li.thum{
    float: left;
    padding-top:8px;
}

#about_the_show #viewer li img{
    cursor: pointer;
}

.normal{
    width: 72px;
    height:41px;
}

.selected{
    width: 68px;
    height: 37px;
    border: 2px solid #e36000;
}
.selected_li{
    background: transparent url("../images/arw-top.png") no-repeat scroll center -10px;
}

#about_the_show #viewer li.space{
    float:left;
    width:4px;
    height:41px;
}

#about_the_show #viewer .note{
    padding-top:10px;
    _padding-top:0px;
    height:36px;
    color:#909090;
    font-weight:bold;
}

#about_the_show .summary{
    font-weight: bold;
}
.bold{
    font-weight:bold;
}

#about_the_show .text{
    color:#333;
    font-size:12px;
}

#about_the_show #faq{
    padding-right:10px;
}

#about_the_show #faq dt{
    float: left;
    display: block;
    width: 30px;
}
#about_the_show #faq dd{
    display: block;
    margin-left:36px;
}

#about_the_show #faq .question{
    font-weight:bold;
    padding-bottom:4px;
}
#about_the_show #faq .answer{
    padding-bottom:22px;
}


/*** meet_the_team **************************************************/
#meet_the_team{}
#meet_the_team .title_block{
    margin:0;
}

.team_member{ }
.member_container{
    color:#333;
    padding:20px 0 26px;
    background: transparent url("../images/dv-content.gif") repeat-x scroll bottom left;
    width:599px;
	  float: left;
}

.member_pic{
    background: transparent url("../images/bg-member.gif") no-repeat scroll top left;
    width: 127px;
    height: 128px;
    float:left;
}
.member_pic img{
}
.member_container .introduction{
    padding-left: 154px; 
}
.member_container .name{
    font-weight:bold;
    padding-bottom:2px;
}
.member_container .position{
    padding-bottom:12px;
}
.member_container .message{
}
.member_container .join{
    padding-top:22px; 
}


/*** ask_a_question ************************************************/
#ask_a_question{}
#ask_a_question .summary{
    padding-bottom:14px;
}


/*** your say ******************************************************/
#yoursay{}

#yoursay .title_block{
    margin-bottom:4px;
    background:none;
}

#yoursay .action_panel{
    width:572px;
    margin:0;
    padding:22px 14px 0 14px;
}

#yoursay .action_panel a.title{
    background: transparent url("../images/icons/icon-join.gif") no-repeat scroll center left;
    display:block;
    float:left;
    padding-left:20px;
}
#yoursay .gotop{
    border-top: none;
}

/*** live_chat_now ************************************************/
#live_chat_now{}

#live_chat_now .text{
    color:#424242;
/*    padding:14px 0 14px; */
    padding-bottom:14px;
/*    font-size:14px; */
}

#live_chat_now .text .title{
    color:#333;
    font-weight:bold;
}

#live_chat_now .control_panel{
    height: 45px;
    padding:20px 12px 25px 10px;
    background: transparent url("../images/bg-control_panel.gif") repeat-x bottom left;
    position:relative;
}

#live_chat_now .control_panel .name{
    font-weight:bold;
    color: #000;
}
#live_chat_now .control_panel .note{
    font-weight:normal;
    color: #898989;
    font-size:11px;
}

#live_chat_now input#form_message{
    position:absolute;
    left:9px;
    border: 1px solid #999;
    width:500px;
    height:24px;
}

#live_chat_now input#form_submit{
    position:absolute;
    width: 58px;
    height: 25px;
    left:520px;
    border:none;
    font-weight:bold;
    color:#fff;
    font-size:12px;
    background: transparent url("../images/btn-submit_s.gif") no-repeat top left;
}

#live_chat_now input:hover#form_submit{
    background: transparent url("../images/btn-submit_s.gif") no-repeat bottom left;
}

#live_chat_now .gotop{
    border:none;
}

/* terms and condition */
.tac{
    font-size:10px;
    color:#999;
    line-height:11px;
    margin-top:8px;
}

/*** pager **************************************************/
#pager {
    float:right; 
    padding-top: 2px;
    font-size:11px;
}

#pager li{
    float: left;
    color:#909090;
}

#pager a{
    font-size:11px;
    display: inline;
    padding: 0 4px 0 4px;
}

#pager span{
}

#pager #current_page{
    color:#515151;
    font-weight:bold;
    padding-left:4px;
}

#pager #previous_page, #pager #next_page{
    font-weight:bold;
    height:12px;
}
#pager #previous_page.off, #pager #next_page.off{
    color:#909090;
    font-weight:bold;
    height:12px;
}


#pager #top_page, #pager #end_page{
    margin-top:2px;
    _margin-top:0px;
    width:12px;
    height:12px;
}

#pager #top_page{ 
    background: transparent url("../images/arw-pager_l.gif") no-repeat bottom left;
}
#pager #end_page{ 
    background: transparent url("../images/arw-pager_r.gif") no-repeat bottom left;
}
#pager #top_page.off{ 
    background: transparent url("../images/arw-pager_l.gif") no-repeat top left;
}
#pager #end_page.off{ 
    background: transparent url("../images/arw-pager_r.gif") no-repeat top left;
}

#chat_container{
    border: 1px solid #e9e9e9;
}


/*** ************************************************************/
#comment_container {
}

#comment_container .item{
    background: transparent url("../images/dv-comment.gif") no-repeat bottom left;
    padding-bottom:16px;
}

#comment_container dt{
    float: left;
    display: block;
    width: 140px;
    padding-top: 6px;
}

#comment_container dd{
    display: block;
    margin-left:143px;
}


#comment_container .commentor{
    font-weight: bold;
    color: #666;
}
#comment_container .from, #comment_container .comment{
    color: #666;
}

#comment_container .comment{
    width: 436px;
}

#comment_container .date{
    font-size: 11px;
    color: #919191;
}

#comment_container .title{
/*    font-size: 12px; */
    font-weight: bold;
    color: #515151;
    padding-top:6px;
}

#comment_container .response p.title{
    background: transparent url("../images/response.gif") no-repeat top left;
    padding-left: 26px;
}
#comment_container .response p.comment{
    padding-left: 26px;
    width: 410px;
}

#comment_container .action{
    margin-top: 16px;
    position: relative;
/*    border:1px solid #f00; */
    height:20px;
}

#comment_container .action a.reply{
    position:absolute;
    left:410px;
    font-weight:bold;
    padding-left:2px;
}

#comment_container .rate{
    position: absolute;
    top: -2px;
    _top: 0px;
    /*left:126px;*/
    /*width: 90px;*/
    text-align: left;
    font-size:11px;
    font-weight: bold;
}

#comment_container .action p.agree{
    color: #63ab31;
	left:0px;
	width: 70px;
}
#comment_container .action p.disagree{
    color: #a01111;
	left:80px;
	width: 90px;
}

#comment_container .action a.agree{
    font-size:11px;
    background: transparent url("../images/icons/icon-agree.gif") no-repeat center left;
    padding-left: 16px;

    position:absolute;
    top:  0px;
    _top: 2px;
    left: 250px;

}

#comment_container .action a.disagree{
    font-size:11px;
    background: transparent url("../images/icons/icon-disagree.gif") no-repeat center left;
    padding-left: 16px;
    position:absolute;
    top:  0px;
    _top: 2px;
    left: 315px;
}


