*
{
	padding: 0px;
	color: #bbb;
	line-height:1.2em;
	font-family:arial;
}

body
{
	font-size:13px;
	margin: 0px;
	text-align: center;
	background:#000;
}

a
{
	color: #999;
	text-decoration: none;
}
a:hover
{
	color: #eee;
	text-decoration: underline;
}

table
{
	background-color: transparent;
}
.warning
{
	color: red;
}

/* Main structure */
.main
{
	border: 3px double #2f2f2f;
	margin: 10px auto 10px auto;
	text-align: left;
	width: 900px;
}

/* Header */
.gfx
{
	background: url(../img/top.png) no-repeat;
	width:900px;
	height: 159px;
	padding-bottom:10px;
}

/* Menu */
.menu
{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:15px;
}

.menu td.notlast
{
	padding:5px 5px 5px 15px;
	border-right: 1px solid #2f2f2f;
	border-top: 1px solid #2f2f2f;
	min-width:100px;
}

.menu td.last
{
	padding:3px 3px 3px 15px;
	border-top: 1px solid #2f2f2f;
	min-width:100px;
}

.menu td:hover,
.submitbutton:hover
{
	background:#222;
	color: #eee;
}

.menu a:hover
{
	color: #eee;
	text-decoration:none;
}

/* Content */
.content
{
	border-top: 1px solid #2f2f2f;
	clear: both;
}
.item
{
	background: #030303 url(/img/bgitem.gif) repeat-x;
	padding: 15px;
}



/* Text on front page */
.front
{
	margin-bottom:20px;
	max-width:300px;
}

/* Special Offer Button */
.specialofferbutton
{
	padding:5px;
	text-align:center;
	background-color:red;
	max-width:250px;
}

.specialofferbutton a
{
	color:#eee;
	font-size:20px;
	font-weight:bold;
}

.specialofferbutton a:hover
{
	color:#eee;;
	text-decoration:none;
}


/* Footer */
.footer
{
	background: #030303 url(/img/bgitem.gif) repeat-x;
	padding: 10px 15px 5px 15px;
	border-top: 1px solid #2f2f2f;
}

/* Table headings on Lighting and Tile listing pages  */
.tbl-heading
{
	background:#111;
	color:#bbb;
	font-size:120%;
	font-weight:bold;
}
.tbl-heading td
{
	line-height:3em;
}


/* Every second row on the Lightin and Tile listing pages is highlighted  */
tr.highlighted-row
{
	background: #111;
}
tr.not-highlighted-row
{
	background: #000;
}

button,
textarea,
select,
input
{
	background: #000;
	color: #888;
	border: 1px solid #2f2f2f;
}

