@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	line-height:16px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
line-height:30px;
	text-align:center;
}


#container {
	margin:30px auto;
	width:960px;
	text-align:center;
}

#header {
	background-image:url(../images/header.gif);
	width:960px;
	height:49px;
}

#navigation {
	background-image:url(../images/navTile.gif);
	width:960px;
	height:30px;
	border-top:1px solid #8e8e8f;
	margin-bottom:15px;
}

#video #navigation {

	margin-bottom:0px;
}

#sort {
	width:960px;
	background-color:#e7e7e7;
	font-size:11px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

img {
	border-width:0px;
}

.toolimgs img {
	margin-right:3px;
}

#navLinks a {
	font-family:arial;
	padding:7px 15px 7px 15px;
	border-right: 1px solid #666;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	text-decoration:none;
	color:#263244;
	float:left;
}

#navLinks a:hover {
	background-color:#e7e7e7;
}

#rss {
	float:right;
	margin:8px 10px 0 0;
}

#faq {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px;
	text-align:left;
}

#video #bar {
	width:943px;
	padding:5px 5px 3px 10px;
	background-color:#e7e7e7;
	margin-bottom:25px;
	border:1px solid #CCC;
	border-top-width:0px;
	text-align:right;
}

#video #butts {
	float:right;
}

#video #title {
	float:left;
	font-size:11px;
	margin-top:3px;
}

#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	margin-top:20px;
	width:958px;
	background-color:#eee;
	font-size:11px;
	margin-bottom:10px;
	border:1px solid #CCC;
}

#sortOptions {
	float:right;
	margin:7px 10px 5px 0;
}

#pagesTop {
	text-align:center;
	margin-top:10px;
}

#pagesTop a {
	padding:3px 5px 3px 5px;
}

#pagesTop span {
	padding:3px 5px 3px 5px;
	background-color:#CCC;
	color:#666;
}

.leftColumn {
	width:465px;
	margin-bottom:20px;
	margin-top:20px;
	float:left;
}

.rightColumn {
	width:465px;
	margin-bottom:20px;
	margin-top:20px;
	float:right;
}

.thumb {
	float:left;
}

.thumb img {
	border:1px solid black;
}

.details {
	float:right;
	width:326px;
	text-align:left;
	margin-top:-2px;
}

.details h3 {
	font-size:13px;
	color:#333;
margin-bottom:3px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:1px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}
