﻿html {
  height: 100%; /* Sticky Footer */
}
body {
	margin: 0;
	padding: 0;
	background: #000 url('../images_TSG/page_bg.gif') repeat;
	background-attachment: fixed;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: .8em;
	height: 100%; /* Sticky Footer */
  position: relative; /* Sticky Footer stabiliseren van IE*/
}
#sticky_container, #sticky_navigation {
  min-width: 1020px;
  position: relative;  /*this you need on your footer, position: relative;*/
}

/*IE6 hack for min-width... skipped*/

#sticky_container {
  min-height: 100%; /*100%; height model again*/
  /*font: normal 1em/1.5em arial, helvetica, sans-serif;*/
}
* html #sticky_container {
  height: 100%; /*IE6*/
}
/*here's footer:*/
#sticky_navigation {
  width: 100%;
  background-color: #900;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
	background: #000 url('../images_TSG/page_bg.gif') repeat;
}

/*IE6 and below don't understand position: fixed... if you need to support them,
you'll need this... does NOT work on browsers who have Javascript turned off!*/
* html #sticky_navigation {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible; /*earlier had overflow: hidden on various things... you might not need this line*/
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}/*that was the CSS Expression for position: fixed at the bottom of the page.  I don't Javascript so this
is a copy and not necessarily the best code to get the effect, but it works*/

/*the rest is my menu inside.*/
#sticky_navigation #sticky_navmenu {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 1020px /*50em*/; /* 50em so I could center it within #navigation*/
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #F90;
  padding-top: 5px;
}
#sticky_navmenu p, #sticky_navmenu form {
	margin: 0;
	padding: 0;
}
#sn_title {
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#sn_search {
	width: 170px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#sn_nav {
	width: 660px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
	#sn_nav ul {
	margin: 0;
	padding: 0 0 2px 0;
}
	#sn_nav #bookmark li {
		list-style-type:none;	/* No bullets */
	  display: inline;
	  padding: 0 5px;
	  background-color: #FFF;
	  margin: 0;
	}
	 #bookmark a, #bookmark a:visited {
	  text-decoration: none;
  	  text-align: center;
	  color: #000;
	  white-space: nowrap;
	}
	#bookmark a:focus, #bookmark a:hover, #bookmark a:active {
  	  color: #009;
	}
	#bookmark a:hover {
	text-decoration: underline;
	}
	#sn_nav #link li {
		list-style-type:none;	/* No bullets */
	  display: inline;
	  padding: 0 5px;
	  background-color: #FFF;
	  margin: 0;
	}
	 #link a {
	  text-decoration: none;
  	  text-align: center;
	  color: #000;
	  white-space: nowrap;
	}
	#link a:focus, #bookmark a:hover, #bookmark a:active {
  	  color: #009;
	}
	#link a:visited {
	color: #36F;
	}
	#link a:hover {
	text-decoration: underline;
	}
a {
	color:#00C;
	text-decoration:none;
}
a:visited {
	color: #36F;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}

#wrapper {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: #FFF;*/
	color: #000;
}
/* ************************ HEADER ************************ */
#header {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background: #000 url('../images_TSG/r_header.gif') top left no-repeat;
	color: #FFF;
}
span.tsg {
	font-family: Broadway;
	font-size: 2em;
	}
#header a {
	color:#FFF;
	text-decoration: none;
	}
#header a:visited {
	color:#FFF;
	text-decoration: none;
	}
#header a:hover {
	color: #F90;
	text-decoration: none;
}
#header a.green, #header a:visited.green {
	color: #0F0;
	text-decoration: none;
}
#header a:hover.green {
	color:#F90;
	text-decoration: underline;
}
#header a.yellow, #header a:visited.yellow {
	color: #FF0;
	text-decoration: none;
}
#header a:hover.yellow {
	color: #F90;
	text-decoration: underline;
}
#header a.gold, #header a:visited.gold {
	color: #F90;
	text-decoration: none;
}
#header a:hover.gold {
	color: #FFF;
	text-decoration: underline;
}

/* ************************ MAIN CONTAINER ************************ */
#container {
	width: 1020px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url('../images_TSG/container_bg_3.gif') repeat;
	color: #333;
	border: 1px solid #F90;
	border-left-width: 0;
	border-right-width: 0;
	clear: both;
}
/* ************************ SUB CONTAINERS ************************ */
#left {
	width: 189px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	float: left;
}
#left #SearchBox {
	width: 183px;
	margin: 0;
	padding: 2px;
	background-color: #000;
	color: #FFF;
}
#left #SearchBox a {
	color:#FFF;
	text-decoration: none;
	}
#left #SearchBox a:visited {
	color:#FFF;
	text-decoration: none;
	}
#left #SearchBox a:hover {
	color: #F90;
	text-decoration: underline;
}
#left #SearchBox form {
	margin: 0;
	padding: 0;
}
#promo_top_holder {
	width: 470px;
	height: 150px;
	margin: 0 0 0 4px;
	float: left;
	background-color: #FFF;
}
#center {
	width: 671px;
	margin: 2px 2px 2px 0;
	padding: 0 2px;
	float: left;
	background-color: #FFF;
}
#listings {
	width: 663px;
	margin: 0;
	padding: 4px;
	clear: both;
	float: left;
}
#center h2 {
	font-size: 1.25em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h3 {
	font-size: 1.1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h4 {
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center p {
	margin-left: 5px;
	margin-right: 5px;
}
p.normal {
	background-color: #FFF;
	padding: 5px;
}
p.listing {
	border: 1px solid #000;
	background-color: #FC9;
	padding: 5px;
}
p.ad {
	background-color: #F90;
	border: 2px double;
	border-color: #FF0 #C30 #C30 #FC0;
	padding: 5px;
	font-weight: bold;
}
li.listing {
	border: 1px solid #000;
	background-color: #FC9;
	padding: 2px;
	width: 90%;
}
li.ad {
	background-color: #F90;
	border: 2px double;
	border-color: #FF0 #C30 #C30 #FC0;
	padding: 2px;
	font-weight: bold;
	width: 90%;
}
p.notice {
  color: #000;
  border: thin solid #F30;
  background-color: #FFC;
  padding: 2px 5px;
}
#right {
	width: 336px;
	margin: 2px 1px 2px 0;
	padding: 0;
	float: right;
}
#right .holder {
	width: 336px;
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 0;
	clear: both;
}
#messages {
	width: 320px;
	margin: 0 auto 4px auto;
	padding: 2px;
	background-color: #FFFFE1;
	border: 1px solid #000;
	line-height: 20px;
}
.midHolderLeft {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
.midHolderRight {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
/* ************************ FOOTER ************************ */
#footer {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	clear: both;
}
#footer p.top {
	margin-right: 10px;
	text-align: right;
}
#footer p {
	margin-left: 10px;
	margin-right: 10px;
	width: 1000px;
}
p.update {
	text-align: left;
	font-size: 12px;
	font-style: italic;
}
.productnav{
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #000;
	padding: 2px;
}
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	border: 2px solid #F90;
}
.category {
	display: none;
	visibility: hidden;
}
hr {
	color: #039;
}
.sponsor {
	margin-left: 5px;
	font-size: 10px;
	color: #333;
	line-height: 14px;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
}
img.icon {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	height: 15px;
	width: auto;
}
