.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.rounded-corners-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #222;
  font-family: Georgia;
  line-height: 1.231;
  margin: 0;
}
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
th,
td {
  margin: 0;
  padding: 0;
}
header,
footer,
nav,
section,
article,
aside,
hggroup {
  display: block;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin-bottom: .3em;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
textarea {
  overflow: auto;
}
th {
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
}
form input.watermark {
  color: #999;
}
form input[type=submit] {
  background: #737070;
  background-color: #737070;
  border: 1px solid #504f4f;
  color: #f1ecec;
  font-size: 90%;
  text-transform: uppercase;
}
form div.row {
  margin: 2px 0;
}
form div.row label {
  display: block;
}
form div.row label, form div.row span {
  font-size: 85%;
}
form div.row div.cell {
  float: left;
  padding-right: 15px;
}
form div.row .field-validation-error {
  color: #b22222;
  display: inline;
}
form.ajax span.status {
  display: inline-block;
  font-size: 90%;
  margin-left: 5px;
}
form .input-validation-error {
  border: 1px solid #b22222;
}
input, textarea {
  color: #666;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-top: 1px solid #bbb;
  padding: 3px;
}
textarea {
  width: 450px;
}
body {
  background: url(/images/bg.png) repeat;
}
a.thumb > img {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
div#myMap {
  border: 1px solid #999999;
}
div#footer {
  color: #fff;
  width: 100%;
}
div#footer div.col {
  font-size: 1em;
  margin-right: 2em;
  float: left;
}
div#footer div.col li {
  list-style: none;
}
div#footer div.col a {
  color: #fff;
  font-size: .8em;
}
div#footer div.col a:hover {
  text-decoration: underline;
}
div#footer div.col.copyright {
  width: 600px;
}
div#thumbnails ul {
  overflow: auto;
}
div#thumbnails li {
  float: left;
  list-style: none;
  margin: 0 7px 0 0;
}
div#paging {
  margin-bottom: 1.5em;
}
div#paging span, div#paging a {
  color: #222;
  font-size: 95%;
  padding: 4px 8px;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #ece8d7;
}
div#paging span {
  background-color: #f8f5e8;
}
div#main-wrap {
  background-color: #fff;
  width: 930px;
  padding: 15px 25px 25px 25px;
}
div#main-wrap div#content {
  float: left;
  font-size: 14px;
  width: 570px;
}
div.ad {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 300px;
}
div#featured-items-wrapper div#featured-items {
  font-family: Arial;
  margin: 0;
  padding: 10px;
}
div#featured-items-wrapper div#featured-items ul li {
  float: left;
  display: block;
  padding: 7px 0;
  border-bottom: 1px dotted #ccc;
}
div#featured-items-wrapper div#featured-items ul li:first-child {
  border-top: 1px dotted #ccc;
}
div#featured-items-wrapper div#featured-items ul li div.avatar, div#featured-items-wrapper div#featured-items ul li div.thumb {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
div#featured-items-wrapper div#featured-items ul li div.avatar img, div#featured-items-wrapper div#featured-items ul li div.thumb img {
  padding: 2px;
  border: 1px solid #d6d6d6;
}
div#featured-items-wrapper div#featured-items ul li div.comment, div#featured-items-wrapper div#featured-items ul li div.description {
  float: left;
  width: 210px;
}
div#featured-items-wrapper div#featured-items ul li div.comment h2, div#featured-items-wrapper div#featured-items ul li div.description h2 {
  font-size: 15px;
}
div#page-wrap {
  width: 980px;
  margin: 0 auto;
}
div#header {
  margin-bottom: 1em;
}
div#breadcrumbs {
  font-size: .8em;
  margin-bottom: 1.5em;
}
div#breadcrumbs li {
  display: inline;
}
div#menu {
  background-color: #fff9f9;
  border-bottom: 1px solid #BFB8B8;
  border-top: 1px solid #BFB8B8;
  float: left;
  width: 940px;
  margin-bottom: .7em;
}
div#menu ul {
  list-style-type: none;
}
div#menu ul li {
  float: left;
}
div#menu ul li a {
  padding: 0 10px;
}
section#poll {
  border: 1px solid #ddd;
  margin: 0 auto 15px auto;
  padding: 15px;
  width: 270px;
}
section#poll span.question {
  font-size: 1.1em;
  display: block;
  padding-bottom: .6em;
}
section#poll div.row {
  margin-bottom: .5em;
}
section#poll div.row label {
  display: inline;
}
div#rail {
  float: right;
  width: 336px;
  font-family: Arial;
}
div#rail div#rail-inner {
  padding-left: 25px;
  border-left: 1px #ececec solid;
}
div#categories-wrapper ul {
  list-style: none;
  padding: 0;
}
div#categories-wrapper li.category {
  font-size: 11px;
  width: 95px;
  height: 80px;
  margin-right: 10px;
  list-style: none;
  float: left;
}
div#categories-wrapper li.category h1 {
  font-size: 9pt;
  font-family: Georgia;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
}
div.clear {
  clear: both;
}
div.article {
  background-color: #f8f5e8;
  border-bottom: 2px solid #ece8d7;
  border-right: 2px solid #ece8d7;
  color: #333;
  cursor: pointer;
  font-size: .9em;
  line-height: 1.3em;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 10px 5px 10px 10px;
  position: relative;
}
div.article h2 {
  margin-bottom: .5em;
}
div.article h2 a {
  color: #154a7f;
}
div.article img {
  float: left;
  margin: 0 10px 0 0;
}
div.progress-indicator {
  float: left;
  display: none;
}
div.social {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  visibility: hidden;
}
div.social ul {
  list-style: none;
}
div.social ul li {
  display: inline;
}
div.social ul li a {
  color: #222;
}
div.social ul li.fb {
  background: url(/images/fb.png) no-repeat;
  width: 25px;
  height: 25px;
  padding-left: 20px;
  margin-left: 7px;
  margin-right: 10px;
}
div.social ul li.tw {
  background: url(/images/tw.png) no-repeat;
  width: 25px;
  height: 25px;
  padding-left: 20px;
  margin-right: 5px;
}
div.social ul li a:hover {
  text-decoration: none;
}
.column {
  float: left;
}
div#top-menu-tabs {
  float: right;
  position: relative;
  left: -50px;
}
div#top-menu-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#top-menu-tabs ul li {
  float: left;
  font-size: 85%;
  height: 22px;
  line-height: 22px;
  margin-top: .75em;
  padding: 0 .5em 0 .5em;
  border-right: 1px solid #e6e6e6;
}
div#top-menu-tabs ul li a {
  padding: 3px;
}
div#top-menu-tabs ul li a:hover {
  text-decoration: underline;
}
div#top-menu-tabs ul li:last-child {
  border-style: none;
}
/* Note: http://gradients.glrzad.com/ */
div#search {
  padding: 10px 10px 15px 0;
}
div#search span {
  font-size: 125%;
  margin-right: 3px;
}
div#search input {
  font-size: 105%;
}
div#search input[name=query] {
  color: #154a7f;
  padding: 7px 5px;
  width: 275px;
}
div#search div#search-history {
  font-size: 14px;
  margin-top: 20px;
}
div#search div#search-history h1 {
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}
div#search div#search-history ul {
  float: left;
  list-style: none;
  margin-left: 20px;
  width: 110px;
  overflow: hidden;
}
div#search div#search-history ul li {
  padding: 1px 0;
  white-space: nowrap;
}
div#search div#search-history ul li a:hover {
  color: #154a7f;
}
section#comments {
  font: 13px/1.4 Georgia, Times, 'Liberation Serif', serif;
  margin-top: 25px;
}
section#comments ul li.comment {
  list-style-type: none;
  border-bottom: 1px solid #ececec;
  margin: 10px 0;
}
section#comments ul li.comment header {
  margin-bottom: 10px;
}
section#comments ul li.comment p {
  font-size: 105%;
  line-height: 1.6em;
  padding: 5px 0;
  margin: 10px 0;
  overflow: hidden;
}
section#comments ul li.comment a.read-more {
  cursor: pointer;
  font-size: 90%;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 5px 5px 0;
}
section#comments ul li.comment span.author {
  font-weight: bold;
}
section#comments ul li.comment li ul li {
  margin-right: -5px;
  margin-left: -50px;
  margin-bottom: 7px;
  margin-top: 11px;
  background: #E6E3D3;
  border: 1px solid #ADACA8;
}
section#comments ul li.comment:last-child {
  border-style: none;
}
section#comments ul .avatar {
  float: left;
  padding: 0;
  margin-left: -58px;
  width: 50px;
  height: 50px;
  border: 2px solid #E6E3D3;
}
section#featured {
  margin-top: 1.5em;
}
section#featured h3 {
  font-size: 120%;
}
section#featured ul {
  overflow: auto;
  padding: 0;
}
section#featured ul li {
  display: inline;
  margin-right: 10px;
  list-style: none;
  width: 165px;
  float: left;
}
section#featured ul li h4 {
  font-size: 12px;
  text-align: center;
  margin-bottom: .5em;
}
section#featured ul li p {
  font-size: .8em;
  line-height: 1.4em;
}
div.success {
  font-size: 12pt;
  font-weight: bold;
  height: 48px;
  width: 100%;
  background: url(/images/success.png) no-repeat;
  padding-left: 65px;
  color: #000;
}
div#product-categories {
  float: left;
}
div#product-categories ul {
  list-style: none;
}
div#product-categories ul li {
  border: 1px solid #fff;
  font-size: 90%;
  margin: 2px 0;
  padding: 3px 5px 3px 0;
}
div#product-categories ul li div.category {
  cursor: pointer;
  float: left;
  padding: 2px 0;
  width: 105px;
}
div#product-categories ul li div.category.highlight {
  color: #154a7f;
}
div#product-categories ul li div.products {
  display: none;
  float: left;
  font-size: 95%;
  padding-bottom: 25px;
  position: absolute;
  width: 450px;
}
div#product-categories ul li div.products div.product {
  padding: 2px 0;
}
div#product-categories ul li div.products div.product div.photo {
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  width: 20px;
}
div#product-categories ul li div.products div.add-review {
  position: absolute;
  font-size: 80%;
  bottom: 0;
  left: 0;
}
div#product-categories ul li div.products a:hover {
  color: #154a7f;
}
div#lead-mask {
  left: 0;
  top: 0;
  margin: 10px 0;
  width: 300px;
  height: 80px;
  overflow: hidden;
}
div#lead-mask div.question {
  display: inline;
  float: left;
  font-size: 95%;
  position: relative;
  width: 300px;
}
div#lead-mask div.question p {
  margin-bottom: 5px;
}
div#lead-mask div.question ul {
  list-style-type: none;
}
div#lead-mask div.question ul li {
  display: inline;
  margin-right: 5px;
}
div#lead-mask div.question ul li span {
  padding-left: 2px;
}
div#lead-mask div.question form input[type=submit] {
  display: inline;
}
div.featured-item-wrapper {
  float: left;
}
div.featured-item-wrapper h1 {
  font-size: 1.4em;
  margin-bottom: .5em;
}
div.featured-item-wrapper p {
  line-height: 1.4em;
}
div.featured-item-wrapper table {
  font-size: 1em;
  padding-top: .8em;
}
div.featured-item-wrapper table tr th:last-child {
  text-align: center;
}
div.featured-item-wrapper table tr td {
  padding: 0;
}
div.featured-item-wrapper table tr td:last-child {
  font-size: 1.2em;
  text-align: center;
  vertical-align: top;
  width: 50px;
}
div.featured-item-wrapper table tr td a:hover {
  color: #154a7f;
}
div.featured-item-wrapper table tr td.disclaimer {
  font-size: 1em;
  text-align: left;
  padding-top: .5em;
}
div.featured-item-wrapper span.author {
  display: block;
  margin-top: .5em;
}

