#smallentry {
font-family:verdana,Arial;
font-size:0.7em;
font-weight:bold;
margin-bottom:2px;
padding:6px 6px;
width:160px;
color:#480306;
}
#smallentry:hover {
background-color:#F3F3F3;
color:#173E66;
}

.productBar {
	background-color:#F2DEA9;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:2px;
	text-align:left;
}
.productBar .heading {
	margin-left:5px; font-weight:bold;
}

#videos ul{
	list-style-type:none;
	margin:0; padding:0;
	border:0px solid red; 
}
#videos ul li{
	margin:3px 0px 10px 10px;
	width:175px;float:left;
	border:1px solid #F2DEA9;
}
#videos ul li:hover {
	border:1px solid #333;
}
#controls {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background-color:#790303; color:#fff;
font-size:90%;
height:40px;
margin-top:-4px;
padding:5px;
font-size:11px;
}


