body.callout_view {
  background-image: none;
  padding: 10px;
}
body.side_callouts .callout_test {
  width: 212px;
}
body.foot_callouts .callout_test {
  width: 320px;
}
/*	------------------------- callouts ---------------------------
*/
.callout .deskman h4 {
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  letter-spacing: -.03em;
}
.callout .deskman p {
  line-height: 1.2em;
}
.callout a.main_link {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
/*	------------------------- side callouts -----------------------
*/
.callout .wrap {
  width: 100%;
  background: transparent url() no-repeat scroll 0% 100%;
}
.side_callouts .callout {
  background: transparent url(/images/global/checkerd.png) repeat scroll 0 0;
  margin-bottom: 10px;
  width: 212px;
  padding: 5px 0px;
}
.side_callouts .callout.over {
  background: transparent url(/images/global/checkerd_black.png) repeat scroll 0 0;
}
.side_callouts .callout .border {
  margin:0px 2%;
  padding: 2px 1%;
  width:94%;
  background-color: #fff;
}
.side_callouts .callout .border img {
  float: left;
  clear: both;
}
.side_callouts .callout.white .deskman {
  padding:15px 7px 20px 23px;
}
.side_callouts .callout.green .deskman {
  padding:19px 7px 20px 23px;
}
.side_callouts .callout.green .wrap {
  background: #f8f8f8 url(/images/callouts/eco_back.png) no-repeat scroll 0 0;
}
.side_callouts .callout.black .deskman {
  padding:15px 7px 0px 14px;
}
.side_callouts .callout.black .wrap {
  background: #000 url() no-repeat scroll 0% 100%;
}
.side_callouts .callout.black .deskman h4 {
  color: #fff;
}
.side_callouts .callout.green .deskman h4 {
  color: #00bf34;
  line-height: 1.2em;
  padding-left: 50px;
  margin-bottom: 1.5em;
}
.side_callouts .callout.white .deskman h4:first-line {
  color: #000;
}
/*	------------------------- footer callouts --------------------
*/
.foot_callouts {
  width: 100%;
  z-index: 1;
}
.foot_callouts .callout {
  height: 150px;
  margin-left: 2px;
  width: 320px;
}
.foot_callouts .callout:first-child {
  margin-left: 0px;
}
.foot_callouts .callout .wrap {
  width: 100%;
  height: 100%;
}
.foot_callouts .callout .deskman {
  padding: 20px 95px 0px 20px;
}
.foot_callouts .callout .deskman h4 {
  color: #fff;
}

.side_callouts .callout.product_callout {
  width: 425px;
}