/* vim: set expandtab tabstop=4 shiftwidth=4: */
/* Copyright 2006 PMD Furniture Express */
body {
	margin: 0px;
	padding: 0px;
}

p, .formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.orderimage {
	vertical-align: top;
}

.qtyinput {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th.ordertotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	background-color: #c5ba8e;
	white-space: nowrap;
}

.adminaction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	vertical-align: top;
	white-space: nowrap;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #232b73;
	text-decoration: none;
}

td.ordertotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

th.orderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Was 14px */
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

th.orderlineright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Was 14px */
	font-weight: bold
	text-align: right;
	white-space: nowrap;
}

th.orderlinectr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /* Was 14px */
    font-weight: bold
    text-align: center;
    white-space: nowrap;
}

th.orderheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Was 14px */
	font-weight: bold;
	text-align: left;
	background-color: #c5ba8e;
	white-space: nowrap;
}

.orderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Was 14px */
	vertical-align: top;
	white-space: nowrap;
}

tr.linehighlight {
    background-color: rgb(255,204,204);
}

.orderlinectr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /* Was 14px */
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.orderlineerror {
	font-color: #990000;
}

.orderlineright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Was 14px */
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.ordererror {
	color: #990000;
	font-size: 10pt;
}

.DepartmentListHead {
	border-right: #01a647 2px solid;
	border-top: #01a647 2px solid;
	border-left: #01a647 2px solid;
	border-bottom: #01a647 2px solid;
	background-color: #30b86e;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #f5f5dc;
	padding-left: 3px;
}

.DepartmentListContent {
	border-right: #01a647 2px solid;
	border-top: #01a647 2px solid;
	border-left: #01a647 2px solid;
	border-bottom: #01a647 2px solid;
	background-color: #9fe1bb;
}

a.DepartmentUnselected {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #5f9ea0;
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
}

a.DepartmentUnselected:hover {
	padding-left: 5px;
	color: #2e8b67;
}

a.DepartmentSelected {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #556b2f;
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
}

.CategoryListHead {
	border-right: #ea6d00 2px solid;
	border-top: #ea6d00 3px solid;
	border-left: #ea6d00 2px solid;
	border-bottom: #ea6d00 2px solid;
	background-color: #ef8d0e;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #f5f5dc;
	padding-left: 3px;
}

.CategoryListContent {
	border-right: #ea6d00 2px solid;
	border-top: #ea6d00 2px solid;
	border-left: #ea6d00 2px solid;
	border-bottom: #ea6d00 2px solid;
	background-color: #f8c78c;
}

a.CategoryUnselected {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #cd853f;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

a.CategoryUnselected:hover {
	color: #d2691e;
	padding-right: 5px;
	padding-left: 5px;
}

a.CategorySelected {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #a0522d;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

.DepartmentTitle {
	color: red;
	font-family: Comic Sans MS;
	text-decoration: none;
	font-size: 24px;
	line-height: 15px;
	padding-left: 10px;
}

.ListDescription {
	font-family: Verdana;
	font-size: 12pt;
	color: #228aaa;
	padding-right: 3px;
	text-align: left;
}

.ProductName {
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

A.ProductName, A.Link {
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

A.ProductName:hover, A.Link:hover {
	color: #006;
}

.ProductDescription {
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.Price {
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.PagingText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.FirstPageText {
	color: Navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 9px;
}

.SearchBoxHead {
	border-right: #0468a4 2px solid;
	border-top: #0468a4 2px solid;
	border-bottom: #0468a4 2px solid;
	border-left: #0468a4 2px solid;
	background-color: #0583b5;
	font-family: Verdana, Ariel;
	font-weight: bold;
	font-size: 10pt;
	color: #f5f5dc;
	padding-left: 3px;
}

.SearchBoxContent {
	border-right: #0468a4 2px solid;
	border-top: #0468a4 2px solid;
	border-bottom: #0468a4 2px solid;
	border-left: #0468a4 2px solid;
	background-color: #8bc8dd;
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: darkblue;
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
}

.SearchBox {
	font-family: Verdana, Helvetica, sans-seif;
	font-size: 9pt;
	margin-bottom: 5px;
}

a.Hidden {
	font-size: xx-small;
	color: #CCCCCC;
	text-decoration: none;
}

a.Hidden:hover {
	color: #000000;
	text-decoration: underline;
}

a.HorizMenu {
	color: #232b73;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bolder;
	font-family: "Times New Roman", TimesNR, Times, "New Century Schoolbook", serif;
	letter-spacing: 0.05em;
	vertical-align: top;
}

.TopBanner {
	background-image: url(/images/banner_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.TopMenu {
	/* background-image: url(/images/menuback.gif); */
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #c5ba8e;
}

.BottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TitleTab {
	color: #232b73;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	font-family: "Times New Roman", TimesNR, Times, "New Century Schoolbook", serif;
	letter-spacing: 0.05em;
	vertical-align: bottom;
}

.CrossSiteLink
{
	color: #cc2a27; /* same red as in Soflex */
	font-size: 14pt;
}

.CompanyName {
	color: #3e006d;
	font-weight: bold;
}

.LoginError {
	color: #990000;
	font-size: 8pt;
	text-align: right;
}

