/*

  Big rounded button, from partsearch.v2!

  Example
  
  $html .= "<div class=\"btn_biground_div_left btn_biground_green_left\"></div>";
  $html .= "<div onclick=\"ccc\" class=\"btn_biground_div_content btn_biground_green_content\" style=\"font-size: 1.3em;\">Boka verkstadstid online</div>";
  $html .= "<div class=\"btn_biground_div_right btn_biground_green_right\"></div>";
  

*/

div.btn_biground_div_left
{
  float: left;
  height: 24px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}

div.btn_biground_div_content
{
  float: left;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
  background-repeat: repeat-x;
  background-position: top left;
  cursor: pointer;
}

div.btn_biground_div_right
{
  float: left;
  height: 24px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}

div.btn_biground_yellow_left {background-image: url('/global/images/layout/partsearch.v2/btn_yellow_left.png');}
div.btn_biground_yellow_content {background-image: url('/global/images/layout/partsearch.v2/btn_yellow_content.png');}
div.btn_biground_yellow_right {background-image: url('/global/images/layout/partsearch.v2/btn_yellow_right.png');}
div.btn_biground_green_left {background-image: url('/global/images/layout/partsearch.v2/btn_green_left.png');}
div.btn_biground_green_content{background-image: url('/global/images/layout/partsearch.v2/btn_green_content.png');}
div.btn_biground_green_right{background-image: url('/global/images/layout/partsearch.v2/btn_green_right.png');}
div.btn_biground_red_left{background-image: url('/global/images/layout/partsearch.v2/btn_red_left.png');}
div.btn_biground_red_content{background-image: url('/global/images/layout/partsearch.v2/btn_red_content.png');}
div.btn_biground_red_right{background-image: url('/global/images/layout/partsearch.v2/btn_red_right.png');}
