/*******************
 * COLUMNS
 *******************/
.contentColumnWrapperList {
	margin: 0 20px;
}

.contentColumnWrapper {
	width: 600px;
}

.contentColumnWrapper .contentColumn {
	margin-left: 0;
}


/* addition 2012-06-28 */
.contentColumn.wide {
	float: right;
	width: 788px;
	padding: 13px 21px 0 21px;
}
.contentColumn.trans {
	padding: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
	width: 830px !important;
	margin-right: 20px;
}

.ontop {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
	width: 578px;
	height: 100%;
	padding: 13px 21px 12px 21px;
	z-index: 30;
}

.contentColumn.lefttrans .ontop {
	width: 578px;
	padding: 21px !important;
	height: 100%;
}
.contentColumn.lefttrans .ontop object {
	margin: 20px auto 10px auto;
	display: block;
}


.pageMenu ul li a {
	margin-top: 0;
}

.pageMenu p {
    margin: 0 0 20px 0;
    height: 26px;
}

.topVideoDate {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 20px;
}


.toolBox {
	margin: 65px 0 0 21px;
}

.shareBox {
	float: left;
	clear: left;
}

.shareBox iframe {
	height: 21px !important;
}

.toolBox select {
	float: left;
}

.topBar {
    background: none repeat scroll 0 0 #C8BFA1;
    
    color: #fff;
    font-family: "helveticaRounded", Arial !important;
    font-weight: normal !important;
    font-size: 13px !important;

    height: 30px;
    line-height: 35px;
    padding: 0 0 2px 10px;
    text-transform: uppercase;
    margin: 0 21px;

}




/**************
 * LIST OF CATEGORIES
 *************/
#videoCats {
	width: 200px !important;
	float: left;
	margin: 21px 0 0 0;
}
#videoCats ul {
	margin-left: 0;
	padding-left: 0;
}
#videoCats ul li {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 21px 21px 0;
}
#videoCats ul li a {
	display: block;
	background: #5aa69d;
	text-align: center;
	color: #fff;
	width: 152px;
	height: 26px;
	padding-top: 8px;
	text-transform: uppercase;
	font-size: 13px;
}
#videoCats ul li, #videoCats ul li a  {
	text-align: left;
	padding-left: 13px;
}
#videoCats ul li.special a {
	background: transparent;
	color: #DC5943;
}

/*************
 * MAIN COLUMN CATEGORIES
 *************/
#categories, #groups {
	display: block;	
	width: 760px;
	height: 150px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#categories li, #groups li  {
	float: left;
	margin: 1px 3px 2px 3px;
	padding: 0;
	width: 100px;
	border: 1px solid #fff;
	text-align: center;
}
#numFound {
	font-size: 11px;
	position: absolute;
	top: 15px;
	left: 15px
}
/*************
 * MAIN COLUMN NEWS
 *************/
.videoItem {
	/*padding: 5px;*/
	overflow: hidden;
	margin-bottom: 5px;
}

.videoList .videoItem {
	border-bottom: 1px dashed #ccc;
	padding: 5px 10px;
	padding-right:30px;
}

.videoList .videoItem .videoImage {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 15px 26px 0 0;
	min-height: 110px;
	max-height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
}

.videoItem a {
	color: #545454;
}



.videoList {
    height: 100%;
    padding-bottom: 21px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    padding-top: 8px !important;
    width: 818px;
}

.related {
	width: 270px;
	vertical-align: top;
	padding-right: 4px;	
}


#latestVideo {
	position: relative;
	padding-top: 21px;
}

.latestVideo {
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	width: 578px;
}

.videoItem small {
	font-size: 10px;
	float: right;
}

.videoItem {
	border-bottom: 1px dashed #ccc;
	padding: 20px 10px;
}

.videoItem a {
	color: #545454;
}
.videoItem a:hover {
	color: #DC5943;
}


.videoImage {
	float: left;
	width: 120px;
	overflow: hidden;
	margin: 0 50px 0 0;
	min-height: 110px;
	max-height: 110px;
	margin: auto;
}

.videoImage img {
	padding: .2em;
	max-height: 110px;
	margin: auto;
}

.videoListItem .date {
    font-size: 11px;
    float: right;
}

#latestVideo .shareBox { border-top: 1px dashed #C4BEA1; margin: 10px 0 20px 0; padding: 5px 0 0 0; width: 100%;}

.topVideosDate {
	position: absolute;
	right: 0px;
	top: -5px;
	font-size: 10px;
	z-index: 1000;
}

.topVideoTitle .date {font-size: 11px; float: right;}

.videoText{
	width: 578px;
}

.arrowRightReadMore {
    background: url("../images/icons/arrow-right.png") no-repeat scroll 0 5px transparent !important;
    display: block !important;
    /*float: right;*/
    padding-left: 14px !important;
	font-size: 11px;
}
/**************
 * POPULAR VIDEOS, RIGHT SIDEBAR
 **************/
#rightVideosList ul li.videosItem {
	padding: 8px auto 12px auto;
	clear: both;
}
.videosItem {
	padding: 0 10px;
	padding-bottom: 20px;
}
.rightVideosText {
    float: left;
	bottom: 0;
    cursor: pointer;
    
    font-family: Arial,Helvetica,sans-serif;
    width: 126px;
}
.rightVideosText.wide {
	width: 200px;
}
.rightVideosImg {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 5px;
}
#rightVideosList .date {
	font-size: 10px;
}


.videoImageRight {
    float: right;
    height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 60px;

}


h1 {
	text-transform: none !important;
}



.pagingBottom {
	font-size: 13px;
	width: 100%;
	min-width: 400px;
	text-align: center;
	margin: 8px auto 0 auto;
	padding-bottom: 21px;
	display: inline-block;
}
.pagingTop a, .pagingBottom a {
	line-height: 18px;
}
.pagingBottom a {
	font-size: 13px;
	font-weight: bold;
}
.pagingTop a {
	cursor: pointer;
}
.pagingBottom a {}
/*************** ADDED 20130624 ************************/
/* default button */
/* links */
.pagingBottom a.pageNext,
.pagingBottom a.pagePrev {
	display: inline-block;
	color: #545454;
	background-repeat: no-repeat;
	font-weight: normal;
}
/* prev link */
.pagingBottom a.pagePrev {
	padding-right: 20px;
	background-image: url(../images/heartInActiveRight.png);
	background-position: 100% 2px;
	padding-left: 5px;
}
/* next link */
.pagingBottom a.pageNext {
	padding-left: 20px;
	background-image: url(../images/heartInActive.png);
	background-position: 0% 2px;	
	padding-right: 5px;
}
/* links hover */
.pagingBottom a.pagePrev:hover {
	color: #dc5943 !important;
	background-image: url(../images/heartInActiveRight2.png);
}
.pagingBottom a.pageNext:hover {
	color: #dc5943 !important;
	background-image: url(../images/heartInActive2.png);
}
/* active links */
.pagingBottom a.pagePrev.active,
.pagingBottom a.pageNext.active {
	display: inline-block;
	color: #aaa !important;
	cursor: default;
}
/* active prev link */
.pagingBottom a.pageNext.active {
	padding-left: 20px;
	background-position: 2px 2px;	
	background-image: url(../images/heartActive.png) !important;
}
/* active next link */
.pagingBottom a.pagePrev.active {
	padding-right: 20px;
	background-position: 100% 2px ;
	background-image: url(../images/heartActiveRight.png) !important;
}
