/* CSS Document */
	 
body {
    background-color::transparent;
	margin:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-repeat: repeat-y;
	
	
}

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
/* CSS Tabs for pospak web menus */
.container {
color:#a8abab;

        
}


/* square */

#navSquare {
		color:#a8abab;
        margin: 0;
        padding: 0 0 1px 10px;

}

#navSquare  li {
        margin: 0px;
		border-right: 0px solid;
		border-right-color:#ffffff; /* the right of each menu */
        padding: 0;
        display: inline;
        list-style-type: none;
		
}

#navSquare a:link, #navSquare a:visited {
        float:none;
		font-size: 12px;
        line-height: 12px;
		font-weight:500;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style:normal;
        padding: 7px 12px 0px 12px;
        text-decoration: none;
        color: #a8abab; /* color of text before mouseover */
		
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
    color: #f886ee
	background:  ;
	
}
.container {
        
}

#botSquare {
        margin: 0;
        padding: 0 0 1px 10px;
		background-image:url(../images/borders/pospak_gradient.gif);
		border-right: 0px; /* @ each end of the main menus */
		border-left: 0px;
}

#botSquare li {
        margin: 0px; /* the right of each menu */
        padding: 0;
        display: inline;
        list-style-type: none;
		
}

#botSquare a:link, #navSquare a:visited {
        float:none;
		font-size: 12px;
        line-height: 12px;
		font-weight:500;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style:normal;
        padding: 7px 12px 0px 12px;
        text-decoration: none;
        color:#a8abab; /* color of text before mouseover */
		
}

#botSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
    color: #f886ee;
	background:;
	
}
/* LAYOUT ONLY FOR SHOP!! */
#container {
	width: 780px;
	border: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px; /*10px;*/
	background-color: white;
	
}
#header {
	padding: 10px;
	margin-bottom: 5px;
	background-color: white;
	text-align: center;
}
#content {
	margin-left: 175px;
	padding: 20px;
	background-color: white;
	float: left; 
	width: 555px; 
	margin: 0 0 10px 0; 
	display: inline; 
	overflow: auto; 
	position: relative;
    margin-top: 0px;
}
#menu {
	float: left;
	width: 150px;
	margin: 0;
	margin-right: 5px;
	padding: 10px;
	background-color: white;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: white;
	text-align: center;
}

/* THE LEFT MENU */
ul#navlist
{
	width: 1px;
	padding: 0px;
	border: 1px solid #ffffff;
	border-top: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #808080;
	
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
	
}

ul#navlist li a
{
	display: block;
	width: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	
	color:#0033FF;
	text-decoration: none;
	text-align: right;
	background-image:url(../../images/borders/pospak_bluegray2.gif);
}

ul#navlist li a:link {background-image:url(../../images/borders/pospak_bluegray2.gif); }
div#navcontainer li a:visited { color:#0033FF; }

ul#navlist li a:hover
{
	color:#FF0000;
	background:url(../../images/borders/silver.gif);
}

/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link, #active a:visited, #active a:hover
{
	
	color: #cccccc;
	background:url(../../images/borders/silver.gif);
}
/* THE TOP MENU */
#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font: bold 11px verdana,helvetica,arial,sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	padding: 0.2em 0.5em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer2 ul li a:hover
{
	background-color: #369;
	color: #fff;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-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: #ffffff;
      border-width:1px;
}

/* general settings */
html {
    height: 100%;
}

body {
	height: 100%;
	background-color::transparent;
	SCROLLBAR-FACE-COLOR: #e0dedf; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c7c6c6; 
	SCROLLBAR-SHADOW-COLOR: #9f9e9e; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #b5b3b3; 
	SCROLLBAR-TRACK-COLOR: #efeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #9f9e9e;

}


p {color:#666666}
div {color: #666666}

/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	/* color: #333333; */
	margin: 0px;
	padding: 0px;
	color: black;
}
h1 { 
	 /* left menu */
	 font-size:24px;
     font-weight: bold;
	 color:#0066FF;
}
h2 { /* page headers */
	 font-size: 14px;
     font-weight: bold;
	 color: #cccccc;
} 
h3 { /* slogan under logo */ 
	 font-size: 15px; 
     font-weight: bolder;
     position: relative;
	 color: #3366FF;
}
h4 { /* back to admin options, and other text links like that */
	 font-size: 12px;   
	 text-align: center;
     font-weight: normal;
	 color:#3366FF
}
h5 { /* product id in details.php */
	 font-size: 12px;
     font-weight: bold;
} 
h6 { /* the headers in editsettings.php */
     font-size: 13px;   
	 text-align: center;
     font-weight: bold;
     border-top: 1px solid;
     border-bottom: 1px solid;
 	 background-color: #369;
     color: white;
     /*text-transform: uppercase;*/
}

/* how the links should behave (apart from the menu) */
a { text-decoration: underline; }
a {color: #666666;}
a:link { color: #666666; }
a:visited { color:#06969D; }
a:active { color: #003366; }
a:hover { color: #cccccc; }

/* 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: black; }
a.plain:hover { color: black; }

/* single pixel borders on input boxes */


/* text in tables */
td, th {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
}
/* tables of this class have no border */
table#borderless {
	border-collapse: collapse;
	border-style: hidden;
}
table.borderless th,
table.borderless td {
	border: 0px;
	padding: 5px;
	border-style: hidden;
	vertical-align: top;
}

/* a class that describes how tables should look */
.datatable {
		border: 1px solid #ffffff;
		border-collapse: collapse;
		margin-left:auto; 
		margin-right:auto;
}
.datatable td {
		border: 1px solid #ffffff;	
		padding: 4px;
		text-align: left;
    	vertical-align: top;
}
.datatable th {
		border: 1px solid #cccccc;
		background-color: #ccccdd;
		font-weight: bold;
		color: #666677;
		text-align: left;
		padding: 4px;
}
.datatable caption {
		font-size: 14px;
		font-weight: bold;
		color: #33517A;
		text-align: left;
		padding-top: 3px;
		padding-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
}
.datatable tr.altrow {
		background-color: #ffffff;
		color: #000000;
}
/*.datatable tr:hover, .datatable tr.hilite {
		background-color: #dff;
		color: #000000;
}*/
	
/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:red; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:-11em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}
