#left_pane #videos
{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width:100%;
	padding-left:10px;
}

#left_pane #videos #heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
	text-align:left;
}

/*#left_pane #videos #heading .grey_line {
float:left;
display:block;
background-color:#626262;
height:4px;
margin-bottom:2px;
display:block;
width:509px
}*/
.grey_line {
   background: #626262; /* all browsers including Mac IE */
   *background: #626262; /* IE 7 and below */
   _background: #626262; /* IE 6 and below */
   padding: 2px;
   color: #626262;
}

#left_pane #videos #heading #grey_box {
   background: #626262; /* all browsers including Mac IE */
   *background: #626262; /* IE 7 and below */
   _background: #626262; /* IE 6 and below */
   padding: 2px;
   color: #626262;
}

#left_pane #videos #content{
	background-image:url(images/video_background.jpg);
	width:457px;
	height:99px;
	padding-top:4px;
	margin-top:12px;
}

