/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

Cliente:		Pizza Hut
Versao:			1
Descricao:	layout para os horarios de funcionamento

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */



/* TAGS = = = = = = = = = = = = = = = = = = = = = = // inicio */
address {
	font-style:normal;
}

body {
	background:#980000 url(../images/bg_cardapio.jpg) top center no-repeat;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

h2 {
	color:#ffc730;
	font-size:34px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 18px 0;
	text-transform:uppercase;
}

h3 {
	color:#ffc730;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	margin:40px 0 6px 0;
	text-transform:uppercase;
}

h4 {
	color:#F9ECBF;
	font-size:14px;
	font-weight:bold;
	margin:25px 0 0 0;
	text-transform:uppercase;
}
/* TAGS = = = = = = = = = = = = = = = = = = = = = = // fim */



/* CLASSES = = = = = = = = = = = = = = = = = = = = = = // inicio */
.horarioContainer {
	color:#f9ecbf;
	font-size:14px;
	margin:20px auto;
	padding:20px;
	width:400px;
}

.horarioContainer li {
	margin-top:8px;
	margin-bottom:8px;
}
.horarioContainer ol li {
	list-style:outside decimal;
	margin:18px 0 0 23px;
}
.horarioContainer ul li {
	background:url(../images/bullets.gif) left 3px no-repeat;
	padding:0 0 0 16px;
}
/* CLASSES = = = = = = = = = = = = = = = = = = = = = = // fim */
