/* CSS Document */
body
{
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.4em;
	color:#ddd;
}

body.mceContentBody 
{
	background-color:#2D0A0A;
}

body.mceContentBody a, a
{
  color:#F9C; !important /* FF requires a important here */
}

a { text-decoration: none; }

a:hover { text-decoration:underline; }

h1
{
	font-size: 2.2em;
	line-height:1.6em;
	color:#B3BC3B;
	font-weight:lighter;
	margin-bottom: 0.7em;
}

h2
{
	border-bottom:1px solid #B3BC3B;
	color:#B3BC3B;
	font-size:1.6em;
	font-weight:lighter;
	line-height:1.6em;
	margin-top:1em;
	margin-bottom:0.5em;
}

h3
{
	font-size: 1.4em;
	color:#FF6699;
	line-height:1.5em;
}

h4
{
	font-weight: normal;
	font-size: 1.2em;
	color:#CC0000;
	margin-bottom:0.5em;
}

p
{
	margin-bottom:1.8em;
	font-size:1.3em;
	line-height:1.4em;
}

table.delivery
{
	font-family: Verdana, Arial, sans-serif;
	border-collapse:collapse;
	font-size:10px;
	color:#FFFFFF;
	margin:5px 0;
}

table.delivery td,.delivery th
{
	padding:3px 5px;
	border:2px solid #330000;
}

table.delivery th
{
	background-color:#330000;
}

table.delivery td
{
	background-color:#660000;
}

img.with_margin
{
	margin:10px;
}
