body {
	font-family: Verdana;
	font-size: 19px;
	background-color: #336666;
	color: #FFF;
}

a:link, a:hover, a:active, a:visited {
	color: #FFF;
}

img {
	border: none;
}

div#meniu {
	padding: 20px;
	background-color: #E8001E;
	color: #000;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
}

div.categ {
	text-align: center;
	padding: 5px;
	background-color: #53A8ED;
	color: #FFF;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
}

div.continut {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

div#rendertime {
	font-size: 11px;
}

table.reincarcare {
	width: 100px;
	border: 1px solid #000;
	cursor: pointer;
}

table.reincarcare:hover {
	background-color: yellow;
}

table.reincarcare td {
	font-size: 25px;
}

span.stoc {
	font-size: 11px;
}

div.idescription {
	color: #000;
	font-size: 14px;
	padding: 5px;
	background-color: #CCC;
}

input, select {
	width: 100%;
	font-size: 25px;
	border: 1px solid #CCC;
	padding: 5px;
}

select {
	width: 408px;
}

div.optiuni {
	border-top: 1px solid #000;
}

div.optiune {
	font-size: 15px;
	border: 1px solid #CCC;
	height: 20px;
	padding: 10px;
}

div.optiune:hover {
	cursor: pointer;
	background: #F0F0F0 url('../images/set.png') no-repeat right top;
	height: 20px;
	padding: 10px;
}

div.optiune:active {
	font-size: 10px;
	cursor: pointer;
	background: yellow url('../images/set.png') no-repeat right top;
	height: 20px;
	padding: 10px;
}
