a {
  color: #58595b;
}

a:hover {
  color: #597e21;

    text-decoration: none;
}

h1, h2, h3, h4 {
  font-size: 13px;

  color: #58595b;
}

h2 {
    font-size: 14pt;
}

input, select, textarea {
    border: 1px solid #888;

    background: white;
}

input.submit {
    border: 1px solid #777;

    background: #aaa;
}

table th {
    text-align: left;
}

table th,
table td {
    padding: 2px 4px;

    vertical-align: top;
}

table.border {
    border-collapse: collapse;
}

table.border td,
table.border th {
    border: 2px solid #eee;
}

table.border th {
    background: #eee;

    border-top: 3px solid white;
}

fieldset {
    margin: 10px 0;
}

legend {
    font-size: 10pt;
}

.content h2, .content h3, .content h4 {
    margin: 15px 0;
}

.content p {
    margin: 10px 0;
}

.content ul {
    padding-left: 20px;
}

/**/
#abribbon ul {
  width: 602px;
  height: 75px;

  list-style-type: none;
}

#abribbon ul li {
  width: 120px;
  height: 75px;

  float: left;
}


/**/
#shop-message {
	width: 460px;
  	height: 80px;

	position: absolute;
	top: 10px;
	left: 35px;
}

/**/
#shopping-cart {
  width: 175px;
  height: 90px;

  position: absolute;
  top: 0px;
  left: 505px;

  background-image: url('../images/content/shopping-cart-bg.jpg');
  background-repeat: no-repeat;
}

#shopping-cart div.content {
	width: 90px;
	height: 80px;

	margin-top: 10px;
	margin-left: 70px;
}

#shopping-cart p {
    margin: 4px 0;
}

#shop-info {
  position: absolute;
  top: 5px;
  left: 745px;
}


/**/
#hucr-logo {
  width: 175px;
  height: 40px;

  position: absolute;
  top: 0px;
  left: 775px;
}

#back-to-top {
  position: absolute;
  top: 0px;
  left: 35px;

  background-color: #fff;
}

#back-to-top a {
  width: 100px;
  height: 20px;

  display: block;

  padding-left: 15px;
  padding-top: 5px;

  font-size: 13px;
  font-weight: bold;

  color: #58595b;

  text-transform: uppercase;
  text-decoration: none;

  background-image: url('../images/content/back-to-top-bg.jpg');
  background-position: 76px 1px;
  background-repeat: no-repeat;
}


/**/
#contact-info {
  position: absolute;
  top: 5px;
  left: 160px;

  color: #fff;
}

#contact-info a, #contact-info p {
  color: #fff;
}


/**/
.row {
  padding-left: 10px;
}

.product {
  width: 190px;
  height: 300px;

  margin: 0px 40px 10px 0;

  float: left;

  position: relative;

  overflow: hidden;

    border: 0px solid red;
}

.product .image {
  width: 188px;
  height: 180px;

  position: absolute;
  top: 38px;
  left: 1px;

    display: table;
}

.product .image-inner {
    display: table-cell;

    vertical-align: middle;
}

.product div.price {
  width: 70px;

	text-align: center;

  position: absolute;
  top: 38px;
  right: 1px;
}

.price span {
  padding: 12px 2px;

  display: block;

  font-size: 14px;

  text-transform: capitalize;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.8);
  #background-color: #666;
}

.price p {
}

.action span {
	padding: 6px 2px;
}

.action em.first {
	text-decoration: line-through;
}

.action em.second {
	color: #ff0000;
}

.action em {
	display: block;

	text-align: right;
}

.product p.description {
  width: 188px;

  position: absolute;
  top: 220px;
  left: 1px;

  font-weight: 100;
}

.product a {
  width: 188px;
  height: 274px;

  display: block;

  position: absolute;
  top: 1px;
  left: 1px;

  z-index: 999;

  text-transform: uppercase;
  text-decoration: none;

  font-weight: 900;
  font-size: 13px;

  /*letter-spacing: 0.5px;*/
  line-height: 1.3;
  word-spacing: 4px;
}

.product a:hover {
  text-decoration: underline;
}

.product-detail {
}

.product-detail .heading {
    font-size: 18px;
    font-weight: normal;

    color: black;

    margin: 0 0 20px 0;
}

.product-detail .gallery-row {
    float: left;

    margin-left: 10px;

    width: 440px;
}

.product-detail .info {
    float: left;

    width: 455px;
}

.add-form {
    background: #e0e0e0;

    padding: 10px;

    width: 290px;
}

.add-form p {
    margin: 5px 0;
}

.add-form .add-btn {
    border: 0;
}

.add-form .price {
    font-size: 14pt;
}

.product-detail .gallery {
    margin-top: 20px;
}

.gallery img {
    width: 60px;
    height: 60px;

    display: block;
    float: left;

    margin: 1px 1px 0 0;

    border: 1px solid #ccc;
}

#slideshow {
	float: right;
  width: 750px;
  height: 225px;
  overflow: hidden;
  position: relative;
}

#slideshow img {
  position: absolute;
  top: 0px;
  left: 0px;

  display: none;
}

#slideshow #logo-link {
    position: absolute;
    top: 160px;
    left: 20px;

    display: block;

    width: 400px;
    height: 40px;

    border: 0px solid red;
}

.registration th {
    width: 150px;
}

.back {
    font-size: 13px;
    font-weight: bold;

    color: #58595b;

    text-transform: uppercase;

    padding-top: 30px;
    padding-left: 20px;

    margin: 0;
}

.back a {
    text-decoration: none;
}

.back a:hover {
    text-decoration: underline;
}

.navigation {
    font-size: 10pt;
    font-weight: bold;

    color: #58595b;

    text-transform: uppercase;

    margin: 0;
    padding: 0;

    margin-bottom: 20px;

    position: relative;
    top: -15px;

    display: none;
}

.shopping-cart img {
    margin-right: 10px;
}

