/* Bubble - Basics */

div.bubble { 
	position:absolute;
	top:-99999px;
	left:-99999px;
	border:0px;
	display:none;
	z-index:9999; 
}

div.bubble div.bubbletop { 
	width:636px;
	height:19px;
	font-size:0px;
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleTCS.png) no-repeat right; 
}

div.bubble div.bubblebody { 
	width:636px; 
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleCCS.png) repeat-y right; 
}

div.bubble div.bubblebody div.contentBubble { 
	margin:0px;
	padding:0px;
}

div.bubble div.bubblebot { 
	width:636px;
	height:25px;
	font-size:0px;
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleBCS.png) no-repeat right; 
}

div.bubble .showleft { background-position:left!important; } 

/* Bubble - Tip to ... */ 
div.bubble div.tiptoleftup { padding-left:38px;padding-right:10px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleATLCS.png) no-repeat top left;z-index:99999;}
div.bubble div.tiptorightup { padding-left:0/*10px*/;/*padding*/margin-right:/*40*/3px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleATRCS.png) no-repeat top right;z-index:99999; }
div.bubble div.tiptoleftdown { padding-left:40px;padding-right:10px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleABLCS.png) no-repeat bottom left;z-index:99999; }
div.bubble div.tiptorightdown { padding-left:/*10*/0px;/*padding*/margin-right:/*40*/4px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleABRCS.png) no-repeat bottom right;z-index:99999;}

/* IE6 */

* html div.bubble div.bubbletop { 
	width:636px;
	height:19px;
	font-size:0px;
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleTCS_6.gif) no-repeat right; 
}

* html div.bubble div.bubblebody { 
	width:636px; 
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleCCS_6.gif) repeat-y right; 
}

* html div.bubble div.bubblebot { 
	width:636px;
	height:25px;
	font-size:0px;
	background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleBCS_6.gif) no-repeat right; 
}

* html div.bubble div.tiptoleftup { padding-left:38px;padding-right:10px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleATLCS_6.gif) no-repeat top left;z-index:99999;}
* html div.bubble div.tiptorightup { padding-left:0/*10px*/;/*padding*/margin-right:/*40*/3px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleATRCS_6.gif) no-repeat top right;z-index:99999; }
* html div.bubble div.tiptoleftdown { padding-left:40px;padding-right:10px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleABLCS_6.gif) no-repeat bottom left;z-index:99999; }
* html div.bubble div.tiptorightdown { padding-left:/*10*/0px;/*padding*/margin-right:/*40*/4px;background:url(/fileadmin/templates/sedo/gfx/bubbles/bubbleABRCS_6.gif) no-repeat bottom right;z-index:99999;}
