body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}
body {
	line-height: 1;
	font-size: 88%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	/*padding: .6em 0;
	margin: 0 15px;  */
}

input[type="text"]{
    border:1px solid #e0e0e0;
}

ul, ol {
	list-style: none;
}
a {
	color: black;
	text-decoration: none;
}

a:hover{
  cursor: pointer;
}

.mv_video_item .mv_video_title:visited,
.mv_movies_listing_item .mv_movie_item_title:visited,
table.mv_movie_videos tbody .title:visited h2,
table.movie_video tbody a.title:visited h2{
    color:#acacac;
}


#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link:visited h2{
    color:#7C7C7C;
}

.mv_video_item.left_desc.no_float .mv_video_title:visited{
    color:#acacac;
}

/* CLEARFIX
/* ----------------------------- */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear{
	clear: both;
    display: block;
    height: 0px;
}

.left{
	float: left;
	
}

.right{
	float: right;
}

