/*---------- TOOL TIP -------*/
span.helppromo a {
	background: #57A2EB;
	padding: 2px 4px;
	margin: 3px 0 0 0;
	color: #fff;
	font-weight: bold;
	margin: 0; 
	text-decoration: none;  
	z-index: 100; 
	cursor: help; 
	text-align: center;
	position: relative;
	}


 span.helppromo a:hover {
 	text-decoration: none; 
	border-color: #f00;
	color: #fff;
}
span.helppromo a span {
	display: none;
}
span.helppromo a:hover span {
	display: block;
	left: 15px;
	top: 20px;
	position: absolute;  
	width: 180px; 
   padding:  5px; 
	color: black; 
	background: white;
	border: 1px solid Black;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
	filter:alpha(opacity=95);
	Z-index: 100;
	
}
html>body span.helppromo a:hover span {
	-moz-opacity:0.85;
}

table.t_recom {
	clear: both;
	font-size: .9em;
}

.rl_navig  a.rightback, .rl_navig  a.leftback  {
	text-align: right;
	float: right;
	font-weight: bold;
	font-size: .9em;
	padding: 0; margin: 0;
	}
	.rl_navig  a.leftback  {
	float: left;
	}


.basket_helper_q {
	float: left;
	margin: 5px 0px 5px 5px;
}

