
/* General */
a 			{text-decoration: none;color: #002bb8;background: none;}
a:visited 	{color: #002bb8;} 
.tree a:visited {color: Black}	
a:active 	{color: #002bb8;}
a:hover 	{text-decoration: underline;}

body		{margin:0px}
body, input {font-family: arial,verdana,sans-serif;font-size: 90%}
/*,td,p,a,font,span,div */

h1 {font-size: 130%; font-weight: bold; color: #4169e1}
h2 {font-size: 100%; font-weight: bold; color: #4169e1}
h3 {font-size: 90%;  color: #4169e1}


/* Header */
#header 
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 70px; 
	padding: 0; 
	border: 0
}

#header div.top 
{ 
	width: 100% - 300px; 
	height: 49px; 
	padding: 0;  
	margin: 0 0 0 300px;
	background-color: #eeeeee; 
	border-bottom: solid 1px #aaaaaa;
	/*background-color: green;*/

}

#header div.bottom 
{
	background-color: Transparent; 
/*	z-index: 2;		
	position: absolute; 
	top: 48px;
	left: 0;
*/	width: 100% - 216px; 
	height: 22px;  
	margin: 0 0 0 216px;
	padding: 2px 1em 2px 0; 
	vertical-align: middle; 
	overflow: hidden;
	/*background-color: Teal;*/
}


#header img.eCatLogo 
{ 
	position:absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
}

#header img.techDocLogo 
{ 
	position:absolute; 
	top: 0; 
	left: 215; 
	z-index: 1; 
}

#header #content 
{	
	margin: 26px 10px 10px 165px; 
	width: 100% - 165px; 
	overflow: auto;
	/*background-color: yellow;*/

}

/* Left Bar */
.leftBar
{	
	position: absolute;
	z-index: 1;
	left: 5px; 
	top: 98px;
	width: 150px; 
	overflow: hidden;
}
.box 
{	
	width: 100%;
	margin-bottom: 10;
}

/* LeftBox */
.boxTitle
{
	width: 140px; 
	padding: 0;
	border: 0;
	border-spacing: 0;
	color: Gray;
	white-space:nowrap;
}   

.boxLabel 
{
	width: 140px; 
	height: 20px; 
	font-size: 13px; 
	display:inline; 
	white-space:nowrap;
    border-top: solid 1px #aaaaaa; 
    border-bottom: solid 1px #aaaaaa;
    padding-left: 0px; 
    padding-right: 0px;
    padding-top: 4px; 
	vertical-align: bottom;
	/*background-color: Purple;*/
}

img.boxLeftImg	
{
	display:inline;
	vertical-align: bottom;
}

img.boxRightImg	
{
	display:inline;
	vertical-align: bottom;
}

.boxContent 
{
	width: 100%; 
	font-size: 10px; 
    border: solid 1px #aaaaaa;
    border-top: 0; 
    padding: 4px; 
	text-align: left;
	/*background-color: Purple;*/
}

/* Part Header */
.partHeader
{
	width: 400px; 
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 10px;
}   

.partHeaderLabel 
{
	width: 160px; 
	height: 18px; 
    background: #c5c5c5 url(images/cudl_bg_gray.gif) repeat-x 0 0 ;
	font-size: 13px; 
	font-weight:bold; 
	display:inline; 
	white-space:nowrap;
    border-left: solid 1px #aaaaaa; 
    border-top: solid 1px #aaaaaa;
    padding-left: 10px; 
    padding-right: 20px;
    padding-top: 1px;    /* kvùli FireFoxu  */
	vertical-align: bottom;
}

img.partHeaderImg	
{
	vertical-align: bottom;
}




/* GridViews */

#GridViewSelection
{	
	margin: 0px 0px 0px 0px; 
	width: 100%; 
	overflow: auto;
	padding-bottom: 20;
	/*background-color:  Fuchsia;*/

}

/* Images */

.carIco 
{
	position: absolute;
    top: 108px; 
    right: 20px; 
    z-index: 0;
}
   

.clearBasketDialog
{
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 165px;
	width: 600px;
	height: 100px;
	background-color: Yellow;
	border-style: dotted;
	border-width: 2px;
	border-color: Red;
	
}


/* Not in use */
.login_title {background-color:#dadadb; padding:0.1em; margin:0; text-align:center;border-bottom:1px solid #aaaaaa}			 
table.login	{border: #aaaaaa 0px solid;background:#ffffff; padding: 0}
td.login	{background:#eeeeee;background-image: url(images/tecdoc_75x26.gif);background-position: bottom right;
			 background-repeat: no-repeat;}
.login_button {text-align:center}

.copyright	{background:#eeeeee;font-size:70%;height:20;text-align:center;font-weight:normal;
			 padding-top:0.3em;border-top:#aaaaaa 1px solid}
