/*
* {margin:0;padding:0;} 

html, body, #wrapper {height: 100%; float: none;}
body#omvf > #wrapper {height: auto; min-height: 100%;}
#main { padding-bottom: 70px;}
#footer {
	position: relative;
	margin-top: -72px;
	height: 50px;
	clear: both;
}
*/
p, h1, h2, h3, h4, h5, h6 { margin-bottom: 1em;}

.product-images { margin: 2em 0; text-align: center; }

#container { padding-top: 5px; }

#content {
	font-weight: bold;
}
div.sidebar-box-content,
div.sidebar-fancybox-content {font-size: 1em; }

h2 { font-size: 24px; border-bottom: 1px solid #f0f0f0;  }
h3 { font-size: 16px; }
h4 { font-size: 16px; }

/* Layout */

#page-results, #page-results table {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

p.navigation-letters { font-size: 1.25em; }

ul.video-list { list-style-type: none; padding-left: 0.5em; margin: 0 0 1em 0}
ul.video-list li { margin: 0 0 0.5em 0; position: relative; padding-left: 5em; padding-right: 135px; height: 80px; }

span.vote-number {
	position: absolute; display: block; width: 1.75em;
	top: 0; left: 0; text-align: right;
	font-size: 2.2em; line-height: 1.2;
}

span.vote-number a:hover {
	text-decoration: underline;
}


span.video-image {
	position: absolute; display: block; width: 120px;
	top: 0; right: 0;
	height: 72px; overflow: hidden; 
	line-height: 80px; 
}
span.video-image img { border: 1px solid #f0f0f0; }

/************************************ 
 * Forms
 *
 ************************************/

fieldset {
	margin: 0 0 0.5em;
}
label {
	display: block;
}

input {
	font-size: 12px;
}

input.field {
	border: 1px solid #666;
	background: white;
	padding: 0.2em;
	width: 16em;
	margin: 0 0 0.5em;
}

span.required {
	color: #a00000;
}

/************************************ 
 * Tables
 *
 ************************************/

#page-results th, #page-results td { text-align: left; font-size: 12px; padding: 0.1em 1em;}
#page-results th { border-bottom: 1px solid #666; background: #ededed;}

.vote-number, .vote-count { text-align: center;}

/************************************ 
 * Fixes and special cases
 *
 ************************************/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
} 
 