/*img.ktalk_preview_image {
	width: 100%;
}*/

div.hover_preview {
	z-index: 100;
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d0d0d0;
	width: 310px;
	padding: 1em;
	font-size: 75%;
}

div.hover_preview {
	width: 285px;
  min-height: 600px;
	left: 5px;
	top: 5px;
	border: 2px solid #000;
	border-radius: 10px;
}

div.fixed_hover_preview {
	position: fixed;
	top: 10px;
}

/*img.ktalk_preview_image {
	width: 100%;
}*/

div.hover_preview h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}

div.hover_preview p {
	margin-top: 12px;
	margin-bottom: 16px;
	text-indent: 0px;
	font-size: 100%;
}

.hover_preview th, .hover_preview td {
	line-height: 1.25em;
	padding: 0;
}

.hover_preview th {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 0.75em;
	width: 40%;
}

.hover_preview td {
	font-weight: bold;
}


.hover_preview h5 {
	font-size: 100%;
	color: #c9742c;
	font-weight: bold;
}

.hover_preview .tight {
	margin: 0 0 0.25em 0;
	padding: 0;
}

div.hover_preview p.preview {
	text-align: center;
}


/********************************
hoverable
********************************/

table.hoverable {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.hoverable tr {
	cursor: pointer;
}

table.hoverable tr td {
	border: none;
	padding: 0;
	white-space: nowrap;
}

table.hoverable tr td:first-child {
	white-space: normal;	
}

table.hoverable td div, #hoverable_left_nib {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 3px 4px 4px 4px;
}

table.hoverable tr.tooltip_trigger:hover td div {
	background-color: #fff;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#hoverable_left_nib {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	border-left:2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;

	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;

	position: absolute;
	left: 0px;
	width: 6px;
	padding-left: 3px;
	background-color: #fff;
}

#hoverable_right_connector {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	border-top: 2px solid black;
	border-bottom: 2px solid black;

	position: absolute;
	left: 705px;
	width: 31px;
	background-color: #fff;
/*	background-color: red;*/
	z-index: 200;
}


/*
small grid
690 - 8 gutter = 682 / 5 across = 136.4 px

large grid
690 - 6 gutter = 684 / 4 across = 171 px?
*/

#thumb_grid a, #thumb_grid img {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	padding-left: 2px;
	padding-bottom: 2px;
}

#thumb_grid a {
/*	background-color: #ccc;*/
	background-color: #3B3B3B
}
#thumb_grid img {
	padding: 0;
	margin: 0;
}

/* 5-wide grid */
#thumb_grid.small_grid a, #thumb_grid.small_grid img {
	width: 136px;
	height: 104px;
}

/* 4-wide grid */
#thumb_grid.large_grid a, #thumb_grid.large_grid img {
	width: 170px;
	height: 131px;
}

/* 3-wide grid */
#thumb_grid.extra_large_grid a, #thumb_grid.extra_large_grid img {
	width: 228px;
	height: 174px;
}
