body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #C1E3FF url(bgB.jpg) repeat-x top left;
	padding: 0;
	margin: 0;
	margin-top: 3em;
	  width:100%;
  height:100%;
}

img {
	border: none;
}
div#content {
	width:1000px;
	margin: 0 auto;
	}

div#content2 {
	width:1000px;
	margin-left:auto;
	margin-right:auto
	}

.nav {height:250px;}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	z-index:1000;
}

.dock-container img{
width: 69px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: ;
	padding-left: 20px;
}

.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.close {
    background:url(../media/close.png) no-repeat;
    position:absolute;
    top:2px;
    right:5px;
    display:block;
    width:35px;
    height:35px;
    cursor:pointer;
}
#cw_vid {background: #000 url("videopics/imcold.jpg") 0 0 no-repeat; background-size: 100%}

#cw_vid .is-poster {
	background: #000 url("videopics/imcold.jpg") 0 0 no-repeat;
	background-size: 100%;
}
.player {
    height:450px;
    display:block;
}
@font-face {
	font-family: sneakerhead;
	src: url('sneakerhead-btn.ttf');
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.custom-video-controls {
  z-index: 2147483647;
}
#container {
  margin-left: auto;
  margin-right: auto;
  width: 728px;
}

#videoplayer {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;
  max-width: 100%;
  height: 405px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#content-wrapper {
  position:relative;
  top: 0px;
  left: 0px
}

#playpause, #replay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bolder;
  font-size: 40px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#replay {
  display: none;
}

#playpause:hover, #replay:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#fullscreen {
  position: absolute;
  bottom: 20px;
  left: 140px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bolder;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#fullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#content {
  overflow: hidden;
}

#content, #adcontainer {
  position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;  max-width: 100%;
  height: 405px;
}

#playlistDiv {
  height: 122px;
  width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  visibility: hidden;
}

.playlistItem {
  height: 122px;
  width: 102px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.playlistImg {
  border: 1px solid;
}

#console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  max-width: 100%;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

#companionDiv, #customClick {
   width: 728px;
   height: 90px;
   margin-top: 20px;
}

#customClick {
  background-color: #807F80;
  display: none;
  text-align: center;
}

#customClickTextWrapper {
  display: table-cell;
  vertical-align: middle;
}

