/* Basic page styles */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	padding:0px;
	margin:0px;
	background: #eeeeee;
}

p {
	padding: 2px 0;
}
.clear {
	clear: both;
}

a {
	color: #f31c0a;
	text-decoration:none;
}


a:hover {
	text-decoration:underline;	
}

#gadget {
	width: 640px;
	height: 465px;
	float:left;
	display:inline;
}

#title {
	float:left;
	color: #f31c0a;
	font-size:1.3em;
	border: 1px solid #dcdcdc;
	border-style: none none solid none;
	width:640px;
}

#title a {
	position: relative;
	top: 1px;
	padding: 8px 15px;
	background: #ffffff;
}

#nav {
	width:600px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float:left;
	display:inline;
}

#nav-filters {
	width:250px;
	float:left;
}

#search-form {
	float:right;
	width:250px;
	text-align:right;
}

a.tab_active, a.tab_inactive {
	padding:5px;
	text-decoration: none;
	color: #555555;
	margin-right:5px;
	border: 1px solid #dcdcdc;
	float:left;
}

#title a.tab_inactive {
	background: #dcdcdc;
}

a.tab_active {
	border-bottom: 1px solid #ffffff;;
}


img.thumb {
	border: 1px solid #f31c0a;
}

a.title
{
	font-weight: bold;
	color: #666;
	height: 24px;
	overflow:hidden;
	display:block;
}

span.active {
	font-weight: bold;
	color: #f31c0a;
}


#video_area {
	border: 1px solid #dcdcdc;
	border-top: none;
	background: #ffffff;
	float: left;
	display:inline;
}


.video_block {
	width: 130px;
	height: 157px;
	float:left;
	padding: 0px 10px 30px 15px;
}

a.author {
	text-decoration:underline;	
}


#see_all {
	float:right;
	padding:3px;
}
