body {
	font-size:12px;
	font-family: Arial, Tahoma, 'Lucida Grande', Geneva, Arial, Verdana;
	margin:0px;
	background-color:#333333;
	scrollbar-face-color:#666666;
	scrollbar-track-color:#999999;
	scrollbar-3dlight-color:#333333;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#333333;
}
INPUT.text, SELECT, TEXTAREA {
	font-size:12pt;
	font-family:arial;
	color:#000000;
	background-color:#eeeeee;
	border: 1px solid #111111
}

ul.myMenu, ul.myMenu ul {
                  /* sets the size of the menu blocks */
  /*border: 1px solid #000;      /* puts a black border around the menu blocks */
  background-color: #ddd;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.myMenu li { list-style-type:none; position:relative; }
ul.myMenu li a {float:left;overflow: hidden; margin: 0px;  }
ul.myMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
ul.myMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 30px;                    /* position slightly lower than the parent menu item */
  left: 0px;
  width:100px;
  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}

#cameramenu span { width:83px;height:30px;background: url(/asset/images/menu/01n.gif) no-repeat; margin: 0; padding: 0; float:left; }
#cameramenu span:hover { background: url(/asset/images/menu/01s.gif) no-repeat; }

#dvrmenu span { width:60px;height:30px;background: url(/asset/images/menu/02n.gif) no-repeat; margin: 0; padding: 0; float:left; }
#dvrmenu span:hover { background: url(/asset/images/menu/02s.gif) no-repeat; }

#lensmenu span { width:66px;height:30px;background: url(/asset/images/menu/03n.gif) no-repeat; margin: 0; padding: 0; float:left; }
#lensmenu span:hover { background: url(/asset/images/menu/03s.gif) no-repeat; }

#dooraccessmenu span { width:114px;height:30px;background: url(/asset/images/menu/04n.gif) no-repeat; margin: 0; padding: 0; float:left; }
#dooraccessmenu span:hover { background: url(/asset/images/menu/04s.gif) no-repeat; }

#andmoremenu span { width:105px;height:30px;background: url(/asset/images/menu/06n.gif) no-repeat; margin: 0; padding: 0; float:left; }
#andmoremenu span:hover { background: url(/asset/images/menu/06s.gif) no-repeat; }

#spacer span { width:32px;height:30px; float:left;}

TD { font-size:8pt;font-family: Arial, 'Lucida Grande', Geneva, Verdana;color:#222222;}

TABLE { padding:0px; }

a img {border: 0; margin: 0; padding: 0;}

A:hover { color:orange;text-decoration: underline; }
A { text-decoration: none;color:white; }

.sitemap_link A:hover {color:orange;text-decoration: underline;}
.sitemap_link A {text-decoration: none;color:white;}
.sitemap_link_title A:hover {color:orange;text-decoration: underline;}
.sitemap_link_title A {text-decoration: none;color:white;}

#print_page { font-weight: bold; }
#print_page A:hover {color:orange;text-decoration: underline;}
#print_page A {color:blue;text-decoration: underline;}

#gototop {  }
#gototop A:hover {color:yellow;text-decoration: underline;}
#gototop A {color:orange;text-decoration: none;}

font.bold{font:900;color:#ffffff}
font.right{color:#ffffff}
font.left{font-size:12pt}

h1 {font-size:14px;font-family: Arial,Tahoma,'Lucida Grande';color:#000000;font-weight: bold;margin: 8px 8px 8px 8px;}
h2 {font-size:12px;font-family: Arial,Tahoma,'Lucida Grande';color:#000000;font-weight: bold;margin: 8px 8px 8px 0px;}

#keyfeatures ul {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
#keyfeatures li {font-size:11pt;font-family: Arial,verdana 'Lucida Grande';color:#222222;font-weight: bold;letter-spacing:-1px;line-height : 15px;}
#keyfeatures .comment {font-size:7.5pt;font-family: verdana 'Lucida Grande';color:#222222;line-height : 9px;letter-spacing:0px;}

#features ul {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
#features li {font-size:9pt;font-family: verdana, Arial, 'Lucida Grande';color:#222222;line-height : 18px;}

#news ul { list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0; }
#news li {font-size:9pt;margin: 0 0 10px 0;font-family: Arial, 'Lucida Grande';color:black;line-height : 15px;}
#news li A:hover {font-size:9pt;color:green;text-decoration: underline;font-weight: bold;}
#news li A {font-size:9pt;color:blue;text-decoration: underline;font-weight: bold;}

#productlist { line-height:13px;font-size:11px; font-family: Tahoma, Arial,'Lucida Grande';font-weight:bold; vertical-align:middle;margin-left:20px;margin-bottom:5px;}
#productlist .productdesc { color:#33333 }
#productlist A:hover {color:orange;text-decoration: underline;}
#productlist A {text-decoration: none;color:white;}
#productlist .new A {text-decoration: none;color:yellow;}
#productlist .new A:hover {color:orange;text-decoration: underline;}


#specification table { width:500px;border: 1px solid #eeeeee;background-color:#eeeeee;border-collapse: collapse;}
#specification td { height:18px; font-size:11px; border: 1px solid #eeeeee; font-family: Arial, 'Lucida Grande', Geneva, Verdana;vertical-align:top;color:#222222;padding-left: 8px;padding-top: 2px;line-height : 15px;}
#specification .stitle { height:22px;font-size:12px; font-family: Arial, 'Lucida Grande', Geneva, Verdana;font-weight:bold;background-color:#333333;color:#ffffff;vertical-align:middle;}
#specification .subtitle { height:15px;font-size:12px; font-family: Arial, 'Lucida Grande', Geneva, Verdana;font-weight:bold;background-color:#111111;padding-left: 20px;}
#specification .e { background-color:#eeeeee; }
#specification .o { background-color:#bbbbbb; }
#specification .send { height:5px;background-color:#000000; }

#description { font-size:9pt; font-family: verdana, Arial, 'Lucida Grande', Geneva, Verdana; text-align:justify; color:#222222; vertical-align: top; line-height : 16px; }
#description ul {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
#description li {font-size:9pt;font-family: verdana, Arial, 'Lucida Grande';color:#222222;line-height : 18px;}

#productmenu TABLE TD { line-height:13px; font-size:11px; font-family:Tahoma, Arial,'Lucida Grande';font-weight:bold; vertical-align:middle; line-height:15px;}

#productmenu TABLE TD A { text-decoration:none; color:white; margin:15px; }

.copyright {
	font-size:9px;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
	font-weight: bold;
}
.provision {
	font-size:9px;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	line-height : 9px;
	color:#222222;
}
.square
{
	font-size:10pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	line-height : 18px;
	color:white;
}
.productbg
{
	background-color: #eeeeee;
}
.mainbodybg
{
	background-color: #eeeeee;
}
.catbodybg
{
	background-color: #999999;
}
.producttitlebg
{
	background: url(/asset/images/productnamebg.jpg) no-repeat top left;
	font-family: Arial, Tahoma, 'Lucida Grande', Geneva, Arial, Verdana;
	font-size: 15px;
	color:#222222;
	font-weight:bold;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
}
.oldcode
{
	font-family: Arial, Tahoma, 'Lucida Grande', Geneva, Arial, Verdana;
	font-size: 9px;
	color:#666666;
	padding-left: 15px;
	text-align: right;
	vertical-align: middle;
}
.productkeydesc
{
	font-family: Arial, Tahoma, 'Lucida Grande', Geneva, Arial, Verdana;
	font-size: 9px;
	color:#222222;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
}
.txtfldstyle
{ 
	font-size:9pt;
	font-family:arial;
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #111111
}
.buttonstyle
{
	font-size:9pt;
	font-weight: bold;
	font-family:arial;
	color:#000000;
}
.fieldtitle
{ 
	font-size:9pt;
	font-family:arial;
	font-weight: bold;
}
.smallmenu {
	position : absolute;
	visibility : hidden;
	z-index:2000;
}
.productlist_left {
	font-size:11px;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
	line-height : 17px;
	font-weight: bold;
}
.product_link {
	font-size:11px;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	color:blue;
	line-height : 17px;
	font-weight: bold;
}
.productlist_new_left {
	font-size:11px;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	color:yellow;
	line-height : 17px;
	font-weight: bold;
}
.sitemap_link {
	font-size:10pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	line-height : 12px;
	color:white;
}
.sitemap_link_title {
	font-size:12pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
	line-height : 25px;
	font-weight: bold;
}
.pdt_title {
	font-size:9pt;
	font-family: Tahoma, Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
	font-weight: bold;
}
.pdt_features {
	font-size:9pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	vertical-align:top;
	color:#333333;
}
.pdt_spec {
	font-size:8pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
}
.latestnews {
	font-size:9pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	color:black;
	vertical-align: top;
}
.pdt_list_description {
	font-size:7.5pt;
	font-family: Arial, Verdana, Tahoma, 'Lucida Grande', Geneva ;
	color:#cccccc;
}
.pdt_list_title{
	font-size:9pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	color:white;
	font-weight: bold;
}
.pdt_list_cattitle{
	font-size:12pt;
	font-family: Arial, 'Lucida Grande', Geneva, Verdana;
	color:yellow;
	font-weight: bold;
}
.brdrindex {
	border: 1px solid #DAD5B6;
}
.pdt_description {
	font-size:9pt; font-family: verdana, Arial, 'Lucida Grande', Geneva, Verdana; text-align:justify; color:white; vertical-align: top; line-height : 16px;
}

