/* Example CSS styles for Merchant OrderForm cart v2.4 */

FORM { margin-bottom:0; margin-top:0 }

BODY {
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR:#C0C0C0;
	SCROLLBAR-BASE-COLOR: #336699;
	font-family: Arial;
	background-color: #000080;
	font-size: large;
	color: #FFCC33;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet-1.jpg);
	list-style-type: circle;



}

A {
	text-decoration : none;
}

A:ACTIVE {
	font-weight: bold;
	color : #00B5F0;
	font-family: Arial, Helvetica, sans-serif;
	background : #000080 url(none);
	position: relative;
	visibility: visible;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;


}

A:LINK {
	font-weight: bold;
	color : #00B5F0;
	font-family: Arial, Helvetica, sans-serif;
	background : #000080 url(none);
	font-size: large;
	font-style: normal;
	text-decoration: underline;

}

A:VISITED {
	font-weight: bold;
	color : #999999;
	font-family: Arial, Helvetica, sans-serif;
	background : #000080 url(none);
	font-size: large;
	font-style: normal;
	list-style-position: outside;
	list-style-image: url(../images/bullet-1.jpg);
	list-style-type: circle;
	text-decoration: underline;
	font-variant: normal;



}
.unnamed1 {
}
a:hover {
	color : #FF0000;
	background : #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;


}
