﻿.cgtooltiparea
{
	margin: 8px 0px 8px 0px;
	width: 300px;
	display:none;
	position:absolute;
	
}

.cgpointer
{
	width:14px;
	height:14px;
	float:left;
	/*margin-top:10px;*/
}

.cgpointerright
{
	width:14px;
	height:14px;
	float:right;
	/*margin-top:10px;*/
}

.cgtooltiparrowleft
{
	background-image: url('img/comment-arrow-flip.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-left: 1px;
}

.cgtooltiparrowright
{
	background-image: url('img/comment-arrow-right-flip.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-left: -1px;
}

.cgtooltiptextleft
{
	float:right;
	padding-bottom: 3px;
	background-image: url('img/comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:286px;
	background-color:White;
}

.cgtooltiptextright
{
	float:left;
	padding-bottom: 3px;
	background-image: url('img/comment-shadow.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width:286px;
}

.cgtooltiptext2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
}

.cgtooltiptext3
{
	padding: 10px;
	font-size: .9em;
	overflow: hidden;
	
}

.cgtooltiptextleft .cgimage {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.cgtooltiptextright .cgimage {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

/*.cgtooltiptext3 .cggravatar img {
	height: 80px;
	width: 80px;
}*/

.cgtooltiptext3 #cgcontent {
	min-height: 50px;
	margin: 5px;
	margin-left: 30px;
	text-align:left;
}

#kutular div
{
	margin:0 0 10px 0;
}


