/*
* Global tech styling
*/
.search-term {
  font-style: italic;
}
div {
  padding: 0;
  margin: 0;
}
#sidenav li {
  margin: 0;
}
#sidenav .sub-nav,
#specifications li,
#description li {
  list-style-image: url(../tech/images/icons/bullet_arrow_right.png);
}

#sidenav .sub-nav li {
  margin-left: 20px;
}

#sidenav .sub-nav li:last-child {
  border: 0;
}

.affil {
  margin-top: 20px auto;
  text-align: center;
}
.affil img {
  display: block;
  margin: 10px auto;
}
#vsbt img {
  width: 120px;
  height: 124px;
}
#crc img {
  width: 90px;
  height: 38px;
}
/*
* Styling for product list (both list and grid views)
*/

#filter li {
  display: inline;
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #fff;
}
#filter ul {
  margin: 0;
  padding: 0;
}
#filter {
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 10px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
#filter a:link,
#filter a:visited {
  text-decoration: underline;
}
#top-sub-nav {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#breadcrumbs {
  font-weight: bold;
  background: #f8f8f8;
  padding: 5px;
  margin-bottom: 8px;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
  text-decoration: underline;
}
#view {
  float: right;
}
#view-select {
  /*font-size: 10px; line-height: .75; float: right; margin-top: 5px; color: #555;*/

  color: #767475;
  padding-right: 5px;
  padding-left: 5px;
}
#view-select a:link,
#view-select a:visited {
  color: #000;
  text-decoration: underline;
}
#view-select a:hover,
#view-select a:active {
  color: #ca1746;
  text-decoration: underline;
}
#view-select img {
  padding-left: 5px;
  vertical-align: middle;
}
#page-summary {
  float: left;
}
#sort-by {
  float: left;
}
#sort-by select {
  width: 12em;
  height: 2em;
  font-size: 80%;
  margin: 0;
  padding: 0;
}
#pagination {
  text-align: center;
}
#pagination a {
}
#pagination .current {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
#category-description {
  margin-top: -10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#category-description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**
* Styling front page special list
*/
#product-list.grid.featured .product {
  height: 200px;
}

/**
* Styling for product list list layout
*/
#product-list.list {
  width: 100%;
  border-collapse: collapse;
}
#product-list.list td {
  padding: 3px 5px;
  /*border: 1px solid #eee;*/
}
#product-list.list th {
}
#product-list.list tr.even td {
  background: #fff;
}
#product-list.list tr.odd td {
  background: #eef;
}
#product-list.list .title {
}
#product-list.list .col-details {
  width: 85%;
}
#product-list.list .col-price {
  text-align: center;
  width: 15%;
}
#product-list.list .product .sub-info span {
  //margin-right: 25px;
}

/**
* Styling for product list grid layout
*/
#product-list.grid .product {
  width: 240px;
  height: 190px;
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
  position: relative;
  float: left;
}
#product-list.grid .product.even {
  margin-left: 12px;
}
.price-box {
  padding: 0;
  width: 110px;
  height: 41px;
  background: url(../tech/images/price_box_1.png) no-repeat;
  float: right;
  position: relative;
  top: -1px;
  right: -1px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #34699e;

  font-weight: 500;
}
.special .price-box {
  color: #ca1212;
}
.price-box img {
  margin: 4px 0 0 6px;
  float: left;
}
.price-tag {
  margin: 4px 0 0 6px;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../tech/images/icons/tag.png);
}
.special .price-tag {
  background: url(../tech/images/icons/sale_tag.png);
}
.product-price {
  background: none;
  float: left;
  line-height: 2.4;
  margin-left: 6px;
  font-size: 15px;
}
.product-price sup {
  font-size: 10px;
}
.product-price sup span {
  font-size: 1px;
}
.product-image {
  width: 120px;
  height: 120px;
  margin: 5px 0 5px 5px;
  float: left;
}
.product-image img {
  width: 120px;
  height: 120px;
}
hr {
  border: 0;
  border-bottom: 1px solid #999;
  clear: both;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.row-break {
  border-color: #ccc;
  padding-top: 20px;
  margin-bottom: 20px;
}
.product-title {
  height: 40px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
}
.product-blurb {
  height: 160px;
  margin: 0px 4px 0px 6px;
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.product-blurb ul,
.product-blurb p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-blurb li {
  padding-left: 15px;
  background: url(../tech/images/icons/bullet_arrow_right.png) no-repeat left
    top;
}
.actions {
  clear: right;
  width: 100px;
  height: 100px;
  float: right;
  font-size: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #999;
}
.actions a:link,
.actions a:visited {
  color: #999;
}
.actions ul {
  margin: 0;
  padding: 0;
}
.actions li,
#vitals li {
  list-style: none;
  margin-top: 6px;
  padding-left: 20px;
  height: 16px;
}
li.in-stock {
  background: url(../tech/images/icons/tick.png) no-repeat 1px 0;
}
li.out-of-stock {
  background: url(../tech/images/icons/outofstock.png) no-repeat 1px 0;
}
li.low-in-stock {
  background: url(../tech/images/icons/lowinstock.png) no-repeat 1px 0;
}
li.add-to-cart {
  background: url(../tech/images/icons/cart_add.png) no-repeat 1px 0;
}
li.product-details {
  background: url(../tech/images/icons/zoom.png) no-repeat 1px 0;
}
li.sku {
  background: url(../tech/images/icons/tag_yellow.png) no-repeat 1px 0;
}
li.license {
  background: url(../tech/images/icons/key.png) no-repeat 1px 0;
}
li.media {
  background: url(../tech/images/icons/cd.png) no-repeat 1px 0;
}
li.new {
  background: url(../tech/images/icons/new.png) no-repeat 1px 0;
}
li.regular-price {
  background: url(../tech/images/icons/money.png) no-repeat 1px 0;
}

/*
* Styling for product details page
*/
#product-details {
  width: 510px;
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
}
#product-image {
  width: 160px;
  margin: 10px 20px 10px 10px;
  float: left;
}
#vitals {
  bord/er: 1px solid red;
  float: left;
  width: 316px;
  margin: 0;
  padding: 0;
}
#vitals h3 {
  padding: 0;
  margin-top: 10px;
  line-height: 1.1;
}
#vitals ul {
  padding: 0;
}
#tabs {
  border: 0;
  margin-bottom: 5px;
  clear: both;
}
#tabs table {
  width: 100%;
}
#tabs thead {
  display: none;
}
#tabs td {
  vertical-align: top;
  width: 50%;
}
#tabs td:first-child {
  font-weight: bold;
}
/* messages -  grabbed from http://css.dzone.com/news/css-message-boxes-different-me*/
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 75px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url("../tech/images/icons/info.png");
}
.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("../tech/images/icons/success.png");
}
.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url("../tech/images/icons/warning.png");
}
.warning a:link,
.warning a:visited,
.warning a:hover {
  color: #9f6000;
}
.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("../tech/images/icons/error.png");
}

/*ad rotator style*/
#s3slider {
  width: 470px;
  height: 80px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0;
  display: block;
  float: left;
  list-style: none;
}

.s3sliderImage {
  margin-left: -40px;
  float: left;
  position: relative;
  display: none;
}

.clear {
  clear: both;
}

.content .tech a {
  background-color: transparent;
}

.content .tech a:hover {
  border: 0;
  background-color: transparent;
}
