body {
	background-color: #FFD08B;
}

a {
	color: #FFD08B;
	text-decoration: underline;
}

/*
a:hover {
	color: #FFD08B;
	text-decoration: underline;
}
*/

.heading-recipes{
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
}

.yellow-box{
	border:thin dotted #FFD08B;
	border:#FFD08B;
}

.table-menu{
	text-align:center;
	font-weight:bold;
}

#table-main{
	background-color:#666633;
	width:630px;
	/* Mozilla specific - centering */
	margin-left:auto; 
	margin-right:auto;
}

.image-outline{
	border-color:#FFD08B;
	border-width:thin;
	margin-right:10px;
}

.yellow-outline{
	border:dotted;
	border-color:#FFD08B;
	margin:5px;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	color: #FFD08B;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.border-top-bottom {
	background-image: url(../images/bg-top-bottom.gif);
	background-repeat: repeat-x;
	height: 21px;
}

.border-left-right {
	background-image: url(../images/bg-left-right.gif);
	background-repeat: repeat-y;
	width: 21px;
}

.table-stockists{
	vertical-align:text-top;
}

.dotted-underline {
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFD08B;
}

.img-outline {
	border-style:solid;
	border-color:#cc3300;
	border-width:2px;
}

.img-outline-orange {
	border-style:solid;
	border-color:#ff9900;
	border-width:2px;
}

#front-right{
	vertical-align:top;
	width:90%;
	text-align:left;
	border-left-style:solid;
	border-left-color:#ffd08b;
	border-left-width:1px;
	margin-top:20px;
	padding-bottom:20px;
	padding-left:15px;
	font-weight:normal;
	font-size:10pt;
}

#top-menu{
	border-style:solid; 
	border-color:#cc3300; 
	border-width:6px; 
	background-color:#ffd08b; 
	padding-left:8px; 
	text-align:left; 
	vertical-align:top; 
	font-weight:bold; 
	color:#666633; 
	width:610px;
	/* Mozilla specific - centering */
	margin-left:auto; 
	margin-right:auto;
}

#top-menu-links {
	display:inline;
	margin-left:8px;
	margin-right:8px;
}

#top-menu-links a {
	color:#666633;
	text-decoration:none;
	display:inline;
	margin-left:8px;
	margin-right:8px;
}

#top-menu-links a:hover {
	color:#666633;
	text-decoration:underline;
	display:inline;
	margin-left:8px;
	margin-right:8px;
}

#top-menu-redtext{
	display:inline; 
	color:#cc3300;
	font-weight:bold; 
	font-size:14pt; 
}

#top-menu-bullet{
	display:inline;
	width:20px;
	height:21px;
	background-image:url(../images/tiopablo_bullet-small.gif);
	background-repeat:no-repeat;
	/*border-style:solid; border-color:#00FF33; border-width:1px;*/
}

#table-recipes-main td{
	text-align:center;
	font-size:10pt;
}