body {
	background: #fff url(images/background.jpg) top left no-repeat;
	margin: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	color: #42115f;
}

h1, p, h3, h2 {
	color: #42115f;
}

h1 {
	margin-top: 1em;
	font-size: 140%;
	text-align: center;
}

h2 
{
	font-size: 125%;
	margin: 1em 0;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: center;
}

a {
	text-decoration: none;
	color: #42115f;
}

a:hover {
	text-decoration: underline;
	color: #42115f;
}


div#header {
	height: 224px;
	background: #609 url(images/banner.jpg) repeat-x;
}

div#header img {
	float: left;
}

div#header div#topright {
	background: url(images/online-shop-logo.png) top right no-repeat;
	width: 600px;
	height: 188px;
}


div#topnav {
	height: 23px;
	background: #fc3 url(images/bar.gif) repeat-x;
	text-align: right;
	padding: 4px 42px 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #42115f;
}

div#topnav a {
	color: #42115f;
	text-decoration: none;
	padding: 0 8px 1px 8px;
	border: 1px solid #fcbe39;
}

div#topnav a:hover {
	border: 1px solid #f90;
	background: #fc6;
}

div#nav {
	width: 210px;
	padding: 15px;
	font-size: 110%;
	float: left;
	margin-top: 110px;
}

div#nav a {
	color: #42115f;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 28px;
}

div#nav a:hover {
	background: url(images/tiny-flower-purple.png) top left no-repeat;
}

table.box
{
	border: 1px solid #42115f;
	margin: 0 20px 20px 0;
	width: 350px;
}

th 
{
	background-color: #42115f;
	color: #fff;
}

td {
	text-align: left;
	vertical-align: top;
}

td.fill 
{
	background-color: #82519f;
	color: #fff;
	width: 130px;
}


.wfull 
{
	width: 98%;
}

.wmed 
{
	width: 45px;
}

.message 
{
	background: #ffd;
	border: 1px solid #9f9;
	float: left;
	width: 180px;
	padding: 5px 10px;
	font-size: 80%;
	margin: 30px 0 0 40px;
}


div#content {
	margin: 40px 0 2em 250px;
	padding: 0 20px;
	min-height: 500px;
}


div#content a {
	font-weight: bold;
}


div#panel {
	width: 234px;
	background: #fff0ad;
	padding: 10px;
	float: left;
	z-index: 10;
	position: relative;
	font-size: 90%;
	text-align: center;
}

div#panel h3, div#panel p {
	text-align: left;
}

div#panel p {
	margin-top: 0;
}



div.darker {
	background: #fcbe39;
	margin: 10px -10px;
	padding: 10px;
}

div.darker h3 {
	margin: 0 0 0.25em 0;
	text-align: center !important;
}


div#info {
	padding-top: 20px;
	margin-left: 255px;
	text-align: center;
}

div#info img {
	text-align: center;
	display: block;
	margin: auto !important;
	float: none !important;
	border: 0;
}

div#status {
	color: #42115f;
}

.padd {
	padding: 0.5em 0;
}



div.cat {
	display: block;
	width: 155px;
	float: left;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	text-align: center;
	margin: 0.25em 2em;
	color: #42115f;
}

table.img {
	width: 155px;
	height: 155px;
	padding: 0;
	margin: 0 0 0.25em 0;
	background: #fff;
/*	float: left;
	margin-right: 10px; */
}

table.img td {
	vertical-align: bottom;
}

table.img a {
	text-align: center;
}

table.img img {
	text-align: center;
	display: block;
	margin: auto !important;
	float: none !important;
	border: 0;
}




.small {
	font-size: 75%;	
}

.right {
	float: right !important;
}

.center {
	text-align: center;
}


div#footer {
	padding: 0.5em 0;
	margin: 2em 0;
	border-top: 1px solid #42115f;
	font-size: 80%;
	text-align: center;
	color: #42115f;
	clear: both;
	line-height: 2em;
}

div#footer a {
	color: #42115f;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

