body {
  margin: 0;
  padding: 0;
  font: normal 12px Arial, helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

a {
  color: #572995;
  text-decoration: none;
}

a:hover {
  color: #8bda00;
  text-decoration: underline;
}

a img {
  border: none;
}

@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('/css/fonts/Chunkfive-webfont.eot');
  src: local('☺'), url('/css/fonts/Chunkfive-webfont.woff') format('woff'), url('/css/fonts/Chunkfive-webfont.ttf') format('truetype'), url('/css/fonts/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
  font-weight: normal;
  font-style: normal;
}

h3, h4, h5, h6, ul, p, blockquote {
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 16px;
}

hr {
  height: 1px;
  margin: 20px 0;
}

ol {
  margin: 0 0 20px 12px;
  padding-left: 12px;
}

ol li {
  margin-bottom: 10px;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

dd {
  margin-bottom: 20px;
}

.strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.noborder {
  border:none;
}

/*
.date {
  font-size: 10px;
  border-bottom: 1px solid #ccc;
}
*/

.breadcrumb {
  clear: both;
  font-size: 11px;
  margin-bottom: 0;
}

.small {
  font-size: 10px;
}

.left {
  float:left;
  margin-right: 20px;
}

.right {
  float: right;
  margin-left: 20px;
}

th {
  text-align: left;
}

h3.button {
  float: left;
  margin: 0 10px 0 0;
}

h3.button a {
  font-size: 14px;
  display: block;
  margin: 5px 0 10px 0;
  padding: 0;
  background-color: #00A7CF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  border-top: 1px solid #EFDED1;
  border-left: 1px solid #EFDED1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

h3.button a:active {
  -moz-box-shadow:inset 0px 0px 5px #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #EFDED1;
  border-bottom: 1px solid #EFDED1;
}

.green {
  color: #8ad602;
}

/*******************************
* Form stuff
*******************************/
form {
  margin-bottom: 20px;
}

label {
  display: block;
  margin: 0;
  padding: 0;
}

label.inline {
  display: inline;
}

optgroup option {
  padding-left: 20px;
}

optgroup {
  padding-bottom: 20px;
}

input[type="text"], textarea, input[type="password"] {
  display: block;
  width: 260px;
  margin: 0 0 16px 0;
  padding: 0;
}

textarea.wide {
    width: 550px;
}

input.small {
  width: 100px;
}

input.state {
  width: 30px !important;
}

input.zip {
  width: 50px !important;
}

input.gift_amount {
  width: 60px;
  display: inline;
}

input.submit {
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

input.submit_inline {
  display: inline;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

input.reset {
  width: auto;
}

input.radio {
  display: inline;
}

input.phone_1, input.phone_2 {
  display: inline;
}

input.phone_1 {
  width: 34px !important;
}

input.phone_2 {
  width: 54px !important;
}

select {
  margin-bottom: 16px;
}

address {
  font-style: normal;
  white-space: pre;
  margin-bottom: 20px;
}

.red {
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}

fieldset {
  padding:15px;
  margin: 0 0 20px 0;
  border:1px solid #000;
}

fieldset.narrow {
  padding:15px;
  margin: 0 20px 20px 0;
  border:1px solid #000;
  width: 42%;
  float: left;
}

legend {
  font-size:18px;
  font-weight:bold;
  padding:5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

