.tooltip { 
	z-index:9999;
    /*background:transparent url(images/fondocarrito.jpg) no-repeat scroll 0 0;*/
	background:#89d900;
    font-size:12px; min-height:80px; height:auto !important;
    height:80px; 
    padding:20px; 
    width:260px; 
    display:none; 
    color:#666; 
	border:#FFF solid 2px;
	position:absolute;
} 
 
/* tooltip title element (h3) */ 
.tooltip h3 { 
    margin-top:-6px; 
    font-size:16px; 
    color:#fff;
}


<!-- tooltip trigger styling -->
#trigger {
	/*background:transparent url(http://static.flowplayer.org/img/box/right/tools.png) no-repeat scroll 0 50%;*/
	color:#333;
	display:block;
	/*font-size:14px;
	height:125px;
	padding:18px 80px 20px 15px;*/
	text-decoration:none;
	/*width:118px !important;*/
	
	position:relative;
	/*top:100px;*/
	
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#000;
}

.filaarticulo{ height:14px; width:auto; }
.filaarticulo2{ height:14px; width:auto; border-bottom:1px solid #FFF; margin-bottom:6px; text-align:right }
#totalcarrito{ height:20px; padding-top:12px; width:auto; font-weight:bold; font-size:14px; color:#000; text-align:right}

