#easyTooltip{
	padding:5px 10px;
	border: 2px solid white;
	background:#195fa4 url(../../images/top/new_bl.jpg) repeat-x;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	z-index:102;
}
	
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

.target_tooltip_pp a, .target_tooltip_pp a:hover, .target_tooltip_pp a:link, .target_tooltip_pp a:visited,  .target_tooltip_pp a:active{
	font-size:10px;
	color:#fff;
	text-decoration: none;
}

.tooltip a{
	color:#fff;
	font-weight: bold;
}

.tooltip div a:hover{
	color:red;
	font-weight: bold;
}

:focus {
  -moz-outline-style:none;
}

.tooltip {
	display:none;
	background:transparent url(/images/designe/black_arrow_thin.png) no-repeat;
	font-size:10px;
	width: 175px;
	height:135px;
	padding:0px;
	margin:0px;
	color:#fff;	
	cursor:pointer;
}

.tmc_record{
	border-bottom: 1px dashed #666;
}

* html .tooltip {
	background-image:transparent url(/images/designe/black_arrow_thin.png) no-repeat;
}

.tooltip div#txt_tooltip{
	padding: 12px 10px 5px 12px; 
}

#name_tooltip, #cena_tooltip{
 color: #ffd700;
 font-weight: bold;
}

#cena_tooltip{
	font-size: 11px;
	float:right;
	padding-right: 5px;
}

/* style the trigger elements */
#dyna{
	border:1px;
	cursor:pointer;
	margin:0 8px;
}

#cart_tooltip{
	padding-top:5px; margin-top:0px;
}

* html #cart_tooltip{
	padding-top:0px;
}
