@charset "utf-8";
/* CSS Document */

/* -------- clearfix ---------  */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/* -------- // clearfix ---------  */

.entire-wrapper{width:442px; margin:50px;}

/* -------- shadow gradient wrappers styles ---------  */
.grad-top{position:relative;padding-top:6px;background:transparent url(/img/video_player_images/grad-top.png) top left repeat-x;} /* background-color:#FF9900; */
.corner-top-left{position:absolute;width:6px;height:6px;top:0px;left:-6px;overflow:hidden;background:transparent url(/img/video_player_images/corner-top-left.png) bottom right no-repeat;} /* background-color:#FF0000; */
.corner-top-right{position:absolute;width:6px;height:6px;top:0px;right:-6px;overflow:hidden;background:transparent url(/img/video_player_images/corner-top-right.png) bottom left no-repeat;} /* background-color:#FFFF00; */

.grad-bottom, .grad-bottom2{position:relative;padding-bottom:6px;background:transparent url(/img/video_player_images/grad-bottom.png) bottom left repeat-x;} /* background-color:#999999; */
.grad-bottom, .grad-bottom2{height:1%;} /* Holly hack for ie6 */
.corner-bottom-left, .corner-bottom-left2{position:absolute;width:6px;height:6px;bottom:0px;left:-6px;overflow:hidden;background:transparent url(/img/video_player_images/corner-bottom-left.png) top right no-repeat;} /* background-color:#009966; */
.corner-bottom-right, .corner-bottom-right2{position:absolute;width:6px;height:6px;bottom:0px;right:-6px;overflow:hidden;background:transparent url(/img/video_player_images/corner-bottom-right.png) top left no-repeat;}  /* background-color:#0066FF; */

.grad-left{background:url(/img/video_player_images/grad-left.png) top left repeat-y;margin-left:-6px;padding-left:6px;position:relative; } /* zoom:1; background-color:#990099; */
.grad-right{background:url(/img/video_player_images/grad-right.png) top right repeat-y;margin-right:-6px;position:relative; } /* zoom:1; background-color:#FF66CC; */

/* -------- descendants styles ---------  */
.video-wrapper{background-color:#ebebeb;width:440px;}

.top-title{display:block; white-space:nowrap; margin:8px 0 0 12px;width:350px; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left;} /* width:380px; */
.minimize-button, .close-button{float:right; display:inline; position:relative; width:22px; height:22px; margin:3px 3px 3px 0;  overflow:hidden; text-decoration:none; cursor:pointer;}

.minimize-button:hover img{position:absolute; top:0px; left:-22px;}
.close-button:hover img{position:absolute; top:0px; left:-22px;}

.minimize-button:active img{position:absolute; top:0px; left:-44px;}
.close-button:active img{position:absolute; top:0px; left:-44px;}

/* for IE6 required */
/*
.minimize-button:hover{zoom:1;}
.close-button:hover{zoom:1;}
.minimize-button:active{zoom:1;}
.close-button:active{zoom:1;}
*/

.phantom{position:absolute; margin-left:4px !important; margin:0 auto; width:435px; height:285px; cursor:pointer; background: transparent; z-index:500;} /* transparent */
.phantom2{position:absolute; bottom:0; left:4px; width:29px; height:35px; cursor:pointer; background:transparent; z-index:500;}

.flash{margin:0 auto;width:435px;height:317px;background:url(video_player_images/flash.png) top left no-repeat;}

.corner-bottom-left2{display:none;}
.corner-bottom-right2{display:none;}
.grad-bottom2{padding-bottom:0;}			

