@charset "utf-8";

/*-----------------------------------------------------------------
  MOZILLA SELECTION HACK FOR TEXT-INDENT -9000px
-----------------------------------------------------------------*/

:focus {
  -moz-outline-style: none;
}


/*-----------------------------------------------------------------
  IDs AND SELECTORS
-----------------------------------------------------------------*/

body {
    /*background: url(/images/body_bg.gif) repeat-x;*/
      background: #000 url(../images/bg.jpg) no-repeat top center;

	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, form, fieldset {
  padding: 0;
  margin: 0 0 12px 0;
}

* {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

#wrapper {
  width: 864px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#footer{
    clear: both;  
    background: url(../images/footer_bg.gif) no-repeat;
    width: 823px;
    height: 24px;
    clear: both;
    position: absolute;
    top: 570px;
    left: 17px;
}

#footer_left {
    position:absolute;
    left:0px;
    top:5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer_left li {
    float:left;
    font-size: 11px;
    color:#808080;
    /*line-height:18px;
    vertical-align: middle;
    border-right:solid 1px #404040;*/
    margin:5px 0px;
    padding:0 10px;
    border-right:solid 1px #202020;
    line-height:12px;
}

#footer_left a {
    font-size: 11px;
    color:#808080;
    text-decoration: none;
}

#footer_left a:hover {
    color:#fff;
}

#footer_left a.showingMenu {
    color:#c0c0c0;
    font-weight: bold;
}

#footer_left #footer_subscribe_lk, #footer #footer_change_lang_lk, #footer #footer_gw_lk {
    color:#EADDA2;
}

#footer_left #footer_subscribe_lk:hover, #footer #footer_change_lang_lk:hover, #footer #footer_gw_lk:hover {
    color:#FFEC8D;
}

.footer_loginusername {
    font-size: 11px;
    font-weight:bold;
    color:#d0d0d0;
}

#footer_right {
    position:absolute;
    right:0px;
    top:2px;
}

#social_title {
  text-indent: -9000px;
    width: 217px;
    height: 17px;
    font-size: 10px;
    padding: 0;
    margin: 0;
    background: url(../images/social_title.gif) no-repeat;
}

#social_sites {
  background: #000;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 217px;
}

#social_sites li {
  float: left;
}

#social_sites li a {
  display: block;
    height: 25px;
    text-indent: -9000px;
}

#social_sites li a:hover, #social_sites li a:active {
  background-position: 0 -25px;
}

#social_twitter a {
  width: 76px;
  background: url(../images/social_twitter.gif) no-repeat;
}

#social_myspace a {
  width: 74px;
  background: url(../images/social_myspace.gif) no-repeat;
}

#social_facebook a {
  width: 67px;
  background: url(../images/social_facebook.gif) no-repeat;
}


/*-----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/

/* LOGO */
#logo {
  background: url(../images/logo.jpg) no-repeat;
  width: 259px;
  height: 58px;
  position: absolute;
  left:-10px;
  top: 3px;
  text-indent: -9000px;
}

/* NAVIGATION */
#navigation {
  width: 373px;
  height: 76px;
  position: absolute;
  top: 14px;
  left: 285px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation:hover {
  cursor: pointer;
}

#navigation li {
  float: left;
  position: absolute;
}

#navigation li a {
  display: block;
  height: 43px;
  text-indent: -9000px;
}

#navigation li a:hover, #navigation li.nav_on a {
  background-position: 0 -43px;
}

a.nav_live_tv_en {
  width: 82px;
  background: url(../images/nav_live_tv_en.jpg) no-repeat;
}

a.nav_live_tv_vn {
  width: 82px;
  background: url(../images/nav_live_tv_vn.jpg) no-repeat;
}

li.li_on_demand_tv {
  left: 98px;
}

a.nav_on_demand_tv_en {
  width: 155px;
  background: url(../images/nav_on_demand_en.jpg) no-repeat;
}

a.nav_on_demand_tv_vn {
  width: 155px;
  background: url(../images/nav_on_demand_vn.jpg) no-repeat;
}

li.li_tv_guide {
  left: 268px;
}

a.nav_tv_guide_en {
  width: 105px;
  background: url(../images/nav_tv_guide_en.jpg) no-repeat;
}

a.nav_tv_guide_vn {
  width: 105px;
  background: url(../images/nav_tv_guide_vn.jpg) no-repeat;
}


/* DROPDOWN */
#dropdownWrapper {
  display: none;
  width: 143px;
	position: absolute;
	top: 20px;
	right: 162px;
}

#dropdown {
  width: 123px;
	height: 23px;
	padding: 9px 4px 0 16px;
	color: #666;
	background: url(/images/dropdown.gif) no-repeat;
	display: block;
	text-decoration: none;
}

#dropdownList {
  display: none;
	position: absolute;
	top: 33px;
	left: 6px;
	width: 130px;
	z-index: 101;
}


/* SEARCH */
#search {
  position: absolute;
  top: 23px;
  left: 701px;
  border: none;
}

#search legend {
  display: none;
}

#searchField {
  background: url(../images/search_bg.jpg) no-repeat;
  border: none;
  width: 97px;
  height: 25px;
  padding: 7px 10px 0 10px;
  color: #867065;
  font-size:11px;
}

#search input {
  position: absolute;
}

#searchSubmit {
  left: 117px;
}

#header {
	z-index: 100;
}

#content {
      position: absolute;
      top: 62px;
}

#col_left {
  position: absolute;
  margin: 5px 10px 0 21px;
  width: 168px;
  overflow: hidden;
}

#col_right {
  width: 650px;
  height: 500px;
  position: absolute;
  left: 199px;  
}

/*-----------------------------------------------------------------
  STATUS BAR
-----------------------------------------------------------------*/

#status_bar {
  background: url(../images/status_bar.jpg) no-repeat;
  width: 650px;
  height: 35px;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

/*-----------------------------------------------------------------
  LEFT SIDEBAR
-----------------------------------------------------------------*/

#sidebar_title {
  /*background: url(../images/sidebar_title_popular.png) no-repeat;*/
  width: 168px;
  height: 35px;
}

#sidebar_content {
  overflow: hidden;
  position: relative;
  height: 250px;
}

#sidebar_content_bg {
  height: 600px;
}

.sidebar_content_bg {
    background-color:Transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/sidebar_bg_repeat.png'); 
}

.sidebar_content_bg[class] {
  background: url(../images/sidebar_bg_repeat.png) repeat-y;
}

#sidebar_content_popular {
    position:absolute;
    top:0px;
    left:0px;
    width:158px;
}

#sidebar_content_popular_list {
  position: absolute;
  top: 8px;    
}

#sidebar_content_popular_list li {
    position:relative;
}

#sidebar_content_popular_list a.normal {
  padding: 4px 14px;
  display: block;
  width: 100%;
  font-size:12px;
  color: #867065;
  text-decoration: none;
}

#sidebar_content_popular_list a.normal:hover {
  color: #fff;    
}

#sidebar_content_popular_list a.admindelete {
    position:absolute;
    left:3px;
    top:3px;
    font-size:12px;
    font-weight: bold;
    color:#c00000;
    text-decoration:none;
}

#sidebar_content_popular_list a.admindelete:hover {
    color:#ff0000;
    text-decoration:underline;
}

#sidebar_nav {
  width: 168px;
  height: 35px;
  position: relative;
}

#sidebar_nav_bg {
  width: 168px;
  height: 35px;
  z-index: 4;    
}

.sidebar_nav_bg {
    background-color:Transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/sidebar_footer.png'); 
}
.sidebar_nav_bg[class] {
  background: url(../images/sidebar_footer.png) no-repeat;
}

#sidebar_nav_btns {
  z-index: 5;
}

#up_btn a {
  position: absolute;
  top: 9px;
  left: 20px;
  background: url(../images/sidebar_up_btn.gif) no-repeat;
  display: block;
  width: 17px;
  height: 16px;
  text-indent: -9000px;
}

#down_btn a {
  position: absolute;
  top: 9px;
  right: 22px;
  background: url(../images/sidebar_down_btn.gif) no-repeat;
  display: block;
  width: 17px;
  height: 16px;
  text-indent: -9000px;
}

#up_btn a:hover, #down_btn a:hover {
  background-position: 0 -16px;
}


/* introduction */
#frHelp {
    position: absolute;
    top: 0px;
    left: 245px;
    width:644px;
    height:442px;
    overflow:hidden;
}

#introTt { 
    position:absolute; 
    width:642px; 
    height:60px; 
    background-image: url(/images/search/bg_pgTt.jpg);
    background-repeat: no-repeat;
    background-position:0px 12px;
}

#introTt_txt {
    position:absolute;
    left:0px;
    top:12px;
    width:642px;
    height:33px;
    color:#404040;
    font-family: Arial;
    font-size:16px;
    font-weight:bold;
    line-height:33px;
    padding-left:20px;
    word-spacing: nowrap;
}

#introTt_txt a {
    font-size:14px;
    color:#404040;
}

#introTt_txt a:hover {
    font-size:14px;
    color:#202020;
}

#intro_close {
    position:absolute;
    width:74px;
    height:33px;
    left:570px;
    top:12px;
}

#intro_cnt {
    position:absolute;
    left:0px;
    top:63px;
    width:642px;
    height:377px;
    border:solid 1px #F6D50E;
    background-color: #EDEEDE;
    overflow:hidden;
}

#intro_cnt_en, #intro_cnt_vn {
    position:absolute;
    left:0px;
    top:0px;
    width:602px;
    height:357px;
    overflow:auto; 
    padding:10px 20px;
    font-size:12px;
    color:#404040;
    line-height:18px;
    text-align:justify;
}

#intro_cnt_en ul, #intro_cnt_vn ul {
    margin-left:20px;
}

.helpTt {
    margin-top:20px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
    background-color:#e0e0e0;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    font-weight:bold;
}

/*-----------------------------------------------------------------
  VIDEO PLAYER DETAILS
-----------------------------------------------------------------*/

#playingInfo {
  position: absolute;
  top:400px;
  left:-12px;
  width: 674px;
  height:99px;
}

/*.playingInfo {
    background-color:Transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/title_bg2.png'); 
}*/

.playingInfo {
    background: url(../images/title_bg2.jpg) no-repeat;
}

#showTitle {
  position: absolute;
  left:30px;
  top:28px;
  width:614px;
  height:40px;

  white-space: nowrap;
  overflow:hidden;
  text-align: center;

  color: #c0c0c0;
  font-size:14px;
}

#showTitle #showTitle_unavail {
    font-size:12px;
}

#showTitle #showTitle_unavail a {
    color: #c0c0c0;
    text-decoration: none;
    border-bottom:dotted 1px #808080;
}

#showTitle #showTitle_unavail a:hover {
    color: #E7C5AC;
    text-decoration: none;
    border-bottom:solid 1px #E7C5AC;
}

#showOtherInfo {
    position:absolute;
    left:180px;
    top:58px;
    z-index:10;
}

#showOtherInfo td {
    color: #c0c0c0;
    text-align:left;
    font-size: 11px;
    padding-right:5px;
}

#showRating {
    position:relative;
    width:90px;
    height:17px;
}

#showRating_stargray, #showRating_starcurr, #showRating_staruser {
    position:absolute;
    left:0px;
    top:-2px;
    overflow: hidden;
}

#showRating_thanks {
    width:84px;
    height:17px;
    text-align:center;
}

#showRating_staruser {
    width:90px;
    height:17px;
    background:url(/images/stars_orange2.gif) no-repeat;
}

#showRating_staruser ul {
    list-style: none;
    margin:0;
    padding:0;
}

#showRating_staruser li {
    float:left;
    margin:0;
    padding:0;
}

#showRating_staruser a {
    display:block;
    width:18px;
    text-indent:-3000px;
}

#showViewsTitle {
    padding-left:20px;
}

#showViews {
    font-weight:bold;
}

#showEmailFriend {
    padding-left:20px;
}

#showEmbed {
    padding-left:20px;
}

#showEmailFriend a, #showEmbed a {
    font-size:11px;
    color: #c0c0c0;
    text-decoration: none;
    border-bottom:dotted 1px #808080;
}

#showEmailFriend a:hover, #showEmbed a:hover {
    color: #E7C5AC;
    text-decoration: none;
    border-bottom:solid 1px #E7C5AC;
}

/*-----------------------------------------------------------------
  VIDEO PLAYER
-----------------------------------------------------------------*/

#player_container {
    position: absolute;
}

.player_container_max {
    left:187px;
    top:26px;
    width:672px;
    height:390px;
}

.player_container_max {
    background-color:Transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/video_bg2.png');
}
.player_container_max[class] {
    background: url(../images/video_bg2.png) no-repeat;
}

.player_container_min {
    left:20px;
    top:369px;
    width:168px;
    height:84px;
    background-color:#1C1D1D;
}

#adaptvDiv {
    position:absolute;
}

.playermax {
    left:19px;
    top:19px;
    width:637px;
    height:356px;
    visibility:visible;
}

.playermin {
    left:1px;
    top:1px;
    /*width:168px;
    height:94px;*/
    width:166px;
    height:82px;
    visibility:visible;
}

.playerhide {
    left:0px;
    top:-2000px;
    visibility:hidden;
}

.ondemandmsg {
    position:absolute;
    left:19px;
    top:18px;
    width:636px;
    height:357px;
}

#player_resume {
    position:absolute;
    left:20px;
    top:339px;
    display:none;
}

#player_resume a {
    display:block;
    width:168px;
    height:29px;
    text-indent:-1000px;
    background: url(../images/player_resume_bu.gif) no-repeat;
}

#channelname {
    font-weight: bold;
    color: #FFEF94;
}

#channelbox a {
    display:block;
    text-decoration: none;
    color:#808080;
}

#liveondemandbox {
    position: absolute;
    left:160px;
    top:2px;
    width: 101px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align:center;
    color: #808080;
    font-size: 12px;
    font-weight:bold;
}

.liveondemandbox {
    background:url(/images/bg_liveondemandbox.gif);
}

/*.liveondemandbox[class] {
    background:url(/images/bg_liveondemandbox.png);
}*/

.livetxt {
    color:#00FF00;
}

.ondemandtxt {
    color:#FF0000;
}

#airtimebox {
    position: absolute;
    left:265px;
    top:2px;
    width: 380px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align:center;
    color: #808080;
    font-size: 12px;
}

.airtimebox {
    background:url(/images/bg_airtimebox.gif);
}

/* IFRAME */
.frame {
    position:absolute;
    left:199px;
    top:0px;
    width:650px;
    height:454px;
    visibility:hidden;
}


/*-----------------------------------------------------
    FORM
  -----------------------------------------------------*/
.error{
    color:#C00000;
    /*font-style: italic;*/
    font-size:12px;
}

a.dotted_gray {
    color:#606060;
    text-decoration:none;
    border-bottom: dotted 1px #c0c0c0;
}

a.dotted_gray:hover {
    color:#000;
    text-decoration:none;
    border-bottom: solid 1px #000;
}

a.dotted_white {
    color: #c0c0c0;
    text-decoration: none;
    border-bottom:dotted 1px #808080;
}

a.dotted_white:hover {
    color: #E7C5AC;
    text-decoration: none;
    border-bottom:solid 1px #E7C5AC;
}

div.requireLogin {
    color:#C00000;
    margin-bottom: 10px;
}

#loginbox_msg {
    color:#4F4D49;
    font-style: italic;
    font-size:12px;
}

/*#loginbox_err {
    color:#C00000;
    font-style: italic;
    font-size:12px;
}*/

#loginbox_busy {
    color:#4F4D49;
    font-style: italic;
    font-size:12px;
}

.loginbox_fl {
    color:#4F4D49;
    font-size: 12px;
    width:100px;
    vertical-align:middle;
    font-weight: bold;
}

.loginbox_input {
    color:#4F4D49;
    font-size:12px;
    font-family:Arial;
    padding:1px 5px;
    width:200px;
}

.loginbox_sm {
    color:#4F4D49;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    width:100px;
}

#loginbox_signup {
    color:#ffffff;
    font-size:12px;
    height:46px;
    padding:0px 20px;
}

#loginbox_signup a {
    text-decoration:none;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
}

#loginbox_signup a:hover {
    text-decoration:underline;
    color:#FFF580;
    font-size:12px;
}

p.loginbox {
    padding:1px 0px;
    margin:0px;
}

#loginbox_close {
    position:absolute;
    left: 325px;
    top: 3px;
}

#loginbox_close a {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

#loginbox_close a:hover {
    text-decoration:underline;
    color:#FFF580;
}

/*----- sign-up -----*/
#dSignup {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:10;
}

.dSignup {
    background-color:Transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/px65p_black.png'); 
}

.dSignup[class] {
    background:url(/images/px65p_black.png); 
}

#signupbox_bg {
    margin: auto;
    margin-top:160px;
    width:350px;
    height:190px;
    overflow:hidden;
    padding:0px;
    background-color:#efefef;
    background-image: url('/images/bg_loginbox.jpg');
}

#signupbox_bdr {
    position:relative;
    border:solid 1px #444240;
    width:348px;
    height:188px;
    color:#404040;
}

#signupbox_tt {
    text-align:center;
    color:#ffffff;
    font-family:Tahoma;
    font-size: 14px;
    font-weight:bold;
    height:22px;
    line-height:22px;
    vertical-align:middle;
    background-image: url('/images/bg_loginbox_tt.jpg');
    border-bottom: solid 1px #837F79;
}

#signupbox_tt a {
    font-size:14px;
    font-weight: bold;
    color:#ffffff;
    text-decoration: underline;
}

#signupbox_tt a:hover {
    color:#FFF580;
}

#signupbox_close {
    position:absolute;
    left: 325px;
    top: 3px;
}

#signupbox_close a {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

#signupbox_close a:hover {
    text-decoration:underline;
    color:#FFF580;
}

#signupbox_form {
    padding:10px 20px;
}

.signupbox_msg {
    padding-bottom:5px;
}

#signupbox_msg {
    color:#4F4D49;
    font-style: italic;
    font-size:12px;
}

#signupbox_busy {
    color:#4F4D49;
    font-style: italic;
    font-size:12px;
}

.signupbox_fl {
    color:#4F4D49;
    font-size: 12px;
    width:100px;
    vertical-align:middle;
    font-weight: bold;
}

.signupbox_input {
    color:#4F4D49;
    font-size:12px;
    font-family:Arial;
    padding:1px 5px;
    width:200px;
}

.signupbox_sm {
    color:#4F4D49;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    width:100px;
}

/*-----------------------------------------------------------------
    Text content
  -----------------------------------------------------------------*/
#textcontent_submenu {
    position:absolute;
    left:0px;
    top:600px;
    width:100%;
    height:44px;
    background:url(/images/textcontent_submenu_bg.gif) repeat-x;
}

div.textcontent_submenu_wrapper {
  width: 864px;
  margin: 0 auto;
  position: relative;
}

#textcontent_submenu_content {
    position: absolute;
    left:94px;
    top:0px;
}

#textcontent_submenu_content ul {
    list-style: none;
    margin:0;
    padding:0;
}

#textcontent_submenu_content li {
    float:left;
    margin:0;
    padding:0;
}

#textcontent_submenu_content a {
    color:#393939;
    line-height: 44px;
    vertical-align:middle;
    padding-right:20px;
}

#textcontent_submenu_content a:hover {
    color:#000;
    /*text-decoration:underline;*/
}

#textcontent_submenu_content a.submenu {
    text-decoration:none;
}

#textcontent_submenu_content a.showingSubmenu {
    text-decoration:underline;
}

#textcontent_submenu_content a.submenu:hover, #textcontent_submenu_content a.showingSubmenu:hover {
    text-decoration:underline;
}

#textcontent_submenu_backtoTV {
    position: absolute;
    right:0px;
    top:0px;
    display:block;
    width:149px;
    height:44px;
    background:url(/images/btn_return_to_video.gif) no-repeat;
    text-indent:-2000px;
}

#textcontent {
    position:absolute;
    left:0px;
    top:644px;
    width:100%;
    height:1000px;
    /*color:#767676;*/
    color:#404040;
    padding-top:20px;
    background-color:#fff;
}

#textcontent h1 {
    font-size:24px;
    font-weight:normal;
    text-transform: uppercase;
    color:#000;
}

div.textcontent_loading {
    font-size:24px;
    color:#808080;
    padding-left:210px;
}

#textcontent p, #textcontent li {
    text-align: justify;
    line-height:20px;
    margin:5px 0;
}

div.textcontent_wrapper {
  width: 770px;
  margin: 0 auto;
  position: relative;
  padding-left:94px;
}

.textcontent_form td {
    line-height:18px;
    vertical-align: top;
}

.textcontent_form a {
    color:#767676;
    text-decoration:none;
    border-bottom: dotted 1px #767676;
}

.textcontent_form a:hover {
    color:#000;
    text-decoration:none;
    border-bottom: solid 1px #000;
}

input.accountsubscribe_formfield {
    width:220px;
}

select.accountsubscribe_formfield {
    width:225px;
}

td.accountsubscribe_formfieldlabel {
    width:130px;
    text-align:right;
    padding-right:10px;
}

td.accountsubscribe_formfield {
    width:230px;
}

span.requiredstar {
    color:#C00000;
}

td.accountsubscribe_formfielderr {
    width:140px;
    text-align:left;
}

.accountsubscribe_formfielderr span, .aboutcontactus_formfielderr span {
    color:#C00000;
}

#accountsubscribe_regmsg, #accountsubscribe_acctinfomsg, #accountsubscribe_errform, .textcontent_formmsg {
    border:dotted 1px #c0c0c0;
    padding:5px 20px;
    text-align:center;
    margin-bottom:10px;
}

div.accountsubscribe_line {
    border-top:dotted 1px #c0c0c0;margin:10px 0px;
}



td.aboutcontactus_formfieldlabel {
    width:100px;
    text-align:right;
    padding-right:10px;
}

td.aboutcontactus_formfield {
    width:310px;
}

input.aboutcontactus_formfield {
    width:300px;
}

td.aboutcontactus_formfielderr {
    width:140px;
    text-align:left;
}


/*-----------------------------------------------------------------
    Team page
  -----------------------------------------------------------------*/
table.team {
    width:550px;
}

td.team_pics {
    width:150px;
    vertical-align: top;
    padding-bottom:30px;
}

td.team_info {
    vertical-align: top;
    padding-bottom:30px;
}

div.team_pic_frame {
    width:125px;
    border:solid 1px #E6E6E6;
    padding:5px;
}

img.team_pic {
    width:100%;
}

div.team_name {
    color:#000;
    font-size:14px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

div.team_title {
    font-weight: bold;
}

table.team_quote {
    margin-top:10px;
}

td.team_quote {
    vertical-align: top;
}

td.team_quote_left {
    width:60px;
    vertical-align: top;
}

td.team_quote_right {
    width:60px;
    vertical-align: bottom;
}

#textcontent_helpfaq h3 {
    font-size:12px;
    font-weight:bold;
    margin-top:15px;
}

#textcontent_helpfaq a {
    color:#404040;
    text-decoration:none;
    border-bottom: dotted 1px #808080;
}


#textcontent_helpfaq a:hover {
    color:#000;
    text-decoration:none;
    border-bottom: solid 1px #000;
}

div.sidebar_popularctrl {
    position: absolute;
    left:7px;
    top:225px;
    width:150px;
    height:22px;
    overflow:hidden;
    white-space:nowrap;
}

.sidebar_popularctrl input {
    color:#c0c0c0;
    font-size:12px;
    height:17px;
    border:solid 1px #404040;
    background-color:#202020;
}

/*-----------------------------------------------------------------
    Email friend
  -----------------------------------------------------------------*/
#emailfriend_pageTt {
    position:absolute;
    left:0px;
    top:0px;
    width:650px;
    height:43px;

    font-size: 16px;
    padding-top:15px;
    padding-left:180px;
    color:#000;
    text-indent: -2000px;

    background: url(../images/pop_title_email.jpg) no-repeat;
}

div.frame_closebu {
    position:absolute;
    left:620px;
    top:15px;
}

a.frame_closebu {
    display:block;
    width:15px;
    height:15px;
    text-indent: 100px;
    overflow:hidden;
    background:url(../images/bu_close2.jpg) no-repeat;
}

div.frame_bdr {
    position:absolute;
    left:0px;
    top:43px;
    width:650px;
    height:411px;
    background: url(../images/frame_bg.jpg) no-repeat;
}

div.frame_cnt {
    position:absolute;
    left:7px;
    top:1px;
    width:636px;
    height:408px;
    padding-top:30px;
    padding-left:20px;
    vertical-align:top;
}

table.emailfriend_form {
    position:relative;
    width:596px;
}

.emailfriend_form * {
    color:#a0a0a0;
}

.emailfriend_form .error {
    color:red;
}

.emailfriend_form .success {
    color:green;
}

td.emailfriend_label {
    text-align:right;
    width:150px;
    padding-right:5px;
}

td.emailfriend_input {
}

td.emailfriend_message {
    padding-bottom:5px;
}

input.emailfriend_textinput {
    width:240px;
    background-color:transparent;
    border:solid 1px #404040;
    padding:2px 5px;
}

textarea.emailfriend_textinput {
    background-color:transparent;
    border:solid 1px #404040;
    padding:2px 5px;
}

input.emailfriend_submit {
    background-color:#202020;
    border:solid 1px #404040;
    padding:1px 10px;
}

