/* Example CSS styles for Merchant OrderForm cart v2.4 */

FORM { margin-bottom:0; margin-top:0 }

BODY { SCROLLBAR-ARROW-COLOR: #FAFAF6; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-BASE-COLOR: #000000; }

A {
	text-decoration : none;
}

A:ACTIVE {
	font-weight: normal;
	color : #808080;
	font-family: Arial,Serif;
	background : none;
}

A:LINK {
	font-weight: normal;
	color : #336699;
	font-family: Arial,Serif;
	background : none;
}

A:VISITED {
	font-weight: normal;
	color : #336699;
	font-family: Arial,Serif;
	background : none;
}

A.TextLink:HOVER {
/* Hover format for all Text Links */
	color : #000000;
	background : #DEE8F3;
}

A.TopNavLink:HOVER {
/* Hover format for Top Navigation HREF*/
	color : #000000;
	background : #DEE8F3;
}

A.TopNavNextLink:HOVER {
/* Special Hover format for the next, checkout, place order in Top Navigation HREF*/
	color : #000000;
	background : #FFFF80;
}

A.TrashCanLink:HOVER {
/*Hover format for the Trash Can HREF */
    color : #000000;
	background : #F2EDDC;
}

A.ShipToTabLink:HOVER {
/* Hover format for shipping address  HREF (if enabled) */
    color : #000000;
	background : #F2EDDC;
}

A.UpdateQuantityLink:HOVER {
/* Hover format for Recalculate HREF right under quantity boxes */
    color : #000000;
	background : #F2EDDC;
}

A.SummaryTextLink:HOVER {
/* Hover format for any line item text that is enabled HREF */
    color : #000000;
	background : #F2EDDC;
}

A.EditShippingIMG:HOVER {
/* Hover format for "Edit" images on summary line items */
    color : #000000;
	background : #F2EDDC;
}


.ValidationMessageText {
/* Highlighting  for all validation messages appearing throughout cart*/
	background : #FFFFCE
}


.ButtonFormat {
/* Not currently used, but may want this for gateway buttons added */
	background-color : #FFFFF0;
	border : 2px solid #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	visibility : visible;
	border-color : #336699;
}

