/* LAYOUT ONLY!! */

#ads_block {
text-align: left; 
font-size: 0.7em; 
color: #791802;
float: left;
padding-left: 10px;
margin-top: 45px;
width:90%;
text-align: center; 
}

#small a{
font-size: 0.2em; 
color: #191A1C;
}


#top_nav {
text-align: center; 
font-size: 0.7em; 
line-height:15px;
color: #791802;
padding-left: 20%;
margin-top: 10px;
width:90%;
}

#top_nav A {color: #000;
text-decoration: underline;
}
#top_nav A:hover { 
color:#791802;
text-decoration: underline;
}



#top_nav_second {
text-align: center; 
line-height:15px;
font-size: 0.7em; 
color: #fff;
padding-left: 20%;
margin-top: 10px;
width:90%;
}

#top_nav_second  A {color: #D7D7D7;
text-decoration: underline;
}
#top_nav_second  A:hover { 
color:#fff;
text-decoration: underline;
}


#l_menu {
padding-right: 20px;
}
	
	
	

#container {
border-top: 1px solid gray;
border-right: 1px solid gray;
border-left: 1px solid gray;
background-color: white;
width:99%;
}

#container li{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 35px;
}

#cart {
	border: 1px solid gray;
		padding-left: 5%;
	font: bold 1em;

}


#header {
	background-color: white;
	text-align: center;
}

#content {
	padding-left: 5%;
	margin-top:20px;
	background-color: white;
	float: left; 
	width: 75%;
}

#menu {
	float: left;
	width: 150px;
	margin-top: 35px;
	margin-right: 25px;
	padding: 10px;
	background-color: white;
}
#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: white;
	text-align: right;
}

/* THE LEFT MENU */
ul#navlist
{
	width: 150px;
	padding-left: 10px;
	
	
	border-top: 0px;
	margin: 0px;
	
}

ul#navlist li
{
	list-style: none;
		margin: 0px;
	border: 0px;

}

ul#navlist li a
{
	display: block;
	width: 120px;
	padding: 4px 20px 4px 8px;
	border: 0px;

	border-left: 5px solid #F3F2DE;
	background: #BFC4CA;
	text-decoration: none;
	text-align: right;
}

ul#navlist li a:link { color: #666677; }

div#navcontainer li a:visited { color: #666677; }

div#navcontainer ul li {
padding: 2px 0px 0px 5px;
margin: 0px 0px;
list-style: inside disc;
}

div#navcontainer p {
padding: 0px 0px 0px 5px;
color: #cf4529;
font-weight: bold;
}







ul#navlist li a:hover
{
	border-color: #CC3218;
	color: #ffffff;
	background: #101115;
}

/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link, #active a:visited, #active a:hover
{
	border-color: #F3F2DE;
	color: #ffffff;
	background: #BFC4CA;
}
/* THE TOP MENU */
#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
}

#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: #D6DDE6;
      border-width:1px;
}

/* general settings */
html {
    height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
}

/* 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: 15px;
     font-weight: bold;
	 color: #4A4A4A;
}
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;   
	 margin: 8px;
	 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: #369;
     color: white;
     /*text-transform: uppercase;*/
}

/* how the links should behave (apart from the menu) */
a { text-decoration: underline; }
a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #0D4D89; }

/* 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 */
input, textarea
{
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

.inpimg
{
   border-width: 0px;
   }


/* text in tables */
td, th {
}
/* 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 {
padding: 0px 30px 0px 30px;
margin: 0px 0px 0px 20px;
width: 90%;
}

.datatable td {
	padding: 4px;
	text-align: justify;
	vertical-align: top;
}
.datatable th {
background-color: #ccccdd;
font-weight: bold;
color: #666677;
text-align: left;
padding: 4px;
}

.datatable img {
	margin: 10px 0 15px 0;
}

.datatable p {
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
	line-height: 150%;
}
.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: #DFE7F2;
		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
}

