.productListHeader {
	color: white;
	font-weight: bold; 
	font-size: 10pt;}
.shoppingCartProductListPartNumberText {
	font-size: 10pt; }
.shoppingCartProductListProductDescriptionText {
	font-size: 9pt; }
.productThumbnailImage {
	padding: 0px;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: black; }
.productNote 
{
	font-size: 9pt;
	color: red;
	font-weight: bold; }
.availabilityText {
	font-size: 10pt; }
.regularPrice {
	font-size: 8pt;
	color: red;
	text-decoration: line-thrugh; }
.yourPrice {
	font-size: 10pt;
	color: black;
	text-decoration: none; }
.paddedCell {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px; }
.verticalGridline {
	width: 1px;
	background: url(../images/productListGridlineFade.gif) 0 0 no-repeat; }

.itemListOption
{
	width: 150px;
	float: left;
}

a {
	color: blue;
	text-decoration: underline; 
	font-size: 10pt;}
a:link {
	color: blue;
	text-decoration: underline; }
a:visited {
	color: blue;
	text-decoration: underline; }
a:hover {
	color: blue;
	text-decoration: underline; }
a:active {
	color: blue;
	text-decoration: underline; }
a.rightSide {
	color: red;
	text-decoration: underline; }
a.rightSide:link {
	color: red;
	text-decoration: underline; }
a.rightSide:visited {
	color: red;
	text-decoration: underline; }
a.rightSide:hover {
	color: red;
	text-decoration: underline; }
a.rightSide:active {
	color: red;
	text-decoration: underline; }
a.buttonContent {
	color: #355B84;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; }
a.buttonContent:link {
	color: #355B84;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; }
a.buttonContent:visited {
	color: #355B84;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; }
a.buttonContent:hover {
	color: #355B84;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; }
a.buttonContent:active {
	color: #355B84;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; }
	
	
