/* ******************************************* */
/* Custom Styles                               */
/* ******************************************* */

/* ******************************************* */
/* PNG Fix for IE6-                            */
/* ******************************************* */

img, div { behavior: url(/httpdocs/iepngfix.htc) }

/* ******************************************* */
/* Tag Overwrites                              */
/* ******************************************* */

body{
	font-family: tahoma, Arial, verdana, helvetica, sans-serif;
	color:black;
	margin:0;
	padding:0;
	line-height:120%;
}

img { border: 0; }

a, a:visited, a:link {
	color:maroon;
}

a:hover, a:focus, a:active {
	color:#CC0033;
}

/* ******************************************* */
/* Heading Styles                              */
/* ******************************************* */

/* ******************************************* */
/* Menu Styles                                 */
/* ******************************************* */
#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
	font-size:90%;
}

#menu ul li
{
    display: inline;
	margin: 0px;
	padding:2px 0px;
	float: left;
}

#menu a
{
    text-decoration: none;
	border:none;
	border-left:1px solid #999933;
    padding: 2px 5px;
	display:block;
	white-space: nowrap;
	width:100px;
    color: #000000;
	font-weight:bold;
	height:17px;
	text-align:center;
}
#menu a.noborder {
	border-left:none;
}
#menu a:hover, #menu a:active, #menu a:focus
{
	  color:#aaa;
}


#divider p 
{
	color:white;
	font-weight:bold;
	font-size:90%;
	padding:0px;
	margin:0px;
}
/* ******************************************* */
/* Content Styles                              */
/* ******************************************* */

h1 {
	font-size:130%;
	font-weight:bold;
	white-space:nowrap;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:120%;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h3 {
	font-size:100%;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#content p {
	text-align:justify;
	padding: 0px;
	font-size:80%;
}

#content li {
	text-align:justify;
	margin-left:-30px;
	padding:4px 0px;
	font-size:90%;
	list-style:none;
}

#content li.note {
	padding: 10px 0px 0px 0px;
	font-weight:bold;
	font-size: 11px;
}

#content li.noteAdditional {
	padding: 0px;
	font-weight:bold;
	font-size: 12px;
	color: #990000;
	margin-left: -40px;
}

#content table {
	font-size:90%;
}

.smalltext{
	font-size:70%;
}

#cakecontent {
	background-color:white;
	border:1px solid black;
	padding:20px;
}

#cakeimg {
background-color:white;
float:right;
/*border:0px;*/
border:0px solid black;
margin:20px;
margin-right:0px;
}

td.img {
background-color:white;
border:1px solid black;
}



td.item, th.item
{
	background: url(../images/dot.gif) top repeat-x;
}

.leader
{
	background: url(../images/dot.gif) top repeat-x !important;
}

.noLeader
{
	background: none !important;
}

td.item span, th.item span
{
	background-color: #fff;
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 2px;
}

th.item span
{
	font-weight: normal;
	padding-right: 5px;
}

td.item .desc,
th.item .desc
{
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}

th.item .desc
{
	font-size: 0.6em;
	font-style: normal;
}

th
{
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

#tblMudCakes,
#tblGateaux,
#tblButtercakes,
#tblFlansTartsCheese
{
	margin-bottom: 20px;
}

td.price
{
	vertical-align: top;
	font-size: 1.1em;
}

table.noLeaders td.item
{
	background: none;
}

.twoCol
{
	display: block;
	float: left;
	width: 49%;
}

hr.clearer
{
	visibility: hidden;
	clear: both;
}

#award-banner { width: 100%; }
#award-banner div { width: 75px; height: 75px; float: right; }
#award-banner p { text-align: right !important; padding-top: 10px; }
#award-banner span { font-size: 1.2em; }

/* ******************************************* */
/* Footer Styles                               */
/* ******************************************* */

#footer p {
	font-size: 75%;
	padding:2px 0px;
	margin:0px;
	color:#fff;
}