body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/tyle.gif);
	background-color: #f6ecd8;
	background-repeat: repeat-x;
	background-position: center top;
}
	
p { margin: 10px 0; }

li { margin-left: 0px; }

h3 { margin: 1em 0 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

h1 { margin: 1em 0 .5em; }

.main_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #333333;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.main a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}

.main a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	margin-left: 30px;
	font-weight: bolder;
}
.pizzaheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	text-decoration:underline;
}
.pizzaheader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	text-decoration:none;
}
.pizzadescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.veggie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #669933;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bg {
	background-image: url(../images/BG_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
.list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style: none;
	margin-left: 8;
	padding: 0;
	left: 100%;
}
.pizzaheaderlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.pizzaheaderlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.pizzaprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}
.field{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#flash_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:520px; 
	height:20px; 
	text-align:center; 
	margin: 5px 0px 20px 5px; 
	border: 1px solid red; 
	padding: 2px;
	display: none;
}

/* Edit order tab functionality */
ul#toppingTabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#toppingTabs li {
	float: left;
	display: block;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	width: 87px;
	border: 1px gray dotted;
	border-bottom: none;
	font-weight: bold;
	margin-right: 3px;
	cursor: pointer;
}
ul#toppingTabs li.activeTab {
	background: #DFDFDF;
}
ul#toppingTabs li.activeTab:hover {
	cursor: default;
}
ul#toppingTabs li:hover {
	background: white;
	color: #007205;
}
div.tabContent {
	display: none;
}
div.activeContent {
	display: block;
}
