@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.layoutNowplaying{
	display:block;
	margin:0px;
	width:339px;
}
.bgNowPlaying, .botNowPlaying{
	float:left;
}
.bgNowPlaying{
	margin:0px;
	display:block;
	width:339px;
	background-image:url(../images/bg_NowPlaying.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.botNowPlaying{
	margin:0px;
	display:block;
	width:339px;
	height:4px;
}
.layoutTopic{
	display:block;
	margin: 0px;
	width:339px;
}
.imgTxtTopic, .bgTopic{
	float:left;
}
.imgTxtTopic{
	display:block;
	margin:0px;
	width:72px;
}
.bgTopic{
	margin:7px 0 0 0;
	display:block;
	width:263px;
	height:49px;
	background-image:url(../images/bg_topicNowPlaying.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.layoutVideo{
	display:block;
	margin:0px;
	width:339px;
}
.topVideo, .contentVideo, .botVideo1, .botVideo2, .botVideo3{
	float:left;
}
.topVideo{
	margin:5px 0 0 0;
	display:block;
	width:339px;
	height:4px;
}
.contentVideo{
	margin:0px;
	display:block;
	background-image:url(../images/bg_Video.jpg);
	background-repeat:repeat-y;
	width:339px;
	text-align:center;
}
.botVideo1{
	margin:0 0 5px 0;
	display:block;
	width:80px;
	height:37px;
}
.botVideo2{
	margin:0 0 5px 0;
	display:block;
	background-image:url(../images/bg_StreamingPerformance.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:181px;
	height:37px;
}
.botVideo3{
	margin:0 0 5px 0;
	display:block;
	width:78px;
	height:37px;
}
.layoutStreaming{
	display:block;
	margin:0px;
	width:169px;
	padding-left:12px;
}
.streaming56k, .streaming128k, .streaming512k{
	float:left;
}
.streaming56k{
	margin:8px 0 0 0;
	display:block;
	width:51px;
	height:21px;
}
.streaming128k{
	margin:8px 0 0 0;
	display:block;
	width:51px;
	height:21px;
}
.streaming512k{
	margin:8px 0 0 0;
	display:block;
	width:55px;
	height:21px;
}
.layoutSearch{
	display:block;
	margin:0px;
	width:352px;
}
.bgSearch, .imgTxtSearch, .inputSearch, .buttonSearch{
	float:left;
}
.bgSearch{
	margin:0px;
	display:block;
	width:352px;
	background-image:url(../images/bg_Search.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.imgTxtSearch{
	margin:0px;
	display:block;
	width:70px;
}
.inputSearch{
	margin:0px;
	display:block;
	width:236px;
}
.buttonSearch{
	margin:0px;
	display:block;
	width:46px;
}
.layoutContent{
	display:block;
	margin:0px;
	width:352px;
}
.botSearch, .Menu, .TV, .Radio, .Video, .PPT, .RSS, .Sort{
	float:left;
}
.botSearch{
	margin:0px;
	display:block;
	width:352px;
	height:4px;
}
.Menu{
	margin:0px;
	display:block;
	width:352px;
	height:67px;
}
.TV{
	margin:0px;
	display:block;
	width:78px;
	height:67px;
}
.Radio{
	margin:0px;
	display:block;
	width:52px;
	height:67px;
}
.Video{
	margin:0px;
	display:block;
	width:93px;
	height:67px;
}
.PPT{
	margin:0px;
	display:block;
	width:89px;
	height:67px;
}
.RSS{
	margin:0px;
	display:block;
	width:40px;
	height:67px;
}
.Sort{
	margin:0px;
	display:block;
	background-color:#EFEEC3;
	width:352px;
}
.bgHead{
	background-image:url(../images/bg_Head.jpg);
	background-repeat:repeat-x;
	height:26px;
}