body {
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	font-size: 11px;
}

body2 {
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/themes/default/gfx/middleback.png);
	background-repeat: repeat-y;
	font-size: 11px;
}

.red {
	color: #F00;
}


a {
	color: #999;
	text-decoration: underline;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #b70000;
}



p {

	margin: 3px 0 3px 0;
	white-space: normal;
	padding: 0;
}



h1 {
	color: #000;
	padding: 0;
	margin: 0; /* 5px 0 5px 0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 18px;
}



h2 {
	color: #b70000;
	padding: 0;
	margin: 0px 0 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}



h3, h3 a {
	font: bold 14px Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

h3 a:hover{
	color: #b70000;
}



h4 {

	font: 18px Arial, sans-serif;

	color: #EFAA42;

	padding: 0;

	margin: 0;

}

h5 {

	font: 18px Arial, sans-serif;

	color: #b70000;

	padding: 0;

	margin: 5px 0 5px 0;

}


h6 {
	color: #FFF;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.container {

	text-align: center;

	background-image: url(/themes/default/gfx/headback.png);
	background-repeat: repeat-x;
}



.page {

	margin-left: auto;

	margin-right: auto;

	width: 970px;
	padding: 0 74px;
	text-align: left;

}



/*
.header {
	width: 970px;
}
*/


.footerlinks {
	clear: both;
	height: 178px;
	background-image: url(/themes/default/gfx/footerbg.gif);
	background-repeat: repeat-x;	
}

.footerlinks_titles {
	width: 970px;
	text-align: left;
	padding-top: 8px;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footerlinks_links {
	width: 970px;
	text-align: left;
	padding-top: 12px;
}


.footer {
	text-align: center;
	padding-bottom: 5px;
	clear: both;
}

.footer a {
	color: #000;
}

.footer img{

	vertical-align: middle;

}



#body {

	clear: both;

/*	overflow: hidden; */

/*	padding-top: 10px; */
}



.strong {

	font-weight: bold;

}



.margin10 {

	margin: 10px;

}



.marginTop5 {

	margin-top: 5px;

}

.marginBottom5 {

	margin-bottom: 5px;

}

.marginTopBottom5 {

	margin-top: 5px;

	margin-bottom: 5px;

}

.marginTop10 {

	margin-top: 10px;

}

.marginBottom10 {

	margin-bottom: 10px;

}

.marginTopBottom10 {

	margin-top: 10px;

	margin-bottom: 10px;

}



.column-wide-left {

	margin-right: 310px;
	padding: 10px;

}

.column-narrow-right {

	float: right;

	width: 300px;
	padding-right: 10px;
	padding-top: 5px;
	

}

.column-wide-right {

	margin-left: 260px;

}

.column-narrow-left {

	float: left;

	width: 250px;

}



.videopage-black {
	width: 970px;
	height: auto;
	background-color: #000;
}

.video-box {
	width: 765px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FFFFFF;
}

#video_embed {
	height: 25px;
	width: 576px;
	background-color: #DDD;
	padding: 5px 10px 0;
}

#video_embed span {
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}

p.embed {
	clear: both;
}

.embed_title {
	display: block;
	float: left;
	width: 145px;
}

.embed_input {
	display: block;
	float: left;
	width: 400px;
	margin-left: 25px;
}

.embed_input_half {
	display: block;
	float: left;
	width: 200px;
	margin-left: 25px;
	margin-right: 10px;
}

.embed_input_right {
	width: 100px;
	float: left;
	color: #F00;
}

#video_embed input {
	margin-top: -5px;
	border: 1px solid #000;
}

.videobar1 {
	width: 576px;
	min-height: 23px;
	clear: left;
/*	background-color: #d9d9d9; */
	float: left;
}

.videobar2 {
	margin: 14px 0;
	border: 1px solid #ccc;
	padding: 5px;
	width: 566px;
	height: auto;
	background-color: #f5f5f5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	float: left;
	clear: left;
}

.videobar2 a:link{
	color: #B70000;
	text-decoration: underline;
}

.videobar2 a:visited{
	color: #B70000;
	text-decoration: underline;
}

.videobar2 a:hover {
	color: #000;
	text-decoration: underline;
}

.video_left {
	width: 180px;
	float: left;
}

.video-box h1 {
	clear: left;
}

.recent-search {
	padding: 15px;
	font-size: 18px;
	color: #807f7f;
}

.recent-search p.title {
	background-image: url('/themes/default/gfx/recent_search_title.jpg');
	height: 23px;
	width: 932px;
	padding: 2px 4px;
	color: #FFF;
}

.recent-search p {
	line-height: 23px;
	clear: both;
}

.recent-search a {
	text-decoration: none;
}

.recent-search a:hover {
	color: #b70000;
	text-decoration: underline;
}

.recent-search .search_0 {
	color: #FFF !important;
}

.recent-search .search_1 {
	color: #b1b0b0 !important;
}

.recent-search .search_2 {
	color: #807f7f !important;
}

.search_0 {
	color: #b1b0b0 !important;
}

.search_1 {
	color: #807f7f !important;
}

.search_2 {
	color: #000 !important;
}

.search_0:hover, .search_1:hover, .search_2:hover {
	color: #b70000 !important;
}

.column-left {

	float: left;

	width: 50%;

	padding: 20px;

}

.column-right {

	margin-left: 50%;

	padding: 20px;

}



.column-videosPage-right {

	margin-left: 170px;
padding-right: 5px;
padding-bottom: 5px;

}

.column-videosPage-left {

	float: left;

	width: 160px;
	padding: 5px;

}



.column {

	float: left;

}

.floatleft {
	float: left;

}

.floatRight {

	float: right;

}

.floatfb {
	float: right;
	width: 420px;
	height: 21px;
/*	margin-left: 351px; */
}


.zoom {

	zoom: 1;

}



.centerText {

	text-align: center;

}

.rightText {

	text-align: right;

}

.leftText {

	text-align: left;

}



.dashBorder {

	border: 1px dashed #CCC;

}



.dotBorder {

	border: 1px dotted #666;

}

.dotBorderTop {

	border-top: 1px dotted #666;

}

.dotBorderBottom {

	border-bottom: 1px dotted #666;

}



.cell {

	border:1px solid #CCC;

	padding: 10px;

}

.greyCell {

	border:1px solid #CCC;

	padding: 10px;

	background-color: #F7F7F7;

}



.padded0{

	padding: 0;

}

.padded3{

	padding: 3px;

}

.padded5{

	padding: 5px;

}

.padded10{

	padding: 10px;

}

.padded20{

	padding: 20px;

}



.borderRight {

	border-right: 1px solid #D9D9D9;

}

.borderLeft {

	border-left: 1px solid #D9D9D9;

}



#logo {
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header_banner {
	width: 475px;
	height: 100px;
	float: right;
	overflow: hidden;
}

#header_search {
	width: 450px;
	float: left;
	height: 90px;
	margin-left: 20px;
	margin-top: 10px;
}

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

#header_search ul li {
	float: left;
	display: block;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

#header_search ul li a {
	color: #d0d0d0;
}

#header_search ul li a:hover, #header_search ul li a#currenttab {
/*	color: #b80000;  */
}

#header_search p {
	margin-bottom: 10px;
}

#header_search input, #header_search .textfield {
	border: 0;
}

#header_search input[type=text], #header_search .textfield {
	width: 422px;
	height: 27px;
	background-color: #d0d0d0;
	font-size: 16px;
	float: left;
}

#header_search input[type=image] {
	position: absolute;
	margin-top: 0px;
	margin-left: 7px;
}

#header_searchbar {
	clear: both;
	margin-top: 5px;
/*	margin-top: 20px; */
}

/* search bar */

.searchBar{

	margin: 0px;

	padding: 0px;

	clear: both;

	
}


.searchBarCenter {


/*	float: right; */

	text-align: center;

}




.searchBarCenter p {



}



/*menu bar */

.menuBar{

	margin: 0;

	padding: 0;

	width: 970px;

	clear: both;

	height: 56px;
	padding-top: 10px;
}

.menuBarLeft {



}

.menuBarCenter {

/*	background-image: url(../menubar/center.gif); */

/*	height: 33px; */
	height: 43px;

	width: 50%;

	float: left;

	text-align: center;

}

.menuBarRight {
	clear: both;
}



/* topmenu */

#topMenu {
	width: 30%;
	padding-bottom: 5px;
	float: right;
	text-align: right;
/*
	margin-left: 5px;
	margin-right: -8px;
*/
	height: 10px;
}

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#topMenu li {
	display:inline;
    	margin:0;
    	padding:0;
    	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../bullets/blue4.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 14px; 
}

#topMenu a {
	color: #fff;
	text-decoration: underline;
}

#topMenu a:hover {
	text-decoration: none;
}



/* main menu */

#mainMenu {

	position: relative;
/*    	top: 21px; */
	width: 370px;
	height: 30px;
	margin: 5px 0;
/*	margin: 0px auto; */
/*	float: left;  */
	
}



#mainMenu ul {

    margin:0;

    padding: 0;

/*    float: right; */

    list-style-type: none;

    text-align: center;

    font: bold 12px/27px Arial, Helvetica, sans-serif;

    border: 0px solid #FFF;

}



#mainMenu li {

    display:inline;

    margin:0;

    padding:0;

}



#mainMenu a {

    float: left;

    display: block;

    width: 105px;

    height: 27px;

    text-transform: uppercase;

   background-color: #680404;

}



#mainMenu a:link, #mainMenu a:visited {

    float: left;

/*    background: url(../buttons/menu/off.gif) no-repeat left top;

    background-position:0% 0px; */

    color: #FFF;

    text-decoration: none;

}

#mainMenu a:hover {

    float: left;

/*    background: url(../buttons/menu/hover.gif) no-repeat left top;

    background-position:0% 0px; */

    background-color: #B70000;

    color: #FFF;

    text-decoration: none;

}

#mainMenu li a#currentTab {

    float: left;

/*    background: url(../buttons/menu/on.gif) no-repeat left top;

    background-position:0% 0px; */

    background-color: #B70000;

    color: #FFF;

    text-decoration: none;


}



/* normalMenu */

.normalMenu {

	text-align: center;

	margin-top: 5px;
	
	margin-left: 5px;

	margin-right: 5px;

	height: 25px;

	clear: left;
}

.normalMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.normalMenu li {

	display:inline;

    margin:0;

    padding:0;

    padding-left: 5px;

    padding-right: 5px;

}

.normalMenu a {

	text-decoration: underline;

}

.normalMenu a:hover {

	text-decoration: none;

}

.normalMenu li a.currentTab {

    color: #000;

    text-decoration: none;

    font-weight: bold;

}



/* submenu */

#subMenu {

	height: 33px;

	text-align: center;

	margin-left: 5px;

	margin-right: 5px;

	clear: both;

}

#subMenu ul {

	margin: 0;

	padding: 0;

    list-style-type: none;

    text-align: center;

    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;

    line-height: 33px;

}

#subMenu li {

	display:inline;

    margin:0;

    padding:0;

    padding-left: 10px;

    padding-right: 10px;

	background-image: url(../bullets/orange4.gif);

	background-repeat: no-repeat;

	background-position: 0 .5em;

}

#subMenu a {

	color: #000;

	text-decoration: underline;

}

#subMenu a:hover {

	text-decoration: none;

}

#subMenu li a#currentTab {

    color: #000;

    text-decoration: none;

    font-weight: bold;

}



/* sideMenu */

#sideMenu {

}

#sideMenu ul {

	margin: 0;

	padding: 0;

    list-style-type: none;

    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;

}

#sideMenu li {

    margin:5px;

    padding:0;

    padding-left: 10px;

    padding-right: 10px;

	background-image: url(../bullets/blue4.gif);

	background-repeat: no-repeat;

	background-position: 0 .5em;

}

#sideMenu a {

	color: #000;

	text-decoration: underline;

}

#sideMenu a:hover {

	text-decoration: none;

}

#sideMenu li a#currentTab {

    color: #000;

    text-decoration: none;

    font-weight: bold;

}



/* grey box */

.greyBox {

	background-color: #FAFAFA;

}

.column-narrow-right .greyBox {

	zoom: 1;

}

.column-videosPage-left .greyBox {

	zoom: 1;

}

.column-narrow-left .greyBox {

	zoom: 1;

}

*html .column-video-right .greyBox {

	zoom: 1;

	margin-left: -3px;

}

.greyBoxBody {

	padding: 5px;

}

.greyBox .t {background: url(../boxes/grey/dot.gif) 0 0 repeat-x;}

.greyBox .b {background: url(../boxes/grey/dot.gif) 0 100% repeat-x}

.greyBox .l {background: url(../boxes/grey/dot.gif) 0 0 repeat-y}

.greyBox .r {background: url(../boxes/grey/dot.gif) 100% 0 repeat-y}

.greyBox .bl {background: url(../boxes/grey/lb.gif) 0 100% no-repeat}

.greyBox .br {background: url(../boxes/grey/rb.gif) 100% 100% no-repeat}

.greyBox .tl {background: url(../boxes/grey/lt.gif) 0 0 no-repeat}

.greyBox .tr {background: url(../boxes/grey/rt.gif) 100% 0 no-repeat; padding:5px}



/* white box */

.whiteBox {

	background-color: #FFFFFF;

}

.column-narrow-right .whiteBox {

	zoom: 1;

}

.column-narrow-left .whiteBox {

	zoom: 1;

}

*html .column-video-right .whiteBox {

	zoom: 1;

	margin-left: -3px;

}

.zoom .whiteBox {

	zoom: 1;

}

.whiteBoxBody {

	padding: 5px;

}

.whiteBox .t {background: url(../boxes/white/dot.gif) 0 0 repeat-x;}

.whiteBox .b {background: url(../boxes/white/dot.gif) 0 100% repeat-x}

.whiteBox .l {background: url(../boxes/white/dot.gif) 0 0 repeat-y}

.whiteBox .r {background: url(../boxes/white/dot.gif) 100% 0 repeat-y}

.whiteBox .bl {background: url(../boxes/white/lb.gif) 0 100% no-repeat}

.whiteBox .br {background: url(../boxes/white/rb.gif) 100% 100% no-repeat}

.whiteBox .tl {background: url(../boxes/white/lt.gif) 0 0 no-repeat}

.whiteBox .tr {background: url(../boxes/white/rt.gif) 100% 0 no-repeat; padding:5px}



/* error box */

.errorBox {
	background-color: #FFFFFF;
	border: 2px solid #b70000;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.errorBox a {
	color: #000;
}

.errorBox a:hover  {
	color: #000;
}

/* complete box */

.completeBox {

	background-color: #FFF;

	border: 1px dashed #5289A8;

	padding: 5px;

	margin-bottom: 5px;

	text-align: center;
		
	width: 554px;
}



/* tipBox */

.tipBox {

	background-color: #FFFFCC;

	border: 1px solid #FFCC33;

	padding: 5px;

}



/* lists */

.listItem {	

	border-bottom: 1px dotted #999;

	width: 100%;

	padding: 10px 0 10px 0;

	overflow: hidden; 

}

.listItem .listScrCol {

	width: 168px;

	float: left;

}

.listItem .listInfoCol {
/*	margin-left: 135px; */
	float: left;
	margin-left: 5px;
	zoom: 1;
	color: #999;
	width: 420px;
}



.listItem3Col {	

	border-bottom: 1px dotted #999;

	width: 100%;

	padding: 10px 0 10px 0;

	overflow: hidden;

}

.listItem3Col .listScrCol {

	width: 128px;

	float: left;

}

.listItem3Col .listInfoCol {
	margin-left: 135px;
	margin-right: 50px;
	zoom: 1;
	color: #999;
}

.listItem3Col .listPosCol {

	width: 35px;

	float: right;

}





.listItemSmall {

	width: 100%;

	padding: 0 0 3px 0;

	overflow: hidden;

}

.listItemSmall .listScrCol {

	width: 98px;

	float: left;

}

.listItemSmall .listInfoCol {
	margin-left: 105px;
	zoom: 1;
	color: #999;
}



.listItemDefault {	

	border-bottom: 1px dotted #999;

	width: 100%;

	padding: 10px 0 10px 0;

	overflow: hidden;

}

.listItemDefault .listScrCol {

	width: 98px;

	float: left;

}

.listItemDefault .listInfoCol {
	margin-left: 108px;
	margin-right: 80px;
	zoom: 1;
	color: #999;
}

.listItemDefault .listActionsCol {

	width: 70px;

	float: right;

	line-height: 17px;

	font-size: 10pt;

	margin-right: 5px;

	text-align: right;

}

.listItemDefault .listActionsCol a {

	text-decoration: none;

}

.listItemDefault .listDataCol {

	width: 50px;

	float: right;

}


.listItemVert {
	width: 155px;
	height: 117px;
	margin: 10px;
}

.listItemVert .info {
	font-size: 11px;
}

.listItemVert .listInfoCol {
	width: 137px;
	height: 31px;
	padding: 2px 5px;
	position: absolute;
	margin-top: -32px;
	margin-left: 4px;
}

.listItemVert .listInfoCol .overlay {
	width: 150px;
	height: 31px;
	margin-top: -1px;
	margin-left: -9px;
	z-index: 2;
	position: absolute;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.listItemVert a {
	text-decoration: none;
	width: 147px;
	height: 107px;
}

a:hover .listInfoCol .overlay {
	background-color: #B70000;
}

.listItemVert .listInfoCol .title-vert {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	z-index: 4;
	margin-left: -8px;
	padding-top: 5px;
}

.listItemGroup {	

	border-bottom: 1px dotted #999;

	width: 100%;

	padding: 10px 0 10px 0;

	overflow: hidden;

}

.listItemGroup .listScrCol {

	width: 98px;

	float: left;

}

.listItemGroup .listInfoCol {
	margin-left: 108px;
	margin-right: 120px;
	zoom: 1;
	color: #999;
}

.listItemGroup .listActionsCol {

	width: 110px;

	float: right;

	line-height: 17px;

	font-size: 10pt;

	margin-right: 5px;

	text-align: right;

}

.listItemGroup .listActionsCol a {

	text-decoration: none;

}



.listItemGroupAddVideos {	

	border-bottom: 1px dotted #999;

	width: 100%;

	padding: 10px 0 10px 0;

	overflow: hidden;

}

.listItemGroupAddVideos .listChBoxCol {

	width: 26px;

	text-align: center;

	float: left;

	padding-top: 27px;	

}

.listItemGroupAddVideos .listScrCol {

	width: 98px;

	float: left;

}

.listItemGroupAddVideos .listInfoCol {
	margin-left: 134px;
	zoom: 1;
	color: #999;
}





.listInfoCol .title {
	margin-top: 3px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}

.listInfoCol .title div {
	float: right !important;
	margin-right: -25px !important;
}

.listInfoCol .title a {
	display: block;
	float: left;
	width: 390px;
	color: #000;
	text-decoration: none;
}

.listInfoCol .title-recent {
	margin-top: 3px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.listInfoCol .title-vert {
	margin-top: -5px !important;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clear: both;
}

.listInfoCol .title a:hover {
	color: #b70000;
	text-decoration: none;
}

.listInfoCol .title-recent a {
	color: #000;
	text-decoration: none;
}

.listInfoCol .title-recent a:hover {
	color: #b70000;
	text-decoration: none;
}


.listInfoCol .description,
.listInfoCol .videodescr {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #000;
	font-size: 13px;
	clear: both;
	width: 420px;
}

.listInfoCol .info {
	font: Arial, sans-serif;
	color: #999;
	line-height: 14px;
}

.listInfoCol .label {
	color: #999;
}



.listClear {

	clear: both;

}

.clearRight {

	clear: right;

}


/* info */

.vinfo {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.vinfo a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.vinfo a:hover {
	text-decoration: none;
}



.stats {

	margin: 10px;

}

.stats .vinfo {
	color: #000;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.vinfo .label {
	color: #000;
	font-weight: normal;
}

.vinfo .label2 {
	color: #000;
	font-weight: normal;
	float: left;
}

.vinfo .description,
.vinfo .videodescr {

	font-weight: normal;

}



.videoOptions, .videoOptions a {
	font: 13px Arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.videoOptions {
	float: left;
	line-height: 23px;
/*	margin-left: 5px; */
}

.videoOptions ul, .videoOptions ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.videoOptions ul li {
	display: block;
	float: left;
	height: 29px;
}

.addthis_toolbox {
	display: block;
	float: left;
	width: 170px !important;
	padding-top: 3px !important;
	height: 19px !important;
}

.videoOptions ul li a.button, .addthis_toolbox {
	display: block;
	line-height: 22px;
	height: 22px;
	width: 80px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	font-weight: bold;
	background-image: url(/themes/default/gfx/video_buttons.jpg);
	border: 1px solid #CCC;
}

.videoOptions ul li a.comment_button {
	width: 110px !important;
}

.videoOptions ul li a:hover, .addthis_toolbox:hover {
        border: 1px solid #999;
}

/* forms */

form {

	padding: 0;

	margin: 0;

}



.form {

	margin: 3px;

}

fieldset {

	margin: 0;

	padding: 0;

	border-style: none;

	border: 0;

}

.formLine {

	margin-bottom: 3px;

	clear: both;

}

.formSet {

	margin-bottom: 2px;

}

label {

	float: left;

	width: 40%;

	margin-right: 3px;

	margin-top: 2px;

	text-align: right;

}



.textfield {

	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px;
	
}

.textarea {

	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px;
}

.textfield2 {

	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px;
	float: right;
	
}

.textarea2 {

	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px;
	float: right;
	margin-top: 2px;
}

.button {

	font: 8pt Arial, Helvetica, sans-serif;

	color: #000;

}

.dropdown {

	font: 8pt Arial, Helvetica, sans-serif;

	color: #000;

}

.dropdown_multiple {

	font: 8pt Arial, Helvetica, sans-serif;

	height: 70px;

	color: #000;

}



/* pages */

.pages {
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: center;
	border:1px dashed #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.pages a {
	color: #b70000;
	margin: 0 4px 0 4px;
}

.pages .p {

	margin: 0 4px 0 4px;

	font-weight: bold;

}



/* rate scale */

.starsSmallRight {
	width: 60px;
	float: right;
}

#rating {
/*	width: 120px; */
	height: 21px;
	display: block;
	line-height: 21px;
/*	float: left; */


}

.rate {
	width: 120px; 
	float: left;
}

.rate .label {

	font: 10pt Arial, sans-serif;

	height: 21px;

	width: 35px;

	line-height: 21px;

	display: inline;

}

.rate .stars {

	display: inline;

	cursor: pointer;


}

.rate .stars img {

	vertical-align: top;

}

.stars img {

	vertical-align: top;

}


.votes {
	font-family: Arial, sans-serif;
	text-align: right;
	font-size: 8pt;
	color: #000;
	line-height: 22px;
	float: left;
	margin-left: 20px;	
	width: 115px;
}

#fullhd_btn {
	width: 130px;
	float: right;
}

/* video card */

.vCard {

	margin-bottom: 3px;

	padding-bottom: 3px;

}

.vCard .base {

	text-align: center;

	font: 8pt Arial, sans-serif;

	color: #000;

}

.vCard .base_left {

	text-align: left;

	padding: 0 3px 0 3px;

	width: 158px;

	height: 100px;

}

.vCard .highlight a {

	color: #000;

}

.vCard .duration {

	clear: both;

	float: left;

	font-weight: bold;

	
}

.vCard .rating {

	text-align: right;

	float: left;

	margin-left: 20px;

}

.vCard .title {

	width: 160px;

	height: 34px;

}



.screenshot, .screenshot_vert {

	margin: 2px;

	padding: 1px;

	border: 1px solid #999;

	display: block;

	background-color: white;

}

.screenshot_vert {
	margin: 0;
}

.screenshot img {

	height: 120px;

	width: 160px;

}

.screenshot_vert img {

	height: 113px;

	width: 150px;

}

.screenshotSmall {

	margin: 2px;

	padding: 1px;

	border: 1px solid #999;

	background-color: white;

	display: block;

}

.screenshotSmall img{

	height: 70px;

	width: 90px;

}



.avatarLarge {

	margin: 2px;

	border: 3px double #999;

	float: left;

	zoom: 1;

}

.avatarLarge .avatar {

	overflow: hidden;

	width: 120px;

	height: 40px;

	background-color: white;

	display: block;

	text-align: center;

}

.avatarLarge .avatar div {

	width: 400px;

	margin-left: -140px;

}

.avatarLarge .avatar img{

	width: 120px;

	height: 40px;

}



.avatarSmall {

	margin: 2px;

	border: 3px double #999;

	float: left;

	zoom: 1;
	text-align: center;

}

.videobar2 .avatarSmall {
	float: none;
	width: 120px;
}

.avatarSmall .avatar {

	overflow: hidden;

	width: 120px;

	height: 40px;

	background-color: white;

	display: block;

	text-align: center;

}

.avatarSmall .avatar div {

	width: 400px;

	margin-left: -140px;

}

.avatarSmall .avatar img{

	width: 120px;

	height: 40px;
	text-align: center;

}





.avatarSmall .avatarvidpage {

	overflow: hidden;

	width: 120px;

	height: 40px;

	background-color: white;

	display: block;

	text-align: center;

}


.avatarSmall .avatarvidpage img{

	height: 40px;
	text-align: center;

}


#video {
	width: 576px;
	height: 354px;
}


.video {
	position: relative;
	height: 354px;
	width: 576px;
	float: left;
	margin: 0 0 10px 0;
	overflow: hidden;
}



#videoOptionsHandler, #videoCommentsHandler {

	margin-top: 10px;

	margin-bottom: 10px;

	display: none;

	width: 576px;

	margin-left: auto;

	margin-right: auto;
	clear: both;
}



/* video responses box */

.videoResponses .left {

	float: left;

	width: 34px;

	padding-top: 18px;

}

.videoResponses .centerHandler {

	text-align: center;

}

.videoResponses .center {

	margin-left: auto;

	margin-right: auto;

	width: 392px;

}

.videoResponses .right {

	float: right;

	width: 34px;

	padding-top: 18px;

}

#videoResponsesHandler {

	height: 130px;

}



/* comments */

.comment {
	margin: 5px;
	padding: 5px;
	color: #000;
	border-top: 1px dotted #999;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.comment .description {

	margin-left: 80px;

	zoom: 1;

}

.comment .highlight {

	font-size: 9pt;

	color: #666;

	line-height: 16px;

}

.comment .text {

	margin-top: 0px;

	line-height: 16px;

}

#commentForm {

	display: none;

}

.commentRateWord {

	line-height: 12px;

}

.commentRating {

	width: 15px;

	line-height: 12px;

	text-align: right;

}

.commentRatingImg {

	text-align: right;

	line-height: 12px;

	width: 35px;

}

.commentRatingImg img {

	vertical-align: bottom;

}

.commentRating .plus {

	color: #4DB21B;

}

.commentRating .minus {

	color: #B21B1B;

}

.commentOptions {

	line-height: 12px;

	width: 100px;

}



.starsSmall {

}



.subcomments {

	margin: 10px 20px 10px 20px;

	border: 3px solid #E5E5E5;

	padding: 3px;

}



/* centralize content */

.centerHandler {

	text-align: center;

	overflow: hidden;

}

.centerContent {

	margin-left: auto;

	margin-right: auto;

}



.videoChecked {

	background-color: #CCC;

}



/* colorSelector */

#colorSelector {

	position: absolute;

	display: none;

	top: 0; 

	left: 0;

	z-index: 3;

	border: 1px solid #999;

	background-color: #FFFFFF;

	padding: 1px;

	text-align: center;

}

#colorSelector .content {

	width: 198px;

	margin: 0;

	padding: 0;

	height: auto;

}

#colorSelector .k {

	cursor: pointer;

	float: left;

	width: 9px;

	height: 9px;

	margin: 1px;

	font-size: 1px;

}

#colorSelector .close {
	text-align: center;
	height: 15px;
	background-color: #999;
	color: #FFF;
	clear: both;
	width: 198px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#colorSelector .close a{

	color: #FFF;

}



/* channel */

#channelContainer .info {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#channelContainer .info .label{

	font-weight: normal;

}

#channelContainer .info .description,
#channelContainer .info .videodescr{

	font-weight: normal;

}

#channelContainer .username {

	font-size: 10pt;

	font-weight: bold;

	text-decoration: none;

	text-decoration: none;

}



#channelContainer .subscription {

	margin-bottom: 3px;

	text-align: center;

}

#channelContainer .subscription .base {

	text-align: center;

	clear: both;

}





#channelContainer .user {

	margin: 2px;

	text-align: center;

}

#channelContainer .user .base {

	text-align: center;

	clear: both;

}



#channelContainer .subscriptionPage .subscription {

	margin-bottom: 3px;

	text-align: center;

}

#channelContainer .subscriptionPage .subscription .base {

	text-align: center;

	clear: both;

}



#channelContainer .bulletin {

	border:1px dotted #666;

	padding: 5px;

	zoom: 1;

}

#channelContainer .bulletin .details {

	zoom: 1;

	overflow: hidden;

}

#channelContainer .bulletin .message {

	margin-top: 10px;

	margin-bottom: 10px;

	margin-left: 7px;

}



/* scrool box */

.scrollBox .left {

	float: left;

	width: 34px;

	padding-top: 28px;

}

.scrollBox .centerHandler {

	text-align: center;

}

.scrollBox .center {

	margin-left: auto;

	margin-right: auto;

	width: 392px;

}

.scrollBox .right {

	float: right;

	width: 34px;

	padding-top: 30px;

}



#subscribersBoxHandler {

	height: 110px;

}

#subscribeHandler {

	display: none;

}



/* mailboxList */

.mailboxList {

	width: 100%;

	zoom: 1;

}

.mailboxList th,.mailboxList td {
	padding: 3px;
	padding-left: 5px;
	height: 32px;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.mailboxList th {

	background-color: #E5E5E5;

}

.mailboxList .row1 {

	background-color: #FFF;

}

.mailboxList .row2 {

	background-color: #F7F7F7;

}

.mailboxList .checkboxCol {

	width: 30px;

	text-align: center;

	padding: 3px;

}

.mailboxList .fromCol {

	width: 80px;

}

.mailboxList .subjectCol {

}

.mailboxList .dateCol {

	width: 80px;

}

.mailboxList .wideCol {

	width: 160px;

}

.mailboxList .unread td {

	font-weight: bold;

}



.mailboxList .screenshotSmall {

	border: 1px solid #999;

	background-color: white;

	display: block;

	padding: 0;

	float: left;

	margin: 0px;

	margin-right: 3px;

	zoom: 1;

}

.mailboxList .screenshotSmall img{

	height: 23px;

	width: 30px;

}



.mailboxList .avatarSmall {

	margin: 0 3px 0 0;

	border: 1px solid #999;

	padding: 0;

	float: left;

}

.mailboxList .avatar {

	overflow: hidden;

	width: 23px;

	height: 23px;

	background-color: white;

	display: block;

}

.mailboxList .avatar div{

	margin-left: -189px;

}

.mailboxList .avatar img{

	height: 23px;

}



/* mailboxMessage */

.mailboxMessage {

}

.mailboxMessage .details {

	border:1px solid #CCC;

	background-color: #F7F7F7;

	padding: 10px;

	zoom: 1;

	overflow: hidden;

}

.mailboxMessage .body {
	margin-top: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



.mailboxMessage .user {

	margin: 2px;

	text-align: center;

}

.mailboxMessage .user .base {

	text-align: center;

	clear: both;

}



/* subscription */

.subscription {

	margin-bottom: 3px;

	padding-bottom: 3px;

	text-align: center;

}

.subscription .base {

	text-align: center;

	clear: both;

}



/* user */

.user {

	margin: 2px;

	text-align: center;

}

.user .base {

	text-align: center;

	clear: both;

}

.userNewLayout {
	clear: both;

	height: 45px;
}

.userNewLayout a {
	color: #000;
	text-decoration: none;
}

.userNewLayout .base {
	text-align: left !important;
}

.userNewLayout p {
	margin: 0px !important;
}

/* channel */

.channel {

	width: 122px;

	margin-bottom: 3px;

	padding-bottom: 3px;

	text-align: center;

}

.channel .base {

	text-align: center;

	clear: both;

}

.channel .base_left {

	text-align: left;

	padding: 0 3px 0 3px;

	clear: both;

}



/* misc */

#basicViewOptions {

	display: inline;

}

#detailedViewOptions {

	display: inline;

}

#detailedView h1 {
	text-align: center;
}



/* banners */

.bannerHeader{

	text-align:center;



}

.bannerFooter{
	text-align:center;
	margin: 10px;
}

.bannerabovevideo{
	text-align:center;
	background-color: #dbdbdb;
	width: 100%;
	padding: 4px;
}

.bannerSide{

	text-align:center;

	margin-top: 10px;

	margin-bottom: 10px;

}



/* social bookmarking */

#sbdropdown {

border:1px solid #CCC;

background-color: #FFF;

visibility:hidden;

position:absolute;

z-index:100;

left:0px;

top:0px;

padding: 3px;

}

#sbbar {

background-color: #FFF;

}

.sbitem{

border:1px solid #FFF;

background-color: #F7F7F7;

color: #666666;

padding: 3px;

cursor: pointer;

text-align:left;

}

.sbitemhighlight{

background-color: #EBF3FA;

border:1px solid #689BCA;

padding: 3px;

cursor: pointer;

text-align:left;

}



/* tags */

.tagCloud {

	padding: 3px;

	text-align:center;

}

.tagCloud a{

	color: #b70000;

	text-decoration:underline;

}

.tagCloud a:hover {
	color: #000;
	text-decoration:none;
}



.colorThemes {

	margin: 0 20% 0 20%;

}



.rss {

	

}

.rssLine {

	height: 20px;

	line-height: 20px;

}

.rssLine img {

	vertical-align: middle;

}

.rssLine .label {

	width: 150px;

	float: left;

}

.duration1 {
	padding-left: 3px;
	padding-top: 2px;
	float: left;
	font-weight: bold;
		}
	
.rating1 {
	text-align: left;
	padding-top: 0px;
	margin-bottom: 10px;
}

.undervideobanner {
	text-align: left;
}

.overvideobanner {
	text-align: center;
}

.vinfobanner {
	text-align: center;
	float: right; 
	padding-top: 10px;
	width: 336px;
	height: 280px;
}
#plugs {
	width: 970px;
	height: 160px;
	padding: 0px;
	padding-top: 5px;
	margin-top: 10px;
	background-color: #FAFAFA;
	text-align: center;
	clear: both;
}

#plugs .greyBoxBody {
	padding: 0;
}

#plugs a {
	text-decoration: none;
}

#plugs a:hover {
	color: #b70000;
}

#dynatip {
	display:none;
	background:transparent url(/themes/default/gfx/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

.jcarousel-container img {
	border: 0px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 880px;
    padding: 0px 20px 0 15px;
    margin: 0 auto;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 170px;
    height: 515px;
    padding: 10px 0px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  880px;
    height: 150px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  170px;
    height: 510px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 140px;
    height: 130px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
    width: 170px !important;
    height: 510px !important;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 38px;
    right: 1px;
    width: 12px;
    height: 75px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/arrows/arrow2-2.gif) no-repeat -0px 0;
    background-position: fixed;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-image: url(/themes/default/gfx/arrows/arrow2-1.gif);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 38px;
    left: 1px;
    width: 12px;
    height: 75px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/arrows/arrow2-4.gif) no-repeat -0px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -0px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-image: url(/themes/default/gfx/arrows/arrow2-3.gif);
}

/**
 *  vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    top: 525px;
    left: 50px;
    width: 75px;
    height: 12px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/arrows/arrow1-4.gif) no-repeat 0 0px;
    background-position: fixed;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover {
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-image: url(/themes/default/gfx/arrows/arrow1-3.gif);;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 75px;
    height: 12px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/arrows/arrow1-2.gif) no-repeat -0px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover {
    background-position: 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: -0px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-image: url(/themes/default/gfx/arrows/arrow1-1.gif);
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.plugadded {
	margin-left: 5px;
	margin-top: 5px;
	width: 110px;
	text-align: center;
	color: #999;
}

.plugtitle {
	margin-left: 5px;
	margin-top: 5px;
	width: 130px;
	text-align: center;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}

a:hover .plugtitle {
	color: #b70000;
}

#plugs ul {
	height: 150px;
	padding-left: 5px;
}

#box_watched_flash {
	height: 80px;
}

#video_embed_code {
	height: 17px;
}
.footerlinks_content {
	width: 970px;
	height: 158px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
}

.footerlinks_block {
	width: 200px;
	float: left;
}
.footerlinks_block p {
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align: left;
}

.footerlinks_block_friends {
	width: 140px;
	float: left;
}
.footerlinks_block_friends p {
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-align: left;
}

.footerlinks_block_trades {
	width: 140px;
	float: right;
}
.footerlinks_block_trades p {
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-align: left;
}

.footerlinks_titles {
	margin-bottom: 16px !important;
	padding-top: 8px !important;
}
.footerlinks_content a{
	color: #FFF;
	text-decoration:none;
	text-transform: capitalize;
}

.footerlinks_content a:hover {
	color: #b70000;
	text-decoration:underline;
	text-transform: capitalize;
}


.jcarousel-container img {
        border: 0px;
}

ul#related {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	width: 310px; */
}

.related_box {
	clear: right;
}

.related_box .jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 270px;
    padding: 10px 20px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  270px;
    height: 320px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-item {
    width: 280px;
    height: 100%;
}

.related_box .jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}

.related_box .jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.related_box .jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 145px;
    right: 1px;
    width: 13px;
    height: 51px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/nextbuttons.jpg) no-repeat -15px 0;
    background-position: fixed;
}

.related_box .jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -15px 0px;
}

.related_box .jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -13px 0;
}

.related_box .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.related_box .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.related_box .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.related_box .jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 145px;
    left: 1px;
    width: 13px;
    height: 51px;
    cursor: pointer;
    background: transparent url(/themes/default/gfx/prevbuttons.jpg) no-repeat 0px 0;
}

.related_box .jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.related_box .jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -0px 0;
}

.related_box .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.related_box .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.related_box .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -15px 0;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.related_box {
	height: 380px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.jcarousel-skin-ie7 li {
	float: left;
}
.related_box .whiteBoxBody {
	height: 360px;
}
.related_box h3 {
	margin-left: 20px;
}

#plugs .jcarousel-item a {
	width: 140px;
	height: 130px;
}

.textvidpageleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: capitalize;
}

.vidtags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b70000;
	padding-top: 16px;
	padding-left: 15px;
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: capitalize;
}

.vidtags  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF; 
	text-decoration:underline;
	margin-right: 7px;
	font-weight: bold;
}

.vidtags a:hover {
	text-decoration:underline;
	font-size: 13px;
	color: #b70000;
	margin-right: 7px;
	margin-top: 10px;
	font-weight: bold;
}

.pornleepleft {
	padding-left: 7px;
	padding-bottom: 0px;
}

.plugrushleft {
	padding-left: 15px;
	padding-bottom: 0px;
}

.popularsiteshead {
	padding-top: 16px;
	padding-left: 15px;
	padding-bottom: 0px;
}

.popularsites {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
}

.searchvidpage {
	padding-left: 7px;
	padding-bottom: 23px;
}


.facebookbottom {
	float: left;
	maring-top: 5px;
}

#fb_share {
        margin-right: 0px;
        float: right;
}

object#player {
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	height:356px;
}

.video div.overlayVid {position:absolute;z-index:100;top:0px;left:0px;width:576px;height:355px;color:#fff}
.video div.overlayVid a {color:#fff}
.video div.overlayColor {background-color:#fff;filter:alpha(opacity=60);opacity: 0.6;-moz-opacity:0.6;height:100%;width:100%;position:absolute;top:0px;left:0px;}
.video div.overlayVid div.hideLink {text-align: center;font-family:arial;font-size:11px;margin-top:2px;}
.video div.videoBoxContainer {width:576px;height:330px;background-color: #000;padding:0px;padding-top:0px;text-align:center;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1;position:absolute;top:0px;border:outset 0px #ccc;margin-left:0px;}

.videoBoxContainer table { z-index: 10; }
.videoBoxContainer div.close {position:absolute;top:5px;right:10px;font-size:14px;line-height:20px; z-index: 999;}
.video div.overlayVid div.close {position:absolute;top:5px;right:10px;font-size:14px;line-height:20px; z-index: 999;}
.video div.overlayVid div.close a {font-family:verdana,sans-serif;text-decoration:none z-index: 999;}
.video div.overlayVid div.close a span {font-size:20px; z-index: 999;}
.top50list {
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

.top50list p {
	height: 18px;
}

.top50 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	color: #FFF;
	margin-left: 15px;
}

.top50 p {
	height: 17px;
}

.top50-2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	color: #000;
}

.top50-2 a {
	color: #000;
	text-decoration: none;
	}
	
.top50-2 a:hover {
	color: #b70000;
	text-decoration: none;
	}


.top50 a {
	color: #FFF;
	text-decoration: none;
	}
	
.top50 a:hover {
	color: #b70000;
	text-decoration: none;
	}
	
.top50hitsin {
	margin-left: 0px;
	text-align: right;
	width: 35px;
	float: left;
		}

.top50rank {
	float: left;
	width: 19px;
	}

.top50title {
	width: 105px;
	float: left;
	}


.top50hitsin-2 {
	margin-left: 0px;
	text-align: right;
	width: 70px;
	float: left;
		}

.top50rank-2 {
	float: left;
	width: 48px;
	}

.top50title-2 {
	width: 210px;
	float: left;
	}



	
.clear {
	clear: both;
}

.beingwatched {
	color: #000;
	padding: 0;
	margin: 0; /* 5px 0 5px 0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 18px;
	margin-top: 14px;

}

#videotitle {
	width: 440px;
	float: left;
	margin-right: 15px;
}

.videodescription {
	padding-top: 4px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}

#topvid {
	width: 771px;
	float: left;
}

.headerpart2{
	height: 100px;
	width: 970px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
}


.content_bg {
	width: 970px;
	padding: 0px 74px;
	margin-left: -74px;
	background-image: url(/themes/default/gfx/video_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.featured {
	width: 170px;
	float: right;
}

.infoleft {
	width: 100px;
	float: left;
}

.signuptext {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}

.loginButton {
	width: 100px;
	position: absolute;
	margin-left: 175px;
	margin-top: -17px;
}


.redlink a, .redlink a:visited  {
	color: #b70000;
}

#footer_extra {
	padding-top: 10px;
	background-image: url(/themes/default/gfx/footer_bg.jpg) !important;
}

#taglist {
	font-size: 14px;
}

#taglist h2 a {
	color: #b70000;
}

#taglist a {
	text-decoration: none;
	color: #000;
}

#taglist a:hover {
	color: #b70000;
}

#taglisttext {
	font-size: 14px;
	margin-left: 7px;
	font-weight: bold;
}


#taglist2 {
	font-size: 18px;
}

#taglist2 h2 a {
	color: #b70000;
}

#taglist2 a {
	text-decoration: none;
	color: #000;
}

#taglist2 a:hover {
	color: #b70000;
}

#taglist2text {
	font-size: 14px;
	margin-left: 7px;
	font-weight: bold;
}


.title_tags {
	font-size: 18px;
}

#comment_register a {
	text-decoration: underline;
}


#wrap 
{
	MARGIN-TOP: 7px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-BOTTOM: 0px;
	WIDTH: 460px;
	BACKGROUND: #000;
	HEIGHT: 87px;
	OVERFLOW: hidden
}

A.linkph {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; MARGIN: 2px; WIDTH: 110px; DISPLAY: block; FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; BACKGROUND: repeat-x left top; HEIGHT: 25px; COLOR: #fff; FONT-WEIGHT: bold; TEXT-DECORATION: none; BACKGROUND: #b70000; 
}

A.linkph:hover {
	BACKGROUND: #7c0000;
	TEXT-DECORATION: none;
	COLOR: #FFF;
}





#overlayRelated {
	background-color: #000;
	height: 330px;
	display: none;
	overflow: hidden;
}

#overlayRelated p.related_title {
        padding: 7px 0 0;
        margin: 0;
        text-align: center;
        color: #FFF;
        font-size: 18px;
	font-weight: bold;
}

#overlayRelated #thumbs {
        padding: 5px 8px 0px;
        width: 560px;
        height: 296px;
}


.thumbInfo {
        width: 180px;
        height: 135px;
        margin: 3px;
        overflow: hidden;
        float: left;
}

.thumbInfo .thumbimg {
/*
        position: absolute;
        margin-top: 0;
        margin-left: 0;
*/
        z-index: 4;
}

.thumbInfo .thumbtxt {
        position: absolute;
        z-index: 50;
        width: 180px;
        height: 35px;
        margin-top: -35px;
        font-size: 12px;
        background-image: url(/themes/default/gfx/thumb_bg.png);
        background-repeat: repeat;
        overflow: hidden;
}

.thumbInfo .thumbtxt a {
	text-decoration: none;
}

.thumbInfo .thumbtxt a:hover {
	text-decoration: underline;
}

.thumbInfo .thumbtxt p {
        line-height: 16px;
        width: 180px;
        position: relative;
        margin: 0;
        padding: 0 5px;
        color: #FFF;
        z-index: 50;
}


