/*
##############################################
# OVERLAY STYLES                             #
# The EA Overlay CSS is implemented          #
# differently than other styles due to the   #
# underlying architecture of the overlay     # 
# itself:                                    #
#                                            #
# 1. The CSS styles found in this style      #
#    target the productFinder page displayed #
#    via an iFrame.                          #    
#                                            # 
# 2. The CSS styles targeting the containing #
#    DIVS can be found in an external file   #
#     which is referenced by the JavaScript  #
#                                            #
##############################################
*/


body {
  background-color:#dddddd;
  margin:0px;
}
#dr_ProductFinder {
  background-color:#DEDDE3;
  overflow:hidden;
  padding:0px;
  width:100%;
}
#dr_ProductFinder #dr_ProductFinderInstructions {
  color:#585858;
  font:bold 16px arial,verdana,sans-serif;
  margin:0px;
  padding:10px 10px 20px 10px;
}
#dr_ProductFinder #dr_ProductFinderInstructions span {
  color:#455681;
}
#dr_ProductFinder .dr_image {
  float:left;
  padding:0px 20px 0px 100px;
}
#dr_ProductFinder #dr_ProductFinderNav {
  float:left;
}
#dr_ProductFinder #dr_ProductFinderNav label {
  display:block;
  font:bold 12px arial,verdana,sans-serif;
  padding:10px 0px 5px 0px;
}
#dr_ProductFinder #dr_ProductFinderNav select {
  font:12px arial,verdana,sans-serif;
  width:150px;
}
#dr_ProductFinder #dr_ProductFinderNav #dr_load {
  font:bold 12px arial,verdana,sans-serif;
}
#dr_ProductFinder #dr_siteButtons {
  float:left;
  overflow:hidden;
  padding:10px 0px 0px 0px;
  width:225px;
}
#dr_ProductFinder a img {
  border:0px;
}
#dr_ProductFinder a.dr_buyNowButton {
  float:left;
  height:15px;
  overflow:hidden;
  margin:0px;
  width:160px;
}
#dr_ProductFinder a.dr_buyNowButton:hover img {
  margin:-16px 0px 0px 0px;
}
#dr_ProductFinder a.dr_preOrderButton {
  float:left;
  height:15px;
  overflow:hidden;
  margin:0px;
  width:93px;
}
#dr_ProductFinder a.dr_preOrderButton:hover img {
  margin:-16px 0px 0px 0px;
}
#dr_ProductFinder #dr_ProductFinderNav p.dr_outStock {
  float:left;
  font:bold 11px arial,sans-serif;
  margin:0px;
  padding:0px;  
}