/* css for  the video's page*/

/*overide colorbox style*/
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}





.cboxIframe {
	background: #000;
	margin: 0 auto;
width: 652px;
height: 400px;
}
/*overide colorbox style*/
/*----------header--------------------------*/
#cboxOverlay {

position:fixed;
top:0;
}

#colorbox {
position:absolute;
top:0!important;
}
#cboxContent {
    background: none;
    overflow: visible;
   float:none!important;
    width: 100%;
    height:100%;
}
#cboxLoadedContent {
  overflow: visible!important;

}

/*-----------video-------------------------------*/
#video-wrap {
	border: 1px solid #3e3d3f;
	border-bottom: none;
	margin-top: 35px;
}

#video-innerwrap {
	border: 1px solid #020303;
	border-bottom: none;
}

/*-------------content---------------*/
#video-mainwrap {
	background: #222222;
	border: 1px solid #606060;
	background: #262626;
	background:
		url(

    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEUlEQVQImWNQU1ObCcMMODkAsSEJZBSLqtUAAAAASUVORK5CYII=

    ) repeat;
	margin-top: 33px;
	display: block;
	overflow: hidden;
	clear: both;
	width: 767px;
	padding-top: 30px;
}

.thevideos {
	margin-top: 20px;
}

#videos {
	margin: 0 auto;
	border: 0 none;
	list-style-type: none;
	padding: 0;
	height: 14px;
}

#videos>tr {
	list-style-type: none;
	margin: 0;
	border: 1px solid #7e7e7e;
}

td {
	width: 340px;
	height: 190px;
	border: 1px solid #606060;
}
td.nostyle{
	width: 100%;
	height: auto;
	border: medium none;
}

#video-mainwrap a img {
	border: none;
}

.title-wrap {
	
}

#video-title {
	width: 700px;
	margin: 0 auto;
}

#video-title tbody {
	margin: 0 auto;
}

#video-title tr {
	display: table-row;
	margin: 0 auto;
}

#vidtitle {
	height: 50px;
}

.movie_title {
	border: medium none;
	height: auto;
	text-align: center;
	vertical-align: text-top;
	width: 344px;
	color: #FFFFFF;
	font-family: 'carmela', sans-serif;
	font-size: 16px;
}
/*link to video*/
.playit {
	display: block;
	margin: 0 auto;
	width: 62px;
	height: 62px;
	opacity: 0;
}
.video_wrap {
  position: relative;
}
.video:hover .play_icon {
  background: url("../images/play.png") no-repeat scroll center center transparent;
  display: block;
  height: 190px;
  position: absolute;
  top: 0;
  width: 340px;
  z-index: 9999;
	cursor: pointer;
}
/*on hover show link image*/
#vida:hover a {
	opacity: 1;
}

#vidb:hover a {
	opacity: 1;
}

#single-line {
	background: #636363;
	height: 1px;
	display: block !important;
	width: 705px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 20px;
}

.title-wrap td {
	background: none;
	height: 50px;
	font-size: 16px;
	border: none;
	vertical-align: middle;
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 18px 0;
}

#loadit {
	height: 46px;
	display: block;
	clear: both;
	margin-top: 44px;
}

#loadit button {
	background: none;
	color: #7e7e7e;
	border: 1px solid #7e7e7e;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	display: block;
	margin: 0 auto;
	width: 96px;
}

#loadit button:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity = 50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

td img {
	display: block;
	margin: 0 auto;
}

#video-title td {
	background: none;
}
.memo {
    width: 197px;
    border-right: 1px solid #363737;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    height:112px!important;
}
.day , .hour, .memo ,#notbord{
    border:none!important;
}
/*--------------footer--------------*/