﻿/* UNIVERSAL */
*{	
	margin:0; 
	padding:0;
	background:transparent;
	-webkit-font-smoothing: antialiased;
}
body{
	font:12px/1.6em Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#000 url(http://www.ctitv.com.tw/images/bg_tout.jpg) repeat-x;
	text-align:center;
	vertical-align:top;
}
table{border-collapse:collapse; border-spacing:0; }
img, object{display:block; border:0; outline:0;}
fieldset{border:0;}
input, textarea, select, option{color:#000; background:#EEE;}
#container{
	position:relative;
	width:995px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}

/* Header */
.header{background:url(http://www.ctitv.com.tw/images/haut_ligne.gif) no-repeat 46% 100%;}
.headerCenter{
	width:995px;
	margin:0 auto;
	position:relative;
	height:119px;
	background:url(http://www.ctitv.com.tw/images/logo_ctitv.jpg) no-repeat;
}
#specialLogo{position:absolute;}
.logo{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:260px;
	height:110px;
	text-indent:-999em;
}

/* Favorite, LOGIN, SIGNUP, SearchBox */
.headerFunction{
	float:right;
	display:block;
	width:610px;
	margin:22px 0 -12px
}
.headerFunction li{
	display:block;
	float:right;
	border-right:1px solid #666;
	margin-right:8px;
	padding-right:8px;
}	
.headerFunction li.last{
	border:0;
	margin-right:10px;
}
.headerFunction a, 
.headerFunction a:visited{
	color:#CCC;
	display:block;
}
.headerFunction form{display:block;}
.searchInput{
	width:140px;
	height:22px;
	background:transparent url(http://www.ctitv.com.tw/images/chercher_01.gif) no-repeat;
	border:0;
	padding:0 6px;
	padding-top:5px\9;
	color:#FFF;
	float:left;
	font-size:11px;
}
.searchInput:focus{border:0;}
.searchBtn{
	width:30px;
	height:22px;
	background: url(http://www.ctitv.com.tw/images/chercher_02.gif) no-repeat;
	border:0;
	margin:0 0 0 -2px;
	float:left;
	cursor:pointer;
	text-indent:-999em;

}
.searchBtn option{padding:1px 4px;}
a#addFav, a#CtiFB, a#baoLiao{
	display:block;
	background:url(http://www.ctitv.com.tw/images/baoliao.png) no-repeat 0 4px;
	line-height:22px;
}
a#addFav{padding-left:20px;}
a#CtiFB{background-position: 0 -19px; padding-left:20px;}
a#baoLiao{background-position: 26px -43px;}
a#baoLiao span{visibility:hidden; padding:0 6px;}

/* PRIMARY NAV*/
.primaryNav{
	position:absolute;
	bottom:1px;
	_bottom:0;
	right:-3px;
	margin:0;
	z-index:999;
	height:42px;
	text-align:center;
	font-family:Verdana, Sans-serif;
	text-shadow: 1px 1px 1px #333;
	/*background:url(http://www.ctitv.com.tw/images/haut_menu.gif) no-repeat;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Webkit-specific CSS here */
	.primaryNav{text-shadow: 0 0 0 #333;}
}
.primaryNav li{
	float:left;
	margin-right:2px;
}
.primaryNav li a{
	text-decoration:none;
	display:block;
	line-height:23px;
	width:70px;
	color:#FFF;
	font-weight:700;
	font-size:13px;
	padding:3px 7px 0 8px;
	margin-top:15px;
	vertical-align:baseline;
	background:url(http://www.ctitv.com.tw/images/haut_menu.gif) no-repeat;
}
.primaryNav li a:visited{color:#FFF;}
.primaryNav li a:hover, 
.primaryNav li a:active{
	margin-top:10px;
	height:28px;
	text-decoration:none;
}
.primaryNav .newsTab a{background-position:0 -57px;}
.primaryNav .showsTab a{background-position:-87px -57px;}
.primaryNav .newchinaTab a{background-position:-174px -57px;}
.primaryNav .infoTab a{	background-position:-261px -57px;}				
.primaryNav li.last{margin-right:5px;}

/* FOOTER */
.footer{
	background:#4c4b4b;
	border-top:2px solid #c8000a;
	padding:10px 0;
	width:100%;
	text-align:center;
}
.footer ul{margin:0;}
.footer li{
	border-right:1px solid #666;
	margin-right:8px;
	padding-right:8px;
	display:inline;
}
.footer li.last{
	border:none!important;
}
.footer li a,
.footer li a:visited{
	color:#838383;
}
.footer li a:hover, 
.footer li a:active{
	color:#ccc;
	text-decoration:none;
}
.footer p.copyright{
	color:#838383;
	padding:20px 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6{font-weight:700; clear:both; font-family:"微軟正黑體", "Times New Roman", Times, serif;}
h1{font-size:32px;}
h2{font-size:24px; margin:0 0 8px; padding:3px 0 8px;}
h3{font-size:15px; margin:0 0 4px; padding:0 0 4px;}
h4{font-size:15px; margin:0 0 12px;}
h5{font-size:12px;}
h6{font-size:10px;}
 
/* Link Style */
a, a:visited{text-decoration:none; color:#feffc5; outline:0;}
a:hover, a:active{text-decoration:underline;}

/* Paragraphs */
p{margin:0 0 18px;}
b, strong{font-weight:700;}

/* Lists */
ul, ol{list-style:none;}
ul, ol, dl{margin:0 0 18px;}
ol{margin:0 0 0 1.5em;	list-style:decimal;}

/* Clearfix */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix{height:1%;}
*:first-child+html .clearfix{min-height:1px;}