body
{
  background-image: url(http://www.surveillance-spy-cameras.com/Images/newheaderbg.jpg);

  background-repeat: repeat-x;


}
body, td 
{ 
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

li
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.fl
{
   font-size: 10px;
   font-weight: bold;
   color: black;
}

h3
{
   font-size: 14px;
   font-weight: bold;
   color: #002277;
}

h1
{
   font-size: 16px;
   font-weight: bold;
}

h2
{
   font-size: 14px;
   font-weight: bold;
}

h5
{
border: 1px solid #ddd;
padding: 3px;
font-family: arial;
background-color: #eeeeee;
font-size: 15px;
color: #666;
font-weight: bold;
}

h6
{
   font-size: 16px;
   font-weight: bold;
   color: #800000;
}

.notice
{
   color: #black;
   margin: 10px auto;
   padding: 8px;
   background: #ffffcc; 
   border: 1px solid #ffff77;
}

.pn
{
   margin: 5px auto;
   padding: 5px;
   background: #eeeeee; 
   border: 1px solid black;
   font-size: 12px;
   font-weight: bold;
}

h4
{
   font-size: 14px;
   font-weight: bold;
   color: #000080;
}

table.navbar {
   }
table.navbar td {
   border: 1px solid white;
}
table.navbar td a{
   display: block;
   width: 180px;
   padding-top: 3px;
   padding-left: 5px;   
   padding-right: 2px;
   padding-bottom: 2px;
   text-decoration: underline;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px;
   color: #3E3535;
   background-color: white;
   font-weight: bold;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #3E3535;
   background-color: white;
}
table.navbar td a:hover, table.navbar td a:active {
   background-color: #3E3535;
   text-decoration: none;
   color: white;
}

form
{
margin: 0px;
padding: 0px;
}

.grouphead
{
border: 1px solid #ddd;
padding: 3px;
font-family: arial;
background-color: #eeeeee;
font-size: 14px;
color: #666;
font-weight: bold;
margin-right: 2px;
}
.groupbody
{
padding-top: 5px;
padding-left: 3px;
font-family: arial;
font-size: 12px;
}



table.headerbar {
   
   }
table.headerbar td {
height: 30px;
}
table.headerbar td a{
   padding-top: 3px;
   padding-left: 5px;   
   padding-right: 15px;
   padding-bottom: 15px;
   text-decoration: underline;
   font-family: Tahoma;
   font-size: 12px;
   font-weight: bold;
   color: white;
}
table.headerbar td a:link, table.navbar td a:visited {

    }
table.headerbar td a:hover, table.navbar td a:active {
   
   text-decoration: none; 
}

table.category td a
{
   font-family:Tahoma; font-size:11px;
}

 
TD.header{
   background-color: #083185;
}

TD.header p
{
font-family:Tahoma; font-size:13px;  font-weight: bold; color:white; text-decoration:none;
}


table.order
{
}
table.order td
{
   font-size: 11px;
}


fieldset
{
border: 1px solid black;
width: auto;
}

legend
{
color: black;
background: #eeeeee;
border: 1px solid black;
padding: 2px 6px;
font-size: 14px;
font-weight: bold;
}

.orderbutton
{
    background: url(http://www.surveillance-spy-cameras.com/Images/addtocart.jpg) no-repeat;
    height: 26px;
    width: 121px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

table.catdesc
{
   background-color: #EAEAEA;
   font-family:Tahoma; 
   border: 1px solid black;
   width: 90%;
   
}

table.catdesc p
{
   font-size:12px;
   font-color: black;
   padding: 5px;   
}

table.tabs
{
	cursor: pointer;
	border-collapse: collapse;
}

table.tabs td
{
	margin: 0px;
	padding: 0px;
}

.inactive
{
  font-size: 10px;
  color: white;
  font-family: verdana;
  font-weight: normal;
  width: 100px;
  height: 20px;
  background: url("http://www.surveillance-spy-cameras.com/Images/taboff.jpg");
  text-align: center;
}

.active
{
  font-size: 10px;
  color: white;
  font-weight: bold;
  font-family: verdana;
  width: 100px;
  height: 20px;
  background: url("http://www.surveillance-spy-cameras.com/Images/tabon.jpg");
  text-align: center;
}

INPUT { color: black; font-weight: bold; font-style: normal} 
SELECT { font-size: 12px; color: #000000; font-weight: bold; font-style: normal }
a { text-decoration:underline }
a:hover { text-decoration: none}

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	font-family: Verdana;
	font-size: 10px;
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */

}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */

}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: black;
	display: block;
	/* background: white; */
}

.menu {
	width: 170px; 
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: underline;
	color: #3E3535;
	padding: 5px;
	width: 155px;
	display: block;
	background-color: white;
	font-weight: bold;
}

.menu a:hover, .menu li:hover>a {
	color: white;
	text-decoration: none;
	background-color: #3E3535;
}

.menu li {	/* create borders around each item */
	border: 1px solid white;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 0px;
	left: 90%;

}

a.subli
{
   border: 1px solid #3E3535;
   font-weight: normal;
}

/*]]>*/
