@charset "utf-8";
/** 
 * Main stylesheet for HoloTip
 * 
 * @author Misa Brezanac <brezanac@gmail.com>
*/

#holotip {
	position:absolute;
	display:none;
	width:234px; /* in case of change revise places marked with '!#1' */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt; /* I know... Points are bitchy but its the only way IE gets the point in this case. */
}

#holotipHeader {
	padding-left:12px;
	background:url(../images/holo_tip_title.png) no-repeat top left;
	font-weight:bold;
	vertical-align:middle;
	line-height:22px;
	overflow:hidden;
}

#holotipMainContent {
	margin-left:12px;
	width:218px; /* !#1 */
	border:2px solid #CCCCCC;
	background:#FFFFFF;
	overflow:hidden;
}

#holotipPlayerImage {
	float:left;
	margin:0 10px 5px 0;
	width:60px;
	height:60px;
	border:1px solid #CCCCCC;
}

#holotip .margo10 {
	padding:10px;
}

#holotip p {
	line-height:1.4em;
}
