/* CSS Document */

/* LAYOUT ONLY!! */

#container {
	width: 780px;
	border: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px; /*12px;*/
	background-color: #ffffff;
}
#header {
	padding: 12px;
	margin-bottom: 5px;
	background-color: #ffffff;
	text-align: center;
}
#content {
	margin-left: 175px;
	padding: 20px;
	background-color: white;
	float: left; 
	width: 555px; 
	margin: 0 0 12px 0; 
	display: inline; 
	overflow: auto; 
	position: relative;
    margin-top: 0px;
}
#menu {
	float: left;
	width: 150px;
	margin: 0;
	margin-right: 5px;
	padding: 12px;
	background-color: #ffffff;
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color:#ffffff;
	text-align: center;
}

/* THE LEFT MENU */
ul#navlist
{
	width: 158px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
	background: #ffffff;
}

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;
	border-left: 20px solid #aaaabb;
	text-decoration: none;
	text-align: right;
	background: url(images/menubg.png) #d9dffb;
}

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

ul#navlist li a:hover
{
	border-color: #ff9000;
	color: #ffffff;
    background: url(images/menubg_hov.png) #d9dffb;
}

/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link, #active a:visited, #active a:hover
{
	border-color: #ff9000;
	color: #ffffff;
    background: url(images/menubg_sel.png) #d9dffb;
}
/* THE TOP MENU */
#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: black;
	float: left;
	width: 100%;
	font: bold 12px verdana,helvetica,arial,sans-serif;
	border: 1px solid #808080;
	background: url(images/h6_bg.png) #d9dffb;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	padding: 0.2em 0.5em;
	color: black;
	text-decoration: none;
	float: center;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
}

#navcontainer2 ul li a:hover
{
	background-color: #369;
	color: #c8c8c8;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-color: white;
}

/* image properties */
.imgleft {
	  float: left;
      padding: 6px 12px 6px 0px;	  
}

.imgright {
	  float: right;
      padding: 6px 0px 6px 12px;	  
}
	
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;
}
.borderimg2 { 
	  border-style:solid;
      border-color: #7cc166;
      border-width:1px;
}
/* general settings */
html {
    height: 100%;
}

body {
background-color:#D5D8F9;

    margin:0px;
	margin-top:0px;
	height: 100%;
	font: 12px arial
	font-height:12px;
	color: #000000;
	

}

text{
font: 12px arial;
	font-height:16px;
}
.table {
	font-family: arial;
	font-size: 12px;
	font-height: 12px;
	border-bottom:1px #000000;
	border-right: 1px  #000000;
	border-left:  #000000 1px;
	background: ffffff;

	
	
	      }
/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	margin: 0px;
	padding: 0px;
	color: black;
}
h1 { 
	 /* left menu */
	 font-size: 20px;
     font-weight: bold;
	 color: #0072AC;

}
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:500;
} 
h6 { /* the headers in editsettings.php */
     font-size: 12px;   
	 text-align: right;
     font-weight: bold;
	 font-family:Arial;
	 color:#000000;
	 
}

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

/* a link class that is pretty plain */
a.plain { color: #0071A3; font-weight: bold;text-decoration: none; }
a.plain:link { color: #0071A3; font-weight: bold; }
a.plain:visited {color: #0071A3; font-weight: bold; }
a.plain:active { color: #0071A3; font-weight: bold; }
a.plain:hover {color: #0071A3; font-weight: bold;}

/* single pixel borders on input boxes */
input, textarea
{
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

/* text in tables */
td, th {
	font: 12px arial;
	font-height: 13px;
}
/* tables of this class have no border */
table#borderless {
	border-collapse: collapse;
	border-style: hidden;
	background:#FFFFFF;
}
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 {
        font: arial;
		font-size:12px;
		border:inset;
		border-bottom:1px #999999;
		border-top:1px #999999;
		border-left:1px #999999;
		border-right:1px #999999;
		padding:1px;
}
.input {
	border: 1px solid #888888;
	font-size: 12px;
	font:arial;
	}
	
.feedbackemail {
	border: 1px solid #888888;
	font-size: 12px;
	text-align:right;
	padding:1px;
	width:98%;
	height:17px;
	font-weight:bold;
	background-image:url(../images/backgroung-for-feedback.gif);
	font:arial;
	}
	.remotesearch {
	border: 1px solid #888888;
	font-size: 12px;
	background-color:#D3D7D2;
	padding:1px;
	width:120px;
	height:14px;
	font:arial;
	}
	.feedbacktextarea {
	border: 1px solid #888888;
	font-size: 12px;
	text-align:right;
	width:98%;
	height:60px;
	background:none;
	padding:1px;
	font-weight:bold;
	font:arial;
	}

.button {
	border: 1px solid #888888;
	font-size: 12px;
	background-color: #ffffff;
	font:arial;
	}

.datatable td {
		border: 1px solid #666677;	
		padding: 4px;
		text-align: left;
    	vertical-align: top;
		background-color: #FFFFFF;
}
.datatable th {
		background-color: #ffffff;
		font-weight: bold;
		color: #666677;
		text-align: left;
		padding: 4px;
        border: 1px solid #808080;
	    background: url(images/h6_bg.png) #d9dffb;
}
.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: #E9EEF5;
		color: #000000;
}
ul{
padding-left:20px;
font: 12px arial;
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: 12px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#ff0}

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:2em; left:1em; width:25em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}

.sbttnT
 {
 background: #000033;
  border-bottom: 1px solid #889999;
  border-right: 1px solid #889999;
  border-left: 1px solid #889999;
  border-top:1px solid #889999;
  color:#ffffff;
  height:19px;
  FONT-WEIGHT: bold; 
  FONT-FAMILY: arial; 
  FONT-SIZE: 12px;
  text-decoration:none;
  cursor: hand;
  }
  .drpdwnred
 {color:#ffffff;
  background-color:#d12026;
  FONT-WEIGHT: none;
  FONT-FAMILY: arial;
  width:90%;
  FONT-SIZE: 12px;}
  .drpdwnblack
 {color:#ffffff;
  background-color:#000000;
  FONT-WEIGHT: none;
  width:90%;
  FONT-FAMILY: arial; 
  FONT-SIZE: 12px;}
   .INP_BOX {
    	 background-color : white; 
    	 border-bottom : 1px solid black; 
    	 border-left : 1px solid black; 
    	 border-right : 1px solid black; 
    	 border-top : 1px solid black; 
    	 padding-bottom : 1px; 
    	 padding-left : 1px; 
    	 padding-right : 1px; 
    	 padding-top : 1px; 
    	 color : black; 
    	 background : white;
		 font: arial;
		 font-weight:600;
		 
	}
	
	.maincontainer{
	width:99%;
	position: absolute;
	top: -7px;
	height:700px;
	background-image:url(../images/bgstrip.jpg);
	background-repeat:repeat-x;
	left: 1px;
    }
		        
    .headmenu {
	list-style-position: inside;
	
	height:auto;
	padding-bottom:32px;
    }
	  .error {	
	 width:100%;
	 height:20px;
	 background-color:#F5F8C7;
	 text-align:center;
	 font: arial
	 color:#000000;
    }
	.signedon {
	height:auto;
	padding-right:35px;
    }
ul
{
/*list-style:square inside url("/images/bullet.gif");*/
list-style-image:url(../images/bullet.gif);
}
.rightlist
{
/*list-style:square inside url("/images/bullet.gif");*/
list-style-image:url(../images/bullet2.jpg);
}