#page {
	position: relative;
	width: 820px;
	min-height: 600px;
	padding-top: 20px;
	text-align: left;
	background: transparent url(/fusion2/tools2/gradient_background.jpg) repeat-x;
}
.thumb {
	width: 160px;
	height: 190px;
	margin: 0px 0px 0px 9px;
	text-align: left;
	overflow: hidden;
	float: left;
	display:block;
}
.thumb a { color:#8089DD; text-decoration:none; }
.thumb a:visited { color:#8089DD; text-decoration:none; }
.thumb a:hover { color:#8089DD; text-decoration:underline }
a.myPlayer {
	display:block;
	width: 160px;
	height:120px; 
	text-align:center;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:40px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
.ttl {width: 160px; overflow: hidden;}
.memubtn {
	width: 800px;
	height: 60px;
	text-align:left;
	background: transparent url(/fusion2/tools2/powered.png) no-repeat 0 0;
}
#vnum { width: 200px;
	margin-top: 14px;
	margin-left: 300px;
	float: left;
}
.btnie {
	width: 136px;
	height: 46px;
	margin-left: 14px;
	padding-top: 12px;
	text-align: center;
	background: transparent url(/fusion2/img/button.png) no-repeat;
	float: left;
}
.btnie a {color: #1A71C0;
	text-decoration:none;}
.btnie a:hover {color: #FF00D6;}
.chkk {
	width: 160px;
	background: #C7E6F2 url(/fusion2/tools2/controls-section-header.png);
}
.divCat {
	width: 740px;
	height: auto;
	display: none;
	clear: both;
}

#catbox {
	width: 240px;
	float: left;
}
#videobox {
	width: 560px;
	min-height: 600px;
	background: #FFF url(/fusion2/tools2/provideo.jpg) no-repeat 0 20px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#player {
	position: relative;
	width: 240px;
	height: 180px;
	z-index: 999;
	border: 1px solid #f4f4f4;
	display: none;
}
#catbox ul { list-style-type: none; margin: 0; padding: 0; width: 240px; }
#catbox li {    
	/*background: transparent url(/fusion2/img/btn_silver.png) no-repeat 0 0;*/
    /*height: 32px;*/
	margin: 0 0 2px 0;
	padding: 4px 0 0 8px;
}

.btnCat {margin: 0}
#catbox a {
	color: #1A71C0;
	text-decoration:none;}
