
/****************************************
 * Thumbnails
 ****************************************/
#thumbnail_container {
	background: #FFFFFF;
	width: 420px;
	padding: 0px;
	text-align: center;
}

#thumbnail_container table {
	text-align: left;
}

.thumbnail { 
	padding: 2px; 
	margin: 4px; 
	background: #fff; 
	border-right: 2px solid #999999; 
	border-bottom: 2px solid #999999; 
	}

/****************************************
 * Tool tips
 ****************************************/
.tool-tip { color: #fff; width: 250px; z-index: 13000; }

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #1e1e1e;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #1e1e1e;
}


#comment_description { padding-top: 10px; padding-bottom: 10px; }

#comment_thumb {
	background: #fff;
	padding: 1px;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
}

#comment_title {
	font-size: 1.5em;
	border-bottom: 1px solid;
	text-transform: lowercase;
}

/** **/
#comment_wrapper { width: 340px; padding: 5px; }



/****************************************
 * Header
 ****************************************/

/****************************************
 * Comments sd
 ****************************************/
#info_comments {
	position: absolute;
	right: 0;
	z-index: 99;
	font-size: 11px;
	padding: 10px;
	background: #1e1e1e;
	overflow: auto;
	width: 300px;
	margin: 0px;
	text-align: left;
	visibility: hidden;
}

#info_comments a img {
	border: 1px solid white;
}

#info_comments .block{ clear: both; }

#info_comments .heading {
	font-size: 1.6em;
	border-bottom: 1px solid;
	margin-bottom: 6px;
	padding-top: 10px;
}

#info_comments .thumb img{
	border: 1px solid;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}

#info_comments table { text-align: right; width: 90%; }
#info_comments tr { vertical-align: top; }

#leftcontent { float: left; }


#right-side a, a:visited {color:black;}

#right-side a:hover {color: #45B527;}

