#daily-video {
  position: absolute;
  width: 260px;
  height: 435px;
  overflow: hidden;
  z-index: 10001;
}
#daily-video .inner {
  padding: 35px 20px 0 20px;
  background: url(/images/daily-video-slider.png) no-repeat 0 15px;
  height: 400px;
  position: absolute;
  width: 175px;
  top: 0;
}
#daily-video .tab {
  position: absolute;
  top: 25px;
  right: -43px; /* -64 */
  cursor:pointer;
}
#daily-video .close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 17px;
  cursor:pointer;
}
#daily-video .video-container {
  margin: 10px 0 !important;
}
#daily-video-overlay {
	position: fixed;
	z-index:10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:#000;
	display: none;
}
		#ocp_panel_wrapper {
		  margin-left: auto;
		  margin-right: auto;
		  height: 425px;
		  width: 250px;
		}
		#ocp_regimen-header {
		    margin: 0 0 15px 0;
		}
		#ocp_regimen-header p {
		    font-size: 10px;
		  font-family: Arial;
		  color: #999;
		  
		}
		#ocp_regimen-header .darker {
		    color: #555;
		}
		#ocp_regimen-header alt {
		    color: #80b0e8; 
		}
		#ocp_regimen-header a {
				color: #4D82BF;
				text-decoration: none;
		}
		#ocp_goto_regimen_arrow {
				overflow: hidden;
				text-indent: -1000em;
				position: absolute; /*for ie6*/
			  margin-left: auto;
			  margin-right: auto;
				width: 149px;
				height: 58px;
				background: url(/images/ocp_learn_more_mouseup75);
				background-image: url(/images/ocp_orange_arrows_learnmore.png);
		}
		#ocp_goto_regimen_arrow:hover {
		    background-position: 0 -64px;
		}
		#ocp_regimen-described {
				border-left: 1px solid #b8d6f5;
				padding: 0 0 0 10px;
				/*padding-left: 110px;*/
		    margin: 0px 0 0 10px;
				width: 240px;
				height: auto;
				float: none;
		}
		ul.ocp_regimen-start {
				text-align: left;
				width: 200px;
				list-style: none;
				margin: 10px 0 0 10px;
				padding: 0;
				behavior: url("/js/htc/last-child.htc");
		}
		ul.ocp_regimen-start li {
		    margin: 0 0 10px 0;
		    padding: 0;
		    font-size: 12px;
		    font-weight: bold;
		    color: #4D82BF;
		}
		ul.ocp_regimen-start li:last-child {
		    margin: 0;
		}
		ul.ocp_regimen-start div.indent {
		    position: relative;
		    font-size: 12px;
		    padding: 0 0 0 60px;
		    color: #999;
		}
		ul.ocp_regimen-start div.indent em {
		    width: 96px;
		    float: left;
		    margin-left: -100px;
		    text-align: right;
		}
		ul.ocp_regimen-start span.alt {
		    color: #80b0e8;
		}
		ocp_panel_med_shield {
		    float: right;
		}
		ocp_panel_footer {
		    text-align: left;
		    width: 200px;
		    list-style: none;
		    margin: 0 0 0 10px;
		    padding: 0;
		}
		ul.ocp_press {
				text-align: left;
				width: 200px;
				margin: 70px 0 0 30px;
				padding: 0;
				behavior: url("/js/htc/last-child.htc");
		}
		ul.ocp_press div.indent em {
		    width: 96px;
		    float: left;
		    margin-left: -100px;
		    text-align: right;
		}
    #ocp_get-clear {
      display: none;
      float: left;
      margin-left: -110px;
    }
    #ocp_arrow_container {
	margin-left: 35px;
    }
		


* html #daily-video-overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
