/* reset css */
@import "reset.css";
/* body */
body {
	font-family: arial;
	font-size: 12px;
	color: #000;
	background: #fff;
}
a {
	color: #0033cc;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.margindMiddle {
	margin:0 auto;
}
.bold {
	font-weight: bold;
}
#ie-message, #ie-message a {
	background:#C00;
	text-align:center;
	color: #fff;
	top:0;
	padding: 8px 0;
	width:100%;
	font-size: 24px;
}
/* toolbar @ top*/
#mini-toolbar {
	color: #c4c4c4;
	letter-spacing: 0;
	word-spacing: -0.05em;
	background: #f6f6f6;
	border-bottom: solid 1px #e5e5e5;
	padding: 8px 8px 0px 8px;
	font-size: 13px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}
#mini-toolbar a {
	color: #606060;
	text-decoration: none;
	margin: 0 5px;
}
#mini-toolbar a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#toolbarcontainer {
    height:32px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	overflow: hidden;
}

/*Toolbar - Header*/

#toolbar {
    width:77%;
	padding: 0px 12px;
	margin-left: 0;
	margin-right: 0;
}

#toolbar > div {
    height: 32px;
    display: inline-block; *display: inline; *zoom:1;
    float:none;
}

#toolbar span.seperator {
    display:none;
    color: #ccc;
    font: bold 13px arial;
    margin: 0 7px;
}
#toolbar span.user {
	font-weight: bold;
}

#toolbar #toolbarnologin.floatR, #toolbar #toolbarloggedin.floatR {
    float:none;
    font-size: 18px;
    margin-top:10px;
    padding-bottom:10px;
}

#toolbarcontainer.expanded, #toolbarcontainer.expanded #toolbar > div {
    height:auto;
}
#toolbarcontainer.expanded a {
    display:block;
    border-bottom: 1px dashed #ccc;
}

#toolbarcontainer a {
    display: inline-block; *display: inline; *zoom:1; 
	font: 400 20px 'Helvetica', Arial, Sans-serif;
	letter-spacing: 0;
	color: #606060;
	word-spacing: inherit;
	text-decoration: none;
    padding: 6px 12px 2px 12px;
}

#toolbarcontainer .menu-more {
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    border:none;
    width:55px;
    border-right:none;
    height: 25px;
    padding:5px 0 0 2px;
    line-height:14px;
    text-align:center;
    font-size:14px;
    color: #606060;
    cursor:pointer;

}

#toolbarcontainer .menu-more span {
  font-size: 22px;
  letter-spacing: 3px;
}

#toolbarcontainer.expanded .menu-more {
    background:#444;
    color:#fefefe;
    height:30px;
}

#toolbarcontainer a:first-letter {
    text-transform:uppercase;
}


#toolbarcontainer a.current {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
#toolbarcontainer a:hover {
	color: #06c;
	text-decoration: none;
}
.registerLink, .registerLink:hover{
	color: #c70303 !important;
}
.bookmark { 
	margin-top: 20px; 
	font-size: 24px;
	text-align: center; 
	font-weight: 700; 
	letter-spacing: 0; 
	word-spacing: -0.05em;
    display:none;
}
.bookmark a {
	text-decoration: none;
	line-height: .9;
	color:#F03;
	border-bottom: solid 1px #fff;
	display: inline-block; *display: inline; *zoom:1;
}
.bookmark a:hover { 
	text-decoration: none;
	border-bottom: dotted 1px #F03;
} 
/* front page search */
#frontSearch, #subPages {
	display: block;
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
    padding:0 5px;
}
#frontSearch h1 {
	margin: 0 auto;
	width: auto;
	height: 30px;	
	display: block;
	background: url(../images/logo-mob.png) center top no-repeat;
	border: 0;
	padding-bottom: 5px;
	margin-top: 10px;
    line-height:40px;
}

.logo-large { display:none; }

#frontSearch h1 span, #subPages h1 span {
    color:#666;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:10px;
    position:relative;
    bottom:auto;
    left:auto;
    font-weight:bold;
    white-space:nowrap;
 }
#frontSearch p.txtTitle, #subPages p.txtTitle { margin-top: 10px; font-weight: bold; }
#frontSearch p.titleTop {
	padding-bottom: 4px;
	font-size: 13px;
	color: #000;
    display:none;
}
#frontSearch p.titleTop span {
	margin: 0 4px;
}
#frontSearch p.titleTop .big {
	font-size: 16px; font-weight: bold;
}
#frontSearch p.titleTop b {
	margin: 0 3px;
}
#frontSearch p.titleTop a {
	font-size: 13px;
	letter-spacing: 0;
	word-spacing: -0.05em;
	color: #606060;
	outline: 0;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	margin: 0 3px;
}
#frontSearch p.titleTop a:hover {
	color: #06c;
	border-bottom: dotted 1px #06c;
}
#frontSearch p.titleSmall {
	font-size: 17px;
	line-height: auto;
    text-align:left;
    margin-top:10px;
}
#frontSearch p.titleSmall a {
	margin-left: 3px;
	letter-spacing: 0;
	word-spacing: -0.05em;
    display:block;
    font-weight:normal;
    padding:3px 0;
    border-top:1px dashed #ddd;
}

#frontSearch p.titleSmall a.font-fixed {
    font-size:inherit;
}

#frontSearch p.titleSmall span {
    display:none;
}

#frontSearch h3 {
	font-size: 13px;
	padding: 14px 0 14px 0;
}
#frontSearch h3 a {
	color: #e94f09;
}
#frontSearch .searchBox {
	width: 90%;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 5px;
}
#frontSearch .searchBox input {
	border: 1px #b6b6b6 solid;
	padding: 3px;
	width: 97%;
	font-size: 16px;
	letter-spacing: 0; word-spacing: -0.05em;
	height: 20px;
}
#frontSearch .inputBtn1 {
	font-size: 16px;
	margin-top: 6px;
}

#frontSearch form p select {
    display:inline-block; *display: inline; *zoom:1;
}

/* subPages */
#subPages {
	width: 100%;
}
#subPages h1 {
	margin-top: 0px;
}
#subPages #logSignup {
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
}
#subPages #logSignup .inputBtn {
	width:97%;
	height:18px;
	background:white;
	border:1px solid #ccc !important;
	font-size: 16px;
	padding: 2px;
}
#subPages .titleSmall {
	margin-top: 10px;
	font-size: 12px;
}
#subPages p.titleTop {
	padding-bottom: 6px;
}
#subPages #tagsTable {
	border-collapse:collapse;
	margin-top: 6px;
	text-align: left;
    width:100%;
}
#subPages #tagsTable td {
	border:1px solid #ccc;
	padding:.6em !important;
}
#tagsTable .siteLink {
	font-size: 14px;
	font-weight: bold;
}
#subPages .keyWords {
	height:100%;
	margin-bottom:10px;
	overflow:hidden;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:740px;
}
#subPages .keyWords ul {
	float:left;
	width:172px;
	margin-left:5px;
	margin-right:5px;
	text-align: left;
}
#subPages .keyWords ul h2 {
	font-size: 24px;
	color:#000;
}
#subPages .keyWords ul li {
	color:#666;
	padding: 4px;
	border: 1px #CCC solid;
	border-bottom: 0;
}
#subPages .keyWords ul li.last {
	border-bottom: 1px #CCC solid;
}
#subPages .keyWords ul li a {
	padding-bottom: 4px;
	display:block;
	/* padding-left: 10px;
	background: url(http://badjojo.com/images/button_dictionary.gif) no-repeat; */
	background-position:0 7px;
	cursor:pointer;
}
/* videoPage */
#videoPage {
	width: 960px;
	margin: 0 auto;
	margin-top: 19px;
}
#videoPage #logosearchBox,
#searchPage #logosearchBox {
	min-height: 50px;
	margin: 0px -10px 10px;
	padding: 5px 0 5px 20px;
	border-bottom: solid 1px #e5e5e5;
}
#videoPage #logosearchBox .search,
#searchPage #logosearchBox .search{
	font-size: 11px;
}
#videoPage #logosearchBox a,
#searchPage #logosearchBox a {
	display: block;
	position: relative;
	border: none;
	outline: 0;
}
.bjj-logo {
	margin: 0 auto;
	position: relative;
    background:url('../images/logo-mob.png') center top no-repeat;
    width:110px;
    height:30px;
    text-indent:-300px;
    float:none !important;
}

.bjj-logo a {
    height:30px;
    overflow:hidden;
}

.headingAddInfo {
    padding:0;
	margin: 5px 10px 5px;
	vertical-align: middle;
    border-bottom: solid 1px #e5e5e5;
}
.headingAddInfo-title {
	font: 400 26px/32px 'Helvetica', Arial, Sans-serif !important;
	letter-spacing: 0; word-spacing: -.05em;
    padding:0;
    margin:0;
}

.headingAddInfo-title:first-letter {
    text-transform:capitalize;
}

.headingAddInfo-title em {
	color: #c70303;
	font-weight: 700;
	font-style: normal;
}
.headingAddInfo-content {
	color: #606060;
	font-size: 13px;
    display:none;
}
.headingAddInfo-content b {
	color: #303030;
}

.filter-btn {
    font-size:16px;
    padding:5px;
    display:block;
    background:#c70303;
    color:#fff;
    border:1px solid #ddd;
    font-weight:bold;
    width:50px;
    text-align:center;
    margin:5px auto -1px auto;
    cursor:pointer;
}

.displayblock {
    display:block !important;
}

.related-searches {
    margin-bottom:5px;
    border-bottom:1px solid #ddd;
    height:29px;
    margin-left:20px;
    overflow:hidden;
    vertical-align:middle;
}

.related-searches a {
    display:inline-block; *display:inline; *zoom:1;
    padding:5px 7px;
    border:1px solid #ddd;
    margin-bottom:5px;
    vertical-align:middle;
}

/*Search toolbar*/
.sectionHead {
	width: 170px;
	padding: 0 0 0 20px;
	margin: 0 -180px 0 -20px;
	vertical-align: middle;
}
.sectionTitle {
	color: #c70303;
	font: 700 20px/100% 'Helvetica', Arial, Sans-serif;
	line-height: 1.2;
	letter-spacing: -.015em;
	word-spacing: -.05em;
}

#search-form {
    margin: 5px 0 0 0;
    min-width:0;
    max-width:1000px;
    display:block;
}

.searchForm {

}

.searchForm .search-options {
    display:inline-block; *display:inline; *zoom:1;
}

.searchForm .field, .searchForm .searchField {
	display: inline-block; *display: inline; *zoom:1;
	float: none;
	font-weight: normal;
	font-size: 18px;
	vertical-align: top;
	line-height: 30px;
	height: 30px;
	padding: 3px;
	border: solid 1px #c4c4c4;
	border-top: solid 1px #b2b2b2;
	
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

  -webkit-border-radius: 2px;
          border-radius: 2px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.searchForm select.field {
    vertical-align:middle;
}

.searchForm .searchField {
    width: 58%;
    min-width:50px;
    height: 22px;
    line-height:22px;
    margin-bottom:5px;
}

.searchForm #submit-button {
    height: 30px;
    cursor:pointer;
    font-size: 18px;
    vertical-align:middle;
}

.controls {
	display: inline-block; *display: inline; *zoom:1;
	margin: 5px 0 0 5px;
	vertical-align: middle;
	position: relative;
}
.check.inline {
	display: inline-block; *display: inline; *zoom:1;
	margin: 0 5px 0 0;
	padding-top: 0px;
	vertical-align: middle;
}
.check {
    padding-left: 18px;
}
.check input[type="radio"] {
    float: left;
	margin: 0;
    margin-left: -18px;
	margin-top: -1px;
}
#videoPage h1 {
	font-size: 26px;
	padding-top: 6px;
	padding-bottom: 15px;
}

.embed-container {
    margin-right: -312px;
    width:100%;
}

#videoPage .textAd {
	margin-top: 10px;
	padding: 12px;
	text-align: center;
	background-color: #ffffcc;
	border: 1px solid #ffcc33;
	font-size: 16px;
	font-weight: bold;
}
#videoPage #playerBox {
	width: 648px;
	float: left;
}

#video-container {
    position: relative;
    padding-bottom: 81%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:transparent;
}

#videoPage #playerBox #details {
	padding-top: 10px;
	width: 638px;
}
#videoPage #playerBox #details h2 {
	font-size: 18px;
	padding-bottom: 6px;
}
#videoPage #playerBox #details ul {
	margin: 0 0 0 20px;
}
#videoPage #playerBox #details li {
	margin: 0 0 5px 0;
	word-spacing: 0.2em;
	list-style: square;
	font: 114% arial;
}
#videoPage #playerBox #details li span {
	font-weight: bold;
}
#videoPage #adBox {
	float: right;
	width: 300px;
	height: 750px;
}
ul.recommended h1 {
	clear: both;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 6px;
	font-size: 14px!important;
}
.recommended-title {
	clear: both;
	font-weight:bold;
	margin-top:20px;
	padding-bottom: 4px;
	margin-bottom: 6px;
        padding-top: 16px;
	font-size: 14px!important;
}
ul.recommended {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top:5px;
	border:1px solid #e5e5e5;
	position:relative;
}
ul.recommended li {
	float: left;
	height: 175px;
	width: 182px;
	margin: 0 5px 0 5px;
	display: block;
	overflow: hidden;
}
ul.recommended li div.thumbVideo {
	height:135px;
	position:relative;
	width:180px;
	border: 1px #999 solid;
}
ul.recommended li div.thumbVideo img {
	float:left;
	height:135px;
	width: 180px;
}
ul.recommended li p.title {
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
/* for search page */
#searchPage {
	margin: 0 2px 10px 2px;
}
#searchPage h1 {
	font-size: 26px;
	font-weight: bold;
}

#searchPage div#wrapper {
    max-width:1300px;
}

*html div#maincol {
	padding-left: 10px;
}
#searchPage div#rightcol {
	clear:right;
	width:312px;
	text-align: right;
    float:right;
    display:none;
}
#searchPage div#leftcol {
	clear:left;
	max-width:100%;
	margin: 0 20px 10px 10px;
	text-align: left;
	position: relative;
    display:none;
    border:1px solid #c70303;
}

#searchPage .result-body {
	height: auto !important;
	position: relative;
    padding:5px 0;
	border-bottom: 1px dotted #dddddd;
	line-height: 27px;
    overflow:hidden;
}

#searchPage .result-body {
    padding-top:0;
}

#searchPage .result-body ~ .result-body {
    padding-top:5px;
}

#searchPage .result-body h3 {
	font-size: 16px; 
	font-weight: bold;
	padding-top: 4px;
}
#searchPage .result-body h3 span {
	font-size: 18px;
}
#searchPage .result-body p.tags a {
	color: #008000;
	text-decoration: underline;
}
#searchPage .result-body p.small_bottom a {
	color: #3f3f3f;
}
#searchPage .result-text {
    margin-left:190px;	
}
#searchPage p.length span {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}
#searchPage .result-thumb {
    float:left;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px;
	height: 111px;
	border: 1px #adcaec solid;

}
#searchPage .result-thumb img {
	height:111px;
	width: 148px;
	padding: 0px;
}
*html #searchPage .result-thumb {
	border: none;
}
*html #searchPage .result-thumb img {
	border: 1px #adcaec solid;
}

*html .top-left, *html .top-right, *html .bottom-right, *html .top-left, *html .bottom-left {
	display:none;
}
.top-left, .top-right, .bottom-right {
	display:none;
	position:absolute;
	z-index:1;
}
.top-left, .top-right, .bottom-right {
	display:block;
	height:6px;
	width:6px;
}
.bottom-left {
	bottom:-15px;
	height:15px;
	left:0pt;
	position:absolute;
	width:100%;
}
.top-left {
	background:transparent url(../images/top-left.gif) no-repeat scroll left top;
	left:-1px;
	top:-1px;
}
.top-right {
	background:transparent url(../images/top-right.gif) no-repeat scroll right top;
	right:-1px;
	top:-1px;
}
.bottom-left {
	background:transparent url(../images/bottom-left.gif) no-repeat scroll left bottom;
	bottom:-1px;
	left:-1px;
}
.bottom-right {
	background:transparent url(../images/bottom-right.gif) no-repeat scroll right bottom;
	bottom:-1px;
	right:-1px;i
}

.new-pagination {
    width:100% !important;
}

.pagination {
	clear: both;
	padding-top: 10px;
	text-align:center;
	line-height:1.75em;
}
.pagination ul {
	display:inline;
	list-style-type:none;
	padding:0;
	font-size: 12px;
	font-weight: bold;
}
.pagination li {
	display:inline;
}
.pagination a {
	padding:.1em .1em;
}
.pagination a:hover {
	text-decoration:none;
	border-color:#820;
}
.pagination li.current span {
	color:#000;
}
.pagination li.preNext {
	color:#000;
	font-size: 16px;
}
.pagination select {
	border:1px solid #999;
	vertical-align:1px;
}

/* grid display */

#searchPage.grid .result-body {
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    padding: 5px 2px;
    width:148px;
    height:308px !important;
    vertical-align:top;
    display:inline-block; *display: inline; *zoom:1;
    line-height:19px;
}

#searchPage.grid .result-body:hover {
    border:1px solid #eee;
}

#searchPage.grid .result-body ~ .result-body {
    padding:5px 2px;
}

#searchPage.grid .result-text {
    margin-left:0;
}

#searchPage.grid .result-text p {
    padding-top:6px;
}

#searchPage.grid .result-text p.tags {
    height:40px;
    overflow:hidden;
}

#searchPage.grid .result-text p.small_bottom a:nth-child(3) {
    display:none;
}

#searchPage.grid .result-thumb {
    float:none;
}

#searchPage.grid div#wrapper {
    max-width: 100%;
}

#searchPage.grid .result-body h3 {
    font-size:14px;
    height:40px;
    overflow:hidden;
}

/* end grid display */

/* Sidebar filters */

#VerColMenu, #VerColMenu ul
{
	list-style : none;
}
#VerColMenu a
{
	color : #000;
	display : block;
	font-weight : bold;
	padding :10px 5px;
	text-decoration: none;
}
#VerColMenu ul a
{
	border:none;
	background :none;
	color : #000;
	font-weight : normal;
	text-decoration: none;
        height:12px;
}
#VerColMenu ul a:hover,#VerColMenu a:hover
{	
	text-decoration: underline;
	color : #711515;
}

#VerColMenu ul a.filter label span, #VerColMenu ul a.filter label span:hover
{
    text-decoration: none;
    color: #008000;
    font-size: 11px;
}


/* Ads Sidebar*/
#rightcol iframe {
	margin-bottom: 10px;
}

/* footer */
#footer {
	clear:both;
}
#footer .ad {
	width: 900px;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer .bottomTxt {
	text-align: center;
	margin-top: 8px;
	line-height: 18px;
	font-size: 13px; 
	margin-bottom: 10px;
}
#footer .bottomTxt a {
	text-decoration: none;
	color: #606060;
	letter-spacing: 0.01em;
	word-spacing: -0.05em;
	margin: 0 3px;
	border-bottom: solid 1px #fff;
}
#footer .bottomTxt a:hover {
	color: #06c;
	border-bottom: dotted 1px #06c;
}

.right-filter-title {
	background:#f5f5f5!important;
	border-top:1px solid #e5e5e5!important;
	padding:10px!important;
	}
	
.right-filter-title-selected {
	background:#3878aa!important;
	border-top:1px solid #00579b!important;
	padding:10px!important;
	color:#fff!important;
	}
	

.right-filter-upload {
	background:#cb0303!important;
	border-top:1px solid #a10000!important;
	padding:10px!important;
	color:#fff!important;
	font-weight:bold!important;
	margin-bottom:10px!important;
	}
	
.right-filter-upload img{
	margin-top:-2px;
	}
	
.filter-more-icon img{
	margin-left:5px;
	margin-right:9px;
	}
	
.filter-more-icon span{
	color:#0033cc;
	font-weight:bold;
	}

.filter-right-tags {
	display:block;
	width:160px;
	padding:5px 0 5px 2px;
	border:1px solid #909090!important;
	color:#c4c4c4;
    margin-left:3px;
	}
	
.filter-tags {
	border-top:1px solid #e5e5e5!important;
	padding-top:10px;
	}
	
.user-body {
	min-height: 780px;
	height: auto !important;
	height: 780px;
	position: relative;
	clear: left;
	border-bottom: 1px dotted #dddddd;
	line-height: 27px;
}

.usermenu-right a{
	font-size:14px;
	font-weight:bold;
	color:#909090!important;
	}
	
.usermenu-right a span{
	color:#cb0303!important;
	}
	
.user-upload {
	margin-right:50px;
	margin-bottom:30px;
	}
	
.user-upload label {
	display:block;
	margin-left:10px;
	font-size:17px;
	font-weight:bold;
	color:#303030;
	margin-top:20px;
	}
	
.user-upload label {
	display:block;
	margin-left:10px;
	font-size:17px;
	font-weight:bold;
	color:#303030;
	margin-top:20px;
	}
	
.user-upload input[type=text]{
	display:block;
	padding:5px;
	border:1px solid #909090!important;
	color:#666!important;
	}
	
.user-upload input[type=password]{
	display:block;
	padding:5px;
	border:1px solid #909090!important;
	color:#666!important;
	}
	
.user-upload select{
	display:block;
	width:300px;
	padding:5px;
	border:1px solid #909090!important;
	color:#666!important;
	}
	
.user-upload textarea{
	display:block;
	width:500px;
	padding:5px;
	border:1px solid #909090!important;
	color:#666!important;
	height:150px;
	}
	
.upload-btm {
	margin-bottom:40px;
	width:500px;
	}
	
.upload-btm button {
	background:#cb0303!important;
	font-size:17px;
	font-weight:bold;
	border:none;
	padding:15px 10px 10px 10px!important;
	color:#fff!important;
	font-weight:bold!important;
	cursor:pointer;
	margin-bottom:10px!important;
	}
	
.upload-btm button span{
	margin-top:-2px;
	}
	
.upload-btm button img{
	margin-left:10px;
	}
	
.upload-btm-details {
	width:280px;	
	font-size:13px;
	color:#909090;
	margin-top:-5px;
	}
	
.upload-btm-details span{
	display:block;
	color:#303030;
	font-weight:bold;
	}
	
.upload-cat {
	width:330px;
	}


.upload-cat-list li {
	display:block;
	float:left;
	width:100px;
	margin-right:10px;	
	margin-bottom:15px;
	}
	
.upload-cat-list li a{
	color:#909090;
	}
	
.upload-cat-list label {
	display:block;
	margin-top:-8px;
	}
	
.upload-cat-title {
	color:#303030;
	font-size:17px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	}
	
.wrap960 {
	width:100%;
	margin:0px auto;
	}

#searchPage .main-title-embed h1 {
    font-size: 18px;
    line-height:22px;
}

#fpp {
    float:none !important;
}
	
.under-embed-ad {
	background:#3f3f3f;
	padding:15px;
	color:#c4c4c4;
	font-size:14px;
	}

.under-embed-ad a{
	font-weight:bold;
	color:#fff;
	}	
	
.ad640 {
	margin-top:0px;
	margin-bottom:10px;
    overflow:hidden;
	}
	
.video-details{
	font-size:13px;
	line-height:20px;
	color:#3f3f3f;
	}

.video-details h4 {
    display: inline-block; *display:inline; *zoom:1;
    width: 80px;
    font-size:12px;
}

.embed-container .top-embed-actions {
    text-align: right;
}
	
.video-details .title{
	color:#0033cc;
	display:block;
	}
	
	
.video-details span a{
	color:#0033cc;
	}
	
.video-details .tags a{
	color:#008000;
	}

.video-details .tags.inline {
    display: inline-block; *display:inline; *zoom:1;
}

.video-details li{
    margin-top: 5px;
}	
.general-title {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
    margin-top:10px;
	}
	
.ajax-nav-left {
	background:url(../images/related-videos-ajax-left.png) top left no-repeat;
	width:40px;
	height:60px;
	position:absolute;
	top:140px;
	left:-40px;
	}
	
.ajax-nav-left:hover{
	background:url(../images/related-videos-ajax-left.png) bottom left no-repeat;
	width:40px;
	height:60px;
	position:absolute;
	top:140px;
	left:-40px;
	text-decoration:none;
	}
	
	
.ajax-nav-right {
	background:url(../images/related-videos-ajax-right.png) top left no-repeat;
	width:40px;
	height:60px;
	position:absolute;
	top:140px;
	right:-40px;
	}
	
.ajax-nav-right:hover{
	background:url(../images/related-videos-ajax-right.png) bottom left no-repeat;
	width:40px;
	height:60px;
	position:absolute;
	top:140px;
	right:-40px;
	text-decoration:none;
	}
	
.top-embed-actions {
	color:#808080;
	font-size:13px;
	}
	
.top-embed-actions a{
	color:#0033cc;
	}
	
        #ul-tags{
            max-height: 200px;
            overflow:hidden;
        }
        #ul-sites{
            max-height: 120px;
            overflow:hidden;
        }
        a.filter-more-icon{
            cursor:pointer;
        }
        .related{
            font-size:15px;
        }
#txt-share {
    width:auto;
    display:inherit;
}

#slider {
    width:100% !important;
}

#slider li, #slider2 li {
    width:100% !important;
    height:auto !important;
    float:none !important;
}

div.standardForm {
    width:100% !important;
}

.standardField {
    width:97%;
    max-width:260px;
}

div.standardForm label {
    display:inline !important;
    float:none !important;
}

.footera {
    margin: 0 auto;
    width: 300px;
}

.w900 {
    width:900px;
}

.w300 {
    width:300px;
}
/* main
*****************************************/

body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:auto;
	margin:0;
	padding:0;
}
a {
	color:#2054a5;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#e40010;
}
a img {
	border:0;
}
ul {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
h2 {
	color:#000;
	font-weight:700;
	margin:0;
	font-size: 16px;
}
h1 {
	font-size:28px;
	letter-spacing:-1px;
	line-height:28px;
	margin:-5px 0 -5px 0;
	padding-bottom:10px;
	padding-top:5px;
}
p {
	margin:0;
	padding:0;
}
.clear {
	padding: 0;
	margin: 0;
	clear: both;
	line-height:0px;
	height:0px;
}
/* top
*****************************************/
#shadow {
	background:url(../images/top-shadow.gif) no-repeat center 125px;
}
#header {
	height:37px;
	margin:0 auto;
	padding-top:90px;
	position:relative;
	width:990px;
	z-index:3;
}
#header a.Logo {
	display:block;
	height:60px;
	padding:5px 10px 0;
	position:absolute;
	top:16px;
	left:1px;
	width:210px;
}
#header a.Logo {
	background:none;
}
/* small right hand text top*/
#header div.topRight {
	color:#fff;
	font-size:11px;
	position:absolute;
	top:0;
	left:0;
	width:990px;
}
#header div.topRight ul {
	float:right;
	margin-right: 10px;
}
#header div.topRight ul li {
	display:inline;
	float:left;
	margin-left: 3px;
	margin-top: 3px;
}
#header div.topRight ul li a {
	color:#fff;
	text-decoration:none;
}
#header div.topRight ul li a:hover {
	color:#ccc;
}

/* text ad / search at the top*/

#header div.topSearch {
	position:absolute;
	top:0;
	left:0;
	width:990px;
}
#header div.topSearch .form {
	float:right;
	margin-right: 10px;
	margin-top: 38px;
	overflow:hidden;
}
#header div.topSearch input.searchbar {
	border:1px solid #ccc;
	color:#000;
	float:left;
	font-size:12px;
	font-weight:700;
	height:16px;
	margin-right:6px;
	padding:5px;
	width:200px;
	background-color: #fbfbfb;
}
#header div.topSearch div.inputBtn {
	float: left;
	background:#b70000;
	border:1px solid #999b9a;
	height:26px;
}
#header div.topSearch div.inputBtn input, #header div.topSearch div.inputBtn button, #header div.topSearch div.inputBtn a {
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:24px;
	line-height:26px;
	overflow:visible;
	padding:0 3px;
	width:auto;
}
#header .Nav ul {
	background:url(../images/nav-bg.gif) repeat-x;
	clear:both;
	height:37px;
	position:relative;
}
#header .Nav ul li {
	float:left;
}
#header .Nav ul li a {
	border-right:1px solid #d3d3d3;
	color:#333;
	display:block;
	float:left;
	font-size:14px;
	font-weight:700;
	height:35px;
	letter-spacing:-0.01em;
	line-height:35px;
	padding:0 15px;
	text-decoration: none;
}
#header .Nav ul li a:hover {
	background:url(../images/nav-bg.gif) repeat-x 0 -37px;
}
#dropmenudiv{
position:absolute;
border:1px solid #d3d3d3;
border-bottom-width: 0;
font-size:12px;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3;
padding: 1px 0;
text-decoration: unbderline;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fbfbfb;
}

/* middle
*****************************************/

#content {
	z-index:2;
	position:relative;
	background-color:#fff;
	width:970px;
	margin:0 auto;
	padding:15px;
	overflow:hidden;
	height:100%;
}
div#content {
	width:990px;
	padding:0;
}
#content div.InIt {
	padding:40px 0 10px;
}
/* main page search and title*/
#content .search {
	margin:0 auto;
	text-align:center;
	padding-top: 40px;
}
#content .search h1 {
	color:#c90000;
	font-size:36px;
	line-height:18px;
	margin-bottom:5px;
}
#content .search div.form {
	margin:0 auto;
	overflow:hidden;
	width:536px;
}
#content .search label {
	display:block;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
#content .search input.searchbar {
	border:2px solid #ccc;
	color:#000;
	float:left;
	font-size:18px;
	font-weight:700;
	height:23px;
	margin-right:10px;
	padding:5px;
	width:400px;
	background-color: #fbfbfb;
}
#content .search div.inputBtn {
	float: left;
	background:#b70000;
	border:2px solid #999b9a;
	height:33px;
}
#content .search div.inputBtn input, #content .search div.inputBtn button, #content .search div.inputBtn a {
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:18px;
	height:33px;
	line-height:33px;
	overflow:visible;
	padding:0 5px;
	width:auto;
}
#content div.inputBtn input:focus {
	background:none;
}
/* site update area HOME*/
#content .padUpdateHome {
	margin:15px auto 10px;
	height: 277px;
	width: 682px;
}
#content .siteUpdate {
	background: #f2f2f2;
	border:0;
	margin:0 auto;
	overflow:hidden;
	padding: 5px 10px 6px 10px;
	width:350px;
}
#content .glow {
	background-color: #E8E8E8;
}
#content .siteUpdate span.title {
	display:inline-block;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#content .siteUpdate span.titleBottom {
	font-weight: bold;
}
#content .siteUpdate ul {
	float:left;
	width:350px;
	margin-right:10px;
}
#content .siteUpdate ul li {
	border-top:1px solid #e2e2e2;
	padding:3px 0;
	overflow:hidden;
}
/* site update area HOME*/
#content .submenu {
	background-color:#fff;
	border-bottom:1px solid #dedede;
	height:25px;
	padding:0 15px;
}
#content .submenu ul li {
	float:left;
	font-size:11px;
	margin-right:10px;
	background: url(../images/bg_submenu.gif) no-repeat 0 11px;
}
#content .submenu ul li a {
	color:#515151;
	display:inline;
	float:left;
	height:22px;
	padding:3px 0 0 7px;
}
#content .submenu ul li span {
	background: url(../images/bg_submenu.gif) no-repeat 0 11px;
	font-weight: bold;

	display:inline;
	float:left;
	height:22px;
	padding:3px 0 0 7px;
}
#content .submenu ul li a:hover {
	color:#666;
}

/* site update area BIGGER*/
#content .margin15 {
	margin:15px 15px 0 15px;
}
#content .ad {
	background: url(../images/search_ad_bg.gif) no-repeat top right;
	padding-right: 18px;
	position: relative;
}
#content .siteUpdateBig {
	background: #f2f2f2;
	border:0;
	margin-bottom: 10px;
	overflow:hidden;
	padding: 5px 10px 6px 10px;
	width:736px;
}
#content .siteUpdateBig span.title {
	display:inline-block;
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
}
#content .siteUpdateBig ul {
	float:left;
	width:732px;
	margin-right:10px;
}
#content .siteUpdateBig ul li {
	border-top:1px solid #e2e2e2;
	padding:3px 0;
	overflow:hidden;
}
/* search list */
#content .resultBody {
	margin-bottom: 10px;
	width: 754px;
}
#content .infoBox {
	width: 604px;
}
/* our video on front page */
#content div.ourvideo {
	overflow:hidden;
	height:100%;
	margin:0 auto;
	padding-left: 13px;
	width: 876px;
}
#content div.ourvideo span.title {
	font-weight:700;
	padding: 0;
	margin: 0;
	border: 0;
}
#content div.ourvideo ul {
	float: left;
	font-size: 12px;
	color:#666666;
	padding: 0;
	overflow: hidden;
}
#content div.ourvideo ul p {
	padding: 0;
	margin: 0;
}
#content div.ourvideo ul p.transparent {
	position:absolute;
	font-size:11px;
	z-index:2;
	bottom: 2px;
	right: 2px;
	background: url(../images/bg_transparent.png);
	color:#FFF;
	padding: 0 2px;
	margin: 0;
}
#content div.ourvideo ul li {
	float: left;
	height: 150px;
	width: 162px;
	margin: 0 13px 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
#content div.ourvideo ul li a:hover {
	text-decoration: underline;
}
#content div.ourvideo .title {
	width: 160px;
}
#content div.ourvideo .title a {
	font-size:12px;
}
#content div.ourvideo li div.thumbVideo {
	border:1px solid #999999;
	height:120px;
	margin-top:4px;
	position:relative;
	width:160px;
}
#content div.ourvideo li div.thumbVideo img {
	float:left;
	height:120px;
	width: 160px;
}
/* video view page */
#content div.playerBox {
	margin-left: 10px;
	margin-right: 12px;
}
#content div.player {
	width: 610px;
	height: 476px;
	margin-bottom: 5px;
}
#content div.relatedVideos {
	overflow:hidden;
	/* margin:0 auto; */
	width: 608px;
}
#content h2.relatedh2 {
	padding-bottom: 4px;
	padding-top: 6px;
}
#content div.relatedVideos span.title {
	display:block;
	font-weight:700;
	padding: 0;
	margin: 0;
	border: 0;
}
#content div.relatedVideos ul {
	float: left;
	font-size: 12px;
	color:#666666;
	padding: 0;
	overflow: hidden;
}
#content div.relatedVideos ul p {
	padding: 0;
	margin: 0;
}
#content div.relatedVideos ul li {
	float: left;
	height: 144px;
	width: 144px;
	margin: 0 8px 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
#content div.relatedVideos ul li a:hover {
	text-decoration: underline;
}
#content div.relatedVideos .title {
	width: 142px;
}
#content div.relatedVideos .title a {
	font-size:12px;
}
#content div.relatedVideos li div.thumbVideo {
	border: 1px #adcaec solid;
	height:102px;
	margin-top:4px;
	position:relative;
	width:142px;
}
#content div.relatedVideos li div.thumbVideo img {
	float:left;
	height:100px;
	width: 140px;
	padding: 1px;
}
/* search results */
#content .results_body {
	line-height: 24px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 100px;
	margin-bottom: 5px;
	width: 754px;
}
#content .results_body .title {
	font-size: 18px;
	margin: 0;
	padding-bottom: 2px;
}
#content .results_body .title a {
	text-decoration: underline;
}
#content .results_body .title span {
	font-weight: bold;
}
#content .results_body .url {
	color: #777777;
}
#content .results_body .small_bottom {
	color: #515151;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	font-size: 12px;
	background-color: #f3f9ff;
	border: 1px #dfdfdf dashed;
}
#content .results_body .small_bottom a {
	text-decoration: none;
	color: #515151;
}
#content .results_body .small_bottom a:hover { text-decoration: underline; color: #000000; }
#content .results_body .small_bottom span {
	font-weight: bold;
}
#content .thumbSearch {
	/* border: 1px #93b8c8 solid; */
	border: 1px #619eb8 solid;
	height:102px;
	margin-right: 6px;
	position:relative;
	width: 142px;
	float: left;
}
#content .thumbSearch img {
	float:left;
	height:100px;
	width: 140px;
	padding: 1px;
}
#content .top-left, #content .top-right, #content .bottom-right {
	display:none;
	position:absolute;
	z-index:2;
}
#content .top-left, #content .top-right, #content .bottom-right {
	display:block;
	height:6px;
	width:6px;
}
#content .bottom-left {
	bottom:-15px;
	height:15px;
	left:0pt;
	position:absolute;
	width:100%;
}
#content .top-left {
	background:transparent url(../images/top-left.gif) no-repeat scroll left top;
	left:-1px;
	top:-1px;
}
#content .top-right {
	background:transparent url(../images/top-right.gif) no-repeat scroll right top;
	right:-1px;
	top:-1px;
}
#content .bottom-left {
	background:transparent url(../images/bottom-left.gif) no-repeat scroll left bottom;
	bottom:-1px;
	left:-1px;
}
#content .bottom-right {
	background:transparent url(../images/bottom-right.gif) no-repeat scroll right bottom;
	bottom:-1px;
	right:-1px;
}
*html #content .bottom-right {
	right: -1px;
}
*html #content .top-right {
	right: -1px;
}
#content div.pagination {
	padding: 4px 0px 4px 0;
	margin-top: 7px;
	clear: both;
	float: right;
}
#content div.pagination p {
	position:relative;
}
#content div.pagination p a:link, .pagination p a:visited, .pagination p a:active {
	text-decoration:none;
	background:#fff;
	font-size: 14px;
	padding:4px 8px;
	border: 1px solid #bebebe;
}
#content div.pagination p a:hover {
	background:#ccc;
	color:#fff;
}
#content div.pagination p span {
	text-decoration:none;
	background:#fff;
	font-size: 14px;
	padding:4px 8px;
	border: 1px solid #bebebe;
	color:#ccc;
}
/* footer
*****************************************/

#footer .bottomBg {
	background:#fff url(../images/bottom-bg.gif) no-repeat left bottom;
	width:960px;
	margin:0 auto;
	padding:0 15px 5px;
}
#footer .bottomBg ul {
	padding:5px 0;
	border-top:1px solid #dedede;
}
#footer .bottomBg ul li {
	border-right:1px solid #dedede;
	display:inline;
	margin-right:5px;
	padding-right:5px;
}
#footer .bottomAd {
	width:990px;
	overflow:auto;
	margin: auto;
	margin-top: 6px;
	text-align: center;
}
#footer .bottomEnd {
	font-size:11px;
	text-align:center;
	margin-top:5px;
}



/* Jason's stuff
*****************************************/

form {
	display: inline;
}
form.standardFormTag {
	width: 100%;
	text-align: center;
}
div.standardHeader {
	clear: both;
	padding-top: 10px;
	font-family: Georgia, serif;
	font-size: 22px;
	color: #345;
}
div.standardForm {
	text-align: left;
	margin: auto;
	width: 630px;
	color: #666;
	font-size: 14px;
}
div.standardForm label {
	display: block;
	width: 180px;
	float: left;
	text-align: right;
	padding: 5px;
	padding-right: 15px;
}
div.formBackground {
	margin: 5px 0px;
	padding: 3px 0px 5px 0px;
	background-color: #f3f3f3;
	border: 3px solid #f8f8f8;
}
div.standardForm .label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding: 5px;
	padding-right: 15px;
}
div.standardForm br {
	clear: both;
}
.standardInstructions {
	padding: 5px 10px;
}
#termsBox {
	text-align: center;
	padding: 5px;
}
div.buttonContainer {
	text-align: right;
	padding: 5px;
	clear: both;
}
/* the position adjustments on these fields are just to align the fields with their LABEL elements... */
/* if there's a better way to do it, go ahead */
.standardField {
	position: relative;
	top: 4px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Segoe UI, Verdana, sans-serif;
	font-size: 14px;
}
textarea.standardField {
	width: 300px;
	margin-bottom: 5px;
}
.standardSelect {
	position: relative;
	top: 4px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Segoe UI, Verdana, sans-serif;
	font-size: 14px;
}
.standardFieldSection {
	display: block;
	float: left;
	padding: 4px;
}
.standardFieldSection .standardLabel {
	display: inline;
	float: none;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
}
.anyField {
	/* all the style, no positioning */
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Segoe UI, Verdana, sans-serif;
	font-size: 14px;
}
.simpleContainer {
	text-align: center;
}
.simpleValues {
	text-align: left;
	margin: auto;
	width: 600px;
}
.simpleValues th {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #309;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
td.simpleField {
	width: 150px;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
td.simpleValue {
	border-top: 1px dotted #ccc;
}
.simpleValues td {
	padding: 8px;
	font-size: 12px;
}
.simpleDivider {
	height: 15px;
	background-color: #ddd;
}
.even {
	background-color: #eee;
}
a.formInfo {
	position: relative;
	top: 4px;
	padding-left: 5px;
	font-size:12px;
}
a.formLink {
	position: relative;
	top: 5px;
}
.standardButton {
	border: 1px solid #999;
	background: url("../images/white-button-25px.gif");
	height: 25px;
	padding: 0px 5px;
}
table.checkboxForm th {
	padding: 3px;
	background-color: #999;
	color: white;
}
table.checkboxForm td {
	padding: 3px;
}
tr.row1 {
	background-color: #eee;
}
tr.row0 {
	background-color: #f5f5f5;
}
tr.buttonRow td {
	border-top: 1px solid #999;
}

.successBox {
	width: 600px;
	color: #009900;
	background-color: #efe;
	border: 3px solid #f5fff5;
	padding: 5px;
	margin: 10px auto;
	font-size: 14px;
}

.new-pagination {
	width:940px;
	margin:0px auto;
	padding:10px;
	}
	
.status-pagination {
	padding:10px;
	color:#3f3f3f;
	font-size:15px;
	}
	
.status-pagination span{
	color:#cd0303;
	font-size:15px;
	font-weight:bold;
	}
	
.upload-new-pagination {
	margin-left:20px;
	padding:10px 20px;
	color:#3f3f3f;
	font-size:15px;
	border:1px solid #e5e5e5;
	}
	
.upload-new-pagination:hover{
	margin-left:20px;
	padding:10px 20px;
	color:#3f3f3f;
	font-size:15px;
	background:#e5e5e5;
	border:1px solid #e5e5e5;
	}
	
.upload-new-pagination span{
	display:block;
	margin-left:10px;
	}
	
.pagination-list .pagination-list-preNext{
	margin-left:10px;
	padding:10px;
	color:#3f3f3f;
	font-size:15px;
	border:1px solid #e5e5e5;
	float:left;
	}
	
.pagination-list li{
	margin-left:5px;
	padding:10px;
	color:#3f3f3f;
	font-size:15px;
	float:left;
	}

.req-removal {
	display:block;
	position:absolute;
	top:65px;
	width:145px;
	right:20px;
	padding:10px 15px 5px 15px;
	color:#3f3f3f;
	font-size:15px;
	border:1px solid #e5e5e5;
	}
	
.fav-removal {
	display:block;
	position:absolute;
	top:65px;
	width:174px;
	right:20px;
	padding:10px 15px 5px 15px;
	color:#3f3f3f;
	font-size:15px;
	border:1px solid #e5e5e5;
	}
	
.req-removal img{
	margin-right:10px;
	}
	
.fav-removal img{
	margin-right:10px;
	}
	
.req-removal:hover{
	color:#3f3f3f;
	font-size:15px;
	background:#e5e5e5;
	border:1px solid #e5e5e5;
	}
	
.fav-removal:hover{
	color:#3f3f3f;
	font-size:15px;
	background:#e5e5e5;
	border:1px solid #e5e5e5;
	}
	
.req-removal span{
	display:block;
	margin-left:10px;
	margin-top:-5px;
	}
	
.fav-removal span{
	display:block;
	margin-left:10px;
	margin-top:-5px;
	}
	
.results-message {
	background:#f6f6f6;
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	margin-top:-10px;
	margin-bottom:10px;
	position:relative;
	color:#000;
	font-size:12px;
	}
	
.results-message img{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	}
	
.top-error {
	background:#ffecf1;
	padding:15px;
	border-bottom:1px solid #ffcfdc;
	position:relative;
	color:#cb0504;
	text-shadow:0px -1px 0px #fff;
	font-size:12px;
	text-align:center;
	}
	
.top-error img{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	}
	
.top-message {
	background:#f3faf2;
	padding:15px;
	border-bottom:1px solid #c4f1b8;
	position:relative;
	color:#008000;
	text-shadow:0px -1px 0px #fff;
	font-size:12px;
	text-align:center;
	}
	
.top-message img{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	}
	
.dashboard-item {
	display:block;
	border:1px solid #e5e5e5;
	padding:20px;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
	}
	
.dashboard-item:hover{
	display:block;
	border:1px solid #e5e5e5;
	background:#e5e5e5;
	padding:20px;
	text-align:center;
	text-decoration:none;
	}

.dashboard-item span{
	display:block;
	margin-top:10px;
	font-size:17px;
	font-weight:bold;
	color:#909090;
	text-shadow:0px -1px 0px #fff;
	}

/* end main.css */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider-content{
		position:relative;
		}			

/* Easy Slider */
#slider {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top:5px;
	border:1px solid #e5e5e5;
	position:relative;
	}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:315px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:60px;
		position:absolute;
		left:-40px;
		top:140px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		width:40px;
		height:60px;
		background:url(../images/related-videos-ajax-left.png) top left no-repeat;	
		}	
		
	#prevBtn a:hover {
		background:url(../images/related-videos-ajax-left.png) bottom left no-repeat;	
		}
	#nextBtn a, #slider1next a{ 
		width:40px;
		height:60px;
		background:url(../images/related-videos-ajax-right.png) top left no-repeat;	
		}
	#nextBtn a:hover {
		background:url(../images/related-videos-ajax-right.png) bottom left no-repeat;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.recommended-item {
    float: left;
    height: 130px;
    margin: 5px 6px;
    width: 148px;
}

.recommended-item img {
    height: 111px;
    width: 148px;
}

.scrollToTop {
    width:27px; 
    height:16px;
    padding:15px 20px 20px 14px; 
    text-align:center; 
    background: #999;
    font-weight: bold;
    position:fixed;
    left:0;
    bottom:20px;
    cursor:pointer;
    z-index:3500;
    opacity:0.5;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display:none;
}

.scrollToTop a {
    display:block;
    width:30px;
    line-height:10px;
    color:#fff;
    font-size:22px;
}

.scrollToTop a span {
    font-size:28px;
    display:inline-block; *display:inline; *zoom:1;
    transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
}

.scrollToTop:hover {
    opacity:1;
}

.scrollToTop a:hover {
    text-decoration:none;
}
