a.mam-product-list-image
{
    display: block;
}

a.mam-product-list-image img
{
    max-width: 100%;
}

.mam-product-row
{
    padding: 15px;

    border: 1px solid #ddd;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    margin: 0px 0px 15px 0px;
    position: relative;
}

.product-tabs
{
    border-bottom: 0px;
}

.product-tabs.nav-tabs>li
{
    margin-bottom: 0px;
}

.product-tabs li a
{
    border: 0px;
    transition: all 100ms linear;
    background: #DDDDDD;
}

.product-tabs li.active a
{
    background: #474949;
    color: #fff;
    border: 0px;
    transition: all 100ms linear;
}

.product-tabs li.active a:hover, .product-tabs li.active a:active
{
    color: #3a3c3c;
    border: 0px;
}

.product-tabs li a:hover, .product-tabs li a:active
{
    border: 0px;
}

.mam-product-row .fitting-info
{
    display: none;
}

.mam-product-row .vehicle-notes
{
    display: none;
}

.mam-product-row .vehicle-notes h4
{
    font-size: 12px;
    margin-top: 0px;
}

.mam-product-row .vehicle-notes table tbody tr th,
.mam-product-row .vehicle-notes table tbody tr td
{
    font-size: 11px;
    padding: 4px;
}

.mam-product-row .diagram
{
    display: none;
}

.mam-product-row a h3
{
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    height: auto;
}

.mam-product-row .model-info
{
    font-size: 12px;
    margin-top: 0px;
}

.mam-product-row .price-holder
{
    text-align: right;
    position: static;
}

.mam-product-row .price-holder .price
{
    font-size: 20px;
}

.mam-product-row .availability
{
    clear: both;
}

.mam-product-row .btn-mam-list
{
    clear: both;
}

.fitting-info h4
{
    margin: 0px;
    font-size: 14px;
    color: #666666;
}

.fitting-info ul.well
{
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 10px;
}

.fitting-info ul.well li
{
    font-size: 12px;
}

.mam-product-detail .fitting-info
{
    margin-bottom: 15px;
}

.mam-product-detail .fitting-info h4
{
    margin: 8px 0px 0px 0px;
    font-size: 14px;
    color: #666666;
}

.mam-product-detail h2
{
    margin: 0px;
    font-size: 12px;
}

.mam-guide-notes
{
    display: none;
}

.surcharge-info
{
	font-size: 12px;
}

.product-notes table
{
    margin-bottom: 0;
}

.product-notes .panel
{
    margin-top: 10px;
}

.car-logo img
{
    width: auto;
    margin: auto;
    display: block;
}

.car-logo
{
    text-align: center;
    margin-bottom: 10px;
}

.car-logo label
{
    font-weight: normal;
}

.well.applications
{
    max-height: 122px;
    overflow: scroll;
}

.quantity-advice-mam
{
    font-style: italic;
    font-size: 11px;
    clear: both;
}

img.mamproduct-carousel
{
    width: 100px;
    height: 100px;
}

.item-carousel .viewport
{
    height: 200px !important;
}


@media (max-width: 768px)
{
    .mam-product-list .availability.out-of-stock
	{
		background-position: center top;
		padding: 20px 0px 0px 0px;
	}

	.mam-product-list .availability.in-stock
	{
		background-position: center top;
		padding: 20px 0px 0px 0px;
	}

}
@media (max-width: 992px)
{
    .mam-product-row
    {
        padding: 15px;
    }
}

.fitment-tree,
.fitment-tree ul {
    list-style: none;
    padding-left: 0px;
}

.fitment-tree li.application-model > a {
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}

.fitment-tree li.application-engine > a {
    color: #fff;
    font-weight: bold;
    padding-left: 45px;
}

.fitment-tree li.application-year > a {
    color: #fff;
    font-weight: bold;
    padding-left: 60px;
}



.fitment-tree .list-group-item:first-child {
    border-radius: 0;
}

.fitment-tree .list-group-item {
      padding: 5px 15px;
}

.mam-guide-notes  .panel  {
    background: #949494;
    border-color: #949494;
    -webkit-box-shadow: inset 0 -3px 3px -3px rgba(47, 47, 47, 0.8);
    -moz-box-shadow: inset 0 -3px 3px -3px rgba(47, 47, 47, 0.8);
    box-shadow: inset 0 -3px 3px -3px rgba(47, 47, 47, 0.8);
}

.mam-guide-notes .panel-heading .panel-title {
  color: #fff;
}

.mam-guide-notes .panel-title {
  font-size: 20px;
}

.mam-guide-notes .panel-body {
  background: #949494;
  color: #fff;
}