@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,300);

body {
  background-color: #ececec;
  color: #585858;
  margin:0;
  font-family: arial, helvetica;
  font-size: 10px;
}

a {
  color: #585858;
  font-family: arial, helvetica;
}

td {
  font-size: 12px;
  color: black;
}

td h1 {
  font-size: 15px;
  color: black;
}

h1 {
 color: black;
} 

div.stage {
  text-align:center;
}

div.header {
  height: 120px;
  background-image: url(/styles/shop/images/bg_black.gif);
  padding-top:10px;
}

div.header img {
  padding-top:33px;
}

div.header a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia;
  font-size: 1.3em;
  color: #575757;
  text-decoration:none;
  letter-spacing: 1px;
}

div.navbar {
  width:481px;
  margin: 25px auto 25px auto;
  text-align:left;
  padding-bottom: 20px;
}

div.mainstage {
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

div.col1 {
  float:left;
  width: 300px;
}

div.col2 {
  float:left;
  width: 300px;
}

label {
  color:black;
  font-size: 12px; 
  line-height: 25px;
}

div.hr {
  border-bottom: 1px dotted black;
  margin: 10px 0 10px 0;
}


/* button */

input.slimbutton, input.button {
  font-family: Arial, Helvetica, sans-serif;
  background:#333;
  color:#fff;
  border:0;
  outline:0;
  padding:5px 14px 8px 15px;
  font-size:11px;
  line-height: 16px;
  -moz-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-bottom:4px;
  -webkit-border-top-right:4px;
  height:26px;
  background-image: url(/styles/std/images/slimbutton_bg.gif);
  background-repeat: repeat-x;
  margin-right: 5px;
}

a.slimbutton, a.slimbutton:link, a.slimbutton:visited, a.slimbutton:hover, a.slimbutton:active, span.slimbutton {
  font-family: Arial, Helvetica, sans-serif;
  background:#333;
  color:#fff;
  border:0;
  outline:0;
  padding:5px 17px 8px 18px;
  font-size:11px;
  line-height: 16px;
  -moz-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-bottom:4px;
  -webkit-border-top-right:4px;
  height:26px;
  background-image: url(/styles/std/images/slimbutton_bg.gif);
  background-repeat: repeat-x;
  margin-right: 5px;
  text-decoration: none;
}

