/* general settings */
html {
	height: 90%;
}

body {
	height: 100%;
	font: 12px Verdana,Tahoma,Arial,sans-serif;
	color: gray;
	background-color: #CCC;
	background-image: url(images/bg.png);
}
/* LAYOUT ONLY!! */
#container {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#header {
	padding: 0px;
	margin-bottom: 0px;
	background-color: white;
	text-align: center;
}
#content {
	margin-left: 0px;
	padding: 20px;
	background-color: white;
	float: left; 
	margin: 0 0 0px 0; 
	display: inline; 
	overflow: auto; 
	position: relative;
    margin-top: 0px;
}
#content-bg {
	background-color: white;
	overflow: auto;
	background-image: url(images/geen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu {
	float: left;
	width: 200px;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background-color: #002880;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: black;
	text-align: center;
}

/* THE LEFT MENU */
ul#navlist
{
	width: 150px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 0px;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	color: #FFF;
}

ul#navlist li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	background-color: #0B2880;
	padding-left: 5px;
	margin-bottom: 2px;
	height: 20px;
	padding-top: 5px;
	color: #FFF;
}

ul#navlist li a:link {
	color: white;
}

ul#navlist li a:hover
{
	border-color: black;
	color: white;
	background-color: #125FAC;
}
ul#navlist-left {
	width: 150px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 0px;
}
ul#navlist-left li {
	list-style: none;
	margin: 0px;
	color: #FFF;
}
ul#navlist-left li a {
	display: block;
	text-decoration: none;
	text-align: left;
	background-color: #CC6616;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
}
ul#navlist-left li a:link {
	color: white;
}
ul#navlist-left li a:hover {
	color: white;
	background-color: #E5A221;
}

/* THE CART MENU */
ul#navlist-cart
{
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

ul#navlist-cart li
{
	margin: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

ul#navlist-cart li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 20px;
	width: 300px;
}

ul#navlist-cart li a:link { color: white; }
ul#navlist-cart li a:hover {
	color: #0B2880;
}


ul#navlist-news {
	width: 150px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: bold 11px verdana,helvetica,arial,sans-serif;
	color: white;
}
ul#navlist-news li {
	list-style: none;
	margin: 0px;
	border: 5px;
	border-top: 1px solid #808080;
}
ul#navlist-news li a {
	display: block;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 0px solid #8D0000;
	text-decoration: none;
	text-align: left;
	background-color: #609B2C;
}
ul#navlist-news li a:link {
	color: white;
}
ul#navlist-news li a:hover {
	border-color: black;
	color: white;
	background-color: #A2C573;
}
div#navcontainer- li a:visited {
	color: #FFF;
}
/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link ,#active a:visited ,#active a:hover 
{
	color: #666;
	background-color: transparent;
	border: 1px dashed #B7AC9A;
}
#navcontainer-cart {
	width: 300px;
	float: left;
	background-color: #7199CA;
}
#navcontainer2 {
	background-color: #7199CA;
	color: #FFF;
	width: 100%;
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	float: left;
}
/* THE TOP MENU */
#navcontainer2 ul
{
	color: #FFF;
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 5px;
	background-position: 0px;
	padding: 0px;
}

#navcontainer2 ul li {
	display: inline;
}

#navcontainer2 ul li a
{
	color: #FFF;
	text-decoration: none;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 15px;
}

#navcontainer2 ul li a:hover
{
	color: #0B2880;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-color: gray;
	color: white;
}

/* image properties */
.imgleft {
	  float: left;
      padding: 6px 10px 6px 0px;	  
}

.imgright {
	  float: right;
      padding: 6px 0px 6px 10px;	  
}
	
img { 
	  border-width: 0px; 
}

/* this image is used in details.php and browse.php, all other images should not have borders */
.borderimg {
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
}

/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	margin: 0px;
	padding: 0px;
	color: white;
}
h1 { 
	 /* left menu */
	 font-size: 13px;
     font-weight: bold;
	 color: #A0A0A0;
}
h2 { /* page headers */
	 font-size: 14px;
     font-weight: bold;
} 
h3 { /* slogan under logo */ 
	font-style: italic;
    position: relative;
    font-weight: bold;
    text-align: left;
   	font: 30px verdana,tahoma,arial,sans-serif;
	color: #A0A0A0;

}
h4 { /* back to admin options, and other text links like that */
	 font-size: 12px;   
	 text-align: center;
     font-weight: normal;
}
h5 { /* product id in details.php */
	 font-size: 12px;
     font-weight: bold;
     text-align: center;
} 
h6 { /* the headers in editsettings.php */
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: 1px solid #999;
	height: 22px;
	width: 100%;
	background-color: #CCC;
	padding-top: 5px;
}
.titel-hd {	 /* left menu */
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

/* how the links should behave (apart from the menu) */
a {
	text-decoration: none;
}
.valuta {
	color: #000;
	font-weight: bold;
}
.hotdeal {
	color: #F00;
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

/* a link class that is pretty plain */
a.plain { text-decoration: none; }
a.plain:link { color: black; }
a.plain:visited { color: black; }
a.plain:active {
	color: #FF0000;
}
a.plain:hover {
	color: #FF0000;
}

/* single pixel borders on input boxes */
input, textarea
{
   background-color: #FFFFFF;
   color: black;
   border-width: 1px;
   border-style: solid;
   border-color: #A0A0A0;
}

/* text in tables */
td, th {
	font: 12px Verdana,Tahoma,Arial,sans-serif;
	color: black;
}
/* tables of this class have no border */
table#borderless {
	border-collapse: collapse;
	border-style: hidden;
}
table.borderless th,
table.borderless td {
	border: 0px hidden;
	padding: 5px;
	vertical-align: top
}

/* a class that describes how tables should look */
.datatable {
	border: 1px solid gray;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	color: white;
	background-color: #CCC;
}
.datatable td {
	border: 1px solid gray;
	padding: 7px;
	color: black;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.datatable th {
	background-color: #B7AC9A;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding: 4px;
	border: 1px solid gray;
}
.datatable caption {
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.datatable tr.altrow {
		background-color: #E9EEF5;
		color: gray;
}
.datatable tr:hover, .datatable tr.hilite {
		background-color: #FFFFFF;
		color: #000000;
}
	
/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    background-color: red; 
    color: black;
    text-decoration:none;
    font-size: 12px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#FFFFFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	z-index: 90;
	top:0em;
	left:1.5em;
	width:25em;
	border:1px solid #F00;
	background-color:#444;
	color:#FFF;
	text-align: left;
	padding: 7px;
}
.datatable-hd {
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	background-color: transparent;
	width: 200px;
	background-image: url(images/hotdeal.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px dotted #900;
}
.datatable-hd td {
	border: 0px solid gray;
	padding: 7px;
	color: black;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}
.datatable-hd th {
	background-color: transparent;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 4px;
	border: 0px solid gray;
}
.datatable-hd caption {
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.datatable-hd tr.altrow {
	background-color: transparent;
	color: gray;
}
.datatable-hd tr:hover, .datatable tr.hilite {
	background-color: transparent;
	color: #F00;
}
.button- {
	display: block;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	cursor: hand;
	text-align: center;
	background-color: #F00;
	color: #FFF;
}

