/****************************************************************************************************
  Customer website type 1 styles
 ****************************************************************************************************/
@charset "utf-8";

/****************************************************************************************************
  Base color definitions; these can be overriden through the interface (at least that's the plan)
 ****************************************************************************************************/

.pri-fg { color: #000 !important}
.pri-bg { background-color: #567fbc !important}
.sec-fg { color: #000 !important}
.sec-bg { background-color: #cbd1e4 !important}
.side-fg { color: #000 !important}
.side-bg { background-color: #bdc2d6 !important}
.foot-fg { color: #000 !important}
.foot-bg { background-color: #b0bbcc !important}

.pri-bg a, .pri-bg a:visited, .pri-bg a:active, .pri-bg a:link { color: #000 !important; background-color: transparent !important; }
.foot-bg a, .foot-bg a:visited, .foot-bg a:active, .foot-bg a:link { color: #000 !important; background-color: transparent !important; }

a { color: #000 !important; background-color: transparent !important; }
a:visited { color: #000 !important; background-color: transparent !important; }

.side-border  { border: 1px solid #ccbdb0; }
.divider { margin-top: 10px; margin-bottom: 10px; height: 1px; width: 100%; border-bottom: 1px solid #999999; }

#item-list table
{
		border: 1px solid #e4dacb;
!important}

#item-list table thead td {
	border: 1px solid #e4dacb;
	font-color: #000;
!important}

#item-list table td
{
	font-family: inherit;
	border: 1px solid #e4dacb;
	font-size: inherit;
!important}



