@CHARSET "UTF-8";


#hd a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-Serif;
	font-size:22px;
	font-weight:400;
	line-height: 26px; 
}

a {
	color: rgb(119, 119, 119);
	outline: none;
	text-decoration: none
}

a, a:focus,a:hover {
	color: white;
}

html {
	color: #FFF;
	background: #000;
}

body {
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
}

.videocontent {
	background: #0F0F0F;
	padding: 14px;
}


.videocontent h2.title {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-Serif;
	font-size:22px;
	font-weight:400;
	line-height: 26px;
	margin: 0 10px 10px 0px;
}

.navigation {
}

#ft {
	margin-top: 7px;
	background: #0F0F0F;
}

.small {
	font-size: 11px; 
}

.thumbnails, .videorelated {
	background: #0F0F0F;
	padding-left:	20px;
	padding-top: 	20px;
}

.thumbnail {
	float:left;
	padding-right: 18px;
	padding-bottom: 40px;
}


.thumbnail img {
	width: 160px;
	height: 120px;
	border: 1px solid rgb(119, 119, 119);
}

/*  pagination  */

.paginationControl {
	text-align: center;
	border: 1px solid lightgray;
	margin-right: 18px;
	margin-bottom: 18px;
	padding: 5px;
}

.paginationControl a, .paginationControl span {

	padding: 5px;
}

.paginationControl .current {
	font-weight:bold;
	color:red;
}

.paginationControl .disabled {
	display: none;
}


/*  friends  */

#friends {
	margin-top: 7px;
	background: #0F0F0F;
}

#friends a {
	display:block;
	float:left;
	width: 180px;
}


/*  general  */
.clear {
	clear: both;
}
