table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.bordergrey {
	border: 1px solid #666666;
}

.borderred {
	border: 1px solid #FF471E;
}

.fontred {
	color: #FF471E;
	}
.inputgrey {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}

.formsearch {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:link {
	text-decoration: none;
}
a:hover {
	color: #FF4421;
}
a:visited {
	text-decoration: none;
}

.cart {
	background-image: url(images/cart.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.borderblack {
	border: 1px solid #000000;
}

.bordergrey3 {
	border: 3px solid #666666;
}

.bordergrey2 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.borderblackCopy {
	border: 1px solid #000000;
	background-color: #FFFFFF;

}

