a, a:link, a:visited, a:active {
  color: #0000ff;
  text-decoration: underline;
}
a:visited {
  color: #99c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #000; 
  background-color: #ccf;
}
code {
  font-family: "Courier New", Courier, monospace;
}
img {
	border-style: none;
}
table {
  width: 100%;
}
td, th {
  vertical-align: top;
  padding: 2px;
}
th {
  background-color: #dcdcdc;
  text-align: left;
}
tr.rowTint {
	background-color: #E0E4EF;
}

html, body {
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #wrapper.
	 */
  margin:0;
  padding:0;
  color:#000;
}
/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body {
  min-width:748px;
}
#wrapper {
  margin: 0 auto;
  width: 748px;
  overflow: hidden;
}
#header {
  background:  url(/images/banner.png) #fff no-repeat top left;
  height: 117px;
  margin: 0 auto;
  text-align:right;
  color: #fff;
  padding-right: 5px;
}
#header a, #header a:visited {
	color: #fff;
	font-size: 12px;
}
#header a:hover {
  text-decoration: none;
  color: #000; 
  background-color: #ccf;
}
div#indicator {
  position: absolute;
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

/*ad styles */
#block_adwide_top {
	width: 468px;
	height: 90px;
	padding: 5px 0;
	margin: 0 auto;
}
#block_adnarrow_col {
	width:  185px;
	height: 190px;
	padding: 5px 0;
	margin: 0 auto;
}
#block_adwide_bottom {
  /*background:  url(/images/grbx.gif) #fff no-repeat top left;*/
  clear:both;
  text-align: center;
  height: 90px;
  border-top: solid 2px blue;
}
/* end ad styles */

#nav {
  background:  url(/images/header.png) #fff no-repeat top left;
  height: 35px;
  background-color: #fff;
  padding: 8px 0;
}
#nav p {
  text-align:center;
  margin: 0 auto;
}
#content {
  float:left;
  width:518px;
  background-color: #fff;
  padding: 4px;
}
#content-wide {
  width:748px;
  background-color: #fff;
  padding: 4px;
}
#content p, #content-wide p {
  padding: 0 10px 0px 10px;
}
#sidebar {
  background:  url(/images/coltop.png) #fff no-repeat top left;
  float:right;
  width:190px;
  background-color: #ccf;
  padding: 3px 1em;
}
#content,#sidebar {
  overflow: visible;	/* fix for IE italics bug */
  position: relative;	/* fix some rendering issues */
  /*padding-bottom: 32767px;
  margin-bottom: -32767px;*/
}

#footer {
  padding: 5px 0;
  color: #ababab;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1001;
}
#footer p {
  padding: 0 9px;
  margin: 0 auto;
}
#hide {
  position: relative;
  z-index: 1002; 
  background-color:#fff;
  height:5px;
}
/*---------------
HEADERS
---------------*/
h1, h2, h3, h4 {
  font-family: tahoma, sans-serif;
  padding: 0 10px 2px 10px;
}

#content h1, #content-wide h1 {
  color: #0a1e60;
  font-size: 1.5em;
  position: relative;
  border-bottom: solid 1px blue;
}

#content h2, #content-wide h2 {
  color: #ffa616;
  font-size: 1.2em;
  position: relative;
}
#content h3, #content-wide h3 {
  color: #ffa616;
  font-size: 0.9em;
  position: relative;
  border-bottom: solid 1px blue;
}
.vnav h3 {
  background:  url(/images/boxtop.png) #fff no-repeat top left;
  padding-top: 5px;
  height: 1.3em;
  color: #0A1E60;
  font-size: 1em;
  text-align: center;
  z-index: 999;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav {
  margin: 1em 0;
}
.vnav ul, .vnav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.vnav ul {
  border: solid 1px #fff;
  border-bottom-width: 0;
}
.vnav ul li {
  border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a {
  margin: 0;
  display: block;
  padding: 0;
  line-height: normal;
}
.vnav ul li a {
  display: block;
  padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.vnav h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ {
  height: 0.01%;
}
* html .vnav ul {
  position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active {
  text-decoration: none;
  background-color: #99c;
  color: #000;
}
.vnav ul li a:hover {
  text-decoration: none;
  background-color: #006;
  color: #fff;
}

#boxContainer {
  float: left;
  width: 400px;
  margin: 0 7px;
  padding-top: 5px;
}
#boxTp {
  background:  url(/images/blboxtp.gif) #fff no-repeat top left;
  width: 400px;
  height: 32px;
  padding: 0;
  margin: 0;
  margin-left:1px;
  text-align: center;
}
#boxMid {
  background-color: #ccccff;
  width: 393px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left:2px;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  text-align: left;
}
#boxMid a {
	margin:0;
	padding:0;
}
#boxMid a:hover {
	color: #fff;
}
#boxMid a:visited {
	color: #fff;
}
#boxBtm {
  clear: both;
  background:  url(/images/blboxbtm.gif) #fff no-repeat top left;	
  width: 400px;
  height: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
}
#bizMonthTop {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding:5px;
}
#bizMonthBtm {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

hr {
  border: 0px;
  height: 1px;
  color: #06f;
  background-color: #06f;
}

label {
  font-weight: bold;
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  width: 150px;
}
.form-row {
  clear: both;
  padding-left: 5px;
}
.form-row .form-content {
  padding-left: 9em;
}

.event {
  border-bottom: solid 1px #dcdcdc;
  padding: 5px;
}

/** ERROR styles */
.form_error
{
  color: #ff0000;
  font-weight: bold;
}
#errorExplanation {
  border: solid 2px #ff0000;
  width: 95%;
  padding:5px;
}
#process_error {
  padding: 0 10px 10px 10px;
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
}
/**END error styles*/
/**product styles**/
.product_row {
	height: 95px;
}
.product_thumb {
	width: 20%;
	vertical-align: top;
}
.product_details {
	width: 70%;
	vertical-align: top;
}
.product_title {
	font-weight: bold;
}
.product_description {
	vertical-align: top;
}
.product_price {
	width: 10%;
	vertical-align: top;
}
#product_photo {
	float: left;
	margin-right: 28px;
	margin-bottom: 8px;
}
#product_description {
	margin-left: 10px;
}
#product_details {
	margin-left: 10px;
}
#sale_price {
	font-weight: bold;
	color: #f00;
	font-size: 18px;	
}
/**end product styles**/
/**checkout styles**/
#steps {
	padding: 0 0 0 10px;
}
.currentStep {
	padding: 3px;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFB322;
}
.futureStep {
	padding: 3px;
	border: 1px solid #000;
	font-size: 16px;
	background-color: #b2c7ed;
}
.pastStep {
	padding: 3px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #000;
	background-color: #b2c7ed;
}

#order {
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #000;
	color: #000;
	width: 97%;
	padding-bottom: 10px;
}
.order_title {
	margin-top:0;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:3px;
	text-align: center;
	color: #fff;
	background-color: #122B72;
}

#payment {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000;
	color: #000;
	width: 97%;
	padding-bottom: 10px;
}
#order_detail {
	width: 100%;
}
#order_total {
	background-color: #d2d4be;
	color: #000;
	font-size: 16px;
}
.detail_header {
	background-color: #FFB322;
	color: #000;
}
#continue_shopping {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#invoice {
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	border: 3px dashed #000;
	text-align: right;
	font-size: 16px;
}
#orderDate {
	margin: 10px;
	text-align: right;
}
.rwide {
	text-align:left;
	width: 100%;
}
#miniCart {
	text-align: right;
	font-size: 14px;
	padding-top: 3px;
}
#mc_head {
}
/* END checkout */

