@charset "utf-8";
/* CSS Document */
BODY{
	line-height: 1.4em;
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	font-size: 0.8em;
	background:url(../images/back-body.gif) repeat-x #000;
	margin:0px;
	padding:0px;
	color:#EEEEEE;
}
SMALL{
	font-family:Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:0.5px;
	line-height:12px;
	color:#999999;
}
FORM{
	margin:0px;
	padding:0px;
}
H2{
	font-size : 18px;
	margin:0px;
	padding: 5px 0px 5px 0px;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
}
H1{
	font-size : 24px;
	margin:0px;
	font-weight:normal;
	padding: 5px 0px 5px 0px;
	font-family:Helvetica, sans-serif;
	letter-spacing:1px;
}
A{
	color:#FF0;
	text-decoration:none;
	}
A:hover{
	color:#FFF;
  text-decoration:underline;
  }
UL{
	padding-left:20px; 
}
#divContent {
	width: 100%; 
	height: 100%; 
	z-index: 0; 
	margin: 0px; 
	padding: 0px;
}
#divTop {
	position: relative; 
	top:2px;
	width: 100%; 
	height: 75px; 
	z-index: 0; 
	margin: 0px; 
	padding: 0px;
	background-color:#FFF;
}
#divMainBannerHome {
	position: relative; 
	width: 100%; 
	height: 400px; 
	z-index: 0; 
	margin: 0px; 
	padding: 0px;
	background-color:#FFF;
	border-bottom: 7px solid #ff2700;
	margin-bottom: 10px;
}
#divMainBanners {
	position: relative; 
	width: 100%; 
	height: 200px; 
	z-index: 0; 
	margin: 0px; 
	padding: 0px;
	background-color:#FFF;
	border-bottom: 7px solid #ff2700;
	margin-bottom: 10px;
	background:url(../images-banner/banner-prod-back.jpg) repeat-x;
}
#divFooter {
	position: relative; 
	width: 100%; 
	z-index: 0; 
	margin: 0px; 
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #ff2700;
	border-bottom: 2px solid #ff2700;
	margin-top: 10px;
}
#divProdCatTitle{
	position: relative; 
	width: 100%; 
	z-index: 0; 
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px solid #333;
}

.divInnerContent {
	position: relative; 
	text-align: left; 
	width: 990px; 
	height: 100%; 
	margin: auto; 
	z-index: 0;
}

.divProdCat{
	float:left;
	margin:5px;
	padding:3px;
	background-color:#FFF;
}
.divProdCatThumb{
	float:left;
	margin:4px;
	padding:1px;
	background-color:#999;
}
.divProdCatThumbActive{
	float:left;
	margin:1px;
	padding:4px;
	background-color:#ff2700;
}
.divImgBanner{
	margin-bottom:7px;
	margin-top:3px;
}
.divProdTitle{
	font-size:18px;
	color:#FFF;
	border-bottom:dotted 1px #666;
	padding-bottom:3px;
	margin-bottom:2px;
}
.divProdDesc{
	font-size:12px;
	color:#999;
}
.divProdList{
	font-size:12px;
	color:#FFF;
	border:solid 1px #666;
}

.tooltip {
	line-height: 1.2em;font-family:"arial";font-size:10px;width:300px;BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; Z-INDEX: 3000; PADDING-BOTTOM: 5px; BORDER-LEFT: #fff 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #fff 1px solid; POSITION: absolute;  BACKGROUND-COLOR: #333333; DISPLAY: none;
}
.tooltip P {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 5px; BACKGROUND-COLOR: #dddddd;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a {
	color:#ff0;
}
.treeview a.selected {
	background-color: #eee;
}
.treeview .hover { color:#FFFFFF; cursor: pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 