/* video.css (C) Nautica Editrice Srl - All rights reserved */

#page_left {
	width: 340px;
	float: left;
}

#page_body {
	border-right: 2px dotted #CCCCCC;
	margin: 0 20px 0 10px;
	padding: 0 10px 0 0;
	width: 468px;
	float: left;
}

#page_right {
	float: left;
}

.videoList {background-color: #FFFFFF;}
.videoList a:link {text-decoration: none; color: #3366CC;}
.videoList a:visited {text-decoration: none; color: #3366CC;}
.videoList a:hover {text-decoration: none; color: #3366CC;}
.videoList a:active {text-decoration: none; color: #3366CC;}

.vlistNormal {
background-color: #FFFFFF;
width: 120px;
height: 120px;
padding: 8px 8px 2px 8px;
margin-bottom: 6px;
}

.vlistHover {
background-color: #999999;
width: 120px;
height: 120px;
padding: 8px 8px 2px 8px;
margin-bottom: 6px;
}

.vlistSelected {
background-color: #CCCCCC;
width: 120px;
height: 120px;
padding: 8px 8px 2px 8px;
margin-bottom: 6px;
}


