
body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:12px;
		margin:0px;
		padding-top:10px;
		padding-bottom:0px;
		background-color: #666666;
		height:100%;
		text-align:left;
	}


.specificatii_tehnice div{ font-family: "Times New Roman", Times, serif; font-size:12px;
}
.specificatii_tehnice td{ border-bottom:#666666 1px solid; border-right:#666666 1px solid;}
.specificatii_tehnice_nume { font:Georgia, "Times New Roman", Times, serif; color:#FF0000; font-weight:bold;}
table { background:#FFFFFF;}
img { border:#FFFFFF}
h1 {text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#333333;}
a {text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333333; border:#FFFFFF 0px solid}
a:hover	{ color: #FF0000; border:#FFFFFF 0px solid}

<!--
#addtocart input { width:50px;font-size:9px;border-color:#FF9933; background:#FFFFFF;}
input { 
font-size:9px;
border-color:#999999; 
background:#FFFFFF;}

		
		/*
	General rules
	*/
	.clear{
		clear:both;
	}

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		

	}

	#dhtmlgoodies_slidedown_menu div{
		
		
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:200px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:184px;	
		padding-left:2px;	

	}
	#dhtmlgoodies_slidedown_menu a:hover {
		color:#FF0000;
		
		
	}
	
	/*
	A tags 

	*/
		
		#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
	/*	border-bottom:1px solid #000; */
		font-weight:bold;
		font-size:14px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		font-weight:bold;
		color: #666666;
		text-decoration:none;
		font-size:14px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}	

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:12px;
		margin-top:1px;
		font-style: normal;
		color:#666666;
		
		 
		
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:3px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:6px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:9px;
		padding:1px;
	}
	
-->

.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;

color: #000000;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
border-bottom-color:#89CDF5;
background:#89CDF5;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color:#89CDF5;
background:#89CDF5;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/

width: 626px;
margin-bottom: 2px;
padding: 1px; 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

