@charset "utf-8";
/* CSS Document */

#pedidos {
	width: 84px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

#pedidos ul {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-position: 0 0;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	width: 100px;
	line-height: 20px;
}

#pedidos ul li {
	display: inline;
}

#pedidos ul li a:link, #pedidos ul li a:visited {
	background-repeat: repeat;
	background-position: 0 0;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #CE7B00;
	border-bottom-color: #CE7B00;
	border-left-color: #FFCC00;
	background-color: #FF9000;
}

#pedidos ul li a:hover, #pedidos ul li a:active{
	background-repeat: repeat;
	background-position: 0 0;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CE7B00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #CE7B00;
	background-color: #D77B00;
}
}

