body {
	background: #e3e3e3;
	margin-top: 0;
}

h2 {
	background: url(../images/h2_background.png) repeat-x center left;
	height: 32px;
	line-height: 32px;
	color: #ff0000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 0 10px;
	margin: 0;
}

table {
	margin: 0;
	border-spacing: 2px;
}

hr.space {
	margin-bottom: 0;
}

.container {
	background: white;
	border: solid 1px #999;
	padding: 0 10px;
}

#header_menu ul#nav_bar {
	float: left;
	background: url(../images/h2_background.png) repeat-x center left;
}

#logo {
	padding-top: 20px;
}

#video_list {
	height: 475px;
	overflow-y: auto;
	overflow-x: hidden;
}

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

#video_list li {
	display: block;
}

#video_list li p {
	width: 200px;
}

#rating_stars {
	width: 85px;
	background: url(../images/stars_normal.png) 0 0 repeat-x;
}

#rating_stars div {
	height: 16px;
	background: url(../images/stars_over.png) 0 0 repeat-x;
}

div.thumbnail, div.info {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

div.thumbnail {
	margin-right: 3px;
	clear: both;
}

div.info p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div.info p.title {
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}

td.item {
	width: 200px;
	border: solid 1px #5abfeb;
	margin: 2;
	padding: 0;
	vertical-align: text-top;
}

td.item2 {
	width: 300px;
}

td.item div.info {
	width: 135px;
}

td.item2 div.info {
	width: 200px;
}

html>body td.item div.info {
	width: 115px;
}

html>body td.item2 div.info {
	width: 180px;
}

#footer {
	font-family: Arial,Helvetica,sans-serif;
	background: white url(../images/footer_background.png) repeat-x bottom left;
	height: 83px;
	padding: 8px 0 0;
	font-size: 1.25em;
	text-align: center;
	color: black;
	width: 100%;
}

#search {
	background-color:#FFFFFF;
	border:1px solid #BABABA;
	display:block;
	float:left;
	margin:0 0 10px 5px;
	padding:0 3px 0 0;
	width:237px;
}

#search input {
	font-weight: 700;
}

#search .text {
	background-color:#FFFFFF;
	border:0 none;
	color:#000000;
	display:inline;
	float:left;
	font-size:1.2em;
	font-weight:700;
	height:21px;
	vertical-align:top;
	width:150px;
	margin: 2px 0;
	padding: 0;
}

#search .submit, .pag_button {
	background-color:#202020;
	border:0 none;
	color:#FFFFFF;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	height:21px;
	margin:2px 0 0;
	text-transform:uppercase;
}

.pag_button {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
}

.pag_button:hover {
	background: none;
}

.prev {
	float: left;
}

#sidebanners {
	height: 340px;
	overflow-y: auto;
	overflow-x: hidden;
}

.no-padding {
	padding: 0;
	border: none;
	width: 998px;
}

.stripped {
	background: url(../images/stripe.png) top left;
}

.item {
	background: #f4f3f3 url(../images/item_background.png) repeat-x left bottom;
	height: 67px;
	margin: 1px;
}

#media_info {
	margin: 0;
	background: #f4f3f3 url(../images/item_background.png) repeat-x left bottom;
	height: 100px;
}

#media_info .info {
	width: 510px;
}

#media_info .title {
	color: #ff0000;
	font-size: 1.5em;
}

.left {
	float: left;
}

#tabs_media .ui-tabs-panel {
	height: 706px;
}

#tabs_media li a.big {
	color: black;
	font-weight: bold;
}

.jac {
	width: 668px;
	height: 58px;
	position: relative;
	margin: 0;
	padding: 4px;
}

.jac .carousel {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jac .arrow-left, .jac .arrow-right {
	float: left;
}

.jac .carousel .jac-content {
	float: left;
	border: none;
	width: 120px;
	margin: 1px 5px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/bkbutton.png) no-repeat center center;
}

.jac .arrow-left, .jac .arrow-right {
	position: absolute;
	top: 0;
	z-index: 5;
	height: 57px;
	width: 20px;
}

.jac .arrow-left a, .jac .arrow-right a {
	display: block;
	height: 57px;
	width: 20px;
	text-indent: -999em;
}

.jac .arrow-left a:focus, .jac .arrow-right a:focus {
	outline: none;
}

.jac .arrow-left {
	left: 0px;
	background: url(../images/slide_left_arrow.png) no-repeat center left;
}

.jac .arrow-right {
	right: 0px;
	background: url(../images/slide_right_arrow.png) no-repeat center right;
}