﻿/* ------------------ Product Listings ------------------ */                    
div.product_Listing {width:290px;
                     float:left;
                     position:relative;
                     margin-bottom:31px;
                     }
                     div.product_Listing a:hover img {border-color:#fbc60d;}

                     div.product_Listing img {border:1px solid white;
                      background:black;
                      padding:3px;
                      }
                     div.product_Listing_Image input:hover {border-color:#fbc60d;}

                     div.product_Listing_Image input 
                     {
                      border:1px solid white;
                      background:black;
                      padding:3px;
                      width:119px;
                      }
                      
                      
div.product_Listing_Image {float:left;
   position:relative;
   width:127px;
   left:-160px;
   }
div.product_Listing_Text {float:left;
  position:relative;
  width:160px;
  left:127px;
  padding-top:1px;
  overflow:hidden;
  }
  div.product_Listing_Text h2, 
  div.product_Listing_Text div,
  div.product_Listing_Text h3 {padding-left:15px;
        padding-right:10px;
        }
        
  div.product_Listing_Text h3 {height:30px;
       width:64px;
       overflow:hidden;
       position:relative;
       }
  div.product_Listing_Text h3 span.cssimage{background:url(images/a-details-link.png)}
  div.product_Listing_Text h3 a {display:block;
         height:30px;
         width:64px;
         position:relative;
         overflow:hidden;
         }
 div.product_Listing_Text h3 a:hover span.cssimage {background-position:0 -30px;} 
 
div.product_Listing_Detail {margin-bottom:16px;}

ul.product_Listing_Type_Nav {width:574px;
     position:relative;
     height:55px;
     overflow:hidden;
     }
     ul.product_Listing_Type_Nav li{float:left;
            height:55px;
            padding:0;
            }
     ul.product_Listing_Type_Nav li:before {content:'';}
     ul.product_Listing_Type_Nav li.first {width:154px;}
     ul.product_Listing_Type_Nav li.second  {width:189px;}
     ul.product_Listing_Type_Nav li.ft{width:231px;}
     ul.product_Listing_Type_Nav a {display:block;
            height:100%;
            width:100%;
            position:relative;
            overflow:hidden;
            }
     ul.product_Listing_Type_Nav span.cssimage {background:url(images/nav2.png);}
li.ft span.cssimage {background-position:-343px 0;}
li.ft a:hover span.cssimage {background-position:-343px -55px;}
ul.product_Listing_Type_Nav li.first span.cssimage {background-position:0 0;}
     ul.product_Listing_Type_Nav li.first a:hover span.cssimage {background-position:-0 -55px;}

ul.product_Listing_Type_Nav li.second span.cssimage {background-position:-154px 0;
     }
     ul.product_Listing_Type_Nav li.second a:hover span.cssimage {background-position:-154px -55px;}
ul.product_Listing_Type_Nav li.first a.on span.cssimage{background-position:0 -55px;}
ul.product_Listing_Type_Nav li.second a.on span.cssimage{background-position:-154px -55px;}
ul.product_Listing_Type_Nav li.ft a.on span.cssimage{background-position:-343px -55px;}

h1.hrLine {text-indent:-9999px;
           height:0px;
           padding:0;
           overflow:hidden;
           }
div.product_Listing a {color:#fff;}
div.product_Listing a:hover {color:#fbc60d;}