@charset "utf-8";


#column h2 {
	color:#0080b3;
	color:#000;
	font-size:14px;
	background-color:#fff;
	padding:2px 0;
	margin:0;
	clear:both;
	font-weight:bold;
}

#column h2.box-title {
	height:27px;
	line-height:27px;
	padding:0 11px;
	background-image:url(/images/layouts/v4/video-column-h2-bg.gif);
	background-repeat:no-repeat;
}
.column-playlist p.more-videos {
	padding:2px 0 3px 0;
	font-weight:bold;
	text-align:center;
	color:#0080b3;
	background-color:#e5f2f7;
}
.column-playlist p.more-videos a:link, .column-playlist p.more-videos a:visited {
	color:#000;
	text-decoration:none;
}
.column-playlist p.more-videos a:hover, .column-playlist p.more-videos a:focus {
	text-decoration:underline;
}

.column-playlist {
	background-color:#fff;
	float:left;
	width:250px;
	padding:9px;
	border:1px solid #ccc;
	max-height:220px;
	overflow:auto;
	margin-bottom:10px;
}

.column-playlist .more-videos {
	font-weight:bold;
	text-align:right;
}

.column-playlist .playlist-ul {
	margin:0;
}

.column-playlist .playlist-ul li {
	overflow:hidden;
	margin-bottom:5px;
	border-bottom:0px solid #f00;
}

.column-playlist .thumbnail {
	background-color:#fff;
	float:left;
	width:75px;
	margin-right:6px;
	padding:0;
}
.column-playlist .thumbnail img {
	display:block;
}

.column-playlist .thumbnail .duration {
	color:#fff;
	background-color:transparent;
	width:75px;
	height:14px;
	display:block;
	opacity:.75;
	padding:0;
	margin:-14px 0 0 0;
	vertical-align:middle;
	text-align:right;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;*/
}
.column-playlist .thumbnail .duration span {
	background-image:url(/images/layouts/v4/duration-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0 3px 0 4px;
}

.column-playlist .video-text {
	background-color:transparent;
	float:left;
	width:150px;
	min-height:43px;
	font-size:11px;
	line-height:1.2;
}

.column-playlist .playlist-ul li.now-playing {
	background-color:#ffffd0;
}

.column-playlist .video-text .abstract-title {
}
.column-playlist .video-text .abstract-description {
}
.column-playlist .video-text a:link, .column-playlist .video-text a:visited {
	font-weight:bold;
	text-decoration:none;
}

.column-playlist .video-text a:hover, .column-playlist .video-text a:focus {
	text-decoration:underline;
}


#video-search-form {
	background-color:#efefef;background-color:#f5f5f5;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}


#breadcrumbs {
	margin-left:15px;
	margin-bottom:0;
}



/*
Start:
Collections column
*/
.collections-list {
	width:270px;
	border-top:1px solid #ccc;
	margin-bottom:20px;
}

.collections-list ul a:link, .collections-list ul a:visited {
	background-image:url(../images/layouts/v4/default/categories-normal-bg.gif);
	background-position:center left;
	background-repeat:repeat-x;
	padding:4px 10px 4px 20px;
	display:block;
}

.collections-list ul a:hover, .collections-list ul a:focus {
	color:#0080b3;
	text-decoration:none;
	background-image:url(../images/layouts/v4/default/categories-hover-bg.gif);
}
/*
End:
Collections column
*/



/* Start: Videos Carousel */
/*h2.video-carousel-box-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:36px;
	background-image:url(/images/layouts/videos-carousel-title-bg.gif);
	background-repeat:no-repeat;
	margin-bottom:0;
	height:36px;
	color:#000;
	font-weight:bold;
	padding:0 10px;
}*/
h2.video-carousel-box-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	background-image:none;
	margin-bottom:3px;
	height:18px;
	color:#444;
	font-weight:bold;
	padding:0;
}

.videos-carousel-container {
	border:1px solid #ccc;

	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;


	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;

	padding:0;
	background-color:#00CC33;
	background-color:#fff;
}

.videos-carousel {
	overflow:visible;
	background-color:transparent;
	padding:0;
	width:638px;
	min-height:110px;
	height:auto;
}

.videos-carousel-window {
	width:638px;
	height:auto;
	overflow:hidden;
	background-color:transparent;
	padding:0;
	margin-bottom:0px;
}
.videos-carousel-content {
   width:10000px;
}
.videos-carousel-content .slide {
	background-color:transparent;
	float:left;
	width:638px;
	height:auto;
}
.videos-carousel-content .slide .item {
	display:block;
	/*background-color:#eaf;*/
	float:left;
	width:125px; /* 1 px is removed from the last item which has the class omega */
	height:132px;
	padding:10px 17px 0 17px;
	border:none;
	border-right:1px solid #ddd;
	margin:0;
	text-align:center;
	overflow:hidden;
}
.videos-carousel-content .slide .item .product-image {
	text-align:center;
	height:105px;
	padding:5px 0;
}
.videos-carousel-content .slide .item .video-image img {
	display:block;
	margin:0 auto;
}

.videos-carousel-content .video-image .duration {
	color:#fff;
	background-color:transparent;
	width:122px;
	height:14px;
	display:block;
	opacity:.75;
	padding:0;
	/*border-top:1px solid #f00;*/
	margin:-14px 0 0 0;
	vertical-align:middle;
	text-align:right;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.videos-carousel-content .video-image .duration span {
	background-image:url(/images/layouts/v4/duration-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0 3px 0 4px;
}


.videos-carousel-content .slide .item p.title {
	font-weight:bold;
	text-align:center;
	line-height:12px;
}

.videos-carousel-content .slide .item p.title a:link, .videos-carousel-content .slide .item p.title a:visited {
	color:#000;
	text-decoration:none;
}
.videos-carousel-content .slide .item p.title a:hover, videos-carousel-content .slide .item p.title a:focus {
	text-decoration:underline;
}
.videos-carousel-content .slide .item p.directors {
	color:#666;
	text-align:center;
	line-height:11px;
	margin-top:2px;
}
.videos-carousel-content .slide .item p.directors a:link, .videos-carousel-content .slide .item p.directors a:visited {
	color:#666;
	text-decoration:none;
}
.videos-carousel-content .slide .item p.directors a:hover, .videos-carousel-content .slide .item p.directors a:focus {
	text-decoration:underline;
}

.videos-carousel-content .slide .item p {
	margin:0;
}

.videos-carousel-content .slide .item-title {
	padding-top:5px;
	height:60px;
	/*background-color:#fea;*/
}
.videos-carousel-content .slide .item-price {
	background-color:#fff;
	font-weight:bold;
	color:#fd1010;
	text-align:center;
	line-height:12px;
	padding:0px 0;
	border:0px solid #eee;
	margin-top:3px;
}
.videos-carousel .carousel-bar {
	padding:5px 10px;
	height:18px;
	border:none;
	border-top:1px solid #ddd;
	margin-bottom:0;
	background-color:#eff5ff;

	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
}
.videos-carousel .carousel-controls {
	height:20px;
	float:right;
}
.videos-carousel .carousel-info {
	height:20px;
	float:left;
	line-height:20px;
	padding-left:1px;
}
.videos-carousel .carousel-info a:link, .videos-carousel .carousel-info a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.videos-carousel .carousel-info a:hover, .videos-carousel .carousel-info a:focus {
	color:#000;
	text-decoration:underline;
}
.videos-carousel a.carousel-jumper:link, .videos-carousel a.carousel-jumper:visited {
	color:#aaa;
	display:block;
	float:left;
	background-color:#f2f9fb;
	background-color:transparent;
	background-image:url(/images/carousel/black/jumper-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	border:0px solid #d9ecf4;
	margin-left:4px;
	vertical-align:middle;
	text-align:center;
	text-indent:-9999px;
}
.videos-carousel a.carousel-jumper:hover, .videos-carousel a.carousel-jumper:focus {
	text-decoration:none;
	background-position:left -20px;
	color:#000;
}
.videos-carousel a.current-slide:link, .videos-carousel a.current-slide:visited {
	background-position:left -20px;

	color:#444;

}
.videos-carousel a.carousel-control:link, .videos-carousel a.carousel-control:visited {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
	text-indent:-1000px;
	margin-left:4px;
}
.videos-carousel .carousel-controls a.prev:link, .videos-carousel .carousel-controls a.prev:visited {
	background-image:url(/images/carousel/black/prev.png);
}
.videos-carousel .carousel-controls a.next:link, .videos-carousel .carousel-controls a.next:visited {
	background-image:url(/images/carousel/black/next.png);
}

.videos-carousel a.carousel-control:hover, .videos-carousel a.carousel-control:focus {
	background-position:left -20px;
}

.videos-carousel .videos-carousel-content .slide .omega {
	margin-right:0;
	border:none;
	width:124px;
}
/* End: Videos Carousel */


