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

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

BODY {background-color: 000066; color: black;
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#C0C0C0; SCROLLBAR-BASE-COLOR: #336699
}


h1 {font-family : Arial, Helvetica, sans-serif; color: #ff00ff; text-align: center; font-weight: bold; font-size: x-large}
h1.dark {font-family : Arial, Helvetica, sans-serif; color: #cc00cc; text-align: center; font-weight: bold; font-size: x-large}
h2 {font-family : Arial, Helvetica, sans-serif; color: #00ffff; text-align: center; font-weight: bold; font-size: large}
h2.dark {font-family : Arial, Helvetica, sans-serif; color: #0000ff; text-align: center; font-weight: bold; font-size: large}
h3 {font-family : Arial, Helvetica, sans-serif; color: #ffff00; text-align: left; font-weight: bold; font-size: medium}
h3.dark {font-family : Arial, Helvetica, sans-serif; color: #008080; text-align: left; font-weight: bold; font-size: medium}
p {color: navy; font-family: Arial,Helvetica; font-weight: normal; font-size: small}
p.em {font-weight: bold; font-style: italic}
p.center {text-align: center}
p.dark {color: #000000;}
p.soft {color: #aaaaaa; font-family: Arial,Helvetica; font-size: 70%}

span.c {color:#ff0000}
div.center {text-align: center}
li {color: black; font-size: medium}




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 : #FFE6CC;
}

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

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

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

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


.ValidationMessageText {
/* Highlighting  for all validation messages appearing throughout cart*/
	color: #800080;
}


.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;
}

