body {
  /*font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;*/
  font-family: Tahoma, Arial;
  font-size: 0.75em;
  background-color: #fff;
  margin-top: 10px;
}

form {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  font-family: Helvetica, Arial;
  font-size: 100%
}

input.outlined {
  border: 1px solid #49acec;
}

a {
  color: #3baefc;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

a.orange {
  color: #ff7c00;
}

h2 {
  font-weight: bold;
  font-size: 175%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
}

#logo {
  float: left;
  height: 45px;
}

#login {
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

#menu {
  background: transparent url(/images/nav-bar.png) repeat-x left top;
  height: 33px;
  width: 945px;
  clear: both;
  text-align: center;
}

#menu a {
  color: #fff;
  display: inline-block;
  font-size: 13pt;
  font-family: Arial, serif;
  font-weight: bold;
  padding: 8px 10px;
  vertical-align: top;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#menu a:hover {
  text-decoration: none;
}

.cufon {
  color: #8eb811;
  font-size: 230%;
}

.ta-center {
  text-align: center;
}

.menu-item {
  display: block;
  float: left;
  height: 33px;
  background: transparent no-repeat center center;
}

.menu-seperator {
  display: inline-block;
  background: transparent url(/images/menu-seperator.png) no-repeat left center;
  height: 33px;
  width: 2px;
}

.section-head {
  border: 1px solid #8cb711;
  background-color: #f4f5ee;
  position: relative;
  height: 28px;
  border-bottom: 0px;
  background: url(/images/section-head-background.png) 0 0 repeat-x;
}

.section-title {
  margin-left: 5px;
}

.section-brief {
  float: right;
  margin-right: 3px;
}

.section-tl {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 5px;
  height: 5px;
  background: transparent url(/images/section-head-corner-tl.png) 0 0 no-repeat;
}

.section-tr {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  background: transparent url(/images/section-head-corner-tr.png) 0 0 no-repeat;
}

.section-br {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  background: transparent url(/images/section-corner-br.png) 0 0 no-repeat;
}

.section-bl {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 5px;
  height: 5px;
  background: transparent url(/images/section-corner-bl.png) 0 0 no-repeat;
}

.section-content {
  border: 1px solid #8cb711;
  background-color: #f4f5ee;
  position: relative;
}

.full-section-content {
  border: 1px solid #8cb711;
  background-color: #f4f5ee;
  position: relative;
}

.section-padded-content {
  padding: 10px;
}

.section-bottom {
  position: relative;
  height: 40px;
}

.section-price {
  font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 130%;
  font-weight: bold;
  color: #d9000d;
}

.section-buy-now {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.section-view-details {
  position: absolute;
  bottom: 10px;
  right: 124px;
}

.sub-head {
  position: relative;
  background: transparent url(/images/section-subhead-background.png) 0 0 repeat-x;
  height: 26px
}

.section-subhead-tl {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 3px;
  height: 3px;
  background: transparent url(/images/section-subhead-corner-tl.png) 0 0 no-repeat;
}

.section-subhead-tr {
  position: absolute;
  top: 0px;
  right: -1px;
  width: 3px;
  height: 3px;
  background: transparent url(/images/section-subhead-corner-tr.png) 0 0 no-repeat;
}

.no-top-border {
  border-top: 0;
}

.bordered {
  border-left: 1px solid #8cb711;
  border-right: 1px solid #8cb711;
}

.sub-head img {
  margin-left: 5px;
}

.head-image {
  display: block;
  margin-bottom: 0px;
}

.field-name {
  width: 175px;
}

.field {
  width: 525px;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

.checkbox {
  margin: 0;
  padding: 0;
}

.errorbar {
  font-size: 8pt;
  font-family: Tahoma, Arial;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #FEE7E8;
  padding: 5px;
  padding-left: 10px;
  color: #d52727;
  font-weight: bold;
  border: 1px dotted #d52727;
}

.infobar {
  font-size: 8pt;
  font-family: Helvetica, Arial;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #EFF8E0;
  padding: 5px;
  padding-left: 10px;
  color: #0097FF;
  font-weight: bold;
  border: 1px dotted #8cb711;
}

.blue-bar {
  height: 2px;
  background-color: #3d4974;
  color: #3d4974;
  border-width: 0;
  margin-top: 15px;
  margin-bottom: 5px;
  clear: both;
}

.grey-bar {
  height: 2px;
  background-color: #e1e1e1;
  color: #e1e1e1;
  border-width: 0;
}

.grey-bar-thin {
  height: 1px;
  background-color: #afafaf;
  color: #afafaf;
  border-width: 0;
}

.copyright {
  float: left;
  color: #999;
  font-size: 90%;
  height: 5em;
}

.treb-130 {
  font-weight: bold;
  font-size: 130%;
  font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;
}

.treb-140 {
  font-weight: bold;
  font-size: 140%;
  font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;
}

.red {
  color: #d9000d;
}

.grey-80 {
  font-size: 80%;
  color: #999
}

.grey-999 {
  color: #999
}

.grey {
  color: #666;
}

.font-90 {
  font-size: 90%;
}

.font-80 {
  font-size: 80%;
}

.bold {
  font-weight: bold;
}

.example-sites {
  margin-bottom: 25px;
}

.example-sites li {
  margin-bottom: 4px;
}

.click {
  cursor: pointer;
}


/* FORUM */
.forum-table {
  border: 1px solid #d0d0d0;
  margin-top: 10px
}

.grey-ee {
  background-color: #eeeeee;
}

.grey-f5 {
  background-color: #f5f5f5;
}

.grey-f0 {
  background-color: #efefef;
}

.code {
  background-color: #DCDCDC;
  border: 1px solid #AFAFAF;
  color: #000000;
  font-family: monospace;
  font-size: 9pt;
  /*line-height: 1.3em;*/
  margin: 1px auto;
  min-height: 2.5em;
  max-height: 24em;
  overflow: auto;
  padding: 2px;
  white-space: nowrap;
  width: 740px;
}

.kb-code {
  background-color: #DCDCDC;
  border: 1px solid #AFAFAF;
  color: #000000;
  font-family: monospace;
  font-size: 9pt;
  margin-left: 10px;
  max-height: 24em;
  overflow: auto;
  padding: 2px;
  white-space: nowrap;
  width: 800px;
}

.quote {
  background-color: #fffee8;
  border: 1px solid #AFAFAF;
  color: #000000;
  font-size: 8pt;
  /*line-height: 1.3em;*/
  margin: 1px auto;
  max-height: 24em;
  overflow: auto;
  padding: 2px;
  width: 740px;
}




/* SUGGESTIONS */
.New {
  background-color: #f5f5f5;
}

.Duplicate {
  background-color: #FFFFE0;
}

.Declined {
  background-color: #FFDDDD;
}

.Accepted {
  background-color: #F8FCFF;
}

.Added {
  background-color: #F2FFF2;
}


/* KEY FEATURE */
div.key-feature {
  margin-bottom: 20px;
}

div.key-feature-text {
  margin-left: 25px;
}

div.key-feature-title {
  font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;
  background: transparent url(/images/icon-star.png) no-repeat 0px 2px;
  font-weight: bold;
  font-size: 130%;
  padding-left: 22px;
}

div.key-feature-img {
  margin-top: 10px;
  text-align: center;
}

div.key-feature-img img {
  cursor: pointer;
}



/* ACCORDIAN */
#accordian {
  margin: 10px 0px 20px 10px;
}

.accordian-header {
  font-weight: bold;
  font-size: 130%;
  font-family: 'Trebuchet MS', Helvetica, Geneva, Sans-Serif;
  background: url(/images/icon-star.png) no-repeat 0px 2px;
  padding-left: 22px;
  margin: 0;
  color: #3baefc;
  cursor: pointer;
}

.accordian-panel {
  padding: 4px 4px 4px 22px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  margin: 0 0 10px 0;
  overflow: auto;
}


#player_wrapper {
  margin: 10px auto;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}



/* STRIPE */
#stripe-error {
  display: none;
}
