@charset "UTF-8";


.releasethumb {
	margin:0 0 15px 0;
}

BODY {
	padding:0;
	margin:0;
    width:  275px !important;
    
}

.distro {
	background-color:grey;
}

.parentcategory A {
	color:#2786A0;
}

.subcategory A {
	color:#666;
}

.parentcategory A:Hover {
	/*border-bottom:1px dotted #2786A0;*/
}

.subcategory A:Hover {
	/*border-bottom:1px dotted #999;*/
}

.releasetitle {
	color:#543310;
}

.info {
	margin-top:10px;
	color:#543310;
}

.releasewrapper A:Hover {
	border:1px solid #2786A0;
}

.releasewrapper {
	min-height:70px;
}

.releasewrapper {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}

.parentcategory {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb));
	background: -moz-linear-gradient(top,  #eee,  #bbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bbbbbb');
}

.parentcategory:Hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.subcategory {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.subcategory:Hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}

.nondisabled:Hover {
	background-position:center -16px;
}

.btnPageForwardWrap, .btnPageBackWrap {
	display:inline-block;
	width:10%;
	height:16px;
	position:relative;
	top:8px;
}

#btnPageBack {
	width:17px;
	height:16px;
	background-image:url(http://boom.boomvideo.tv/css/images/skin/completehome/btnBack.png);
	background-repeat:no-repeat;
}

#btnPageForward {
	width:17px;
	height:16px;
	background-image:url(http://boom.boomvideo.tv/css/images/skin/completehome/btnForward.png);
	background-repeat:no-repeat;
}

.disabled {
	background-position:0 -32px;
	cursor:default;
}

.releasepageinfo {
	display:inline;
}

.subheader {
	color:#fff;
	height:33px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
	background: -moz-linear-gradient(top,  #fff,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000');
}

.overlay {
	display:blocK;
	position:absolute;
	top:0px;
	z-index:10;
}

.metadatawrap {
	display:none;
	z-index:5;
	background-color:#fff;
}

/*fix issue IE8 start1*/
#showsharingcontrolslink {
	width:16px;
	height:16px;
	display:block;
}

.showsharingcontrolslink {
	background:url(../../../../images/btnShare_green_16x16.png) 0 0 no-repeat !important;
}

#showsharingcontrolslinkfbemb {
	width:16px;
	height:16px;
	display:block;
}

.showsharingcontrolslinkfbemb {	
    background: url(../../../../images/facebook_16x16_small.png) 0 0 no-repeat !important;
}
#showsharingcontrolslinktwf {
	width:16px;
	height:16px;
	display:block;
}
.showsharingcontrolslinktwf {
	background:url(../../../../images/twitter_16x16_small.png) 0 0 no-repeat !important;
}
#showsharingcontrolslinkemailf {
    width: 16px;
    height: 16px;
    display: block;
}
.showsharingcontrolslinkemailf {
    background: url(../../../../images/email_16x16.png) 0 0 no-repeat !important;
}
/*fix issue IE8 end1*/
#showsharingcontrolslinkfbemb2 {
	width:16px;
	height:15px;
	display:block;
}
.showsharingcontrolslinkfbemb2 {
	/*background:url(http://boom.boomvideo.tv/css/images/btnShare.png) 0 0 no-repeat;*/
	background:url(../../../../images/facebook_16x15_small.png) 0 0 no-repeat;/**24*/
}

.showsharingcontrolslink-red {
	background:url(http://boom.boomvideo.tv/images/btnShare-red.png) 0 0 no-repeat;
}
.showsharingcontrolslink-green {
	background:url(http://boom.boomvideo.tv/images/btnShare-green.png) 0 0 no-repeat;
}
.sponsor {   
    color: #fff !important;
    font: 9px Arial,Helvetica,sans-serif;
    right:7px;
    position: absolute;
    text-align: right;
    text-decoration: none;
    bottom: 41px !important;
    z-index: 70;
}


/* changes in sharing controls - added for native -- start */
.sharingcontrols.fordistro {
    top: 44px !important;
    bottom: 0px !important;
    left: 10px !important;
}
.sharingcontrolsfbemb.fordistro {
     top: 64px !important;
     bottom: 0px !important;
     left: 10px !important;
}

.sharingcontrolstwf.fordistro {
     top: 84px !important;
     bottom: 0px !important;
     left: 10px !important;
}
.sharingcontrolsemailf.fordistro {
      top: 104px !important;
      bottom: 0px !important;
      left: 10px !important;
}
/* changes in sharing controls - added for native -- end */

.sponsor:Hover {
	text-decoration:underline;
}

.calltoaction {
	display:block;
	text-decoration:none;
    color: #FFFFFF;
    font: bold 11px Arial,Helvetica,sans-serif;
    position: absolute;
    text-align: center;
    top: 185px;
    width: 100%;
    z-index: 100;
}
.featuredVideoHeader {
	position:absolute;
	top:5px;
	z-index:100;
	text-align:center;
	width:100%;
	height:20px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.annotationWrapper {
	position:absolute;
	display:none;
	text-align:center;
	width:100%;
	/*left:10px;*/
	height:auto;
}
.annotation {
	display:none;
	z-index:105;
	/*position:absolute;
	text-align:center;*/
	width:100%;
	/*left:15px;
	height:20px;*/
	font:bold 11px Arial, Helvetica, sans-serif;
}
.clickZone {
	position:absolute;
}
.poster {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}


#youtubePlayer{
	height:100%;
	width:100%;
}

#youtubePlayer-frame{
	height:100%;
	width:100%;
}



.sheathleft {
    top: 8px;
    width: 5px;
    height: 208px;
}
.sheathright {
    height: 208px;
    left: 295px;
    top: 8px;
    width: 5px;
}
.sheathtop {
    height: 4px;
    top: 0;
    width: 270px;
    left:15px;
}
.sheathtopleft {
    height: 8px;
    top: 0;
    width: 15px;
}
.sheathtopright {
    height: 8px;
    top: 0;
    left:275px;
    width: 15px;
}

.sheathbottomleft {
    height: 34px;
    top: 216px;
    width: 15px;
}
.sheathbottomright {
    height: 34px;
    top: 216px;
    left: 275px;
    width: 15px;
}

.description {
    width: 275px;
    height: 92px;
    color: #000;
    overflow: auto !important; /*allow user to scroll for more description*/
    padding-top: 0px;
  /*margin-top: 25px; - removed for native */


}
/* from style.css added for native - start */
.sharetwitterlinkicon{
     background: url("../../../../images/shareicons/twitter.png") no-repeat scroll 0 0 transparent;
     width:32px;
	 height:32px;
     top:3px;
     
}

.shareemaillinkicon {

        width:32px;
		height:32px;
		background:url("../../../../images/shareicons/email.png")  no-repeat scroll 0 0 transparent;
        top:3px;

	}

	.sharetumblrlinkicon {

        width:32px;
		height:32px;
		background:url("../../../../images/shareicons/tumblr.png") no-repeat scroll 0 0 transparent;
        top:3px;
		
	}
	
	.sharedigglinkicon {
	
        width:32px;
		height:32px;
		background:url("../../../../images/shareicons/digg.png") no-repeat scroll 0 0 transparent ;
        top:3px;
		
	}

.sharingWindow {
    height: 183px !important;
    width: 275px !important;
    top: 0px !important;
    left: 0px!important;
}

    .sharingWindow > div {
    display: inline-block;
    margin: 1px 12px !important;
    padding: 0px !important;
    width: 84px !important;
}



/* added for native - end */
/**add border  ---start*/
.container {
    /*border: 3px solid #000;*/
    width:  275px !important;   
}
.middle {
    width:  275px !important;   
}
#container {    
    width:  275px !important;
    z-index: 9000;   
}
#main
{
    width:  275px !important;   
}
/**add border  ---end*/
.sheath {
    float: left;
    width:100px;
    height: 20px;
}

.Bg .ah {
    background:url("http://boom.boomvideo.tv/css/images/google.png") no-repeat scroll 0 -463px transparent !important;
}
.ah {
     width: 16px;
     height: 26px;
}

.pw {
    width:275px !important;
    height:183px;
}

#vididplayer, .playerwrap {
    width:275px !important;
    height:183px !important;
    font-size:large;
    
	}

.sharingWindowfbemb {
    display: none; /***/
    height: 183px !important;
    width: 275px !important;
    top: 0px !important;
    left: 0px!important;
    opacity: 0.9;

}

.sharingWindowfbemb > div {
    margin: 28px 21px !important;
	width: 138px !important;
}


.sendfbemb {
    background-color: #3D00F5;
    color: #FFFFFF;
    display: inline-block;
    font: bold 11px Arial,Helvetica,sans-serif;
    margin: 11px 0 0 !important;
    padding: 5px 0 !important;
    text-align: center;
    text-decoration: none;
    width: 169% !important;
}


#embedcode-input-fb {
    background-color: white;
    border: 1px dotted silver;
    color: gray;
    display: block;
    font-size: 9.8px !important;
    margin: 0 auto;
    text-align: center;
    width: 169% !important;
}



#embedcode-label-fb {
    border: 1px none;
    color: gray;
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    margin: -4px !important;
    text-align: center;
    width: 168% !important;
    line-height: 38px;
}


.emailwindow {
  display: none;
    height: 183px !important;
    width: 275px !important;
    top: 0px !important;
    left: 0px!important;
    opacity: 0.9;
    z-index: 9000 !important;
    padding-left: 0 !important;
}


.emailwindowinner {
    color: #000000 !important;
    font: 11px Arial,Helvetica,sans-serif !important;
    left: 5px !important;
    margin: 15px;
    position: absolute;
    top: 0px !important;
    width: 80% !important;
}


.sendemail {
    background-color: #00CC00;
    color: #FFFFFF;
    display: block;
    font: bold 11px Arial,Helvetica,sans-serif;
    margin: 5px 0 0;
    padding: 2px 0 !important;
    text-align: center;
    text-decoration: none;
    width: 46px !important;
    left: 96px!important;
    position: absolute!important;
    top: 139px!important;
}

#fea, #yea, #fem {
    height: 14px!important;
}

#yem {
    height: 46px !important;
}



.details {
    margin: 3px 3px 15px !important;
    font-size: 13.4px  !important;
    font-family: Georgia, "Times New Roman", Times, serif!important;
     color:#AD1931;
    line-height: 1.6em !important;
}


@font-face
{
   

} 

#sheathbottom{
     left: 0px !important;
     width: 275px !important;
     height:92px !important ;
     background: #ffffff !important ;
     top: 183px;
    
}