/* CSS Document */
.ktfc-top
{
	background:#333;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.ktfc-top :link
{
	color:#800
}

.ktfc-left-wrapper
{
	width:190px;
	min-height:300px;
	clear:both;
	float:left;
	padding:10px;
	align:center;
	text-align:center;
}

.ktfc-nav-bar
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	height:30px;
	background:url(/images/nav-back.jpg) repeat-x;
	padding:0px;
	margin:0px;
}

.ktfc-nav-bar-item
{
	float:left;
	margin-top:7px;
}

.ktfc-nav-bar-sep
{
	float:left;
	margin:0px;
	padding:0px;
}

.ktfc-nav-bar .link
{
	text-decoration:none;
	color:#ffffff
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
