/* BASIC STYLES */

body {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 13pt;
	background: #F9F9D7;
}

p {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.white {
	font-family: Times, serif;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

p.first {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 115%;
	line-height: 125%;
	padding-left: 3px;
        padding-right: 3px;
}

p.company {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 90%;
	font-weight: bold;
	line-height: 125%;
	padding-left: 3px;
        padding-right: 3px;
}

td {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
}


/* LINKS */

a:link {
	font-family: Arial, sans-serif;
	line-height: 125%;
	color: #6A1252;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif;
	line-height: 125%;
	color: #aa0000;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif;
	line-height: 125%;
	color: #6A1252;
	text-decoration: underline;
}

a:link.sidebar {
	font-family: Arial, sans-serif;
	color: #F9F9D7;
	font-size: 115%;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 140px;
	margin-top: 3px;
}

a:hover.sidebar {
	font-family: Arial, sans-serif;
	color: #aa0000;
	font-weight: bold;
	font-size: 115%;
	line-height: 160%;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 140px;
	margin-top: 3px;
}

a:visited.sidebar {
	font-family: Arial, sans-serif;
	color: #F9F9D7;
	font-weight: bold;
	font-size: 115%;
	line-height: 160%;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 140px;
	margin-top: 3px;
}

a:link.sidebar2 {
	font-family: Arial, sans-serif;
	color: #F9F9D7;
	font-size: 80%;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
	width: 120px;
	margin-top: 2px;
}

a:hover.sidebar2 {
	font-family: Arial, sans-serif;
	color: #aa0000;
	font-weight: bold;
	font-size: 80%;
	line-height: 135%;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
	width: 120px;
	margin-top: 2px;
}

a:visited.sidebar2 {
	font-family: Arial, sans-serif;
	color: #F9F9D7;
	font-weight: bold;
	font-size: 80%;
	line-height: 160%;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
	width: 120px;
	margin-top: 2px;
}

.sidebar {
	width: 160px;
	background: #6A1252;
}

.sidebar2 {
	width: 160px;
	background: #6A1252;
}

a:link.catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #6A1252;
	text-decoration: underline;
	padding-top: 5px;
}

a:hover.catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #cc0000;
	text-decoration: underline;
	padding-top: 5px;
}

a:visited.catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #6A1252;
	text-decoration: underline;
	padding-top: 5px;
}

/* END LINKS */


/* HEADING STYLES */

h1 {
	font-family: times, serif;
	font-variant: small-caps;
	color: #6A1252;
	font-size: 220%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 20pt;
	width: 98%;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 160%;
	line-height: 135%;
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 10pt;
      border-bottom: 1pt solid #6A1252;
	padding-right: 5px;
}

h2.center {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 160%;
	line-height: 135%;
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 10pt;
      border-bottom: 1pt solid #6A1252;
	padding-right: 5px;

}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 145%;
	line-height: 135%;
	text-align: left;
	margin-top: 25pt;
	margin-bottom: 6pt;
	padding-right: 5px;
}

h4	{
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 130%;
	line-height: 135%;
	text-align: right;
	margin-top: 20pt;
	margin-bottom: 6pt;
	padding-right: 5px;
}

h4.center	{
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 130%;
	line-height: 135%;
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 6pt;
	padding-right: 5px;
}

/* END HEADINGS */

img.lefty {
	text-align: left;
	padding: 10px;
}

img.righty {
	text-align: right;
	padding: 10px;
}

/* SELECTABLE STYLES */

.bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.tinytext {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 11pt;
	padding-left: 3px;
      padding-right: 3px;
}

.tinytext_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 11pt;
	padding-left: 3px;
      padding-right: 3px;
}

.tinytext_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 11pt;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.tinytext_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 11pt;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.tinytext_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
}

.tinytext_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color_tinytext {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_tinytext_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_tinytext_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color_tinytext_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.color_tinytext_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
}

.color_tinytext_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding-left: 12px;
      padding-right: 12px;
	text-align: center;
}

.box {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_tinytext {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_tinytext_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_tinytext_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_tinytext_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_tinytext_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_tinytext_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color_tinytext {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_tinytext_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_tinytext_center {
	font-family: Times, serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color_tinytext_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_color_tinytext_smallcap {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
}

.box_color_tinytext_smallcap_center {
	font-family: Times, serif;
	color: #6A1252;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	text-align: center;
	text-align: center;
}

.box_back {
	font-family: Times, serif;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_center {
	font-family: Times, serif;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}

.box_back_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}

.box_back_smallcap {
	font-family: Times, serif;
	color: #F9F9D7;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_smallcap_center {
	font-family: Times, serif;
	color: #F9F9D7;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 125%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext {
	font-family: Times, serif;
	color: #F9F9D7;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext_bold {
	font-family: Times, serif;
	font-weight: bold;
	color: #F9F9D7;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext_center {
	font-family: Times, serif;
	color: #F9F9D7;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext_bold_center {
	font-family: Times, serif;
	font-weight: bold;
	color: #F9F9D7;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext_smallcap {
	font-family: Times, serif;
	color: #F9F9D7;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	background-color: #6A1252;
}

.box_back_tinytext_smallcap_center {
	font-family: Times, serif;
	color: #F9F9D7;
	font-variant: small-caps;
	font-size: 75%;
	line-height: 110%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #6A1252;
	text-align: center;
	text-align: center;
	background-color: #6A1252;
}


/* END SELECTABLE STYLES */


/* LOGIN+ */

.data {
	font-family: arial, verdana, sans-serif;
	color: #cccccc;
	font-size: 80%;
	line-height: 110%;
	margin-top: 5px;
}

.whitebold {
	font-family: arial, sans-serif;
       font-weight: bold;
	color: #F9F9D7;
	font-size: 70%;
	line-height: 110%;
	margin-top: 5px;
}

.bluebold {
	font-family: ariel, sans-serif;
      font-weight: bold;
	color: #6A1252;
	font-size: 70%;
	line-height: 110%;
	margin-bottom: 5px;
}

input.data {
	font-family: arial, verdana, sans-serif;
	color: #333333;
	font-size: 80%;
	line-height: 110%;
	margin-top: 5px;
}

.big {
	font-family: arial, verdana, sans-serif;
	color: #F9F9D7;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	padding-left: 5px;
	margin-top: 5px;
}


/* END LOGIN */ 



/* PRODUCTS */

.details_left {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	display: block;
	background: white;
	padding: 5pt
}

.details_right {
	float: right;
	width: 200px;	
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #6A1252;
	display: block;
	background: white;
	padding: 5pt;
}


.details_instance {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 0px;
      padding-right: 0px;
}

.details_instance_blackbold {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 90%;
	line-height: 110%;
	padding-left: 0px;
      padding-right: 0px;
	font-weight: bold;
}

.details_instance_cart {
	font-family: arial, verdana, sans-serif;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	background: #6A1252;
}

.details_element {
	font-family: arial, verdana, sans-serif;
	color: #6A1252;
	font-size: 75%;
	line-height: 110%;
	padding-left: 0px;
      padding-right: 0px;
}

.details_element_red {
	font-family: arial, verdana, sans-serif;
	color: #cc0000;
	font-size: 75%;
	line-height: 110%;
	padding-left: 0px;
      padding-right: 0px;
}

.details_element_redbold {
	font-family: arial, verdana, sans-serif;
	color: #cc0000;
	font-size: 90%;
	line-height: 110%;
	padding-left: 0px;
      padding-right: 0px;
	font-weight: bold;
}

.details_element_cart {
	font-family: arial, verdana, sans-serif;
	color: #F9F9D7;
	font-size: 100%;
	line-height: 110%;
	padding-left: 3px;
      padding-right: 3px;
	font-weight: bold;
	background: #6A1252;
}

img.left {
	float: left;
	margin-left: 2px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* END PRODUCTS */


/* BOXES */

.logins {
	border: 1px solid black;
	width: 170px;
	margin-right: 1px;
	position: absolute;
	right: 5px;
	top: 10px;
	background: #6A1252;
}

.menus {
	width: 180px;
	margin-bottom: 10px;
	position: absolute;
	left: 3px;
	border: 1px solid black;
	background: #6A1252;
	top: 10px;
}

.loginbox {
	text-align: center;
	width: 145px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 2px;
	margin-right: 2px;
	width: 161px;
}

.cartbox {
	text-align: center;
	border: 1px solid #F9F9D7;
	width: 161px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


.textbox {
	border: 0px solid red;
	margin-left: 190px;
	margin-top: 10px;
	margin-right: 180px;
	bottom: 4px;
	height: 98%;
	overflow: auto;
	padding-right: 10px;
}

.topbox {
	border: 0px solid black;
	height: 30px;
}

.middlebox {
	border: 0px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bottombox {
	border: 0px solid black;
	height: 150px;
	margin-bottom: 1px;
}



.box {
	width: 100%;
	border: solid 1px #F9F9D7;
	margin-bottom: 20px;
	padding-top: 3px;
	background-color: #6A1252;
}

/* END BOXES */


/* USERS */

h2.userh2 {
	font-family: times, serif;
	color: #666600;
	font-size: 135%;
	line-height: 120%;
	text-align: right;
	margin-top: 10pt;
	margin-bottom: 10pt;
	padding: 5px;
	font-variant: small-caps;
	border: 0px solid black;
}

fieldset.userfieldset {
	color: #333300;
	border: 0px groove #663333;
      background: #d0bfbf;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.userlabel {
	color: #333300;
	font-family: times, serif;
	font-size: 100%;
	line-height: 125%;
	text-align: left;
	padding-top: 5px;
}

.userpassword {
	font-family: arial, verdana, sans-serif;
	background: #663333;
	color: #F9F9D7;
	font-size: 75%;
}

.user1 {
	font-family: times, serif;
	color: #333300;
	font-size: 100%;
	line-height: 120%;
	padding-left: 3px;
      padding-right: 3px;
	border: 1px solid #333300;
	background: #f4f4d1;
	padding: 8px;
}

.user2 {
	font-family: times, serif;
	color: #333300;
	font-size: 100%;
	line-height: 120%;
	padding: 3px;
	border: 0px solid #333300;
	background: #f4f4d1;
}


.userwarn {
	font-family: times, serif;
	color: #F9F9D7;
	font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 120%;
	padding-left: 10px;
	border: 3px grooved #6A1252;
	background: #990000;
	padding: 4px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.user_button {
	color: #F9F9D7;
	background: #663333;
	border: 1px solid #000000;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.user_button:hover {
	color: #663333;
	background: #F9F9D7;
	border: 1px solid #663333;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

a:link.cart_catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #663333;
	text-decoration: underline;
	padding-top: 5px;
}

a:hover.cart_catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #990000;
	text-decoration: underline;
	padding-top: 5px;
}

a:visited.cart_catagory {
	font-family: Arial, sans-serif;
	font-size: 115%;
	line-height: 135%;
	color: #663333;
	text-decoration: underline;
	padding-top: 5px;
}


/* END USERS */


.field_hints {
	color: #bb0000;
	font-family: arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	width: 300px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.basic_edit_fields {
	color: #6A1252;
	font-family: times, serif;
	font-size: 90%;
	line-height: 110%;
	text-align: right;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
}

/* SHOPPING CART */

h2.cart {
	font-family: arial, verdana, sans-serif;
	color: #663333;
	font-size: 135%;
	line-height: 135%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
      border-bottom: 1pt solid #663333;
	padding-right: 5px;
}

.cart_block	{
	border-bottom: 1px #663333 solid;
	margin-top: 5px;
}

.text_green {
	font-size: 115%;
	font-weight: bold;
	color: #663333;
}

fieldset.cartfieldset {
	border-bottom: 1px #663333 solid;
	margin-top: 5px;
      background: #F9F9D7;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;	
}

.cartlabel {
	color: #663333;
	font-family: times, serif;
	font-size: 90%;
	line-height: 110%;
	text-align: right;
}

div.div_cart {
	color: #663333;
	font-family: times, serif;
	font-size: 90%;
	line-height: 110%;
	text-align: right;
	width: 300px;
}


.heading {
	font-family: arial, verdana, sans-serif;
	color: #F9F9D7;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	background: #663333;
	border: 1px #F9F9D7 solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.border_bottom {
	border-bottom: 1px black solid;
	margin-bottom: 30px;
}

.spaceabove {
	padding: 3px;
	border-bottom: 1px solid #663333;
}

.note {
	font-family: arial, verdana, sans-serif;
	color: #F9F9D7;
	font-size: 75%;
	line-height: 110%;
	background: #663333;
	border-top: 5px white solid;
	border-bottom: 0px black solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.input_cartsubmit {
	color: #F9F9D7;
	background: #663333;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.input_cartsubmit:hover {
	color: #663333;
	background: #F9F9D7;
	border: 1px solid #663333;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.input_cart {
	font-family: arial, verdana, sans-serif;
	background: #663333;
	color: #F9F9D7;
	font-size: 75%;
	margin-top: 1px;
	margin-bottom: 1px;
}

.field_hints_cart {
	color: #777722;
	font-family: arial, sans-serif;
	font-size: 70%;
	line-height: 110%;
	width: 300px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

/* END SHOPPING CART */

/* EDIT SCREENS */

fieldset.head {
	color: #999999;
	border: 3px double black;
        background: #f4f4d1;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

fieldset {
	color: #999999;
	font-size: 100%;
	border: 1px solid black;
        background: #f4f4d1;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
}

fieldset.view {
	color: #333333;
	border: 3px double black;
        background: #f4f4d1;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

legend {
	font-family: arial, verdana, sans-serif;
      font-size: 155%;
	line-height: 200%;
      padding-top: 5px;
	padding-bottom: 5px;
}

label {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 110%;
	text-align: left;
	padding-top: 3px;
}

h2.legend {
	font-family: arial, verdana, sans-serif;
	color: #333333;
	font-size: 130%;
	line-height: 160%;
	text-align: right;
}

.edit_button {
	color: #F9F9D7;
	background: #6A1252;
	border: 1px solid #6A1252;
	font-variant: small-caps;
        text-align: center;
	margin-top: 5px;
}

.edit_button:hover {
	color: #6A1252;
	background: #F9F9D7;
	border: 1px solid #6A1252;
	font-variant: small-caps;
        text-align: center;
	margin-top: 5px;
}

.actionbutton {
	color: #F9F9D7;
	background: #6A1252;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 3px;
	width: 120px;
	overflow: display;
}

.actionbutton:hover {
	color: #6A1252;
	background: #F9F9D7;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 3px;
	width: 120px;
}

p.button {
	color: #6A1252;
	background: #F9F9D7;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: left;
	width: 250px;
	text-align: center;
	padding: 1px;
}

p.button:hover {
	color: #F9F9D7;
	background: #6A1252;
	border: 1px solid #6A1252;
	font-variant: small-caps;
        text-align: left;
	width: 250px;
	text-align: center;
	padding: 1px;
}

#field {
	padding: 6px;
}

#field a:link {
	color: #333300;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 180%;
	text-align: left;
	text-decoration: underline;
}

#field a:hover {
	color: #0000ff;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 180%;
	text-align: left;
	text-decoration: underline;
}



#field tbody {
	color: #333300;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 180%;
	text-align: left;
	padding-top: 20px;
}

#navcontainer {
	margin-left: 35px;
}

table.boxy {
       border: 3pt double #6A1252;
}

th {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #6A1252;
       font-variant: small-caps;
       background: #dddddd;
       border-top: 2pt double #6A1252;
       border-left: 1pt solid #6A1252;
       border-right: 1pt solid #6A1252;
       padding: 0px;
       text-align: center;
}
th.actionth {
       font-family: Arial, sans-serif;
       font-size: 90%;
       color: #6A1252;
       font-variant: small-caps;
       background: #dddddd;
       border-left: 1pt solid #6A1252;
       border-right: 1pt solid #6A1252;
       padding: 0px;
       text-align: center;
}

td.alternate {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #6A1252;
       border-left: 1pt solid #6A1252;
       border-right: 1pt solid #6A1252;
       padding-left: 2px;
       text-align: center;
}

td.alternate2 {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #6A1252;
	 background: #dddddd;
       border-left: 1pt solid #6A1252;
       border-right: 1pt solid #6A1252;
       padding-left: 2px;
       text-align: center;
}

td.actions {
       font-family: Arial, sans-serif;
       font-size: 75%;
       color: #6A1252;
       border-left: 1pt solid #6A1252;
       border-right: 1pt solid #6A1252;
       border-bottom: 1pt solid #6A1252;
       padding-left: 2px;
       text-align: center;
}

a.alternate:link {
	font-family: Arial, sans-serif;
	color: #6A1252;
        font-size: 75%;
	text-decoration: underline;
}

a.alternate:hover {
	font-family: Arial, sans-serif;
	color: #6A1252;
      font-size: 75%;
	text-decoration: underline;
}

input {
	font-family: arial, verdana, sans-serif;
	background: #cccccc;
	font-size: 75%;
	line-height: 110%;
}

select {
	font-family: arial, verdana, sans-serif;
	background: #99ccff;
	font-size: 75%;
	line-height: 110%;
}

/* END EDIT SCREENS */

/* Invoices */

.preview {
	width: 95%;
}

.invoice {
	width: 22cm;
}

.invoice_box {
	background: #eeeeee;
	padding: 5px;
	text-align: right;
}

.invoice_box_border {
	background: #eeeeee;
	padding: 5px;
	border: 1px solid #6A1252;
	text-align: right;
}

.invoice_header {
	background: #6A1252;
	color: #F9F9D7;
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: center;
}

.invoice_header2 {
	background: #6A1252;
	color: #F9F9D7;
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.invoice_table {
	background: #F9F9D7;
	text-size: 80%}

.invoice_table_center {
	background: #F9F9D7;
	text-size: 80%;
	text-align: center;
}

.invoice_large_right {
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: right;
}

.invoice_large_center {
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: center;
}

.invoice_large_right_topborder {
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #6A1252;
}

.invoice_large_center_topborder {
	padding: 2px;
	text-size: 100%;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #6A1252;
}

.card_button_red {
	color: #6A1252;
	background: #F9F9D7;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_red:hover {
	color: #F9F9D7;
	background: #6A1252;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_blue {
	color: #6A1252;
	background: #F9F9D7;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}

.card_button_blue:hover {
	color: #F9F9D7;
	background: #6A1252;
	border: 1px solid #6A1252;
	font-variant: small-caps;
      text-align: center;
	margin-top: 5px;
}
