.products {
  background: url(../images/catalog-bg.gif) repeat-y white;
  float: left;
  height: auto;
}
.products-menu {
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #232323;
  width: 160px;
  padding-top: 15px;
  float: left;
}
.products-menu li {
  height: 15px;
  padding: 5px 0px;	
  padding-left: 20px;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
.products-menu li a {
  color: #a7a7a7;
}
.products-menu li a:hover {
  text-decoration: none;
  color: white;
}
.products-menu li.active {
  background: url(../images/catalog-active.gif) 132px 7px no-repeat;
}
.products-menu li.active a {
  color: white;
}

.products-list {
  float: left;
  width: 800px;
}
.products-list h1 {
  height: 36px;
  padding: 19px 0px 0px 18px;
}
.products-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: #e5e5e5 1px solid;
  float: left;
  width: 800px;
  background: url(../images/gpx.gif) left bottom repeat-x;
}
.products-list ul li {
  display: block;
  width: 159px;
  height: 211px;
  float: left;
  border: #e5e5e5 solid;
  border-width: 0px 1px 1px 0px;
  position: relative;
}
.products-list ul li a {
  display: block;
  text-decoration: none;
}
.products-list ul li .image-main, .products-list ul li .image-single {
  text-align: center;
  width: 159px;
  height: 159px;
}
.products-list ul li .image-hidden {
  text-align: center;
  display: none;
  width: 159px;
  height: 159px;
}
.products-list ul li .title {
  color: #666666;
  padding: 5px 9px 3px 9px;
  text-transform: uppercase;
  font-size: 10px;
}
.products-list ul li .more {
  display: none;
  background: url(../images/products-plus.gif) left center no-repeat;
  padding-left: 12px;
  font-size: 11px;
  margin-left: 10px;
  color: #dadada;
}
.products-list ul li .new {
  background: url(../images/products-new.png) left top no-repeat;
  width: 69px;
  height: 149px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.products-list ul li.rollover {
  background: #444444;
/*  border-color: #444444;*/
}
.products-list ul li.rollover .image-main {
  display: none;
}
.products-list ul li.rollover .image-hidden {
  display: block;
  position: relative;
}
.products-list ul li.rollover .title {
  color: white;
  font-weight: bold;
}
.products-list ul li.rollover .more {
  display: block;
}
/*.products-list ul li.rollover .new {
  display: none;
}*/

.products .pager {
  /*clear: both;*/
  float: right;
  /*margin-left: 160px;*/
  width: 800px;
  position: relative;
  height: 52px;
}
.products .pager .previous {
  background: url(../images/pager-left.gif) center center no-repeat transparent;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.products .pager .next {
  background: url(../images/pager-right.gif) center center no-repeat transparent;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.products .pager .previous:hover {
  background: url(../images/pager-left-over.gif) center center no-repeat #e3e3e3;
}
.products .pager .next:hover {
  background: url(../images/pager-right-over.gif) center center no-repeat #e3e3e3;
}
.products .pager table {
  padding-top: 18px;
  margin: 0px auto;
}
.products .pager table td {
  padding: 0px;
  width: 32px;
  height: 50px;
  color: #2e2e2e;
  font-size: 10px;
}
.products .pager table td a {
  color: #7f7f7f;
  display: block;
  float: left;
  height: 25px;
  margin-right: 5px;
  padding: 14px 13px 0px 13px;
}
.products .pager table td span {
  background-color: #efefef;
  display: block;
  float: left;
  height: 25px;
  margin-right: 5px;
  padding: 14px 13px 0px 13px;
}

.product {
  background: url(../images/catalog-bg.gif) repeat-y white;
  float: left;
  width: 960px;
  height: auto;
}

.product .product-details {
  margin-left: 160px;
}

.product .product-top {
  height: 55px;
  border-bottom: #e5e5e5 solid 1px;
  position: relative;
}

.product h1 {
  padding: 17px 0px 0px 21px;
  margin: 0;
}
.product h1 span {
  display: none;
}

.product-top .category-link, .product-top .category-link:hover {
  position: absolute;
  right: 219px;
  top: 23px;
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.product-top .small-pager {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: #e5e5e5 1px solid;
  width: 170px;
  height: 33px;
  text-align: center;
  padding-top: 22px;
  font-size: 11px;
}

.product-top .small-pager .prev {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  background: url(../images/pager-left.gif) center center no-repeat transparent;
  width: 46px;
  height: 46px;
}
.product-top .small-pager .next {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../images/pager-right.gif) center center no-repeat transparent;
  width: 46px;
  height: 46px;
}

.product-top .small-pager .next:hover {
  background: url(../images/pager-right-over.gif) center center no-repeat #e3e3e3;
}
.product-top .small-pager .prev:hover {
  background: url(../images/pager-left-over.gif) center center no-repeat #e3e3e3;
}

.product-details .product-image {
  width: 400px;
  height: 400px;
  float: left;
  display: block;
  position: relative;
}
.product-details .product-image a span {
  position: absolute;
  left: 156px;
  top: 176px;
  background: transparent;
  color: white;
  width: 89px;
  height: 29px;
  padding-top: 18px;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  display: none;
  text-decoration: none;
}
.product-details .product-image a.rollover span {
  display: block;
  background: #444444;
}
.product-details .product-info {
  margin-left: 400px;
  height: 370px;
  position: relative;
  padding: 30px 80px 0px 30px;
  color: #7f7f7f;
}
.product-details .product-reference {
  color: #b6b5b5;
  padding-bottom: 12px;
}
.product-details .product-colors {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 0px 0px;
  float: left;
  width: 120px;
}
.product-details .product-colors li {
  display: block;
  position: relative;
  height: 23px;
}
.product-details .product-colors li img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.product-details .product-colors li span {
  position: absolute;
  left: 23px;
  top: 2px;
}
.product-details .product-thumbs {
  position: absolute;
  left: 30px;
  bottom: 30px;
/*  float: left;
  width: 400px;
  height: 59px;
  margin-top: 10px;*/
}
.product-thumbs a {
  display: block;
  float: left;
  width: 59px;
  height: 59px;
  background: #444444;
  position: relative;
}
.product-thumbs a.active img {
  position: absolute;
  left: 0px;
  top: 0px;
  clip: rect(2px, 57px, 57px, 2px);
}
.product-details .product-share {
  position: absolute;
  left: 30px;
  bottom: 7px;
  font-size: 10px;
}
.product-details .product-share a {
  display: block;
  float: left;
  height: 15px;
  margin-right: 15px;
  color: #999999;
}
.product-details .product-share-facebook {
  background: url(../images/products-facebook.gif) left 1px no-repeat;
  padding-left: 15px;
}
.product-details .product-share-email {
  background: url(../images/products-email.gif) left 3px no-repeat;
  padding-left: 17px;
}
.product-details .product-share-print {
  background: url(../images/products-print.gif) left 1px no-repeat;
  padding-left: 16px;
}

#imageview-back {
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  width: 1000;
  z-index: 100;
}
#imageview-player {
  width: 800px;
  height: 800px;
  position: absolute;
  padding: 33px;
  background: black;
  display: none;
  z-index: 1001;
}
#imageview-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/flv-close.gif) no-repeat;
  cursor: pointer;
}

.product-imageview {
  display: none;
  height: 856px;
  float: left;
  position: relative;
}
.product-imageview-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 56px;
  height: 55px;
  border-left: #e5e5e5 solid 1px;
}
.product-imageview-close a {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  background: url(../images/image-close.gif) center center no-repeat transparent;
  width: 46px;
  height: 46px;
}
.product-imageview-close a:hover {
  background: url(../images/image-close-over.gif) center center no-repeat #e3e3e3;
}
.product-imageview .product-thumbs {
  position: absolute;
  right: 20px;
  top: 76px;
}

.product-related {
  position: relative;
  width: 800px;
  height: 327px;
  background: url(../images/products-related-bg.gif) no-repeat;
}
.product-related h3 {
  margin: 0;
  padding: 56px 0px 15px 21px;
  font-family: Times New Roman, serif;
  font-size: 20px;
  line-height: 20px;
  color: #565656;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
}
.product-related p {
  margin: 0;
  color: #7c7c7c;
  font-size: 13px;
  font-family: Times New Roman, serif;
  font-style: italic;
  padding: 0px 0px 0px 21px;
  line-height: 21px;
}
.product-related .product-related-1 {
  position: absolute;
  left: 202px;
  top: 38px;
  padding-top: 200px;
}
.product-related .product-related-2 {
  position: absolute;
  left: 401px;
  top: 68px;
  padding-top: 200px;
}
.product-related .product-related-3 {
  position: absolute;
  left: 600px;
  top: 48px;
  padding-top: 200px;
}
.product-related a:hover {
  text-decoration: none;
}
.product-related .product-related-1 img, .product-related .product-related-2 img, .product-related .product-related-3 img {
  position: absolute;
  left: 0px;
  top: 0px;
  border: #e5e5e5 1px solid;
}
.product-related .product-related-1 span, .product-related .product-related-2 span, .product-related .product-related-3 span {
  display: block;
  padding: 8px 10px;
  color: #333333;
  font-size: 13px;
  font-style: italic;
  font-family: Times New Roman, serif;
}
.product-links {
  padding-top: 10px;
  padding-bottom: 30px;
  float: left;
}
.product-links .product-link {
  display: block;
  width: 240px;
  margin-left: 20px;
  float: left;
}
.product-links .product-link-image {
  display: block;
  width: 240px;
  padding-bottom: 5px;
  background: url(../images/product-lessons.gif) left bottom no-repeat;
}
.product-links a, .product-links a:hover {
  text-decoration: none;
}
.product-links a h3 {
  font-size: 12px;
  color: #7f7f7f;
  font-weight: normal;
  padding: 0 0 6px 10px;
  margin: 0;
}
.product-links a h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #595959;
  padding: 9px 9px 4px 9px;
  margin: 0;
}
.product-links a span {
  display: block;
  font-size: 12px;
  color: #7f7f7f;
  padding-left: 9px;
}
.product-links .product-lesson-image {
  background: url(../images/product-lessons.gif) no-repeat;
  height: 140px;
  width: 240px;
}
.product-links .product-collection-image {
   background: url(../images/product-collection.gif) no-repeat;
   height: 180px;
   width: 240px;
}

.send-to-friend-back {
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  width: 1000;
  z-index: 100;
}
.send-to-friend {
  position: absolute;
  padding: 33px;
  background: white;
  display: none;
  z-index: 1001;
  padding: 46px 53px 17px 53px;
}
.send-to-friend-close {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 5px;
  top: 5px;
  display: block;
  background: url(../images/image-close.gif) center center no-repeat;
  cursor: pointer;
}
.send-to-friend-close:hover {
  background-image: url(../images/image-close-over.gif);
  background-color: #e3e3e3;
}
.send-to-friend h2 {
  font-size: 20px;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.send-to-friend table {
}
.send-to-friend th {
  color: #7f7f7f;
  font-size: 11px;
  text-align: left;
  width: 132px;
  height: 33px;
  vertical-align: top;
  text-transform: uppercase;
}
.send-to-friend td {
  height: 33px;
  vertical-align: top;
}
.send-to-friend td input {
  width: 310px;
  height: 19px;
  border: #b2b2b2 solid 1px;
}
.send-to-friend td textarea {
  width: 310px;
  height: 110px;
  border: #b2b2b2 solid 1px;
}
.send-to-friend td.comments {
  font-size: 10px;
  text-transform: none;
  color: #676767;
  padding-top: 10px;
}
.send-to-friend td.submit {
  text-align: right;
}
.send-to-friend td.submit a {
  float: right;
}

.send-to-friend tr.error input, .send-to-friend tr.error textarea {
  border-color: #fd6162;
}
.send-to-friend .report {
  font-size: 12px;
  color: #7f7f7f;
  width: 370px;
}
.send-to-friend .report a {
  clear: both;
  padding-top: 53px; 50px;
  float: right;
  white-space: nowrap;
  width: 124px;
  padding-left: 13px; 20px;
  margin-top: 0px;
  background-position: left 42px;
}
.send-to-friend .errorList {
  float: none;
  font-size: 12px;
  height: 35px;
  margin: 3px 0px;
}
.send-to-friend .errorList li {
  display: none;
}

