img.ads {
  border: none;
}

/*Amazon Store*/

/*Google Search box*/
#googlesearch-box {
   position: relative;
   float: left;
   width: 800px;
   height: auto;
   background-color: #ffffff;
   border-color: #FFF5D9;
   border-width: 5px;
   border-style: solid;
}

/*Google ad space designed for inclusion in left bar*/
#ads-left-box {
  position: relative;
  float: left;
  width: 120px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: none;
  border-color: #000000;
  border-width: 1px;
  background-color: #FFF5D9;
  padding-top: 0px;
  padding-left: 5px;
  height: auto;
}

/*Google ad space designed for inclusion in left bar*/
#ads-lefttop-box {
  position: relative;
  float: left;
  width: 120px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #FFF5D9;
  padding-top: 0px;
  padding-left: 5px;
  height: auto;
}

/*Ad space designed for inclusion in left bar*/
#ads-leftbottom-box {
  position: relative;
  float: left;
  width: 120px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: none;
  border-width: 0px;
  background-color: #FFF5D9;
  padding-top: 0px;
  padding-left: 5px;
  height: auto;
}

/*Google ad space designed for inclusion in right bar*/
#ads-mediumrectangle-box {
  position: relative;
  clear: both;
  margin-top: 10px;
  margin-left: 16px;
  border-style: none;
  background-color: #FFF5D9;
  padding-top: 0px;
  width: 300px;
  height: 250px;
}

/*Google ad space designed for inclusion in right pane*/
#ads-smallsquare-box {
  position: relative;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 64px;
  border-style: none;
  background-color: #FFF5D9;
  padding-top: 0px;
  width: 200px;
  height: 200px;
}

/*Google ad space designed for inclusion within articles. This is the exterior box
  to hold text indicating ad space and the ad box itself.*/
#ads-largerectangle-external-box {
  position: relative;
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  border-color: #DFF2F8;
  border-width: 2px;
  border-style: dotted;
  border-left: none;
  border-right: none;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-left: 12px;
  width: 356px;
  height: 294px;
  font-weight: bold;
  color: #DFF2F8;
}

/*Google ad space designed for inclusion within articles*/
#ads-largerectangle-box {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  border: none;
  background-color: #FFFFFF;
  background: url("../images/AdSpaceFill.png") no-repeat;
  width: 336px;
  height: 280px;
}

/*Google ad space designed for inclusion below articles - for all 468 width Google ads*/
#ads-banner-box {
  position: relative;
  padding-top: 20px;
  border: none;
  background-color: #FFFFFF;
  width: 468px;
  height: auto;
  margin: 0 auto; /*centering box*/
}

#ads-thewarning-box {
  position: relative;
  clear: both;
  width: auto;
  margin-top: 12px;
  margin-left: 63px;
  margin-right: 0px;
  border-style: none;
  background-color: #FFF5D9;
  padding: 0px;
  height: auto;
}


/*Other ads*/
.ads-generic-article-box {
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  border: none;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ads-generic-left-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  border: none;
  background-color: #FFF5D9;
}



