form
{
	margin: 0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;

}
a:visited {
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC66;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
}

body, p, td, th, li, input, select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body
{
	margin-top: 0px;
}

h1
{
	margin : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0951A1;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3, h4, h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0951A1;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h6
{
	margin : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

input
{
 	text-decoration: none;
 	color: #3C639A;
 	background: #FFFFFF;
 	border-top: 1px solid #000000;
 	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
 	padding-left : 0px;
}

.tableborder {
border: 1px solid #40408c;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tablebordershadow {
border: 1px solid #40408C; box-shadow: 0.4em 0.4em #eeeeee;
}
.tableborderleft {
border-left: 1px solid #40408C;
color: #ffffff
}
.tableborderright {
border-right: 1px solid #40408C;
}
.tablebordertopright {
border-top: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tablebordertop {
border-top: 1px solid #40408C;
}
.tableborderbottom {
border-bottom: 1px solid #40408C;
}
.tablebordertopbottom {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
}
.tableborderbottomright {
border-bottom: 1px solid #40408C;
border-right: 1px solid #40408C;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tableborderbottomleft {
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tablebordertopbottomright {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tablebordertopbottomleft {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
}
.tableborderbottomleftright {
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tableborderleftright {
border-left: 1px solid #40408C;
border-right: 1px solid #40408C;
}

.border {
	padding: 0px;
	border: 1px solid #000000;
}

/* ----- menu styles ----- */
.menu
{
}

.menurow
{
	text-align: left;
	height: 21px;
}

.rootitem
{
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menuitem
{
	/* for horizontal menu only */
	line-height: 14px;
	float: left;
	display: block;
	/* ---------------------- */
	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 120px;
	border-bottom: solid 1px white;
}
.submenu
{
	/* for horizontal menu only */
	line-height: 14px;
	width: 120px;
	display: none;
	position: absolute;
	/* ---------------------- */
	
	margin: 0px;
	padding: 0px;
	/*text-indent: 8px;*/
	background-color: #cccccc;
	text-decoration: none;
}
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
{
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	height: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	font-size:10px;
	text-decoration: none;
}
a.menulink:hover
{
	/*line-height: 14px;
	color: #ffffff;
	background-color: #3C639A;*/
	color: White;
	background-color: #999999;
}

a.activemenulink, a.activemenulink:link, a.activemenulink:visited, a.activemenulink:active
{
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	height: 100%;
	padding: 4px;
	text-decoration: none;
	font-size:11px;
}
a.activemenulink:hover
{
	font-weight: bold;
	/*color: #ffffff;
	background-color: #3C639A;*/
	text-decoration: underline;
}

a.rootmenulink, a.rootmenulink:link, a.rootmenulink:visited, a.rootmenulink:active
{
	/* for horizontal menu only */
	line-height: 14px;
	/* ---------------------- */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:11px;
	padding-right:11px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	font-size: 11px;
}

a.rootmenulink:hover
{
	/*color: #ffffff;*/
	background-color: #305E99;
}

a.activerootmenulink, a.activerootmenulink:link, a.activerootmenulink:visited, a.activerootmenulink:active
{
	/* for horizontal menu only */
	display: block;
	/* ---------------------- */
	
	text-align: left;
	background-color: #0951A1;
	line-height: 14px;
	color: #ffffff;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}

a.activerootmenulink:hover
{
	text-align: left;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	/*background-color: #3C639A;
	text-decoration: underline;*/
	border-top: 1px solid #ffffff;
}

.TextMenu
{
	text-align: center;
	color: Red;
}
.TextMenu:visited
{
	color: Red;
}
.TextMenu:hover
{
	color: Blue;
}
.TextMenu:link
{
	color: Purple;
}

.admlink
{
	margin-left: 24px;
}
.admlink a
{
	margin-left: 6px;
	margin-right: 6px;
}
.admtoolbox tr td
{
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: 3px; 
	background-position-y: 3px;
	padding-left: 42px;
}


/* ERP */

a.CategoryNode, a.CategoryNode:link, a.CategoryNode:visited, a.CategoryNode:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
}

a.CategoryNodeHover:hover
{
	color: #666666;
	text-decoration: underline;
}

a.CategoryNodeParent, a.CategoryNodeParent:link, a.CategoryNodeParent:visited, a.CategoryNodeParent:active
{
}

a.CategoryNodeSelected, a.CategoryNodeSelected:link, a.CategoryNodeSelected:visited, a.CategoryNodeSelected:active
{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a.prodLink, a.prodLink:link, a.prodLink:visited, a.prodLink:active
{
	color: #444444;
	font-weight: bold;
}

.prodCtgMenu
{
	width: 210px;
}

.prodCtgRow
{
	height:18px;
	background-color: #FFFFFF;
}

.rootProdCtgRow
{
	height: 18px;
	background-color: white;
}

.productsGrid
{
	width: 100%;
}

.rootActiveProdCtgRow
{
	height: 18px;
}

.activeProdCtgRow
{
	height:18px;
	background-color: #538ACD;
}

.rootProdCtgItem
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: 18px;
	padding: 0px;
}

.rootActiveProdCtgItem
{
	border: solid 1px #538ACD;
	height: 18px;
	padding: 0px;
	background-color: #538ACD;
}

.prodCtgItem
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: 18px;
	padding: 0px;
}

.activeProdCtgItem
{
	border: solid 1px #538ACD;
	height: 18px;
	padding: 0px;
	background-color: #538ACD;
}

a.rootProdCtgLink, a.rootProdCtgLink:link, a.rootProdCtgLink:visited, a.rootProdCtgLink:active
{
	font-size: 10px;
	/*font-weight: bold;*/
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 3px;
}
a.rootProdCtgLink:hover
{
	color: #000000;
	background-color: #ECF3FB;
	text-decoration: none;
	border-bottom: solid 1px #ECF3FB;
}

a.rootActiveProdCtgLink, a.rootActiveProdCtgLink:link, a.rootActiveProdCtgLink:visited, a.rootActiveProdCtgLink:active
{
	font-size: 10px;
	/*font-weight: bold;*/
	color: White;
	text-decoration: none;
	display: block;
	padding: 2px;
}
a.rootActiveProdCtgLink:hover
{
	color: White;
	text-decoration: none;
}

a.prodCtgLink, a.prodCtgLink:link, a.prodCtgLink:visited, a.prodCtgLink:active
{
	font-size: 10px;
	/*font-weight: bold;*/
	color: #555555;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 0px;
}
a.prodCtgLink:hover
{
	color: #000000;
	background-color: #ECF3FB;
	text-decoration: none;
	border-bottom: solid 1px #ECF3FB;
}

a.activeProdCtgLink, a.activeProdCtgLink:link, a.activeProdCtgLink:visited, a.activeProdCtgLink:active
{
	font-size: 10px;
	/*font-weight: bold;*/
	color: White;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 0px;
}
a.rootActiveProdCtgLink:hover
{
	color: White;
	text-decoration: none;
}

.categorytitle
{
	font-weight: bold;
	color: #538ACD;
	font-size: 16px;
	padding-left: 8px;
}

.categorylongdesc p
{
	padding:6px;
}

a.subcategorylink, a.subcategorylink:link, a.subcategorylink:visited, a.subcategorylink:active
{
	text-decoration: underline;
}

.customertoolstable
{
	width: 210px;
	margin-top: 2px;
	border: solid 1px #538ACD;
}

.customertoolsheader
{
	color: #ffffff;
	font-size: 13px;
	background-color: #538ACD;
	font-weight: bold;
	padding: 2px;
	text-indent: 4px;
}

.customertoolscontent
{
	font-size: 10px;
	padding: 3px 0px 3px 2px;
}

a.customertoolslink, a.customertoolslink:link, a.customertoolslink:visited, a.customertoolslink:active
{
	/*color: #000000;*/
	font-size: 10px;
}

a.customertoolslink:hover
{
	/*color: #fd5f23;*/
	font-size: 10px;
}

.producttitle
{
	font-size: 14px;
	padding-left: 8px;
	color: #666666;
}

.productlongdesc p
{
	padding:6px;
}

.productprice
{
	padding:6px;
}

.ordersTable
{
	text-align: center;
	width: 85%;
}

.orderDetails
{
	text-align: left;
}

.orderDetails tr td
{
	text-align: left;
}

.orderDetails tr th
{
	font-size: 12px;
}

.detailsCell
{
	text-align: left;
	border: solid 1px black;
	padding-left: 100px;
}

.searchResults
{
	padding: 8px;
}

.backLink
{
	padding: 8px;
}

.categories
{
	text-align: left;
	margin-left: 4px;
}
.ctgTable
{
	border-collapse: separate;
	border-spacing: 2px;
}
.ctgCell
{
	vertical-align: bottom;
	border: solid 0px #538ACD;
	width: 158px;
	padding: 8px;
	text-align: center;
}

.productlink
{
	color: #666666;
}
a.productlink, a.productlink:link, a.productlink:visited, a.productlink:active
{
	color: #666666;
}
.products
{
	text-align: left;
	margin-left: 4px;
}
.prodTable
{
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: hide;
}
.prodTable * a.prodNavLink, a.prodNavLink:link, a.prodNavLink:visited, a.prodNavLink:active, a.prodNavLink:hover
{
	font-size: larger;
}
.prodTable tfoot
{
	text-align: center;
}
.prodCell
{
	vertical-align: top;
	border: solid 1px #538ACD;
	height: 100%;
}
.prodKeywords, .prodKeywords a, .prodKeywords a:link, .prodKeywords a:visited, .prodKeywords a:active, .prodKeywords a:hover
{
	font-size: 10px;
}
.chkinput
{
	width: 300px;
}
.chkinputR
{
	width: 300px;
	background-color: ButtonFace;
}

