/* 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, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: medium;
	color: #B30000;
	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 : #0000A0;
	font-family: Arial, Helvetica, sans-serif;
	background : #FFFFFF url(none);
	position: relative;
	visibility: visible;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;


}

A:LINK {
	font-weight: bold;
	color : #000080;
	font-family: Arial, Helvetica, sans-serif;
	background : #FFFFFF url(none);
	font-size: medium;
	font-style: normal;
	text-decoration: underline;

}

A:VISITED {
	font-weight: bold;
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	background : #FFFFFF url(none);
	font-size: medium;
	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 : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;


}

