* {
	margin: 0;
	padding: 0
}

body {
	font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #999;
	margin: 0px;
	padding: 0px
}

body a,body a:visited {
	color: #C30;
	text-decoration: none
}

body a:hover {
	text-decoration: underline
}

body p {
	padding: 5px 0px;
	margin: 5px 0px
}

.clr {
	clear: both;
}
a img{border:0;}
.fright{float:right;}
.media{border:#000 1px solid;background-color:#e1e1e1;padding:5px;}
#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('/2_6_hongkongdrama/images/page_background.jpg')
		top center repeat-y;
	padding: 0 10px 0 10px
}

#header {
	width: 100%;
	background: #000;
	height: 100%;
	background: #FFF
		url('/2_6_hongkongdrama/images/header_footer_img.jpg') top center
		repeat-y
}

#header input,select {
vertical-align: middle;	
}

#header h1 {
	font-size: 2.5em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		Verdana, Arial, sans-serif
}

#header a {
	color: #fff;
	margin-left: 3px;
	padding: 1px
}

.description {
	font-size: 0.9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		Verdana, Arial, sans-serif;
	margin-top: 5px
}

#header #header_right {
	float: right;
	width: 450px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0
}

#header #header_left {
	float: left;
	width: 450px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px
}

#wrapper {
	width: 100%
}

#content {
	float: left;
	width: 570px;
	line-height: 1.6em;
	padding-left: 5px;
	padding-top: 20px;
}
#content h2{color:#C30;font-size:17px;}
#content h1{font-size:23px;}
/*--------------Sidebar------------*/
#sidebar {
	float: right;
	width: 365px;
	margin-left: 0px;
	padding-top: 20px
}

#sidebar ul {
	margin-bottom: 20px
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em
}

#sidebar ul li {
	list-style: none;
	line-height: 1.6em;
	font-size: 1.1em
}

#sidebar ul ul {
	
}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B
}

#sidebar a:hover {
	text-decoration: underline
}

#sidebar .sidebar_left {
	width: 160px;
	float: left;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF
		url('/2_6_hongkongdrama/images/header_footer_img.jpg') top center
		repeat-y
}

#footer a,#footer a:hover,#footer a:visited {
	color: #fff;
	text-decoration: none
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 920px;
	line-height: 1.6em
}

/*-------------Headings-------------*/
h1,h2,h3,h4 {
	font-family: Helvetica, Arial, Sans-Serif
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em
}

h2 {
	font-size: 2.0em
}

/*-------------Movie------------------*/
.movie {
	position: relative;
	text-align: left;
}

.movie img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px
}

#moviedesc ul {
	list-style: none
}

#moviedesc li {
	float: left;
	font-size: 13px
}

#moviedesc a {
	padding: 5px;
	color: #000
}

/*-------------Other------------------*/
#adsense_homepage_linkunit {
	margin-bottom: 30px
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px
}

#fashion_ad1 {
	margin: 15px 0 15px 0;
	width: 160px;
	height: 1220px;
	padding: 0;
	text-align: center;
	border: #ccc 1px solid;
}

#fashion_ad1 a.viet {
	color: black;
}

#fashion_ad1 ul {
	margin: 0;
}

.pagination {
	padding: 2px;
	float: right;
}

.pagination ul {
	text-align: left;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a,.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #d1d1d1;
	text-decoration: none;
}

.pagination a:hover,.pagination a:active {
	border: 1px solid #2b66a5;
	background-color: orange;
}

.pagination a.currentpage {
	background-color: orange;
	color: #FFF !important;
	border-color: orange;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink,.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important
}

.pagination a.prevnext {
	font-weight: bold
}