@charset "UTF-8";
/* base-layout.css */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	position: relative;
	padding: 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: black;
	width: 586px;
	float: right;
}
#sidebar1 {
	clear: both;
	float: left;
	width: 209px;
	padding: 10px 0;
}
a {
	color: #3D81EE;
	text-decoration: none;
}
a .highlight {
	color: white;
}
a:visited {
	color: #3D81EE;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
dl {
	margin-top: 2em;
}
dd {
	margin-left: 0;
	display: inline;
}
dt {
	color: red;
	font-weight: bold;
	margin: 1em 0;
	text-transform: uppercase;
}
h1, h2 {
	text-align: center;
}
h1, h1+h2 {
}
h2 {
	margin-top: 20px;
}
h4 {
	margin-top: 3em;
}
h4+dl {
	margin-top: 1em;
}
h3 {
	color: red;
	text-align: center;
	margin-bottom: 24px;
}
h3 a {
	text-decoration: underline;
	text-transform: uppercase;
}
.fieldBlock {
	width: 38em;
	margin-left: auto;
	margin-right: auto;
}
.fieldBlock label {
	float: left;
	width: 8em;
	text-align: right;
	margin: .25em 1em .25em 0;
}
.fieldBlock input, .fieldBlock select, .fieldBlock textarea {
	float: left;
	margin: .25em;
}
.fieldBlock br {
	clear: both;
}
.footnote p, p.footnote, p.footnote input {
	font-size: 75%;
}
.footnote h6 {
	margin: 1em 0 .5em;
	border-top: 1px solid white;
	padding-top: 1em;
	text-transform: uppercase;
}
.formActions {
	text-align: center;
	clear: both;
	padding-top: 1em;
}
.blogLink {
	text-transform: capitalize;
}
.topLink {
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 70%;
	margin-top: .25em;
	margin-bottom: 3em;
}
.yellow_highlight {
	color: #FF0;
}
.linkref, .highlight {
	color: red;
}
#cart {
	position: relative;
	height: 192px;
	text-align: center;
	font-size: 12px;
}
#cart #actions li {
	margin: .5em 0;
}
#couponButton {
	vertical-align: -6px;
}
#cart #actions img {
	margin: 0;
	padding: 0;
	display: inline;
}
#cart #cartActions a {
	padding: 0 4px;
}
#cart li {
	font-size: 12px;
	color: white;
	font-weight: bold;
	margin-top: .5em;
}
#cart a {
	font-size: 14px;
	color: red;
}
#cart address {
	color: red;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
#cart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#summary li  {
	margin: 0;
	padding: 0;
	font-size: 10px !important;
}
#SignUp2 h2 {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	margin: 1em 0 .5em;
	padding-top: 1em;
	border-top: 1px solid silver;
	color: red;
}
#SignUp2 {
	font-size: 12px;
	width: 169px;
	margin: auto;
}
#SignUp2 input {
	display: block;
	width: 159px;
}
#SignUp2 label {
	display: block;
	margin-top: .5em;
}
#SignUp2 p {
	margin-top: .8em;
	font-size: 10px;
}
#SignUp2 p.actions, #SignUp2 p.highlight {
	margin-top: 1em;
	text-align: center;
}
#SignUp2 p.actions input {
	display: inline;
	width: auto;
	float: none;
}