@charset "utf-8";
/* CSS Document */

body{
	background-image:url("../images/header.jpg");
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

img {
	border:0;
}

#all {
	width:775px;
	margin:0px auto;
}
	
	#bei {
		font-size:11px;
		color:#cccccc;
		text-align:right;
	}
	
		#bei a {
			color:#24A3D0;
			text-decoration:none;
		}
		
		#bei a:hover {
			text-decoration:underline;
		}

	#produs {
		position:relative;
		z-index:5;
	}
	
	#descriere {
		font-size:10px;
		color:#222222;
		padding-left:25px;
	}
	
	#podium {
		width:785px;
		height:109px;
		background-image:url("../images/podium.jpg");
		background-repeat:no-repeat;
		margin-top:-92px;
		position:relative;
		z-index:1;
	}
	
#footer {
	width:100%;
	height:320px;
	background-image:url("../images/footer.jpg");
	background-repeat:repeat-x;
}

	#subfooter {
		margin:0px auto;
		padding-top:30px;
		font-size:12px;
		color:white;
		text-align:center;
	}
	
		#subfooter a {
			font-size:14px;
			color:white;
			text-decoration:none;
			margin-left:10px;
			margin-right:10px;
		}
		
		#subfooter a:hover {
			text-decoration:underline;
		}
		
	#subsubfooter {
		width:700px;
		margin:75px auto;
		color:white;
	}
	
		#subsubfooter a {
			color:white;
		}
	
	.inputus {
		width:182px;
		height:20px;
		padding-left:10px;
		color:white;
		background-image:url("../images/field_input.jpg");
		background-repeat:no-repeat;
		background-color:#202020;
		border:0;
	}
	
	.toate_produsele ul li {
		display:inline;
	}
	
	.produs_mic {
		margin-right:5px;
	}
	
	#ajax_produs {
		width:764px;
		height:302px;
		margin-top:10px;
		padding-top:20px;
	}
	
	.index_titlu {
		margin:0px; 
		padding:0px; 
		font-weight:bold; 
		color:#636363;
		
	}
	
	.index_pret {
		margin:0px; 
		padding:0px; 
		font-weight:bold; 
		color:black;
		font-size:25px;
		text-align:right;
	}