body {
background-color:#ECECEC;
color:#000000;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:12px;
margin-left:0;
margin-right:0;
margin-top:0;
}
a:link {
color:#1B6FBF;
text-decoration:none;
}
a:visited {
color:#1B6FBF;
cursor:pointer;
text-decoration:none;
}
a:hover, a:active {
color:#373737;
cursor:pointer;
text-decoration:none;
}
img {
border:0 none;
}
#smallentry {
font-family:Arial;
font-size:0.9em;
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;
}

#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:#480306; color:#FFFFFF;
font-size:90%;
height:40px;
margin-top:-4px;
padding:5px;
}
#controls a{
	color:#FFFFFF;
}
.loading {
	height:100px;
	background: url('../images/loading_transparent.gif') 50% 50% no-repeat;
}
