@charset "UTF-8";
/* CSS Document */

/* General layout for a page w/ video on left
and links on the right
===================================*/
#videoPageContent {
	float: left;
}

#videoPageLeftColumn {
	float: left;
	width: 45%;
}

#videoPagerightColumn {
	float: left;
	width: 50%;
	padding-left: 10px;
}


/* rounded corner box
================================== */

.boxWrapper {
	width: 270px;
	background: #fff url(../images/videoBox_middle.gif) repeat-y left top;
}
.box {
  background: #fff url(../images/videoBox_bottom.gif) no-repeat  left bottom;
}

.boxContent {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
  background: url(../images/videoBox_top.gif) no-repeat left top;
}

.boxContentRCol {
	width: 55%;
	float: right;
	display: inline;
	text-align: left;
}

.boxContent img {
	float: left;
	padding: 5px 0 0 5px;
}

a.link {
	font-size: 80%;
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.link {
	text-decoration: underline;
}
	
.videoDetails {
	font-size: 70%;
	margin-bottom: 3px;
}
