#products {
	margin:6px 0px 0px 0px;	
	cursor:default;	    
	width:300px;
}
#products a.firstTab_sn{ 
	float:left;
	font-family:Calibri;
	font-size:14px;
	display:block;
	padding:9px 0px;	
	text-decoration:none;		 
	text-align:center;	
	color:White;	
	border:0px solid red;		
	background-image:url("./_Imagini/tab_first2.png");
	background-repeat:no-repeat;	
	margin-right:0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;	
	top:-2px;	
	left:5px;
	width:120px;
	height:12px;		
	z-index:103;		
}
#products a.secondTab_sn{ 
	float:left;
	font-family:Calibri;
	font-size:14px;
	display:block;
	padding:9px 0px;	
	text-decoration:none;
	text-align:center;	
	color:White;
	border:0px solid #666;	
	border-bottom:0px;
	background-image:url("./_Imagini/tab_second2.png");
	background-repeat:no-repeat;	
	margin-right:0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	margin-left:-18px;
	top:-2px;	
	width:120px;	
	height:12px;
	z-index:102;	
}

#products a.firstTab_sn:hover {		
	background-image:url("./_Imagini/tab_activ2.png");	
	background-repeat:no-repeat;   
	cursor:pointer;	
}
#products a.secondTab_sn:hover {		
	background-image:url("./_Imagini/tab_activ2.png");	
	background-repeat:no-repeat;	
	cursor:pointer;	
}


#products a.firstTab_sn.current {
	background-image:url("./_Imagini/tab_activ2.png");
	background-repeat:no-repeat;	
	color:White;
	cursor:pointer;	
}
#products a.secondTab_sn.current {
	background-image:url("./_Imagini/tab_activ2.png");
	background-repeat:no-repeat;		
	color:White;
	cursor:pointer;	
}


.description {	
	border:0px solid #999;	
	width:360px;
	height:350px;
	display:none;
	margin-top:0px;
	-moz-border-radius:4px;
	padding:0 0px;
}

