/* BEGIN 2ColListings.css */
@CHARSET "ISO-8859-1";

#centerContainer, #centerContainerTag {
	width: 100% !important;
}

#contentListing {
    margin:0 15px 0 0 !important;
    padding:0 !important;
    float:left;
    width:618px;
}

ul.mediaitem {	
	padding:9px;
	border:solid 1px #a6a5a5;
	text-align: left;
	display:inline-block;
	width:598px;
	/*height:110px;*/
	overflow:hidden;
}

ul.mediaitem li{
	list-style:none;
	position:relative;
}

ul.mediaitem li.mediathumb{
    float:left;
    width: 162px !important;
	height: 112px !important;}

ul.mediaitem li.details {
	float:left;
	padding:17px 14px 0 9px;
	width:278px;
	word-wrap:break-word;
}

ul.mediaitem li.details p.medialink{
	font-size:14px;
    font-weight:bold;
	padding-bottom:9px;
}

ul.mediaitem div.jokedetails {
	float: left;
	margin-left: 100px;
	width: 256px;
}

ul.mediaitem span.description {
	float:left;
	word-wrap: break-word;
	width: 256px;	
}

ul.mediaitem br {
	clear: both;
}

.userMediaThumb {
	width: 160px;
	height: 110px;
	border: 1px solid #a6a5a5;
	display:block;
}

.medialisting {
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
	display:inline-block;
}
.mediathumb .contentLabel {
    float:left;
    width: 179px;
    height: 28px;
    position:relative;
    bottom: 26px;
    left:-8px;
}

.medialistingstats {
	padding-left: 0px !important;
	padding-top:17px !important;
	border-left: none !important;
	font-size: 10px;
	text-align: left;
	float:right !important;
	width: 115px !important;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 5px;
}

#ajaxLoader{
    text-align:center;
    clear:both;
    height:15px;
}

#filterlinks{
	margin: 15px 0 !important;
	height:15px;
}
#filterlinks span {
	margin-left:11px;
}

.page-nav{
	margin: 0;
	padding:4px 0 !important;
}
#page-nav-footer{
	clear: both !important;
	margin-top:5px !important;
}
#page-nav-footer > .page-nav {
	margin: 0 0 15px !important;
}

#mediaDetails{
	padding:26px 14px 0 9px !important;
}

.divFeaturedMature {
	color:#c1273b;
	font-weight:bold;
	margin-top:-17px;
	float:left;
}

.mediaActionButtons {
	margin-top:-17px;
}

#mediaFilterTitle {
	font-size:16px;
}
/* END 2ColListings.css */
/* BEGIN admin.css */
table, tr, td, th {
    border-collapse: collapse;
    empty-cells: show;
}
table th {
    color: #036;
    background: transparent url(http://images.ebaumsworld.com/img/cms/th-bg.gif) repeat-y scroll;
    background-position: 0 0;
    text-align: center;
    border-top: 1px solid #a6a5a5;
    border-bottom: 1px solid #a6a5a5;
    padding-left: 5px;
    padding-right: 5px;
}
table tfoot th {
    border-top: 1px solid #a6a5a5;
    border-bottom: 1px solid #a6a5a5;
}
table th.left, table td.left {
    text-align: left;
    padding-left: 5px;
}
.textLeft {
    text-align:left;
}
table th.right, table td.right {
    text-align: right;
    padding-right: 5px;
}
table.stripe tr td {
    background: #fff;
}   
table.stripe tr.stripeAlt td {
    background: #eee;
}   
table.stripe tr.stripeHover td {
    background: #c2ccda;
}
#adminMenu {
    float:right; 
    padding-top:10px;
    width:160px; 
    margin-right:10px;
}
.failureView {
    height:500px;
    overflow-x:hidden;
    overflow-y:auto;
}
.encoderTable {
    width:100%;
}
.encoderTable tr {
    height: 20px;
}
.encoderFilterOption {
    margin-bottom:10px;
    margin-top:5px;
}
.pendingView {
    height:200px;
    overflow-x:hidden;
    overflow-y:auto;
}
.striped {
    color: #fff;
    background-image: url(http://images.ebaumsworld.com/img/shade.png);
    background-position: bottom;
}
.striped.ebaum {
    background-color: #2a3748;
    color: #fff;
}
.striped.blue {
    background-color: #369;
    color: #fff;
}
.striped.green {
    background-color: #9c9;
    color: #fff;
}
.striped.darkgreen {
    background-color: #030;
    color: #fff;
}
.striped.purple {
    background-color: #636;
    color: #fcf;
}
.striped.red {
    background-color: #900;
    color: #fff;
}
.striped.orange {
    background-color: #f90;
    color: #000;
}
.striped.gray {
    background-color: #ccc;
    color: #000;
}
.striped.blackwhite,
.striped.black {
    background-color: #000;
    color: #f0f;
}
.striped.blackwhite {
    color: #fff;
}
.striped.pink {
    background-color: #fcf;
    color: #306;
}
.striped.brown {
    background-color: #630;
    color: #c60;
}
.striped.blind {
    background-color: #0f0;
    color: #f00;
}
.striped.blue a, .striped.green a, .striped.darkgreen a,
.striped.red a, .striped.orange a {
    color: #fff;
}
.striped.orange a, .striped.gray a {
    color: #000;
}
.striped.purple a {
    color: #fcf;
}
.striped.black a {
    color: #f0f;
}
.striped.pink a {
    color: #306;
}
.striped.brown a {
    color: #c60;
}
.striped.blind a {
    color: #f00;
}
.orderDetailForm {
	width: 430px;
	display:block;
}
.orderDetailForm label {
	float:left;
	margin-right:10px;
	text-align:right;
	width:100px;
	clear:left;
}
.orderDetailForm .submit {
	border:2px outset #A6A5A5;
	padding:3px;
	display:block;
}
.orderDetails li {
	margin-bottom:3px;
}
.checkOrders {
	float:right;
}
.usernameOrderSearch {
	float:left; 
	margin-bottom:5px;
}
#prizeListFilterForm {
	float:left; 
	clear:left;
}
.editPrizeForm label {
	width: 75px;
	float:left;
	display:inline;
	clear:left;
}
.editPrizeForm .submit {
	clear:left;
}
.prizeInput {
	 float:left;
	 margin-bottom:5px;
}
.uploadBanFormDiv ul {
	line-height: 23px;
}
.uploadBanFormDiv .userUploadBannedCount {
	margin-bottom:10px;
	margin-top:10px;
}
.uploadBanCount {
	font-weight:bold;
}
.uploadBanForm label {
	width:100px; 
	text-align:right; 
	float:left; 
	margin-right:5px;
}
.formError {
	color:red; 
	font-weight:bold; 
	margin-bottom:5px; 
	margin-top:5px;
}
input.adminSubmit {
	margin-left:105px; 
	height:24px;
}/* END admin.css */
/* BEGIN calendar.css */
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #ddd;
}
#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/ 
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 185px;
}
#calendar_div * {
	font-size: 10px;
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	color: #fff;
}
.calendar_control {
	background: #369;
}
.calendar_links {
	background: #000;
}
.calendar_control, .calendar_links {
	font-weight: bold;
	letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.calendar_clear, .calendar_prev {
	float: left;
}
.calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
.calendar_close, .calendar_next {
	float: right;
}
.calendar_header {
	background: #333;
	text-align: center;
	font-weight: bold;
}
.calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.calendar {
	background: #ccc;
	text-align: center;
}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow {
	background: #777;
}
.calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
.calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell {
	background: #ddd;
}
.calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.calendar .calendar_unselectable {
	color: #888;
}
.calendar_today {
	background: #fcc !important;
}
.calendar_currentDay {
	background: #999 !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.calendar_titleRow a {
	color: #eee !important;
}
.calendar_control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}
/* END calendar.css */
/* BEGIN farbtastic.css */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(http://images.ebaumsworld.com/img/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(http://images.ebaumsworld.com/img/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(http://images.ebaumsworld.com/img/marker.png) no-repeat;
}

/* END farbtastic.css */
/* BEGIN header-sub-nav.css */
#sub-head-bar {
    height: 29px;
    text-align: left;
    background-color: #000000;
    font-weight: bold;
    color: orange;
    clear: both;
	padding: 0 11px;
}

#sub-head-bar a {
	color: #fff;
	text-decoration: none;
}

#sub-head-bar > li {
	font-size:1.25em;
	margin-top:5px;
	margin-right:10px;
	float: left;
}

/*Drop Down*/

li.dropdown {
    list-style: none;
    padding-left:5px !important;
	color:#fff;
	position: relative;
	zoom: 1;
	z-index:599;
	height:18px;
	padding-bottom:6px;
}

li.dropdown .moreLinks {
    background:url('http://media.ebaumsworld.com/img/menu_arrow.jpg') no-repeat right 50%;
    padding-right:20px;
}

li.dropdown:hover > a,li.menu-active > a,li.dropdown ul li:hover > a {
    color:#FFCC00 !important;
}

li.dropdown ul {
    background: #000000 url('http://media.ebaumsworld.com/img/menu_background.jpg') repeat-x 0px 60px;
	position:absolute;
	top:24px;
	left:0;
    display:none;
    width: 140px;
	z-index:600;
}

li.dropdown ul li {
    float: none !important;
    padding: 2px 5px !important;
    border-bottom: 1px solid #fff;
    width:130px;
	font-size:1em !important;
}

li.dropdown ul li.last {
	border-bottom:0px;
}

li.dropdown:hover > ul {
	z-index:600;
    display:block;
}

#getPaidDiv {
	width:94px;
	height:17px;
	border-top:#108c27 solid 1px;
    border-bottom:#108c27 solid 1px;
    font-size:.9em !important; 
    padding-top:2px;
    margin-top:-1px;
    margin-left:10px;
}

#getPaidDiv a {
	color:#108c27 !important;
}
#uploadHeader {
	margin-left:10px;
}

#search-bar {
	float: right !important;
	text-align: right;
	margin:0 !important;
	padding:4px 0 0;
}

#search-form {
	display: inline;	
	margin:0;
	padding:0;
}

#searchBarSubmit {
	padding: 0 5px;
	margin:0;
	*width:53px;
	*padding:0;
}
#searchBarCriteria {
	margin:0;
}

#search-bar input{
	vertical-align:middle;
}
/* END header-sub-nav.css */
/* BEGIN jqModal.css */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
     display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -225px;
    width: 450px;
    
    background-color: #EEE;
    color: #333;
      /*border: 1px solid black;
 	padding: 12px;*/
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: fixed;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqBar{
	background: #516786 url('http://media.ebaumsworld.com/img/modalHeader.jpg') repeat-x;
	height: 30px;
}

.jqEnlargeContent{
	position:relative;
	}

.jqContent{
	padding: 20px 12px;
	border-bottom: #67769d solid 4px;
	font-size:14px;
	color: #38505e;	
	position:relative;
	padding-top:10px;
}

.jqStaticContent{
	padding: 20px 12px;
	border-bottom: #67769d solid 4px;
	font-size:14px;
	color: #38505e;	
	min-width:375px;
	position:relative;
	padding-top:10px;
}
.jqContent h1, .jqStaticContent h1{
	font-size:16px;
	padding-bottom:10px;	
	padding-top:0px;
}

.jqContent h2, .jqStaticContent h2{
	font-size:13px;
	border: 0px solid;
	}

.jqContent a{
	color:#38505e;
	text-decoration:none;
}

.jqContent a:visited{
	color:#38505e !important;	
}

.jqContent #loginForm{
	margin-top: 9px;
}

.jqX{
	width:14px;
	height:15px;
	float:right;
	margin-top:5px;
	margin-right:7px;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}

#jqEnlargeX{
	color:#ffffff;
	font-weight:700;
	font-size:16px;
	width:14px;
	height:15px;
	float:right;
	cursor:pointer;
}

.jqBarText{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin-right: 30px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

#jqEnlargeModal{
	display:none; 
	position:absolute;
	padding:10px;
	background-color:#000000;
	color:#ffffff;
}

.jqContent #ajaxLoader {
	width:200px;
	margin:auto;	
	text-align:center;
	height: 40px;
}

.jqContent #ajaxLoader img{
	width:32px;
	margin:auto;
}/* END jqModal.css */
/* BEGIN jquery-lightbox.css */
/** Lightbox Style */
#LightBoxOverlay {
	/*background-image: url(http://images.ebaumsworld.com/img/overlay.png);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

* html #LightBoxOverlay {
	/*background-color: #333;*/
	background-color: transparent;
	background-image: url(http://images.ebaumsworld.com/img/blank.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.ebaumsworld.com/img/overlay.png", sizingMethod="scale");*/
}

#LightBox {
	width: auto;
	/*	top: 175px;
	left: 30%;*/
/*	background: #2d2d2d;*/
	background: #fff;
	padding: 10px;
	border: 10px solid #a6a5a5;
	color: #000;
	z-index: 10000001 !important;
	position: absolute;
}

#LightBox #close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
/* END jquery-lightbox.css */
/* BEGIN jquery.jcarousel.css */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
	margin: 0 auto;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 60px;
	height: 60px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}/* END jquery.jcarousel.css */
/* BEGIN lightbox.css */
#lightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: auto;
	height: auto;
	margin: -220px 0 0 -250px;
	border: 1px solid #fff;
	background: #FDFCE9;
	text-align: left;
}

#lightbox[id] {
	position: fixed;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity =       80);
}

#overlay[id] {
	position: fixed;
}

#lightbox.done #lbLoadMessage {
	display: none;
}

#lightbox.done #lbContent {
	display: block;
}

#lightbox.loading #lbContent {
	display: none;
}

#lightbox.loading #lbLoadMessage {
	display: block;
}

#lightbox.done img {
	width: 100%;
	height: 100%;
}/* END lightbox.css */
/* BEGIN master.css */
html * {
	margin: 0;
	padding: 0;
}

body {
	background: #33517f url('http://media.ebaumsworld.com/img/bgdark2.jpg') repeat-x;
	font-size: 12px;
	margin-top:0px;
	padding-top:0px;
}

div, a, td, th, p, span, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form {
	display: inline;
	padding:0px;
	margin:0px;
}

label {
	font-weight: bold;
}

legend {
    font-size: 14px;
    font-weight: 600;
	color: #036;
    border:none;
}
fieldset {
    border:none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-weight: bold;
	padding: 0.25em;
	text-align: left;
}

h2 {
	font-size: 12px;
}

h1 {
	font-size: 14px;
}
.center {
    text-align:center;
}
#siteWrapper {
    width:955px; 
    margin:auto;
}
#searchBarSubmit {
    height: 23px;
    width: 62px;
    padding: 0 5px;
    margin:0;
}
#siteContainer {
    width: 100%;
    background-color:#ffffff;
}

#videoContentContainer{
	width: 955px;	
	border-right-width:1px;
	border-left-width: 1px;
	padding:0px;
	margin:0px;
	border-color: #a6a5a5;
	border-top:none;
	border-bottom:none;
	background-color:#62707b;
}
#centerContainer, #centerContainerTag {
	width: 100%;
	overflow: hidden !important;
	margin:0px;
	padding:0px;
}

#gnmFull img{
	display:none;	
}

#gnmDrop img{
	
}

#centerContainer a,#centerContainerTag a {
	color: #336699;
}

#centerContainer a:hover,#centerContainerTag a:hover {
	color: #336699;
}

#contentContainer {
    padding: 11px;
    display:inline-block;
}

#subSidebar {
	width:300px;
	float: right;
	padding:0;
	text-align: left;
}

#subSidebar > div {
	margin-bottom:10px;
}

/** Header */
#headContainer {
	background:url('http://media.ebaumsworld.com/img/headerlogo.png') no-repeat;
    background-position: 12px 20px;
	height: 119px;
	width: 100%;
	text-align: left;
	clear: both;
}

#headContainer a {
	color: #fff;
}

a#logo-click {
	display: block;
	width: 200px;
	height: 95px;
	float: left;
}

#headerBar {
	height: 22px;
	background: url('http://media.ebaumsworld.com/img/subheadbg.png') repeat-x;
	border-top: 1px solid #a6a5a5;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 0 1em;
}

#headerBar a {
	font-weight: bold;
	color: #fff;
}

#headerBar input {
	font-size: smaller;
}

#auth {
	color: #fff;
	margin-top:5px;
	margin-right:4px;
	font-size: 1em; 
	font-weight: 600;
	float:right;
}

#loginForm {
	float:left; 
	border-right: 2px solid #a6a5a5;
	padding-right:5px;
}

#loginForm input{	
	margin:3px;
}

#loginForm label{
	display:block;
	float:left;
	margin:3px;
	text-align:right;
	padding-right:5px;
	width:75px;
}
#loginFormWrapper {
    width:400px; 
    margin:auto;
}
/** Video Page Style */


/** Left Sidebar */
#navContainer {
	float: left;
	width: 181px;
	height: auto;
	text-align: left;
}

#navContainer a {
	color: #336699;
	font-weight:bold;
	
}

#navContainer br {
	clear: both;
}

.rcGlobeBox p {
    padding: 0;
    font-size:12px;
    color:#ffffff;
    font-weight:normal;
    line-height: 20px;
}
.rcGlobeBox {
    width: 300px;
    height: 74px;
    position:relative;
}
.rcGlobeBoxImage {
    bottom:0px; 
    position:absolute;
}
.rcGlobeImg{
    height: 69px;
    width: 300px;
    display:block;
}
.rcGlobeBox p{
    font-size: 14px;
    font-weight: bold;
    color: #FFCC00;
    padding-left: 70px;
    padding-top: 3px;
}
#hotBox{
	color:#336699;
	background-color:#000;
	width: 171px;
	/*height: 429px;*/
	height: 389px;
	border: 1px solid #a6a5a5;
	text-align:center;
	background-image:url('http://media.ebaumsworld.com/img/hotbox_bg.jpg');
	background-repeat:no-repeat;
	margin:auto;
	margin-top:10px;
	padding-top:60px;
}
#hotBox a{
	color:#fff;
	line-height:13px;
	
}

.hotBoxItem{
	margin:auto;
	margin-top:7px;
	width: 127px;
	height: 120px;
	padding:0px;
}

.hotBoxThumb{
	margin:auto;
	height: 98px;
	width:127px;
	text-align:left;
}

.hotBoxThumb img{
	width: 125px;
	height: 96px;
	border: 1px solid #000;
}

/** Frontpage Right Sidebar */
#mostpop {
	margin: 0 10px;
}

#subSidebar #plinks {
	padding: 2px 10px 10px 0;
	width: 300px;
	text-align: left;
	line-height: 1.25em;
}

#subSidebar #plinks span {
	font-weight: bold;
	color: #f90;
	font-size: 14px;
}

#subSidebar #plinks a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#subSidebar #plinks a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#subSidebar #plinks a.contentlink {
	color: #369;
	text-decoration: underline;
}

/** Frontpage Media CSS */
#featuredContainer {
	width: 450px;
	padding: 5px;
	clear: none;
	float: left;
}

#featuredContainer h1 {
	margin: 0.25em;
}

div.mediaitem {
	text-align: left;
	padding: 9px;
}

div.mediaitem a {
	font-weight: bold;
}

div.mediaitem img {
	float: left;
	margin-right: 5px;
}

div.mediaitem div.details {
	float: left;
	width: 300px;
}

div.mediaitem div.jokedetails {
	float: left;
	margin-left: 100px;
	width: 300px;
}

div.mediaitem span.description {
	float:left;
	word-wrap: break-word;
	width: 300px;	
}

div.mediaitem br {
	clear: both;
}

p.commentinfo{
    overflow:hidden;
}

/** Footer */
#footer {
	padding: 16px 0 28px;
	background-color: #354253;
	width: 100%;
	clear: both;
	text-align: center;
	border-top: 1px solid #a6a5a5;
}

#footer p {
	text-align: center;
	clear: both;
	padding-top: 1em;
	color: #fff;
}

#footer ul#footernav {
	width: 785px;
	margin: 10px auto;
	clear: both;
}

#footer ul#footernav a {
	color: #fff;
}

#footer ul#footernav li h3 {
	color: #fff;
	text-align: left;
	margin: 0 0 5px 0;
	clear: both;
	border-bottom: 1px solid #FFCC00;
}

#footer ul#footernav li h3 a {
	color: #fff;
	font-weight: bold;
}

#footer ul#footernav li {
	float: left;
	width: 120px;
	text-align: left;
	padding: 5px;
}

#footer ul#footernav li ul li {
	float: none;
	padding: 1px;
}

/** Ads */
#eacs-video-ad {
	text-align: center;
	padding: 10px;
}

#eacs-video-ad a {
	font-weight: bold;
}

#googlecontent728-90 {
	margin: 0.5em;
}

#google336 {
	text-align: left;
	margin-left: 0.75em;
	border: 1px solid #a6a5a5;
	width: 413px;
	padding-left: 15px;
}

#google300 {
	text-align: left;
	margin-left: 0.75em;
	width: 300px;
}

#right300 {
	margin: 1em 0;
	overflow: hidden;
	width: 100%;
	height: 250px;
	text-align: center !important;
}

#leaderboard {
	float: right;
	width: 728px;
	height: 90px;
	margin: 0;
	background:transparent;
	border:none;
	overflow:hidden;
}

#ad-leaderboard{
	float:left;
	width:728px;
	height:90px; 
	margin-left:22px; 
	margin-top:5px;
}

#google-sidebar,#eacs-sidebar {
	width: 160px;
	padding: 5px;
}

#eacs-sidebar a {
	font-size: 12px;
	color: #336699;
}

#sponsored {
	/*margin-left: 10px;*/
	padding: 5px
	text-align: left;
}

/** Misc Styles */
.medialisting {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.medialisting div.details {
	width:185px;
	margin:0;
	word-wrap:break-word;
}

.medialistingstats {
    font-size: 10px;
    text-align: left;
    float:right;
    width: 115px;
    font-size: 11px;
    font-family: Verdana;
    padding-left: 5px;
    border-left: 1px solid #ccc;
}

.nowrap {
	white-space: nowrap;
}

.l {
	color: #3c4b63;
}

.t {
	background: #3c4b63;
}

h1.title {
	height: 25px;
	font-weight: 700;
	border-bottom: 1px solid #a6a5a5;
	background: #ccc
		url('http://www.ebaumsworld.com/images/headerbarbg.gif') repeat-x;
	text-align: left;
	padding: 0;
	margin: 0;
}

#diggbox {
	float: right;
	clear: right;
	padding: 2px;
}

.orange,a.orange,a.orange:visited,a.orange:active,a.orange:link {
	color: #f70;
	padding-left: 5px;
	padding-right: 5px;
}

.subnavorange {
	color: #f70;
	font-weight: bold;
}

.contenttext {
	color: #000;
	margin-left: 1em;
	text-align: left;
	font-weight: bold;
}

.titletext {
	font-size: 12px;
	font-weight: bold;
}

div.titletext {
	width: 320px;
	float: left;
}

.weekly {
	font-weight: bold;
}

.imgtable {
	background: #e7eaef;
}

img.thumb {
	border: 1px solid #a6a5a5;
}

div#wrapper p {
	margin: 10px 0;
}

.req {
	color: red;
}

.notes {
	font-size: 0.8em;
	color: #999;
}

.leftFlLong,.leftFl {
	float: left;
	width: 100px;
	clear: both;
}

.leftFlLong {
	width: 150px;
}

.topUser {
	margin-bottom:8px;	
	overflow-x: hidden;
}



.topUser img {
    float:left;
    margin-right:5px;
    margin-bottom:0px;
}

.userDrop {
	display: none;
}
.miniLightbox {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
}
.userOpts {
	float: left;
	position: absolute;
	margin-top: -15px;
	margin-left: -30px;
	z-index: 1000;
	width:111px;
	/*
	width: 130px;
	padding: 5px;
	background-color: transparent;
	background-image: url(/img/overlay.png);
	background-repeat: repeat;
	*/
	background-color:#ffffff;
	border: #a6a5a5 solid 4px;
}
a.optBoxA {
	background-color: #2a3748;
	width:105px;
	margin:2px;
	margin-bottom:5px;
	color:#ffffff !important;
	height:15px;
	float:left;
	text-align:center;
	padding-top:1px;
}

.userOptsTop{
	background-color:#67769d;
	height: 15px;
}

.userOptsContent {
	border: 1px solid #fff;
	color: #fff;
	margin-bottom:5px;
	font-weight:600;
	padding-top:0px;
}
.userOptsContent a {
	color: #fff !important;
}
.userOptsElinks {
	width: 170px;
	white-space: nowrap;
}

.userOptsElinks a{
	width:164px;
}
.userMediaThumb {
    width: 160px;
    height: 110px;
	border: 1px solid #a6a5a5;
}
.userVideoThumb {
	width: 80px;
	height: 60px;
}
.rightColThumb {
	width: 136px;
	height:93px;
}

/* SPECIAL LINK CSS */
a.cat:link {
	color: #3c4b63;
	text-decoration: none;
}

a.cat:visited {
	color: #3c4b63;
	text-decoration: none;
}

a.cat:hover {
	text-decoration: underline;
}

a.cat:active {
	color: #3c4b63;
	text-decoration: none;
}

a.biglink:link {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:visited {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:hover {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:active {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.general:link {
	color: #336699;
	text-decoration: underline;
}

a.general:visited {
	color: #000;
	text-decoration: underline;
}

a.general:hover {
	color: #999;
	text-decoration: none;
}

a.general:active {
	color: #000;
	text-decoration: underline;
}

.lightboxLogin a.general:link {
	color: #3399CC; /*#2256ff;*/
	text-decoration: none;
}

.lightboxLogin a.general:visited {
	color: #3399CC;
	text-decoration: none;
}

.lightboxLogin a.general:hover {
	color: #336699;
	text-decoration: underline;
}

.lightboxLogin a.general:active {
	color: #3399CC; /*#5e84ff;*/
	text-decoration: none;
}

/* END LINK CSS */ /* START ERRORS CSS */
.inlineError {
	font-weight: 700;
	background-color: yellow;
}

.errorMessage {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
    padding: 20px 5px;
    
}

.requiredField {
	color: red;
	padding-left: 105px;
}

/* END ERRORS CSS */ /* START UPLOAD CSS */
#regSuccess {
	width: 400px;
	padding: 10px;
}

form#uploadForm {
	width: 300px;
	margin: 0;
	padding: 0;
}

ul#uploadFormContainer {
	width: 250px;
}

ul#uploadFormContainer li {
	margin-top: 5px;
	list-style: none;
}

#terms {
	font-size: 0.9em;
	padding: 5px;
}

#terms p {
	margin-bottom: 10px;
}

/* END UPLOAD CSS */
/* START eLink items */
.smAvatar {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	vertical-align: middle;
}
#morelinksfrom {
	text-align: center;
	font-weight: 700;
	font-size: 11px;
}
.elinkContainerFP {
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.linkItem {
	padding: 15px 0;
}

.linkRate {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerbox.jpg) no-repeat;
}

.frontpagelinks {
	width: 35px;
	height: 35px;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerboxFP.jpg) no-repeat;
}

.linkContent {
	min-height: 55px;
	margin-left: 65px;
	padding-bottom: 5px;
}

.linkContentFP {
	min-height: 0px;
}

.linkInfo {
	margin: 5px 0 5px 65px;
	display: inline;
}

.linkInfoFP {
	margin: 0 0 0 15px;
}

.linkInfoFP span,.linkInfo span {
	margin-right: 10px;
	font-size: 11px;
}

.linkratingFP,.linkrating {
	text-align: center;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 700;
}

.linkratingFP {
	font-size: 16px;
	padding: 0;
	padding-left: 3px;
}

.elinkthumbs {
	clear: both;
	width: 50px;
	height: 25px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding-top: 5px;
	color: #369;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerboxsm.jpg) no-repeat;
}

.voted {
	color: #000;
}

.voteit {
	cursor: pointer;
}

.morelink {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}

#timefilters {
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: right;
}

#elinkfilter li {
	display: inline;
	padding-right: 10px;
}

a.fpelink:link {
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

a.fpelink:visited {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a.fpelink:hover {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

a.fpelink:active {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

/* END eLink items */ /* START VARIOUS BOX CSS */
div.contentbox,div.contentbox_body {
	margin: 0;
	padding: 0;
}

div.contentbox h1 {
	text-align: center;
	margin-bottom: 1em;
}

.infobox_body div{
	width:300px;
	}

div.infobox_body label,.lightboxLogin label, div.contentbox_body label {
	display: block;
	width: 100px;
	float: left;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	margin: 3px;
}

div.infobox_body input,div.infobox_body select,.lightboxLogin input,
div.contentbox_body input, div.contentbox_body select,
div.activecontent_body input, div.activecontent_body select {
	margin: 3px;
}

div.infobox_body br,.lightboxLogin br, div.contentbox_body br,
div.activecontent_body br {
	clear: both;
}

div#uploadlist {
	margin-left: 100px;
}

div.infobox_body fieldset,.lightboxLogin fieldset {
	padding: 5px;
	-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
	-moz-border-right-colors: ThreeDShadow Window;
	-moz-border-bottom-colors: ThreeDShadow Window;
	-moz-border-left-colors: ThreeDShadow ThreeDHighlight;
	-moz-border-radius: 5px !important;
}

div.infobox_body legend,.lightboxLogin legend {
	margin-left: 10px;
}

.infobox,.infoboxsmall,.infobox_body,.infobox_head,.infobox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-info.png) no-repeat bottom
		right;
}

.errorbox,.errorbox_body,.errorbox_head,.errorbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-error.png) no-repeat bottom
		right;
}

.successbox,.successbox_body,.successbox_head,.successbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-success.png) no-repeat bottom
		right;
}

.contentbox,.contentbox_body,.contentbox_head,.contentbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-content.png) no-repeat bottom
		right;
}

.activecontentbox,.activecontentbox_body,.activecontentbox_head,.activecontentbox_head div
	{
	background: transparent
		url(http://media.ebaumsworld.com/img/box-active.png) no-repeat bottom
		right;
}

.infobox,.errorbox,.successbox,.contentbox,.activecontentbox {
	padding-right: 5px;
	margin: 10px 0px 10px 0px;
	border: 0px solid purple;
}

.infobox_body img {
	border: 0px;
}

.infoboxsmall {
	padding-right: 5px;
	margin: 10px 170px 10px 0px;
	border: 0px solid purple;
}

.infobox_head,.errorbox_head,.successbox_head,.contentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 40px;
	border: 0px solid purple;
}

.contentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 6px;
	border: 0px solid purple;
}

.activecontentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 6px;
	border: 0px solid purple;
}

.infobox_head div,.errorbox_head div,.successbox_head div {
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
	border: 0;
	padding: 10px 0px 15px 15px;
	white-space: nowrap;
}

.contentbox_head div,.activecontentbox_head div {
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	border: 0;
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
}

.contentbox_head p,.activecontentbox_head p {
	color: #666;
	font-size: 0.5em;
	margin: 0px;
	padding: 0px;
}

.infobox_head div {
	color: #69c;
}

.errorbox_head div {
	color: #eb272b;
}

.successbox_head div {
	color: #4ea135;
}

.contentbox_head div,.activecontentbox_head div {
	color: #f70;
	font-weight: bold;
}

.contentbox_head div a,.activecontentbox_head div a {
	color: #69c;
}

.activecontentbox_head blockquote {
	float: left;
	border: 0px solid red;
	padding-right: 15px;
	font-weight: normal;
	font-size: 9px;
	color: #000;
	text-align: center;
}

.infobox_body,.errorbox_body,.successbox_body {
	background-position: bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 25px;
	padding: 0px 0px 20px 15px;
	border: 0px solid red;
}

.infobox_body {
	color: #000;
}

.infobox_body h2{
	color: #336699;
}

.errorbox_body {
	color: #9b3737;
}

.successbox_body {
	color: #386a2a;
}

.contentbox_body {
	background-position: bottom left;
	margin-right: 0px;
	padding: 1px 0px 5px 15px;
	border: 0px solid red;
}

.activecontentbox_body {
	background-position: bottom left;
	margin-right: 0px;
	padding: 1px 0px 5px 60px;
	border: 0px solid red;
}

.general-frame {
	border: 0;
	background: transparent url(http://media.ebaumsworld.com/img/boxes/bl-white.png) no-repeat left
		bottom;
}

.general-frame .frame {
	border: none;
	background: transparent url(http://media.ebaumsworld.com/img/boxes/br-white.png) no-repeat right
		bottom;
	padding: 0 0 5px 0;
}

.general-frame .headerContainer {
	background: transparent url(http://media.ebaumsworld.com/img/boxes/tl-white.png) no-repeat left top;
}

.general-frame .header {
	background: transparent url(http://media.ebaumsworld.com/img/boxes/tr-white.png) no-repeat right top
		;
	border: none;
	color: #666;
	padding: 2px 3px;
}

.general-frame .header h1 {
	font-size: 1.2em;
}
/* END VARIOUS BOX CSS */


#newsletterSidebar {
    width:298px;
    border:1px solid #a6a5a5;
    margin-right:5px; 
    margin-top:10px;
}

#hotlineSidebar {
    margin-right:5px; 
    margin-top:10px;
}

#mediaWhiz {
    padding:10px; 
    border:1px solid #97A5B0; 
    margin-top:15px;
    float:left;
    width:278px;
}
#mediaWhizLinks {
    padding:5px; 
    padding-bottom:0px;
}

#sectionlinks {
	clear: both;
}

#sectionlinks a {
    display: block;
    float: left;
    vertical-align: middle;
    padding: 0.5em;
    width: 150px;
}

#sectionlinks img {
    float: left;
    margin-right: 5px;
}

br.clear {
	clear: both;
}

#admNav {
	width: 300px;
	margin-bottom:10px;
}

#admNav a {
	color:#336699;
	font-weight: bold;
}

#admNav h1 {
	color: #336699;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

#admNav ul li {
	font-family: verdana;
	font-size: 12px;
	color: #336699;
}

#admNav ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

#watchVideoBottomLeftCol #admNav a:visited{
	color:#336699;	
	font-weight:bold;
}

/** Ported CMS Styles */
table, tr, td, th {
    border-collapse: collapse;
    empty-cells: show;
}
table th {
    color: #036;
    background: transparent url(http://images.ebaumsworld.com/img/cms/th-bg.gif) repeat-y scroll;
    background-position: 0 0;
    text-align: center;
    border-top: 1px solid #a6a5a5;
    border-bottom: 1px solid #a6a5a5;
    padding-left: 5px;
    padding-right: 5px;
}
table tfoot th {
    border-top: 1px solid #a6a5a5;
    border-bottom: 1px solid #a6a5a5;
}
table th.left, table td.left {
    text-align: left;
    padding-left: 5px;
}
table th.right, table td.right {
    text-align: right;
    padding-right: 5px;
}
table.stripe tr td {
    background: #fff;
}   
table.stripe tr.stripeAlt td {
    background: #eee;
}   
table.stripe tr.stripeHover td {
    background: #c2ccda;
}
a.button {
    background:transparent url('http://images.ebaumsworld.com/img/cms/btn-right.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-weight: bold;
}
a.button span { 
    background: transparent url('http://images.ebaumsworld.com/img/cms/btn-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: #000;
}   
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
    color: #369;
}   
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    color: #369;
}   
a.button:hover span {
    color: #39c;
}
div#mediaModeration img {
	float: left;
	margin-right: 5px;
}
div#mediaModeration br {
	clear: both;
}
div#mediaModeration a {
	display: block;
	float: left;
	margin-bottom: 5px;
}
code, .code {
	font-family: 'Lucida Console', 'courier new', monospace;
}
#moderatortasks img {
	float: left;
	margin-right: 5px;
}
#moderatortasks p {
	clear: both;
	margin: 8px 0;
}
.container {
	border: 1px solid #a6a5a5;
}
.contentHeader {
    color: #fff;
    background: #516786 url('http://media.ebaumsworld.com/img/listingsTabsGradient.png') repeat-x;
    text-align:center;
}
.contentHeader a {
	margin-left: 10px;
}
.contentHeader>a>img {
	width:16px;
	height:16px;
	vertical-align:middle;
}
input.contentHeader {
    padding: 2px 4px;
	height:24px;
}
input.contentHeader:active {
    background-color: #2d2d2d;
    border: 2px outset #a6a5a5;
}
input.contentHeader {
    -webkit-border-radius: 5px;
}
input.contentHeader {
    border: 2px outset #a6a5a5;
}
.striped {
	color: #fff;
	background-image: url(http://images.ebaumsworld.com/img/shade.png);
	background-position: bottom;
}
.striped.ebaum {
    background-color: #2a3748;
    color: #fff;
}
.striped.blue {
	background-color: #369;
    color: #fff;
}
.striped.green {
	background-color: #9c9;
    color: #fff;
}
.striped.darkgreen {
    background-color: #030;
    color: #fff;
}
.striped.purple {
    background-color: #636;
    color: #fcf;
}
.striped.red {
	background-color: #900;
    color: #fff;
}
.striped.orange {
	background-color: #f90;
    color: #000;
}
.striped.gray {
	background-color: #ccc;
    color: #000;
}
.striped.blackwhite,
.striped.black {
	background-color: #000;
    color: #f0f;
}
.striped.blackwhite {
    color: #fff;
}
.striped.pink {
    background-color: #fcf;
    color: #306;
}
.striped.brown {
    background-color: #630;
    color: #c60;
}
.striped.blind {
    background-color: #0f0;
    color: #f00;
}
.striped.blue a, .striped.green a, .striped.darkgreen a,
.striped.red a, .striped.orange a {
	color: #fff;
}
.striped.orange a, .striped.gray a {
	color: #000;
}
.striped.purple a {
	color: #fcf;
}
.striped.black a {
	color: #f0f;
}
.striped.pink a {
	color: #306;
}
.striped.brown a {
	color: #c60;
}
.striped.blind a {
	color: #f00;
}
input.striped {
	padding: 2px 4px;
}
input.striped:active {
	background-color: #2d2d2d;
	border: 2px outset #a6a5a5;
}
input.striped {
	-webkit-border-radius: 5px;
}
input.striped.blue {
	border: 2px outset #369;
}
input.striped.green {
	border: 2px outset #9c9;
}
input.striped.darkgreen {
	border: 2px outset #030;
}
input.striped.purple {
	border: 2px outset #636;
}
input.striped.red {
	border: 2px outset #900;
}
input.striped.orange {
	border: 2px outset #f90;
}
input.striped.gray {
	border: 2px outset #ccc;
}
input.striped.blackwhite,
input.striped.black {
	border: 2px outset #000;
}
input.striped.pink {
	border: 2px outset #fcf;
}
input.striped.pink {
	border: 2px outset #630;
}
input.striped.pink {
	border: 2px outset #630;
}
input.striped.blind {
	border: 2px outset #0f0;
}

#headerBar {
    height: 22px;
    background: url('http://media.ebaumsworld.com/img/subheadbg.png') repeat-x;
    border-top: 1px solid #a6a5a5;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 0 1em;
}

#headerBar a {
    font-weight: bold;
    color: #fff;
}

#headerBar input {
    font-size: smaller;
}

#rightColumn {
    background-color:#fff;
    float:right;
    width:300px;
}

.headerBoxLarge {
    height: auto;   
}

#rightColumn .headerBox {
    width: 298px;
}

.headerBox {   
    margin-bottom: 10px;
    float:left;
}

#rightColumn .headerBox {
    width:300px;
}
#adminSidebar {
    width: 180px;
}
.headerBoxHeader {
    background: #516786 url('http://media.ebaumsworld.com/img/listingsTabsGradient.png') repeat-x;   
    font-size: 14px;
    color: #ffffff;
    font-weight:bold;
    text-align:center;
    padding: 3px;
}

.headerBoxContent {
    padding:8px;
    padding-left:0px;   
    float:left;
    height:auto;
    border: 1px solid #a6a5a5;
    border-top: none;
}

#followUs {
    width: 300px;
}
#followUs .headerBoxContent {
    width: 282px;
    padding-left: 8px;
}

#followUs .headerBoxContent a{
    width: 35px;
    height: 35px;
    border: none;
    float: left;
    margin-left: 34px;
}

#followUs .headerBoxContent a.first{
    margin-left: 20px;
}
#followUs .headerBoxContent img {
    width: 35px;
    height: 35px;
    border: none;
}

#rightColumn .headerBoxColumn {
    width:298px;
}

.headerBoxItem {
    width:137px;
    float:left;
    margin-left:8px;
}

.headerBoxContent img {
    height:93px;
    width:136px;
    border:1px solid #a6a5a5;
    margin-bottom:8px;
}

.headerBoxItem a {
    font-size: 13px;
    color:#336699;
    font-weight:bold;   
    margin-top:8px;
}

#rightColumn .mediumRect {
    margin-bottom: 10px;
    width:300px;
    float:left;
}

#admNav .headerBoxContent {
    padding:8px;
    color: #336699;
    width:282px;
}

#admNav a{
    color: #336699; 
}

#adminSidebar #admNav {
    width: 180px;
}
#adminSidebar #admNav .headerBoxContent {
    width:162px;
}

#rightColumn #newsletter {
    float:left;
    border:1px solid #a6a5a5;
    width:298px;
    margin-bottom:10px;
}

#rightColumn #newsletter img {
    width:298px;        
}

#rightColumn #hotline {
    float:left;
}

#rightColumn #showcase {
    margin-bottom:10px;
    width: 300px; 
    height:250px; 
    float:left;
}/* END master.css */
/* BEGIN media.css */
#mediaDetailsContainer {
	width: 440px;
	margin: 5px auto 5px auto;
	padding: 0;
}

#commentSection, #videoDetail {
	margin: 15px 0 15px 0;
	padding: 5px;
	display: block;
	border: 1px dashed #a6a5a5;
	padding-top: 0;
}

#commentSection {
	min-height: 60px;
}
#videoDetail {
	min-height: 40px;
}

#commentSection {
	border: 1px solid #a6a5a5;
	padding: 0;
	background-color: #efefef; 
}

#commentSection p {
	padding: 3px;
}

#mediaModeration {
	border: 1px solid #a6a5a5;
}

#mediaModeration a:visited{
	color:#666666 !important;
}

#mediaModerationLinks {
	text-align: left;
}

#mediaStatBox {
	margin: 15px 0 5px 0;
	width: 300px;
	border: 1px solid #a6a5a5;
}

#mediaStatBox p {
	padding: 3px;
}

#filterlinks {
	margin: -5px 0 0 15px;
}

#subfilterlinks {
	margin-left: 30px;
	margin-top: 5px;
	font-size: 0.8em;
}

#subfilterlinks li {
	border-right: 1px solid #a6a5a5;
}

#subfilterlinks li,#filterlinks li {
	display: inline;
	padding: 2px 4px;
}

li.active, span.active {
	background-color: #efefef;
	font-size: 1.1em;
	font-weight: 600;
}

li.nobreak iframe {
	padding-top: 0.25em;
}

.media {
	float: left;
	width: 140px;
	margin-bottom: 5px;
	text-align: left;
	height: 200px;
}

img.bigthumbs {
	width: 100px;
	height: 75px;
	border: 1px solid #a6a5a5;
}

.small {
	font-size: 0.97em;
	font-weight: 900;
}

/* START PAGINATION CSS */
#pageBoxes {
	display: inline;
}

#pageBoxes li {
	display: inline;
	margin-right: 2px;
	padding: 0 4px;
	border: 1px solid #a6a5a5;
}

#commentList #pageBoxes li.current{
    background-color:#ffffff;
}

#pageBoxes li.current {
	background-color: #eeeeee;
	padding: 3px 6px;
}

.thumb-nav {
	text-align: center;
}

/* START CATEGORY CSS */
.categoryListing {
	float: left;
	width: 140px;
	text-align: center;
	height: 160px;
}

.categoryListing p {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 5px;
}

#categorylinks {
	height: 140px;
}

#categorylinks ul li {
	width: 125px;
	line-height: 15px;
	padding-right: 5px;
	float: left;
}

/* END CATEGORY CSS */ 
/* START RELATED MEDIA */

#watchVideoLeftCol{
	color:#fff;
	margin:0px;
	padding:0px;
	width:186px;
	height:100%;
	float:left;
	background-color:#62707b !important;
	position:relative;
	z-index:1;
}

#videoContentContainer a:visited{
	color:#ffffff;	
}

#watchVideoLeftCol h1{
	padding-left: 10px;
	background-color:#38505e;
	color:#fff;
}
#mediaWrapper{
	/*height:435px;	*/
	/*height: 370px;*/
	height: 382px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#mediaWrapper #videoDescription{
	padding: 3px 5px;
	overflow:auto;	
}

#favFlag{
	height:41px; 
	padding-top:7px; 
	padding-left:10px;
	padding-bottom:7px;
    border-top:2px solid #a6a5a5;
}

#watchVidMediaStatBox{
	width: 186px;
	padding:0px;
	background-color:#62707b;
	color:#fff;
	height:100%;
	position:relative;
}

#watchVidMediaStatBox a.general:link{
	color:#fff !important;
}

#watchVideoCenterCol a.general:link{
	color:#fff;
}
#mediaDetails{
	width:180;
	padding:5px;
	padding-top:3px;
	border-bottom-color:#a6a5a5;
	border-bottom-style:solid;
	border-bottom-width:2px;
	overflow:auto;
	
}

#mediaWrapper .small{
	color:#f4bc0a;	
}

#mediaDetails img{
	margin: 3px; 
	margin-left:0px; 
	border: 1px solid #000;
	width:50px;
	height:50px;
	float:left;
}

#mediaShare{
	width:180;
	padding:5px;
	padding-bottom:0px;	
}

#msWrapper #taf{
	padding:0;
	background-color:#62707b !important; 
	border:none !important; 	
	height:30px; 
	margin:auto;
	margin-top:7px; 
	margin-bottom:3px;
	margin-left:5px;

}
#tafText{
    float:left;
    padding-left:10px;
    padding-top:8px;
    color:#ffffff;
    font-weight:bold;
}

#tafImage{
    float:left;
	
}

#watchVidMediaStatBox #taf .addStuff{
	color:#ffffff;
	float:left;
	position:relative;	
}

#watchVidMediaStatBox #taf .newsletter{
	width:175px;
	margin-top:10px;
	padding-left:5px;	
}

#msWrapper #inappropriate{
	float:left; 

	color:#ffffff; 
	font-weight:bold;
}

.shareTrigger{
	margin-top:5px; 
	position:relative; 
	padding-left:5px;
}

#email1{
	width:120px; 
	margin-top:5px;
}

#watchVidMediaStatBox #taf .addresses{
	margin-top:10px;
}

#watchVidMediaStatBox #taf .note{
	margin-top:10px;
	position:relative;	
}

.shareDropDown{
	background-color:#62707b;
	padding-bottom:3px;
	padding-left:5px;
	position:relative;
	width:180px;	
}

#watchVideoCenterCol{
	color:#fff;
	margin:0px;
	padding:0px;
	width:583px;
	float:left;
	
	min-height:565px;
	background-color:#62707b;
}

#watchVideoCenterCol h1{
	padding:0px;
	padding-left:5px;
	background-color:#62707b; 
	font-size:22px;
}

#watchVideoMediaInfo{	/*tab subnav*/
	background-color:#38505e;
	color:#fff;
	height: 23px;
	border-left:#62707b solid 2px; 
	border-right:#62707b solid 2px; 
}

#videoTitle{	
	height:40px;
	vertical-align:middle;
	border-left:#a6a5a5 solid 2px;
	border-right:#a6a5a5 solid 2px;
	width:579px;
	display:table-cell;
	vertical-align:middle;
}

#videoPlayer object:focus, div:focus{
	outline: 0 none;
} 

.playerNew{
	width:582px;
	height: 464px;
	background-color:#000;
	padding:0px;
	margin:0px;
}
#videoOptions{
	width: 575px;
	height: 38px;
	overflow:hidden;
	color:#fff;
	border-left:#38505e solid 2px; 
	border-right:#38505e solid 2px; 
	padding-left:2px;
	padding-right:2px;
}

#videoDigg{
	color:#62707B;
	float:left;
	height:20px;
	padding-top:5px;
	text-align:center;
	width:73px;
	margin:5px 0px 0px 20px;
}

#videoDigg a:visited {
	color:#000000;
}

#stumble{
    color:#62707B;
    float:left;
    height:20px;
    padding-top:5px;
    text-align:center;
    width:73px;
    margin:5px 0px 0px 20px;
}

#fbLike{
    float:left; 
    margin:9px 0px 0px 5px;	
}

#fbShare{
    float:left;
    margin:9px 0px 0px 29px; 	
}

#tweet{
    float:left;
    margin:9px 0px 0px 35px;    	
}

#twitterLink{
	height: 30px;	
	padding-left:5px;
	/*border-top:#38505e solid 2px;*/
	padding-top:3px;
	width:181px;
	background-color: #62707b;
	padding-bottom:6px;
}

#twitterLink a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#twitterImage{
	float:left;
}

#twitterText{
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#watchVideoRightCol{
	color:#fff;
	margin:0px;
	padding:0px;
	width:186px;
	float:left;
	height:565px;
	background-color:#62707b;
}

#watchVideoRightCol h1{
	background-color:#38505e; 
	color:#fff; 
	padding-left:10px;
	
}
/*
#relatedVidDownBtn{
	width: 160px;
	height:20px;
    padding-bottom: 2px;
	background-image:url('http://media.ebaumsworld.com/img/rm_arrowdown.gif');
	background-repeat:no-repeat;
    position: relative;
    bottom: 0;
    left: 10px;
	top: 485px;
	right:0;
    z-index: 999;
	cursor:default;
}

#relatedVidUpBtn{
	width: 160px;
	height:20px;
	background-image:url('http://media.ebaumsworld.com/img/rm_arrowup_inactive.gif');
	background-repeat:no-repeat;
    position: relative;
    bottom: 380px;
    left: 10px;
	top:5px;
	right:0;
    z-index: 999;
}

#relatedVideoContainer{
	width:180px;
	padding:3px;
	overflow:hidden;
}

#relatedVideoContainer .relatedMedia{
	padding-bottom:15px;
}
*/

/* Start Related Media */
#relatedMediaContainer {
    width:100%;
}
ul.relatedMediaList {
    position:relative;
    display:inline-block;
}
ul.relatedMediaList li {
    list-style:none;
    display:none;
    float:left;
    text-align:left;
    padding-bottom:10px;
    width:136px;
	height:138px;
}
li.mediaRightCol {
    margin-left:4px;
}
li.mediaLeftCol {
    margin: 0 4px 0 8px;
}
ul.relatedMediaList li a {
    padding:0;margin:0;
    outline:none;
    border:none;
    color:#336699 !important;
    font-weight:bold;
}
.relatedMediaTitle {
    height:32px !important;
    overflow:hidden;
    word-wrap:break-word;
    font-weight:bold;
    font-size:13px;
}
#mediaRelatedMedia a img{
    border-color:#a6a5a5;
    border-style:solid;
    border-width:1px;
    padding:0;margin:0 0 8px 0;
}

#relatedMediaNavigation {
    float:left;
    text-align:center;
    height:17px;
    width:100%;
    *width:292px;
}
#relatedMediaNavigation img {
    margin:0 5px;
    border:none;
    height:17px;
    width:14px;
}

#relatedMediaNavigation img.active {
    cursor:pointer;
}


.relatedVidTitle{
	height:45px; 
	overflow:hidden;
	color:#fff;
}

.relatedVidTitle a{
	color:#fff;
}

#relatedContainer .headerBoxContent {
    width:282px;
    padding-left:8px;
    padding-bottom:0px;
}

#relatedContainer img {
    float:left;
    margin-bottom:0px;
}

#relatedContainer ul {
    float:left;
    width: 139px;
}
#watchVideoBottomHalf{
	background-color:#fff;
	width:100%;
	padding-top:5px;
	margin-bottom:5px;
}

#watchVideoBottomLeftCol{
	width: 187px;
	float:left;	
	position:relative;
	z-index:0;
}

#commentTab #commError a.general:visited{
	color:#336699;
}

#commentTab #commentsDisabled a:visited{
	color:#336699;	
}

#commentTab a{
	color:#336699;	
}

#commentTab a:visited{
	color:#336699;	
}

#watchVideoBottomLeftCol #hotBox a{
	color: #ffffff;
	font-weight:bold;
}

#watchVideoCommentsCol{
	float:left;
	width:445px;
	margin:0px;
	padding: 0px;	
}

#watchVideoBottomRightCol{
	float:left;
	width: 310px;
	padding-left:10px;	
}

#ratings{
    margin-right:5px;
	float:right; 
	margin-top:10px;	
}

#bookmarkVideo{
	width:173px;
	padding:3px;
	padding-top:none;
	border-top-color:#a6a5a5;
	border-top-style:solid;
	padding-left:10px; 
	padding-top:5px;
	padding-bottom:none;
	height: 50px;
	background-color:#62707b;
}

.relatedMedia {
	height: 95px;
    margin-bottom:8px;
	overflow: hidden;
}

.relatedMedia img {
	float: left;
	margin-right: 5px;	
}

.relatedMedia ul {
	margin: 0;
	width:135px;
}

.avatar {
	width: 50px;
}
/* BEGIN GAME PAGE */
.gameNew{
	width:100%;
	border-left:#38505e solid 2px; 
	border-right:#a6a5a5 solid 2px;
	min-height:464px;
 }
 
.gameNewThin{
	width:579px;
	border-left:#38505e solid 2px; 
	border-right:#a6a5a5 solid 2px;
	min-height:464px;
}

 /* BEGIN NEW PICTURE PAGE CSS */
.pictureNew{
	width:579px;
	border-left:#a6a5a5 solid 2px; 
	border-right:#a6a5a5 solid 2px;
	min-height:464px;
 }

#showcase #topNotes img{
	width:100%;	
	height:60px;
}

#showcase #topNotes{
	width:100%;	
	height:60px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:0px !important;	
}

#topNotes, #topNotes img{
	height:60px;
}

#topNotes{
	color:#000000;
}

#topNotes a{
	color: #336699;
}

#topNotes a:visited{
	color: #336699;
}

#thumbRange{
	text-align:left !important;
	margin-left:10px;
	height:16px;
}

.picCarouselThumb{	
	border:#38505e solid 2px; 
}
.gThumb{
	width:56px;
	height:56px;
	display:none;
}

#pictureContainer{
	background-color:#000000;
	width:579px;
}
	
#abovePic{
	padding-left:10px;
	height: 24px;
}
	
#msWrapper{
	position:relative;
    height:159px;
	background-color:#62707b;
	bottom: 0;
	vertical-align:bottom;
}
/* END RELATED MEDIA */ /* START COMMENTS CSS */

#addCommentForm li {
	text-align: center;
	padding: 2px;
}

#addCommentText {
	border: 1px solid #a6a5a5;
	width: 96%;
	padding: 3px;
}

#addCommentButtonContainer {
	text-align: center;
}

#addCommentButton {
	margin-top: 6px;
	background: #ffffff;
	color: #31659c;
	border: 1px solid #000000;
}

#commentList li {
	padding: 3px;
}

#comments {
	margin-top: 10px;
}

.comment {
	padding: 3px;
	min-height: 54px;
	border: 1px solid #a6a5a5;
	background-color: #fff;
	float: left;
	clear: both;
	width: 98%;
	margin-bottom: 6px;
}

.commentUser {
	width: 15%;
	float: left;
	margin-right: 10px;
	font-size: 0.9em;
	text-align: center;
}

.commentUser .avatar {
	width: 50px;
	height: 50px;
	background-color: #fff;
	float: left;
	margin: 0 15px 5px 0;
	text-align: center;
}

.commentUser .avatar a img {
	margin: 2px 2px;
}

.commentMeta {
	float: left;
	width: 35%;
}

.commentDate {
	color: #31659c;
	font-size: 0.9em;
}

.commentToolbar {
	width: 37%;
	float: right;
	text-align: right;
	clear: right;
	margin-right: 10px;
}

.commentBody {
	text-align: justify;
	padding-right: 10px;
	clear: right;
	font-family: monospace;
	word-wrap: break-word;
}

.commentRatingToolbar {
	display: inline;
}

.commentRating {
	width: 15px;
	text-align: center;
	font-size: 1.1em;
	color: #80b361;
	display: inline;
	margin-left: 5px;
	letter-spacing: 0px 0px 2px 0px;
	font-weight: bold;
}

.negativeRating {
	color: #ff0000 !important;
}

.commentRatingMessage {
	font-size: 0.8em !important;
	color: #000 !important;
}

.commentReplies {
	float: left;
	clear: both;
	width: 100%;
}

.commentReplySeparator {
	border: 0px 0px 0px 0px dashed #a6a5a5;
	border-top: 1px dashed #a6a5a5;
	width: 20%;
	margin-left: 40%;
	margin-top: 3px;
	padding-bottom: 3px;
	float: left;
	clear: both;
	display: none;
}

.commentReply {
	min-height: 54px;
	float: left;
	clear: both;
	width: 92%;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-top: 6px;
	margin-left: 27px;
	border: 1px solid #a6a5a5;
	padding-left: 3px;
	background: #ffc;
	padding-bottom: 4px;
}

.commentReply .commentUser {
	width: 17%;
}

.commentReplyForm {
	background-color: #354253;
	color: #fff;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	display:none;
	text-align: center;
	width: 94%;
	margin: 0 auto 10px;
	padding-bottom: 10px;
}

.commentReplyForm textarea {
	width: 75%;
}

/* END COMMENTS CSS */ /* START MEDIA TABS CSS */
/*Begin video player tabs */
#videoListTabs {
	margin: 0;
	padding-left: 4px;
	/*padding-bottom: 1px;*/
	text-align: left;

	/*margin-bottom: 1em;*/
	color:fff;
	height:20px;
	
}

#videoTabs{
	height:23px;
}
#videoTabs ul {
	
	padding:0px;
	margin:0px;
}

.video-navset .video-content {
	border: 1px solid #a6a5a5;
}

.video-navset .video-nav .selected a,.video-navset .video-nav a:hover {
	/*background-color: #fff;*/
	color:#f4bc0a !important;
	text-decoration:none;
}

.video-navset .video-nav li a {
	color:#fff;
	background: #62707b
		url('http://media.ebaumsworld.com/img/videotabbg.gif')
		no-repeat; /*e5e5e5*/
		padding-top:3px;
}


.video-navset .video-nav li a em {
	background: transparent
		url('http://media.ebaumsworld.com/img/videotabbg.gif')
		no-repeat top right;
	padding-top: 3px;
}

.video-navset-top .video-nav {
	margin-bottom: -1px;
}

.video-navset-top .video-nav li a {
	/*border-bottom: 1px solid #ccc;*/
}

.video-navset-top .video-nav .selected a {
	border-bottom: 0;
	color:#fff;
}

.video-navset-top .video-nav .selected a em {
	padding:0px;
	margin:0px;
	/*padding-bottom: 0.6em;*/
}

.video-navset-top .video-nav li a em,.video-navset-bottom .video-nav li a em {
	margin-left: 4px;
	padding-right: 8px;
	padding-left: 4px;
	margin-top:3px;
		
}

.video-navset-top .video-nav li,.video-navset-bottom .video-nav li {
	margin-right: 0.5em;
}
ul.video-nav{
	border-bottom:solid #a6a5a5 1px;
	height:22px;
	overflow:hidden;
}

ul.video-nav li {
	margin:0px;
	padding:0px;
	margin-top:3px;
	/*margin-bottom: -1px;*/
}

.video-nav li {
	background-color: #ccc;
}

.video-nav,.video-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.video-nav ul{
	height:28px;
}
.video-navset li em {
	font-style: normal;
}

.video-navset {
	position: relative;
	zoom: 1;
}

.video-navset .video-content {
	zoom: 1;
}

.video-navset-top .video-nav li,.video-navset-bottom .video-nav li {
	display: inline-block;
	display: -moz-inline-stack; *
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
	zoom: 1;
}

.video-navset .video-nav a {
	outline: 0;
}

.video-navset .video-nav a {
	position: relative;
}

.video-navset .video-nav li a {
	display: block;
	zoom: 1;
}

.video-navset-top .video-nav li a,.video-navset-bottom .video-nav li a {
	display: inline-block;
	vertical-align: bottom;
}

.video-navset .video-nav li a em {
	display: inline;
}
/*End of video tabs*/

#mediaListTabs {
	margin: 0;
	padding: 4px;
	padding-bottom: 1px;
	text-align: left;
	border-bottom: 1px solid #a6a5a5;
	margin-bottom: 1em;
}

.yui-navset .yui-content {
	border: 1px solid #a6a5a5;
}

.yui-navset .yui-nav .selected a,.yui-navset .yui-nav a:hover {
	background-color: #fff;
}

.yui-navset .yui-nav li a {
	background: #e5e5e5
		url('http://media.ebaumsworld.com/img/round_4px_trans_gray.gif')
		no-repeat;
}

.yui-navset .yui-nav li a em {
	background: transparent
		url('http://media.ebaumsworld.com/img/round_4px_trans_gray.gif')
		no-repeat top right;
	padding: 0.5em;
}

.yui-navset-top .yui-nav {
	margin-bottom: -1px;
}

.yui-navset-top .yui-nav li a {
	border-bottom: 1px solid #a6a5a5;
}

.yui-navset-top .yui-nav .selected a {
	border-bottom: 0;
}

.yui-navset-top .yui-nav .selected a em {
	padding-bottom: 0.6em;
}

.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em {
	margin-left: 4px;
	padding-right: 8px;
	padding-left: 4px;
}

.yui-navset-top .yui-nav li,.yui-navset-bottom .yui-nav li {
	margin-right: 0.5em;
}

ul.yui-nav li {
	margin-bottom: -1px;
}

.yui-nav li {
	background-color: #ccc;
}

.yui-nav,.yui-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yui-navset li em {
	font-style: normal;
}

.yui-navset {
	position: relative;
	zoom: 1;
}

.yui-navset .yui-content {
	zoom: 1;
}

.yui-navset-top .yui-nav li,.yui-navset-bottom .yui-nav li {
	display: inline-block;
	display: -moz-inline-stack; *
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
	zoom: 1;
}

.yui-navset .yui-nav a {
	outline: 0;
}

.yui-navset .yui-nav a {
	position: relative;
}

.yui-navset .yui-nav li a {
	display: block;
	zoom: 1;
}

.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a {
	display: inline-block;
	vertical-align: bottom;
}

.yui-navset .yui-nav li a em {
	display: block;
}

/* END MEDIA  TABS CSS */ /* Random media item images */
#randommenu {
	width: 335px;
	text-align: center;
	margin: auto;
}

#randommenu a:link,#randommenu a:visited {
	text-align: center;
	margin: 5px 10px 5px 10px;
	display: block;
	height: 41px;
	text-decoration: none;
	border-bottom: 0px;
	margin-left: 0px;
	position: relative;
	float: left;
}

#randommenu a:hover {
	background-position: 0 -41px;
	text-decoration: none;
	border-bottom: 0px;
}

a.randommenuprev,a.randommenuprev:visited {
	background: url('http://images.ebaumsworld.com/images/btprev.gif') 0 0
		no-repeat;
	width: 119px;
}

a.randommenuhome,a.randommenuhome:visited {
	background: url('http://images.ebaumsworld.com/images/bthome2.gif') 0 0
		no-repeat;
	width: 57px;
}

a.randommenunext,a.randommenunext:visited {
	background: url('http://images.ebaumsworld.com/images/btnext.gif') 0 0
		no-repeat;
	width: 119px;
}

/* End Random media item images */ /* Premium member stuff. */
a.premium {
	font-weight: bold;
}

div.premium-tagged,div.premium {
	border: 1px solid #000000;
	background-color: #FBFCCA;
}

div.premium-media>div.videoDetail {
	border: 1px solid #000000;
	background-color: #FBFCCA;
}

#userMediaListing .premium-media {
	background: transparent url(/img/boxes/bl-yellow.png) no-repeat scroll
		left bottom !important;
}

#userMediaListing .premium-media .frame {
	background: transparent url(/img/boxes/br-yellow.png) no-repeat scroll
		right bottom !important;
}

#userMediaListing .premium-media .headerContainer {
	background: transparent url(/img/boxes/tl-yellow.png) no-repeat scroll
		left top !important;
}

#userMediaListing .premium-media .header {
	background: transparent url(/img/boxes/tr-yellow.png) no-repeat scroll
		right top !important;
}

#userMediaListing .premium-media .contentContainer {
	background: transparent url(/img/mod-comment-bg.jpg) no-repeat fixed
		right top !important;
}
/* End premium member stuff. */

.quote {
	border: 1px dashed #a6a5a5; padding: 10px;
}

/* TAF stuff */
#taf {
	background-color: #EFEFEF;
	border: 1px solid #a6a5a5;
	padding: 4px;

}

#taf div.addresses {
	display: none;
}

#taf div.addresses input {
	width: 200px;
}

#taf div.addresses label {
	display: block;
	float: left;
	padding-right: 5px;
}

#taf div.note {
	display: none;
}

#taf div.note textarea {
	width: 95%;
	height: 55px;
}

#taf label[for='nlyes'],
#taf label[for='nlno'] {
	font-weight: normal;
}

#taf .addStuff {
	float: right;
	width: 48%;
	padding-left: 10px;
	display: none;
}

#taf .addStuff a {
	display: block;
}

#taf .newsletter {
	float: left;
	width: 48%;
	display: none;
}

/* END media.css */
/* BEGIN rating.css */
#rating {
	float: left;
}

#votes {
	float: left;
	font-weight: bold;
	color: #afaeaa;
}

.rating .dyn {
	cursor: pointer;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.star {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
}

.videoStar {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
}

#contestRW .videoStar, .videoStar a{
   background: url('http://media.ebaumsworld.com/img/stars.gif') no-repeat 0 0px; 
}

.videoStar, .videoStar a{
	background: url('http://media.ebaumsworld.com/img/starswhitemix.gif') no-repeat 0 0px;
}

.star,.star a {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 0px;
}

.half,.half a {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 -48px;
}

.halfrating {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 -48px;
}

.cancel a,.star a, .videoStar a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

.on,.on a {
	background-position: 0 -32px;
}

.rated,.rated a {
	background-position: 0 -16px;
}

.off,.off a {
	background-position: 0 0px;
}

.half,.half a {
	background-position: 0 -64px;
}

.halfrated,.halfrated a {
	background-position: 0 -48px;
}

div.rating div.hover a,div.rating div a:hover {
	background-position: 0 -16px;
}
/* END rating.css */
/* BEGIN rte.css */
.frameBody {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 100%;
}

.frameBody p {
	border: 1px #bbb solid;
	padding: 2px;
}

.rte-zone {
	width: 420px;
	margin: 0;
	padding: 0;
	height: 160px;
	border: 1px #999 solid;
	clear: both;
}

.rte-toolbar {
	overflow: hidden;
}

.rte-toolbar a,.rte-toolbar a img {
	border: 0;
}

.rte-toolbar p {
	float: left;
	margin: 0;
	padding-right: 5px;
}/* END rte.css */
/* BEGIN tabs.css */
/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.tabs-nav {
		display: none;
	}
}

/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}

.tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.tabs-nav a,.tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(http://images.ebaumsworld.com/img/cms/tab.png) no-repeat;
}

.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}

.tabs-nav .tabs-selected a {
	color: #000;
}

.tabs-nav .tabs-selected a,.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active
	{
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a,.tabs-nav .tabs-disabled a:hover,.tabs-nav .tabs-disabled a:focus,.tabs-nav .tabs-disabled a:active
	{
	background-position: 100% -100px;
}

.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}

*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}

.tabs-nav .tabs-selected a span,.tabs-nav a:hover span,.tabs-nav a:focus span,.tabs-nav a:active span
	{
	background-position: 0 -50px;
}

.tabs-nav a span,.tabs-nav .tabs-disabled a:hover span,.tabs-nav .tabs-disabled a:focus span,.tabs-nav .tabs-disabled a:active span
	{
	background-position: 0 0;
}

.tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-disabled a:link,.tabs-nav .tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.tabs-nav .tabs-disabled {
	opacity: .4;
}

.tabs-container {
	border: 1px solid #a6a5a5;
	padding: 1em 8px;
	background: #fff;
}

.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(http://images.ebaumsworld.com/img/cms/loading.gif) no-repeat 0 50%;
}

/* Make the box smaller for the "popular tags" version. */
.tabs-container-popular {
	border: 1px solid #a6a5a5;
	padding: 8px;
	background: #fff;
	/* declare background color for container to avoid distorted fonts in IE while fading */

	overflow: hidden;
}
/* END tabs.css */

