body
{
	color: #000000;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 100%;
	/* for compliant browsers */
	margin: 0;
	padding: 0;
}

html>body
{
	/* be nice to Opera */
	font-size: 100%;
	height: 100%;
}

p
{
	vertical-align: text-top;
}

a:link
{
	color: #00F;
	text-decoration: underline;
}

a:visited
{
	color: #F0F;
	text-decoration: underline;
}

a:hover
{
	color: #900;
	text-decoration: underline;
}

a:active
{
	color: #0F0;
	text-decoration: underline;
}

h1
{
	color: black;
	font-size: 130%;
	line-height: 85%;
	font-weight: bold;
	vertical-align: middle;
}

h2
{
	color: black;
	text-align: center;
	font-size: 140%;
	line-height: .8em;
}

h3
{
	color: #900;
	text-transform: uppercase;
	background-color: #CCC;
	text-indent: 5px;
	font-size: 90%;
	font-weight: bold;
}

h4
{
	color: #333;
	vertical-align: middle;
	text-indent: 5px;
	margin: -5px 0 -10px 0;
	font-size: 85%;
	font-weight: bold;
}

ul
{
	vertical-align: middle;
	font-size: 90%;
	list-style-type: circle;
	list-style-position: outside;
}

li
{
	vertical-align: middle;
	list-style-type: circle;
	list-style-position: outside;
	text-decoration: none;
	line-height: 150%;
}

#breadbox
{
	width: auto;
	height: 100%;
	padding: 5px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	/*border: thin #663300 solid;
	background-color: #C60;*/
	/*background-color: #FDB;*/
	/* For Safari 5.1 to 6.0 */
	/* For Opera 11.1 to 12.0 */
	/* For Firefox 3.6 to 15 
	background: linear-gradient(#C60, #FC9);*/
	/* Standard syntax */
}

#header
{
	height: auto;
	padding: 0;
}

#header .breadname
{
	vertical-align: middle;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #630;
}

#header img.flag
{
	height: 20px;
	vertical-align: middle;
	margin: 0 10px 0 2px;
	padding: 0;
	border: thin #630 solid;
}

#header img.leaven
{
	float: right;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	border: thin #630 solid;
}

#header img.loaficon
{
	float: right;
	height: 20px;
	padding: 0 5px;
}

#header img.contains
{
	float: right;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	border: 1px #630 solid;
}

.main
{
	padding: 5px;
	height: auto;
	min-height: 100%;
	overflow: auto;
}

.bread
{
	position: relative;
	width: 30%;
	float: left;
	height: 100%;
	min-height: 100%;
}

.bread img
{
	width: 90%;
	padding: 9 auto;
}

.description
{
	position: relative;
	width: 70%;
	float: left;
	height: 100%;
	min-height: 100%;
}

.description p
{
	font-weight: normal;
	font-size: 85%;
	line-height: 120%;
	color: #630;
	padding: 0 5px;
	vertical-align: middle;
	text-align: left;
}

.description .tag
{
	font-size: 95%;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #630;
	/*font-style: italic;*/
}

.description .soldout
{
	color: #F00;
	font-weight: bold;
}