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

/*=== Categories ===*/
table.cat {
	width:100%;
	margin-bottom:10px;
}
table.cat td {
	width:20%;
	text-align:center;
}
table.cat h2 {
}
table.cat a {
	display:block;
	margin:0 auto;
}
table.cat a img {
	width:160px;
	height:120px;
}
table.cat p {
	width:160px;
	margin:6px auto 0;
	font-size:16px;
}
div#soon {
	color:#888;
	padding:50px;
	font-size:20px;
	background-color:#f6f6f6;
	border:1px solid #ddd;
	font-weight:bold;
}
/*=== Books ===*/
div#books {
	width:120px;
}
div#books h2 {
	font-size:1em;
	margin:0 0 15px;
}
div#books p {
	font-size:0.9em;
	text-align:center;
	margin:0.5em 0 1.5em;
}
div#books a img {
	border:1px solid #888;
}
div#books a:hover img {
	margin:-1px;
}
/*=== Video Lightbox ===*/
div#overlay {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-color:#000;
	z-index:90;
}
div#videobox {
	margin:auto;
	background-color:white;
	width:580px;
	height:420px;
	border:5px solid #333;
	position:absolute;
	z-index:100;
	display:none;
	background-image:url(/images/lightbox/videobox-bg.png);
	background-repeat:no-repeat;
}
div#top, div#screen, div#bottom {
	position:absolute;
	left:12px;
	width:560px;
}
div#top {
	top:8px;
}
div#screen {
	top:33px;
}
div#bottom {
	top:380px;
}
div#close {
	position:absolute;
	top:0;
	right:0;
}
div#title {
	position:absolute;
	top:-3px;
	left:0;
	font-size:17px;
}
div#title img {
	position:relative;
	top:3px;
}
div#bottom {
	background-color:#06C;
	color:white;
	height:27px;
	line-height:27px;
	font-size:16px;
	text-align:center;
	background-image:url(/images/lightbox/tbooks-bg.png);
	background-repeat:no-repeat;
}
div#bottom a, div#bottom a:link {
	color:#0ff;
	font-weight:bold;
}
div#bottom a:visited {
	color:#0ff;
}
div#bottom a:hover {
	color:#ff0;
}
div#videoScreen, div#tbooksScreen, div#overlayScreen {
	position:absolute;
	top:0;
	left:0;
	width:560px;
	height:335px;
}
div#tbooksScreen {
	background-color:white;
	background-image:url(/images/lightbox/screen-empty.png);
	background-repeat:no-repeat;
}
div#tbooksScreen p {
	padding:20px 5px;
	text-align:center;
}
img#play {
	position:absolute;
	left:238px;
	top:116px;
	display:none;
}
div#watermark {
	position:absolute;
	right:5px;
	top:285px;
}

