table.productlist {
        margin-top: 0px;
}

.productlist th {
        padding: 0px 2px 10px 2px;
	font-weight: normal;
	font-size: 12px;
}

.productlist td {
        padding: 0px 2px 10px 2px;
	font-weight: normal;
	font-size: 14px;
}

.productlist a:link,
.productlist a:visited,
.productlist a:active
{
        color:#567899;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.productlist a:hover {
        color:#567899;
}

.productlist option {
        background-color:#ffffff;
}

table.productview {
}

.productview td {
	font-size: 13px;
        color: black;
	padding: 2px;
}

option.productfamily, select.productfamily {
	font-size: 12px;
        background-color:#ffffff;
        text-transform:none;
}

table.newproducts {
        margin-top: 20px;
	width: 200px;
}

.newproducts td {
        padding: 0px;
	text-align: center;
	font-size: 14px;
}

.newproducts a:link,
.newproducts a:visited,
.newproducts a:active
{
	color: #606026;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.newproducts a:hover {
	color: #000000;
}

.carttbl {
  width: 100%;
}

.carttbl td {
  padding: 2px 4px 2px 4px;
}

.cartheader {
  /* background-color: #f59b00; */
  /* padding: 3px 0px; */
  /* font-family:  Trebuchet MS, sans; */
  /* font-family: "Gill Sans Std"; */
  font-size: 12px;
  font-weight: Normal;
  color: white;
  vertical-align: center;
}

.carttbl a:link,
.carttbl a:visited,
.carttbl a:active
{
        color:#567899;
        text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	/*
	border-top:1px solid #999999;
	border-left:1px solid #999999;	
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color: #F4F4F4;
	padding: 1px 2px 1px 2px;
	*/
}

.carttbl a:hover {
        color:#567899;
}

table.orderform {
  width: auto;
  margin-top: 10px;
}

td.orderformheader {
  text-align: left;
  padding: 2px;
  font-weight: bold;
}

.orderform td {
  text-align: left;
  padding: 2px;
}

.orderinfo {
  color: #545454; 
  font-size: 14px;
}

a.pagerlink:link,
a.pagerlink:visited,
a.pagerlink:active,
a.pagerlink:hover {
	text-decoration: underline;
	font-size: 12px;
	color: white;
}

a.pagerlink_selected:link,
a.pagerlink_selected:visited,
a.pagerlink_selected:active,
a.pagerlink_selected:hover {
	text-decoration: none;
	font-size: 12px;
	color: white;
}
