body {
	font: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navbar {
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
}
a.navbar:hover {
	border: 1px solid #00aff0;
	background: white;
	padding: 6px 7px 7px 7px;
}
a.navbar_selected:hover  {
	border: none;
	padding: 5px 7px 6px 7px;
	background: #00aff0;
}
a.navbar_selected {
	color: white;
	text-decoration: none;
	padding: 5px 7px 6px 7px;
}
a.navbar {
	color: #00aff0;
	text-decoration: none;
	padding: 7px 8px 8px 8px;
	display: block;
}
/* plain headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-weight: 600;
	font-size: 1.7em;
	margin: 0 0 1ex;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin: 1ex 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1ex 0 0.2ex;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.2ex;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1ex 0 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 1ex 0 0;
}
/* general html declarations */

p, ul, ol, dl, table {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
}
ul li {
	list-style: square;
}
p {
	margin: 0 0 1em;
}
/* p small {
	color: #909090;
	line-height: 120%;
	font-size: smaller;
}
*/
a {
	color: #0083B3;
	text-decoration: underline;
}
a:hover {
	color: #0083B3;
}
a:visited:hover {
	color: #0083B3;
}
a:visited {
	color: #0083B3;
}
blockquote {
	margin: 0;
	padding: 10px 0 10px 40px;
	background: transparent url(images/quotes.png) left top no-repeat;
}
blockquote p {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.5ex;
}
blockquote p.source {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: normal;
	font-weight: bold;
}
.bar_header {
height: 25px; font-size: 1em; font-weight: bold; color: white; line-height: 25px; text-shadow: #168fb3 2px 2px 1px;
}
.product_price {
	font-size : 24px;
	text-decoration : none;
	color : #990000;
	font-weight: bolder;
	letter-spacing : -1 px;
	line-height: 28px;

	}
.product_price_msrp {
	font-size : 12px;
	text-decoration : line-through;
	color : #999999;
	font-weight: normal;
	letter-spacing : 0 px;
	}
.cart_total {
	font-size : 16px;
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : -0.5px;
	}
a.cart_item {
	font-size : 16px;
	text-decoration : underline;
	color : #990000;
}
a.cart_item:hover {
	font-size : 16px;
	text-decoration : none;
	color : #990000;
}
.error, a.error, a.error:hover {
	font-size : 13px;
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : -0.5px;
	}
.error_small {
	font-size : 9px;
	line-height: 10px;
	text-decoration : none;
	color : #990000;
	font-weight: normal;
	letter-spacing : 0 px;
	}
.checkout_steps {
	font-size : 18px;
	color : #000a1ed;
	font-weight: bold;
	letter-spacing : 0 px;
	}
.checkout_button {
	font-family : Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background-color: #00a1ed;
	padding: 6px;
	border: medium solid #00a1ed;
	border-style: outset;
}
.checkout_button_edit {
	font-family : Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	background-color: #64d5ff;
	padding: 2px;
	border: medium solid #64d5ff;
	border-style: outset;
}
.tiny {
	font-size: 9px; font-family: Arial, Helvetica, sans-serif;	line-height: 10px;
}
.small {
	font-size: 10px; font-family: Arial, Helvetica, sans-serif;	line-height: 11px;
}
.small_bold {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;	line-height: 11px; font-weight: bolder;
}
input.shaded, select.shaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : black;
	background-color: #FFFFCC;
	}
input.shaded_inactive, select.shaded_inactive {
  border: 1px solid #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  background-color: #ccc;
}
input.shaded[class], input.shaded_inactive[class], select.shaded[class] {
	padding: 6px;
}
input.shadow, textarea.shadow, select.shadow{
  border: 1px solid #ccc;
  background-image: url(images/bg_inputs.png);
  background-repeat: no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  background-color: #FFF;
}
input.shadow[class], select.shadow[class] {
  padding: 6px;
}

input.shadow:hover, select.shadow:hover {
  border: 1px solid #515151;
}

input.shadow:focus, textarea.shadow:focus, select.shadow:focus {
  border: 1px solid #515151;
}
