/* basic elements */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #333333;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	background: #FFFFFF url(../images/fl_bg_tile.png) top left repeat-x;
}

table, tr, th, td {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

input, select, textarea {	
	font: 1em Tahoma;
	color: #333333;
	padding: 0px; 
	margin: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none; 
	color: #F5BB0A; 
}

a:hover {
	text-decoration: none; 
	color: #115E9E;
}

p {
	text-align:justify;
}

/* page container */

#functionlights {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-width: 780px;
	border: 1px none #000000;
	text-align: left;
	overflow: visible;
}

/* header */

#header {
	position: relative;
	padding: 0;
	margin: 0 0 110px 1em;
	border:  1px none #FFFF00;
	color: #FFFFFF;
}

/* top level navigation */

#menu {
	position: absolute;
	top: -15px;
	right: 0;
	padding: 0;
	margin: 0;
	border:  2px none #FF6600;
	}
#menu ul {
	list-style: none;
	}
#menu ul li {
	display: inline;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 0px dashed #999999;
	color: #FFFFFF;
	font-weight: bold;
	}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	text-decoration: none; 
	color: #ffffff; 
}

/* content */

#content {
	position: relative;
	/*background: #FFFFFF url(../images/bg_menu_left.gif) top left no-repeat;*/
	padding: 1em;
	margin: 0;
	border: 2px none #FF0000;
}
#content h2 {
	padding: 0 0 .5em 0;
	margin: 0 0 2em 0;
}

/* mini cart */

#minicart {
	position: absolute;
	top: -85px;
	right: 1em;
	padding: 2em 0 1em 0;
	margin: 1em 0 0 0;
	width: 250px;
	border: 1px solid #999999;
}

#minicart h3 {
	position:absolute;
	top: -1em;
	left: 0;
	padding: 2px;
	margin: 0 0 0 1em;
	background-color: #FFFFFF;
}

/* cart */

#cart {
	position: relative;
	border: 2px none #00FF00;
}

/* footer */

#footer {
	position: relative;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 1em;
	margin: 1em 0;
}

#footer p {
	position: absolute;
	right: 1em;
	top: 0;
	border: 1px none #CCCCCC;
}

#footer ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px none #CCCCCC;
}

#footer ul li {
	display: inline;
	padding: 0 1.5em;
	margin: 0;
	border-right: 1px none #DDDDDD;
}

#footer ul li.first {
	padding: 0 1.5em 0 0;
	margin: 0;
}

#footer ul li.last {
	border: 1px none #DDDDDD;
	padding: 0 0 0 1.5em;
	margin: 0;
}

/* clear */

div#clear {
	clear: both;
}
.clear {
	clear: both;
}

/* category overview home page */

#home_content {
	background-color: #FFFFFF;
	}
#home_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#home_content ul li {
	display: inline;
	padding: 0 8px 0 0;
	border: 1px none #FF0000;
	}
#home_content img {
	border: 1px none #FF0000;
	}

/* misc elements */

.required {
	color: #F5500A;
}

.important {
	color: #115E9E;
}

.entryTable {
	font-size: 1em;
	background-color: #DDDDDD;
}

.entryTableHeader {
	color: #FFFFFF;
	background-color: #F5BB0A;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	font-size: 1em;
	background-color: #DDDDDD;
}

.infoTableHeader {
	color: #FFFFFF;
	background-color: #F5BB0A;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

