body{
	margin:0px;
}

img { border:none; }

.frame {
	border: 1px solid #223039;
}

.no_repeat{
background-repeat:no-repeat;
background-position:top;

}

.footer_link{
color:#223039;
font-family:Tahoma;
font-size:10px;
}

.footer_link a{
color:#223039;
font-family:Tahoma;
font-size:10px;
text-decoration:none;
}

.footer_link a:hover{
color:#223039;
font-family:Tahoma;
font-size:10px;
text-decoration:underline;
}

.H1{
font-size:10px;
font-family:Arial;
}

p{
font-size:12px;
font-family:Arial;
}


.inputCantitate {
	border:1px solid #233039;
	text-align:center;
	font:bold 11px Arial;
	color:#000000;
}

.inputComanda {
	border:1px solid #233039;
	text-align:left;
	font:bold 11px Arial;
	color:#000000;
}

.submitBtn {
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	border:2px solid #7B7B7B;
}

.cartTable {
	border:2px solid #DDDDDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.cartTable td {
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.cartTable .specialTd {
	border-bottom:0px;
	border-right:0px;
}

.produse {
	text-decoration:none;
	color:#DC4306;
	font:bold 12px Verdana;
}
a:hover.produse { text-decoration:underline; }

.listareProduse {
	border:2px solid #DDDDDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:15px;
}