.content {padding-bottom:10px;}
#body0.content {padding:0;}

#title {
	background: url(http://www.tvb.com/info/faq/images/FAQ_top.jpg) no-repeat;
	width: 825px; height: 24px;
	padding-left: 150px;
	padding-top: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
#title_spacer {
	height: 1px;
}
.faqtop_links a:link {
	color: #666;
	font-weight: normal;
}
#faqtop_currentlangauge {
	font-weight: bolder;
	color: #333;
}
.faqleftmenu{
	background-image: url(http://www.tvb.com/info/faq/images/left_table_center.jpg);
	background-repeat: repeat-y;
	width: 190px;
	float: left;
	font-size: 15px;
	color: #666;
}
#faqleftmenu_top {
	background-image: url(http://www.tvb.com/info/faq/images/left_table_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#faqleftmenu_bottom {
	background-image: url(http://www.tvb.com/info/faq/images/left_table_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.faqleftmenu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.faqleftmenu ul li {
	/*height: 1.5em;*/
	margin-left: 15px;
	margin-right: 15px;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;*/
	padding: 5px 10px;
	margin-bottom: 0.75em;
}
.faqleftmenu_currentselection {
	color: #fff;
	/*background-image: url(http://www.tvb.com/info/faq/images/menu.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	background: #bbb;
    	border-radius: 5px;
	line-height: 1.2;
	
}

.faqcontent {
	background-image: url(http://www.tvb.com/info/faq/images/right_table_center.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 755px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #666;
}
#faqcontent_top {
	background-image: url(http://www.tvb.com/info/faq/images/right_table_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding:20px 20px 0 20px;
	height: 20px;
	font-size: 15px;
	color: #333;
	font-weight:bold;
}
#faqcontent_content {
	background-image: url(http://www.tvb.com/info/faq/images/right_table_center.jpg);
	background-repeat: repeat-y;
	height: 1%;
	font-size: 13px;
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#faqcontent_bottom {
	background-image: url(http://www.tvb.com/info/faq/images/right_table_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
.faqcontent_question {
	font-size: 13px;
	height: 1%;
	padding:0 20px;
	margin:1em 0 0.5em 0;
	color: #666;
	font-weight:bold;
}
.faqcontent_answer {
	font-size: 13px;
	height: 1%;
	padding:0 20px 0 32px;
	margin:0 0 1em 0;
	color: #666;
}
.faqcontent_answer a {
  font-size:13px;
}
#faqcontent_content ol li {
	color: #666;
	font-size:13px;
}
.generic_content {
	font-size: 13px;
	height: 1%;
	padding:0 20px;
	margin:1em 0 0.5em 0;
	color: #666;
}
.back_to_top {
    position: fixed;
    display: none;
    bottom: 64px;
    right: 64px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1000;
    cursor: pointer;
}
