a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #820009;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #820009;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #820009;
	font-weight: bold;
	text-decoration: none;
}
a:visited:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

body, p, td, th, li 
{
	scrollbar-3dlight-color:#f4f4F4;
	scrollbar-arrow-color:#555555;
	scrollbar-base-color:#555555;
	scrollbar-darkshadow-color:#555555;
	scrollbar-face-color:#dedddd;
	scrollbar-highlight-color:#f4f4F4;
	scrollbar-shadow-color:#f4f4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1  {
	color:	#820009;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	bold;
}
h2  {
	color:	#820009;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	bold;
}
h3  {
	color:	#820009;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h4  {
	color:	#820009;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 1pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h5  {
	color:	#820009;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 1pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*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;
}*/

form
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.tableborder {
border: 2px solid #D7D7D7;
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 #999999;
}
.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 #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
}
.tableborderbottomleftright {
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tablebordertopleftright {
border-top: 2px solid #D7D7D7;
border-left: 2px solid #D7D7D7;
border-right: 2px solid #D7D7D7;
}
.admPanelText
{
	color: #000000;
}

.dataTypeMsg
{
	background-color: #ffffff;
	width: 300px;
	border: solid 2px #40408C;
	position: absolute;
	left: 35%;
	top: 50%;
	z-index: 10;
}

/* ----- menu styles ----- */
.menu
{
    height: 18px;
    width: 570px;
	background: white;
}

.menurow
{
}

.rootitem
{
	text-align: left;
	/*background-color: #eeeeee; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.submenu
{
	line-height: 14px;
	text-decoration: none;
	list-style-type: none;
	
	margin: 0px;
    padding: 0px;
    
    width: 122px;
    border: solid 1px #999999;
    background-color: #eeeeee;
    
    display: none;
    position: absolute;
}
.menuitem
{
	line-height: 14px;
	text-align: left;
	padding: 0px;
	/*background-color: #0951A1;*/
	text-decoration: none;
	/*border-top: solid 1px #0951A1;*/
	border-bottom: solid 1px #999999;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
    float: left;
    margin: 0px;
    display: block;
    width: 100%;
}
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
{
	line-height: 14px;
	/*background-color: #0951A1;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
    display: block;
	height: 100%;
    padding: 1px 4px 1px 4px;
    font-size:11px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
}
a.menulink:hover
{
	color: #820009;
    background-color: #f2f2f2; /*#555555;*/
	text-decoration: none;
	font-weight: bold;
}

a.activemenulink, a.activemenulink:link, a.activemenulink:visited, a.activemenulink:active
{
	line-height: 14px;
	/*background-color: #0951A1;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
    display: block;
	height: 100%;
    padding: 1px 4px 1px 4px;
    font-size:11px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
}
a.activemenulink:hover
{
	color: #ffffff;
    background-color: #A0A0A0; /*#555555;*/
	text-decoration: none;
	font-weight: bold;
}

a.rootmenulink, a.rootmenulink:link, a.rootmenulink:visited, a.rootmenulink:active
{
	line-height: 14px;
	padding-bottom: 4px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	color: #444444;
    display: block;
    /*padding-top: 2px;*/
	height: 100%;
    padding-left:6px;
    padding-right:6px;
	padding-top: 28px;
    text-align:center;
	text-decoration: none;
	font-weight: bold;
}

a.rootmenulink:hover
{
	/*background-color: #ff0000;*/
	
	color: #8F2122;
	text-decoration: none;
	font-weight: bold;
}

a.activerootmenulink, a.activerootmenulink:link, a.activerootmenulink:visited, a.activerootmenulink:active
{
	line-height: 14px;
	padding-bottom: 4px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	color: #000000;
    display: block;
	height: 100%;
    padding-left:6px;
    padding-right:6px;
	padding-top: 28px;
    text-align:center;
	text-decoration: none;
	font-weight: bold;
}

a.activerootmenulink:hover
{
	/*background-color: #ff0000;*/
	
	color: #8F2122;
	text-decoration: none;
	font-weight: bold;
}

.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: 40px;
	background-repeat: no-repeat;
	background-position-x: 3px; 
	background-position-y: 3px;
	padding-left: 42px;
}

/* ERP */
.products
{
	text-align: center;
}
.prodTable
{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}

.categories
{
	text-align: center;
}
.ctgTable
{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}

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
{
	background-color: #0A3C79;
	width: 140px;
}

.prodCtgRow
{
	height:20px;
	background-color: #EEEEEE;
}

.rootProdCtgRow
{
	height: 24px;
	padding-left: 6px;
	background-color: white;
	border: solid 1px #0A3C79;
}

.productsGrid
{
	width: 100%;
}

.rootActiveProdCtgRow
{
	height: 24px;
	padding-left: 6px;
	background-color: #A1CE1B;
}

.rootProdCtgItem
{
	border: solid 1px #EEEEEE;
}

.activeProdCtgRow
{
	height:20px;
	background-color: #A1CE1B;
}

a.rootProdCtgLink, a.rootProdCtgLink:link, a.rootProdCtgLink:visited, a.rootProdCtgLink:active
{
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}

a.prodCtgLink, a.prodCtgLink:link, a.prodCtgLink:visited, a.prodCtgLink:active
{
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}

a.activeProdCtgLink, a.activeProdCtgLink:link, a.activeProdCtgLink:visited, a.activeProdCtgLink:active
{
	font-size: 10px;
	font-weight: bold;
	color: #555555;	
}

a.rootActiveProdCtgLink, a.rootActiveProdCtgLink:link, a.rootActiveProdCtgLink:visited, a.rootActiveProdCtgLink:active
{
	font-size: 10px;
	font-weight: bold;
	color: #555555;	
}

.categorytitle
{
	font-weight: bold;
	color: #A1CE1B;
	font-size: 16px;
}

.categorylongdesc p
{
	padding:6px;
}

a.subcategorylink, a.subcategorylink:link, a.subcategorylink:visited, a.subcategorylink:active
{
	color: #555555;
	text-decoration: underline;
}

.ctgCell
{
	padding-right: 20px;
	vertical-align: top;
}

.categories
{
	text-align: left;
	margin-left: 4px;
}

.prodCell
{
	vertical-align: top;
}

.productlink
{
	color: #666666;
}

a.productlink, a.productlink:link, a.productlink:visited, a.productlink:active
{
	color: #666666;
}

/* products */
.ProductShort_Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3D3C3C;
}
.ProductShort_Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5D5C5B;
}
.ProductShort_Units
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99775C;
}
.ProductFull_Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D3C3C;
}
.ProductFull_Count
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #986E4E;
}
.ProductFull_Price
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #62615F;
}

.ViewCart_Table
{
}
.ViewCart_Table tr th
{
    background: #AA9E95;
	height: 21px;
}
.ViewCart_ItemTop
{
	height: 25px;
	vertical-align: middle;
}
.ViewCart_ItemMiddle
{
}
.ViewCart_ItemBottom
{
    background: #C4BCB6;
	height: 21px;
}
.ViewCart_Quantity
{
	background: #C4BCB6;
}
.ViewCart_Checkout_Button
{
    background: #C4BCB6;
}
.Add_to_cart_button
{
	border: none;
	background-color:#C4BCB6;
}
/* new buttons */
.newbuttons
{
	background-color: #bbbbbb;
	border: 0px;
	color: #555555;
}
/* end new buttons */

/* admin menu */

.adminmenucontainer
{
	width: 100%;
	background-color: #eeeeee;
}

.adminmenu
{
	width: 770px;
}

.adminmenurow
{
	text-align: center;
	height: 24px;
}

.adminrootheading
{
	line-height: 14px;
	display: block;
	color: #777777;
	padding: 6px;
	font-weight: bold;
	font-size: 13px;
}

.adminrootitem
{
	text-align: left;
	background-color: #eeeeee;
	color: #333333;
	text-decoration: none;
	width: 25%;
	text-indent: 30px;
}

a.adminrootmenulink
{
	line-height: 14px;
	display: block;
	color: #777777;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.adminsubmenu
{
	line-height: 14px;
	width: 180px;
	display: none;
	position: absolute;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}

.adminmenuitem
{
	height: 24px;
	padding: 3px;
}

a.adminmenulink
{
	line-height: 14px;
	display: block;
	color: #777777;
	padding: 6px;
	text-align:left;	
	text-decoration: none;
	font-size: 12px;
	text-indent: 24px;
}

/* end admin menu */