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

/*
Theme Name: Rohan
Theme URI: http://rohanit.com/
Description: The default theme changes on ... .
Version: 0.1
Author: Kamran KAFI
Author URI: http://rohanit.com/
Tags: darkFactor, custom header, fixed width, two columns

	Rohan v0.1
	 http://rohanit.com/

*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #BAB9BE;
	background-color: #454841;
	font-size: 11px;
	color: #DBDDDA;
	padding: 2px;
	margin: 2px;
	opacity: 0.70;
	width: 200px;
	float: right;
	direction: rtl;
}
#tooltip h3, #tooltip div, #tooltip ul, #tooltip li { 
	font-size: 12px;
	margin: 2px;
}
