
/* Catalog Product Listings */
/* ADDED BY WAYNE FROM HTML PAGE*/


/* END ADDED BY WAYNE */

.orange-popup {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 11;
    visibility: hidden;
    border-top: 0px;
    border: 2px solid #808080;
    border-radius: 7px;
    padding: 10px;
    background: #FFFFFF;
-webkit-box-shadow: 0px 7px 13px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 13px 1px rgba(0,0,0,0.75);
box-shadow: 0px 7px 13px 1px rgba(0,0,0,0.75);
   
}

#thumbimage {
    /*z-index: 1;*/
position:relative;
}
#play {
	position: absolute;
	bottom:0;
	right:0;
	width:28px;
	height:28px;
    background: url('http://cdn4.pelicanparts.com/graphics/image-search-icon.png') no-repeat;
    /*margin-top: -25px;
    margin-left: 130px;
    position: relative;
    height: 20px;
    z-index: 10;*/
}
#play:hover {
	background-position: 0px -28px;
}

.thumbimage {
	margin: 2px;
	position: relative;
	width: 150px;
	text-align: center;
}
.thumbimage:hover {
	outline: 1px solid #c0c0c0;
}
.image-magnifier {
	position: absolute;
	bottom:0;
	right:0;
	width:28px;
	height:28px;
    background: url('http://cdn4.pelicanparts.com/graphics/image-search-icon.png') no-repeat;
}
.image-magnifier:hover {
	background-position: 0px -28px;
}


#cart-button {
  position:relative;
  height:40px;
  width:125px;
  margin:0 auto;
  padding-bottom: 25px;
}

#cart-button img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#cart-button img.top:hover {
  opacity:0;
}



#reviewstars {
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 5px;
  position: relative;
  height:14px;
  width:65px;
  float: left;
  margin:0 auto;
}

#reviewstars img {
  position:absolute;
  left:4px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#reviewstars img.top:hover {
  opacity:0;
}

#bluereviewstars {
  padding-bottom:12px;
  padding-top: 2px;
  position: relative;
  width:80px;
  float: left;
  margin:0 auto;
}

#bluereviewstars img {
  position:absolute;
  left:15px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#bluereviewstars img.top:hover {
  opacity:0;
}

#freeship {
  padding-bottom:10px;
  padding-left: 15px;
  position: relative;
  width: 136px;
  margin:0 auto;
}

#freeship img {
  position:absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#freeship img.top:hover {
  opacity:0;
}

.moreinfo-button-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	float: left;
	display: inline;
	z-index: 99999;
}

.moreinfo-button-wrapper a {
	margin: auto;
}

.part-description-images {
	white-space: nowrap;
}
.part-description-images > span {
	padding-left: 20px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.part-description-images > span > img {
	display: block;
	 margin: 0 auto;
}
@media screen and (max-width: 1150px) {
	.part-description-images {
		white-space: normal;
		width: 150px;
	}
	.part-description-images > span {
		padding-left: 0px;
		float: left;
		width: 150px;
		height: auto;
	}
}


#review-stars {
  position:relative;
  height:40px;
  width:125px;
  margin:0 auto;
}

#review-stars img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#review-stars img.top:hover {
  opacity:0;
}

.moreinfo-bluebar {
    background: #2C4E86;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
  }


.maintable {
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    border-radius:4px;
    background-image:url('http://cdn6.pelicanparts.com/graphics/catalog_2015/maintable_bg.png') ; 
    background-repeat: repeat-y; 
    background-position: right; 
}

.maintable-hover {
        position: relative;
        transition: all 0.2s ease;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(153,153,153,1);
        -moz-box-shadow: 0px 3px 0px 0px rgba(153,153,153,1);
        box-shadow: 0px 3px 0px 0px rgba(153,153,153,1);
	cursor: pointer;
	text-decoration: none !important;
	background-color: #f6f9fc;
}


.listing-thumb {
    margin-right: 8px;
}
.listing-thumb:hover {
    outline: 1px solid #C0C0C0;

   transition: all 0.5s ease;
}
#thumbimage {
    /*z-index: 1;*/
    
    position: relative;
}
#magnify {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: url('http://cdn4.pelicanparts.com/graphics/catalog_2015/image-search-icon.png') no-repeat;
    /*margin-top: -25px;
    margin-left: 130px;
    position: relative;
    z-index: 10;*/
}
#magnify:hover {
    background-position: 0px -28px;
}
.listing-title {
    color: #2C4E86;
    padding-left: 7px;
    padding-top: 8px;
    line-height: 21px;
    letter-spacing: 0.5px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}
.listing-title a {
   display: inline-block;
    text-decoration: none !important;
}
.listing-title a:hover {
    text-decoration: underline !important;
}


.listing-title a:visited {
    color: #2C4E86;
}
.listing-partnumber {
    color: #8E8E8E;
    padding-left: 5px;
    padding-top:0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}
.listing-partnumber a {
    color: #8E8E8E;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}
.listing-partnumber a:hover {
    text-decoration: underline;
}


.listing-stars {
    position: relative;
    transition: all 1s ease;
    text-align: left;
    left: 0px;
    top: 0px;
    padding-top: 4px;
    padding-left: 3px;
    color: white;
    text-decoration: none;
}


.listing-stars a {
    position: relative;
    transition: all 1s ease;
   
}

.listing-stars a:hover {
    position: relative;.
    transition: all 1s ease;
   
    
}

.listing-reviews {
    color: #2C4E86;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    padding-top: 2px;
    padding-left:85px;
    text-decoration: none;
}
.listing-reviews a {
    color: #2C4E86;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.listing-noreviews {
    color: #6093CC !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.listing-noreviews a {
    color: #6093CC !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.listing-noreviews:hover {
    color: #6093CC !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: none !important;
}
.listing-brand {
    position: relative;
    transition-property: background-color, color;
     transition-duration: 0.1s;
    transition-timing-function: ease-out;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}

.listing-brand a{
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}
.listing-brand:hover {
    position: relative;
    transition: all 0.5s ease;
    outline: 1px solid #C0C0C0;
    box-shadow: 0 0 7px rgba(0, 200, 204, 0.7);
}


.listing-brand-stars {
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}

.listing-brand-stars a{
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
    color: white;
    text-decoration: none;
}
.listing-brand-stars:hover {
    position: relative;
    transition: all 0.5s ease;
    outline: 1px solid #C0C0C0;
    box-shadow: 0 0 7px rgba(0, 200, 204, 0.7);
}

.listing-freeship {
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}
.listing-freeship:hover {
    position: relative;
   transition: all 0.5s ease;
    outline: 1px solid #C0C0C0;
    box-shadow: 0 0 7px rgba(0, 200, 204, 0.7);
}
.listing-reviews:hover {
    color: #2C4E86;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: underline;
}
.listing-more {
    color: #3D3D3D;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding-top: 0px;
    padding-left: 10px;
    text-decoration: none;
}
.listing-more a {
    color: #3D3D3D;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.listing-more:hover {
    text-decoration: underline;
}
.listing-note {
    color: #2C4E86;
    letter-spacing: 0.5px;
    line-height: 14px !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding-left: 5px;
}
.listing-note a {
    color: #2C4E86;
    font-weight: 600;
    text-decoration: none;
}
.listing-note a:hover {
    color: #2C4E86;
    font-weight: 600;
    text-decoration: none;
}
.listing-preferred {
    display: none;
}

.listing-rollup {
    color: #2C4E86;
    letter-spacing: 0.5px;
    line-height: 12px !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-weight: 600;
}

.listing-oem {
    position: relative;
    transition-property: background-color, color;
     transition-duration: 0.1s;
    transition-timing-function: ease-out;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}

.listing-oem a{
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
    left: 0px;
    top: 0px;
    color: white;
    text-decoration: none;
}

.listing-oem:hover {
    position: relative;
    transition: all 0.5s ease;
    outline: 1px solid #C0C0C0;
    box-shadow: 0 0 7px rgba(0, 200, 204, 0.7);
}

.listing-price-surround {
  background: #F3F3F3;
  color: #4E4E4E;
  padding-bottom: 25px;
  min-width: 100px;
  text-decoration: none;
  text-align: center;
  }


.listing-price-surround a{
  text-decoration: none;
  }

.listing-price-surround a:hover{
  text-decoration: underline;
  }

.listing-price {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px; 
  color: #4E4E4E;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 25px;
  text-align:center;
  white-space:nowrap;
  margin-right: 0px;
  margin-left: 0px;
  }
  
.listing-price a {
  color: #4E4E4E;
  font-weight: 600;
  text-decoration: none;
  }
  
  .listing-price a:hover{
  color: #4E4E4E;
  font-weight: 600;
  text-decoration: underline !important;
  }



.listing-nla {
    color: #7B7B7B;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    width: 30;
    height: 14;
    letter-spacing: 0.5px;
}
.listing-no-stock {
    color: #7B7B7B;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    width: 30;
    height: 14;
    letter-spacing: 0.5px;
}
.listing-each {
    color: #777777;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
    width: 30;
    height: 14;
    letter-spacing: 0.5px;
}
.listing-addtocart {
    padding-right: 10px;
}
#addtocart {
    background-image: url('http://cdn2.pelicanparts.com/graphics/catalog_2015/addtocart_alt1.png') no-repeat;
    width: 125px;
    height: 40px;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
    padding-bottom: 25px;
}
#addtocart:hover {
    background-image: url('http://cdn2.pelicanparts.com/graphics/catalog_2015/addtocart_alt2.png') no-repeat;
    width: 125px;
    height: 40px;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
}


.moreinfo-internal {
      background: #FF7400;
      margin-left: 0px;
      border-radius:5px;
      font-family: 'Ubuntu', sans-serif; 
      color:#ffffff; 
      font-size:13px; 
      text-decoration:none; 
      padding-left:15px; 
      padding-right:15px; 
      padding-top:4px; 
      padding-bottom: 3px; 
}

.moreinfo-button {
  cursor: pointer;
  position: relative; 
  top: 0px; 
  width: 175px;
  height: 40px;
  border: collapse;
  white-space: nowrap;
  border: 3px solid #999999; 
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 0px solid #ABADAF;    
  color: #fff;
  font-weight: 500;
  background: #F6F9FC;
  padding:0px;
  line-height: 0px;
}


.buttonwrap { 
height: auto;
   }


.moreinfo-button:hover {
  background:  #F6F9FC;
}


.rollup-years {
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px !important;
    padding-left: 3px;
    color: #696969;
}
*/ Other Brands Sidebar */ .brands-table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 6px;
}
.brands-surround {
    border-collapse: collapse;
    padding: 8px;
    border: 0px solid #000000;
    border-radius: 5px;
    background: #EFEFEF;
}
.brands-top-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    color: #155FAB;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.brands-main {
    margin: 3px;
    background: #FFFFFF;
    border-radius: 3px;
    border-bottom: 1px solid #75A9FF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.brands-logo {
    padding-left: 12px;
}
.brands-price {
    padding-left: 12px;
}
.brands-link {
    color: #2F66B8;
    padding-left: 10px;
}
/* More Info Area */

.product-notes {
    color: #272727;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.product-main-table {
    font-size: 13px;
    font-weight: 700;
    font-family: Arial;
    color: #1862A1;
    text-align: left;
    padding: 6px;
}
.product-title {
    padding-left: 8px;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.5px;
    color: #1862A1;
    text-align: left;
}
.product-partnumber {
    margin: 0;
    padding-left: 8px;
    padding-bottom: 0px;
    color: #212121;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.product-stars {
    padding-left: 7px;
}
.product-details {
    text-align: left;
    font-size: 11px;
    padding-left: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.product-details-expand {
    text-align: left;
    font-size: 13px;
    padding-left: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.product-related {
    margin: 0;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 11px;
    color: #155FAB;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
}
.product-related a {
    color: #155FAB;
    text-decoration: none;
    margin: 0;
    padding-top: 3px;
    padding-left: 12px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.product-related a:hover {
    text-decoration: underline;
}
.product-price {
    margin: 0;
    padding-left: 2px;
    padding-top: 0px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: left
}
.product-brandimg {
    padding-top: 0px;
    padding-left: 7px;
    padding-bottom: 0px;
    float: left;
}
.product-review {
    color: #155FAB;
    text-decoration: none;
    margin: 0;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.product-review a {
    color: #155FAB;
    text-decoration: none;
    margin: 0;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.product-quantity {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    text-align: left;
    font-size: 14px;
    color: #4F4F4F;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: left;
}
.product-number {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #4F4F4F;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: left;
}
.product-timeship {
    margin: 0;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 13px;
    color: #4F4F4F;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.product-timeship2 {
    margin: 0;
    padding-top: 3x;
    padding-bottom: 0px;
    text-align: left;
    font-size: 13px;
    color: #4F4F4F;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.select-quantity {
    margin: 0;
    padding-left: 8px;
    text-align: right;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #4F4F4F;
    text-align: left;
}
.select-quantity-dropdown {
    border-radius: 3px;
    padding: 2px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.product-add-to-cart {
    color: #69C;
    text-decoration: none;
    margin: 0;
    padding: 0px;
    float: left;
}
.product-free-ship {
    line-height: 0px;
    padding-top: 0px;
    padding-left: 15px;
}
.product-social-icons {
    padding-top: 8px;
    padding-left: 10px;
}
.product-thumbnails {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.other-brands {
    border: 1px solid #75A9FF;
    border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbff+0,d9e0de+32,d2d8dd+96 */
    
    background: rgb(247, 251, 255);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(247, 251, 255, 1) 0%, rgba(217, 224, 222, 1) 32%, rgba(210, 216, 221, 1) 96%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 251, 255, 1)), color-stop(32%, rgba(217, 224, 222, 1)), color-stop(96%, rgba(210, 216, 221, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(247, 251, 255, 1) 0%, rgba(217, 224, 222, 1) 32%, rgba(210, 216, 221, 1) 96%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(247, 251, 255, 1) 0%, rgba(217, 224, 222, 1) 32%, rgba(210, 216, 221, 1) 96%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(247, 251, 255, 1) 0%, rgba(217, 224, 222, 1) 32%, rgba(210, 216, 221, 1) 96%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(247, 251, 255, 1) 0%, rgba(217, 224, 222, 1) 32%, rgba(210, 216, 221, 1) 96%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d2d8dd', GradientType=0);
    /* IE6-9 */
    
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
}

.alt-brand-text {
  font-size: 10px;
  color: #000000;

}

/* Tabs within More Info */

.tabs-top-title {
    color: #3E3E3E;
    text-decoration: none;
    margin: 0;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
}


.tabs-info {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.tabs-top-title {
    color: #3E3E3E;
    text-decoration: none;
    margin: 0;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
}
.tabs-info {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-info a {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    color: #155FAB;
}
.tabs-list {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-list a {
    font-size: 13px;
    padding-left: 5px;
    font-family: 'Ubuntu', sans-serif;
    color: #155FAB;
}
.tabs-kitinfo {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-kitrow {
    height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px !important;
}
.tabs-kit-part {
    color: #2C4E86;
    text-decoration: none;
    margin: 0;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-kit-desc {
    color: #2C4E86;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
       font-size: 11px !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.tabs-kit-desc a{
    color: #2C4E86;
    text-decoration: none;
    
}

.tabs-kit-desc a:hover {
    color: #2C4E86;
    text-decoration: underline;
    
}
.tabs-kit-price {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
       font-size: 11px !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-kit-info {} .tabs-related {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related a {
    font-size: 11px;
    padding-left: 0px;
    font-family: 'Ubuntu', sans-serif;
    color: #155FAB;
}
.tabs-related-part {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related-img {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-apps-title {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-apps-price {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}














.tabs-apps-quantity {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-right: 15px;
    font-size: 11px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-apps-expand {
    padding-top: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-apps-expandtext {
    padding-top: 10px;
    padding-right: 10px;
    color: #006AD7;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
.tabs-apps-cartbutton {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related-title {
    width: 100%;
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related-brand {
    width: 100%;
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 0px;
    padding-left: 6px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related-price {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-related-button {
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-reviews {
    color: #272727;
    background: #FFFFFF;
    width: 100%;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-reviews-left {
    padding-left: 15px;
    padding-right: 15px;
}
.tabs-reviews-title {
    color: #4D4D4D;
    text-decoration: none;
    padding-top: 20px;
    line-height: 18px;
    font-size: 11px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-review-author {
    font-size: 12px;
    width: 100%;
}
.tabs-review-date {
    font-size: 12px;
    width: 100%;
}
.tabs-review-stars {
    width: 100%;
    padding-bottom: 8px;
}
.tabs-reviews-commment {
    color: #20529D;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 2px;
    line-height: 18px;
    font-size: 15px !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-submit-comment {
    width: 80%;
    background: #FFFFFF;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.tabs-articles {
    background: #FFFFFF;
    width: 100%;
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-tech-underline {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    height: 15px;
}
.tabs-tech {
    width: 100%;
    color: #272727;
    text-decoration: none;
    margin: 0;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
.tabs-tech-summary {
    width: 100%;
    color: #272727;
    text-decoration: none;
    margin: 0;
    line-height: 22px;
    padding-left: 5px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.tabs-visit-tech {
    background: #FFFFFF;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 15px;
    width: 80%;
}
.tech-link {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #20529D;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.tech-link a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.tech-link:hover {
    background: #ff5900;
    color: #FFFFFF;
    text-decoration: none;
}
.submit-review {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #ff5900;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.submit-review a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.submit-review:hover {
    background: #20529D;
    color: #FFFFFF;
    text-decoration: none;
}
*/ Tabs Navigation - More Info */ .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    background: #246BA2;
}
.nav-tabs>li>a:hover {
    background: #0C8AE3;
    font-weight: 500;
    color: #FFFFFF;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #246BA2;
    font-weight: 500;
    cursor: default;
    background-color: #EFEFEF;
    border-bottom-color: transparent;
}
.tab-content>.active {
    display: block;
    font-weight: 500;
    background: #efefef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.submit-title {
    color: #373C44;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

.submit-review-title  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
   }
   
   .submit-rating  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
   }
 
.submit-title-input {  
line-height: 1.2em; 
padding: 3px; 
padding-left: 5px;
background: #ffffff;
margin-left:8px; 
border-radius: 4px; 
border: 1px solid #A7A7A7;   
}


.submit-rating-dropdown {
line-height: 1.2em; 
padding: 3px; 
padding-left: 5px;
margin-left:8px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
background: #ffffff; 
border-radius: 4px; 
border: 1px solid #A7A7A7;   
}

.submit-howlong  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
    }
.submit-howlong-dropdown {
line-height: 1.2em; 
padding: 3px; 
margin-left:8px;
background: #ffffff; 
border-radius: 4px; 
border: 1px solid #A7A7A7;   
}
    
  .submit-comments  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
    }  
    
    
.submit-comments-input {  
     line-height: 18px; 
    font-family: 'Ubuntu', sans-serif;
    padding: 3px; 
    margin-top: 5px;
    padding-left: 5px;
    background: #ffffff; 
    border-radius: 4px; 
    border: 1px solid #A7A7A7;   
}

.submit-name  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
    }
.submit-name-input {  
line-height: 1.2em; 
padding: 3px; 
padding-left: 5px;
background: #ffffff;
margin-left:8px; 
border-radius: 4px; 
border: 1px solid #A7A7A7;   
}


.submit-photo  {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
    }
    
    .submit-photo-input {  
line-height: 1.2em; 
padding: 3px; 
padding-left: 5px;
background: #ffffff;
font-family: 'Ubuntu', sans-serif;
margin-left:8px; 
border-radius: 4px; 
border: 0px solid #A7A7A7;   
}

.submit-rules {
 color: #1F3A67;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: none;
    }
    
    
    .submit-review-button {

    border-radius:3px;
    border: 1px solid #d1d1d1;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #ff5900;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.submit-review-button a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.submit-review-button:hover {
    background: #20529D;
    color: #FFFFFF;
    text-decoration: none;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
#thumbwrap {
    margin: 100px auto;
    width: 252px;
    height: 252px;
}
.thumb {
    float: left;
    /* must be floated for same cross browser position of larger image */
    position: relative;
    margin: 3px;
}
.thumb img {
    border: 0px solid #000;
    vertical-align: bottom;
}
.thumb:hover {
    border: 3px none;
    /* IE6 needs this to show large image */
    
    z-index: 1
}
.thumb span {
    position: absolute;
    visibility: hidden;
}
.thumb:hover span {
    visibility: visible;
    top: -100px;
    left: 100px;
}
#photoshow {
    width: 500px;
    height: 395px;
    border: 0px solid #A1A1A1;
    overflow: hidden;
}
#photoshow div {
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 395px;
    overflow: hidden;
}
#photoshow div.previous {
    z-index: 1;
}
#photoshow div.current {
    z-index: 2;
}
.partscontainer {
    position: relative;
    width: 98%;
}

.ln {
    color: #2C4E86;
    letter-spacing: 0.5px;
    line-height: 14px !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding-left: 5px;
}
.ln a {
    color: #2C4E86;
    font-weight: 600;
    text-decoration: none;
}
.ln a:hover {
    color: #2C4E86;
    font-weight: 600;
    text-decoration: none;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/ODszJI8YqNw8V2xPulzjO_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/iQ9VJx1UMASKNiGywyyCXvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/WkvQmvwsfw_KKeau9SlQ2_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/gYAtqXUikkQjyJA1SnpDLvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/Wu5Iuha-XnKDBvqRwQzAG_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v9/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
