/* LAYOUT ONLY!! */
.btn {
	PADDING-RIGHT: 1px; 
	PADDING-BOTTOM: 1px;
	PADDING-LEFT: 1px; 
	PADDING-TOP: 1px;
	/*DISPLAY: block; */
	BACKGROUND: #aaa;
	CURSOR: pointer;
	COLOR: #fff;
	POSITION: relative;
	font: 11px Tahoma,sans-serif;
}
.blue {
	BACKGROUND: #8fbce9
}
.btn:hover {
	BACKGROUND-COLOR: #a00
}
.btn:active {
	BACKGROUND-COLOR: #444
}
 HTML .btn {
	BORDER-RIGHT: #aaa 3px double; 
	BORDER-TOP: #aaa 3px double;
	BORDER-LEFT: #aaa 3px double; 
	BORDER-BOTTOM: #aaa 3px double
}
 HTML .blue {
	BORDER-LEFT-COLOR: #8fbce9;
	BORDER-BOTTOM-COLOR: #8fbce9;
	BORDER-TOP-COLOR: #8fbce9;
	BORDER-RIGHT-COLOR: #8fbce9
}
  HTML .btn:hover {
	BORDER-LEFT-COLOR: #a00;
	BORDER-BOTTOM-COLOR: #a00;
	BORDER-TOP-COLOR: #a00; 
	BORDER-RIGHT-COLOR: #a00
}

#container {
	width: 940px;
	padding: 0 40px;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-box-shadow: 0 -3px 5px 0 #333;
	-webkit-box-shadow: 0 -3px 5px 0 #333;
	box-shadow: 0 -3px 5px 0 #333;
	height: 100%;
}
#content {
	margin-left: 175px;
	padding: 13px 20px 0px 20px;
	background-color: white;
	float: right; 
	width:75%; 
	margin: 0 0 10px 0; 
	display: inline; 
	overflow: auto; 
	position: relative;
    margin-top: 10px;
	height: 60%;
}
#header {
	padding: 10px;
	margin-bottom: 5px;
	background-color: white;
	text-align: center;
}
#footer {
	clear: both;
	padding-top: 15px;
	background-color: white;
	text-align: center;
	padding-bottom: 30px;
	vertical-align: baseline;
	border: 1px;
	border-top: 1px solid #efefef;/* line between right menu 's item*/
	height :110px;
	
}
#menu {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 5px;
	padding: 10px;
	background-color: white;/* right menu background*/
}

#list-menu-box {
	text-align: center;
	width: 980px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-top: 15px;
	background-image: url(./images/compart-small.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#list-menu-box ul {
	padding: 0;
	margin: 0;
	margin-left: 130px;
}
#list-menu-box li {
	float: right;
	padding: 5px 15px 5px 15px;
	margin: 15px 0px 10px 0px;
	height: 18px;
	display: block;
}

.top_note{
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
	box-sizing: border-box;
	color: black;
	line-height: 1.5;
	margin: 2.5em 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 100%;
	height:10%;
	font: 13px Tahoma,sans-serif;
	
}

/* THE right MENU */
ul#navlist
{
	width: 158px;
	padding: 0px;
	border: 1px solid #8fbce9;/*right menu border*/
	border-top: 0px;
	margin: 0px;
	font: bold 9px Tahoma,sans-serif; /*right menu font*/
	background: #808080;/*menu background */
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #8fbce9 ;/* line between right menu 's item*/
}
/* right menu */
ul#navlist li a
{
	display: block;
	width: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-right: 20px solid #809FFF;/* menu items right side*/
	background: #eff2f9; /* menu items */
	text-decoration: none;
	text-align: right;
}

ul#navlist li a:link { color: #666677; } /* menu items forecolor*/
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
	border-color: #ff9000;/* menu items right side on mouse move*/
	color: #ffffff;
	background: #8fbce9; /*menu item background on mouse move*/
}

/* 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: #8fbce9;
}
/* THE TOP MENU */
#navcontainer2{
	width:100%;
}
#navcontainer2 ul
{
	padding: 0;
	margin: 0px;
	background-color: #0066B3; /* THE TOP MENU  background - main---#2492FF*/
	color: White;
	float: right;
	width: 100%;
	font: bold 11px Tahoma,sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	padding: 0.2em 0.5em;
	background-color: #0066B3;/* THE TOP MENU  items background */
	color: White;
	text-decoration: none;
	float: right;
	border-right: 1px solid #fff;
	width: 130px;
	text-align: center;
}

#navcontainer2 ul li a:hover
{
	background-color: #2492FF;/* THE TOP MENU  items background on mouse move*/
	color: #fff;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-color: white;
}
.shadowbox {
  background: #ccc;
  position: relative;
  top: 2px;
  left: 2px;
}
.shadowbox div {
	/*.width: 1100px;*/
	position: relative;
	border: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: white;
	top: -3px;
    left: -3px;
}

/* 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%;
	scrollbar-base-color: #809FFF  ;
	scrollbar-arrow-color: #eff2f9;
	scrollbar-track-color: #eff2f9;

	scrollbar-shadow-color: #eff2f9;
	scrollbar-lightshadow-color: #eff2f9; 
	scrollbar-darkshadow-color: #809FFF;

	scrollbar-highlight-color: #eff2f9;
	scrollbar-3dlight-color: #eff2f9;
}

body {
	height: 100%;
	font: 11px Tahoma,sans-serif;
	background: #f4f4f4;
}

/* 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: 13px;
     font-weight: bold;
	 color: #33517A;
}
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: #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, select {
   color:#050;
   font-family:tahoma,tahoma;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}*/



input, textarea,select
{
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: black;
   font: 11px Tahoma,sans-serif;
}

/* text in tables */
td, th {
	font: 11px Tahoma,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 #666677;
		border-collapse: collapse;
		margin-left:auto; 
		margin-right:auto;
		width: 100%;
}
.datatable td {
		border: 1px solid #666677;	
		padding: 4px;
		text-align: right;
    	vertical-align: middle;
		/*text-align: center;*/
}
.datatable th {
		border: 1px solid #666677;/*table border*/
		background-color: #C3D9FF;/*table header*/
		font-weight: bold;
		color: black;/*table header*/
		text-align: right;
		padding: 4px;
}
.datatable caption {
		font-size: 14px;
		font-weight: bold;
		color: #33517A;
		text-align: right;
		padding-top: 3px;
		padding-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
}
.datatable tr.altrow {
		background-color: #eff2f9;/*table alternative*/
		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: right
}
.imp_link{
	text-align: center;
	color:#5a9459;
}