@charset "UTF-8";

#booklist {
	width: 500px;
}

#content {
	width: 250px;
	margin-right: 5px;
}
#content {
	text-align: left;
	float: left;
}


/* Table Rules
----------------------------------------------- */
td.rank { }

#products {
	border-collapse:collapse;
	empty-cells:show;
	width:250px;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	background-color: #739CCD;
	padding: 5px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	line-height: 1.5em;
}
#products th {
	padding: 6px 0.25em;
	color: #333333;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #B6CDE4;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {
	color: #EAEAEA;
}

#products td, #products th {
	margin: 0;
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	font-size: 12px;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#products tr.infocus {
	background-color:#FFCC33;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected {
	color:#B43454;
	background-color: #FFFF99;
}
#products tbody {
	margin-top: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#productListing .product .productinfo h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}

.productinfo {
	width: 100px;
	margin-left: 250px;
}


#sidebar {
	width: 200px;
	float: left;
	text-align: left;
	float: left;
}

#sidebar ul li {
	text-align: left;
	float: none;
	display: list-item;
}
.even {
	background-color: #CCCCCC;
}
.even {
	background-color: #CCCCCC;
}

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected {
	color: #D0602F;
}

.category {
	margin-top:18px;
}

.boximage {
	background-color: white;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }

#picture img {	border: 1px solid #999; }
.inFocus {  border: solid 1px #fc0 !important; }

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
	
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearb {
	clear: both;
}


code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}
