*{
	margin:0;
	padding:0;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	background-color: #000;
}
#content_holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_holder {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1px;
	padding-bottom: 5px;
}

#search {
}
#search_holder {
	margin-right: 60px;
	margin-top: 15px;
}
#txtInput {
	background-image: url(../images/search_bg.jpg);
	background-repeat: repeat-x;
	color:#8bb9ff;
	border: 1px solid #3484ff;
	font-size: 10px;
	background-color: #000;
	background-position: bottom;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	float: right;
	display: inline;
}
#search_btn {
	background-color: #F0F;
	border: 1px solid #3484ff;
	display: inline;
	float: right;
}
#address {
	float: right;
	color: #FFF;
	font-size: 11px;
	margin-right: 10px;
	padding-top: 7px;
	display: inline;
}
#main_menu {
	list-style-type: none;
	float: right;
	clear: both;
	margin-right: 80px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	display: inline;
}

#main_menu li {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C6;
	font-weight: bold;
	padding-right: 15px;
	display: inline;
	
}
#main_menu a {
	font-size: 19px;
	text-decoration: none;
	color: #FFF;
}
#main_menu a:hover {
	color: #F90;
}

#main_menu li.menu_last {
	border:none;
	padding: 0;
	margin: 0;
}
#sub_menu {
	list-style-type: none;
	margin-right: 80px;
	clear: both;
	text-align: right;
}
#sub_menu li {
	display: inline;
	font-size: 11px;
	padding-right: 15px;
}
#sub_menu li.menu_last {
	border:none;
	padding: 0;
	margin: 0;
}
#sub_menu a {
	text-decoration: none;
	color: #FFF;
}
#sub_menu a:hover {
	color: #F90;
}
#scroller {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #193D98;
	text-align: center;
	background-image: url(../images/scroller_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	color: #5891e6;
	clear: both;
	font-size: 14px;
}
#iemarquee a, #iemarquee a:visited {
	color: #5891e6;
}
#iemarquee a:hover {
	color: #8DC2FF;
}
#footer {
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 24px;
	padding-top: 20px;
	color: #6BACFF;
}
#playing .newVid {
	padding: 5px 10px 0 10px;
	margin-bottom: 18px;
	background-image: url(../images/newVid_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#ep_info {
	margin-left: 542px;
}
#series_details h2 {
	margin-bottom: 15px;
}
#vid_list {
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

#vid_list h2 {
	font-size: 11px;	
}

#vid_list a {
	font-size:11px;
	display:block;
	margin-bottom:5px;
}
.meta_info a,  .meta_info a:visited{
	color: #FC3;
}
#vid_col table {
	margin-bottom: 20px;
}
#vid_col .title {
	margin-bottom: 10px;
}

