/* LAYOUT ONLY!! */
#container {
	width: 1024px;
	border: 0px "#000000";
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px; /*10px;*/
	background-color: #FFFF00;
}
#header {
	padding: 10px;
	margin-top: 0px;
  margin-bottom: 0px;
	background-color: #FFFF00;
	text-align: right;
}
#content {
	margin-left: 175px;
	padding: 20px;
	background-color: #FCF8B2;
	float: left; 
	width: 769px;
	margin: 0 0 10px 0; 
	display: inline; 
	overflow: none; 
	position: relative;
  margin-top: 26px;
}
#menu {
	float: left;
	width: 180px;
	margin: 0px;
	margin-right: 5px;
	padding: 10px;
	background-color: #FFFF00;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: #FFFF00;
	text-align: center;
}

/* THE LEFT MENU */
ul#navlist
{
	width: 170px;
	padding: 0px;
	border: 1px solid #000000;
	border-top: 0px;
	margin: 0px;
	font: bold 11px verdana,helvetica,arial,sans-serif;
	background: #F5F64F;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #000000;
}

ul#navlist li a
{
	display: block;
	width: 152px;
	padding: 4px 4px 4px 4px;
	border: 0px;
	border-left: 10px solid #000000;
	background: #000000;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link { color: #FFFFFF; }
div#navcontainer li a:visited { color: #FFFFFF; }

ul#navlist li a:hover
{
	border-color: #FCF8B2;
	color: #000000;
	background: #FFFF00;
}

/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link, #active a:visited, #active a:hover
{
	border-color: #FCF8B2;
	color: #000000;
	background: #000000;
}
/* THE TOP MENU */
#navcontainer2 ul
{
  margin-top: 5px;
	padding-left: 0;
	margin-left: 0;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font: bold 11px verdana,helvetica,arial,sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 p 
{
  margin-top: 3px;
  margin-bottom: 0px;
  margin-right: 5px; 
}

#navcontainer2 ul li a
{
	padding: 0.5em 0.5em;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-style:solid;
	border-color: #000000;
	border-width:1px;
}

#navcontainer2 ul li a:hover
{
	background-color: #FFFF00;
	color: #000000;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

	#hideable {
	background-color: #FFFF00;
}

/* image properties */
.imgleft {
	border-style:solid;
	border-color: #000000;
	border-width:1px;
	float: left;
  margin: 8px 5px;
  
}

.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: #D6DDE6;
	border-width:1px;
}

/* general settings */
body {
  height: 100%;
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	background: #FFFF00;
}

/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	/*color: #333333;*/
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h1 { 
	 /* left menu */
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
h2 { /* page headers */
	font-size: 14px;
	font-weight: bold;
} 
h3 { /* slogan under logo */ 
	font-size: 15px; 
	font-weight: bolder;
	position: relative;
}
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;
} 
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: #000000;
	color: #FFFFFF;
     /*text-transform: uppercase;*/
}

/* how the links should behave (apart from the menu) */
	a { text-decoration: underline; }
	a:link { color: #000000; }
	a:visited { color: #000000; }
	a:active { color: #000000; }
	a:hover { color: #000000; }

/* a link class that is pretty plain */
	a.plain { text-decoration: none; }
	a.plain:link { color: #000000; }
	a.plain:visited { color: #000000; }
	a.plain:active { color: #000000; }
	a.plain:hover { color: #000000; }

/* a link class tabulka */
	a.tab { text-decoration: none; }
	a.tab:link { color: #FF9900; }
	a.tab:visited { color: #FF9900; }
	a.tab:active { color: #FF9900; }
	a.tab:hover { color: #FF9900; }


/* 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: 2px;
	border-style: hidden;
	vertical-align: top;
}

/* a class that describes how tables should look */
.datatable {
	border: 1px solid #666677;
	border-collapse: collapse;
	margin-left:auto; 
	margin-right:auto;
}
.datatable td {
	border: 1px solid #666677;	
	padding: 2px;
	text-align: left;
/*  vertical-align: middle;*/
}
.datatable1 {
	border: 0px solid #666677;
	border-collapse: collapse;
	margin-left:0; 
	margin-right:0;
}
.datatable1 td {
	border: 0px solid #666677;	
	padding: 2px 5px;
	text-align: left;
}
.datatable th {
	border: 1px solid #666677;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
}
.datatable caption {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	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:#FF3300; 
	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;
	left:2em; width:25em;
	border:1px solid #000;
	background-color:#FFFFFF; color:#000;
	text-align: left;
}

/* single pixel borders on input boxes */
select, textarea, input[type=text], input[type=password]
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.history{
  width: 770px;
  height: 530px;
  padding: 10px 0px;
  background-color: #FFFFFF;
  overflow: auto;
}
