@charset "UTF-8";

blockquote {
	margin-left: 25px;
}
ul {
	list-style-type:none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
ul li{
	margin-left: 4em;
	list-style-type:disc;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ol li{
	margin-left: 2em;
	list-style-type:decimal;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
dl {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
dl li{
	margin-left: 25px;
	list-style-type:none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 1em;
}
td.slideBox, tr.slideBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
}
.headerRow{
	background-image: url(/includes/images/cart_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1.2em;
}
h2,h3,h4,h5,h6,h2blue {
	padding-bottom: 1em;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	text-decoration: none;
}
H2BLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
H4 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;	
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
}
a:active {
}
a:visited {
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

label {
	display: block;
	margin: 2px;	
}
input {
/*	display: block;  */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input#hidden {
	display: none;
}
textarea {
	border: 1px solid #000;
	padding: 3px;
}
.input_style {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input.checkbox {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.alert {
	color: #FF0000;
}
