.amvmtv {
	font-size	: 10px;
}
.amvmtv .videoTitle {	
	color		: #29519d;
	font-weight	: bold;
	font-size: 14px;
}
.amvmtv .videoTitleBlue {
	color		: #29519d;
	font-weight	: bold;
	font-size: 12px;
}
.amvmtv .channelTitle {
	color		: #0a60c2;
	font-weight	: bold;
}

.amvmtv .channelTitleSelected {
	color		: #305b02;
	font-weight	: bold;
}

.amvmtv .category2nd {
	font-size	: 10px;
	color		: #FFFFFF;
	font-weight	: bold;
}
.amvmtv .white {
	color		: #FFFFFF;
}
.amvmtv .videoListDate {
	background-color:#FFF3C9;
	height			: 12px;
}
.amvmtv .videoListDesc {
	font-size		: 10px;
	line-height		:13px;
}
.detail{
	font-size		: 12px;
}

.detail .title {
	font-size		: 11px;
	font-weight		: bold;
}
.detail .promotion {
	font-size		: 14px;
	font-weight		: bold;
	color			: #D34C11;
}
.detail .bottom {
	font-size		: 12px;
	color			: #1A4596;
}

/* scroller */
#Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 340px;
	height			: 457px;
	overflow		: hidden;
	border: 0px solid red;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0px 3px 0px 0px;
}
.table{
}

.table td {
  height			: 81px;
}

#Scrollbar-Container {
  position			: relative;
  margin			: 0;
  padding			: 0;
  left				: 334px;
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 6px;
	height			: 8px;
	font-size		: 0px;
	top				: -5px;
	background		: url(../../templates/default/amvmtv/alllanguage/scroller_up.gif) no-repeat;
	cursor			: pointer;
}
.Scrollbar-Track {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 16px;
	height			: 446px;
	top				: 3px;
	background		: url(../../templates/default/amvmtv/alllanguage/scroller_track.gif) repeat-y;
	cursor			: pointer;
}
.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 16px;
	height			: 170px;
	background		: url(../../templates/default/amvmtv/alllanguage/scroller_handler.gif) no-repeat;
	cursor			: pointer;
}
.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 449px;
	width			: 6px;
	height			: 8px;
	font-size		: 0px;
	background		: url(../../templates/default/amvmtv/alllanguage/scroller_down.gif) no-repeat;
	cursor			: pointer;
}
/* end scroller*/
