
  
  
  
  
  /*
       
       
       
  
       
       
  */
  .button{
     background: #fff repeat-x;
     display: inline-block;
     padding: 5px 10px 6px;
     text-decoration: none;
     font-weight: normal;
     line-height: 1;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-box-shadow: 0 1px 3px #999;
     -webkit-box-shadow: 0 1px 3px #999;
     border-bottom: 1px solid #222;
     position: relative;
     cursor: pointer;
   }
   .button_order{
  	background: url(http://www.hostmydomainnow.com/images/buttons/order.png) no-repeat;
  	width:80px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
    .button_soldout{
  	background: url(http://www.hostmydomainnow.com/images/buttons/soldout.png) no-repeat;
  	width:80px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
   .button_compare{
     background: url(http://www.hostmydomainnow.com/images/buttons/compare.png) no-repeat;
  	width:80px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
    .button_compare_order{
     background: url(http://www.hostmydomainnow.com/images/buttons/compare_order.png) no-repeat;
  	width:133px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
    .button_info{
     background: url(http://www.hostmydomainnow.com/images/buttons/info.png) no-repeat;
  	width:80px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
     .button_moreinfo{
     background: url(http://www.hostmydomainnow.com/images/buttons/moreinfo.png) no-repeat;
  	width:80px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
     .button_order_us{
     background: url(http://www.hostmydomainnow.com/images/buttons/order_us.png) no-repeat;
  	width:100px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
     .button_order_eu{
     background: url(http://www.hostmydomainnow.com/images/buttons/order_eu.png) no-repeat;
  	width:100px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
      .button_order_us_small{
     background: url(http://www.hostmydomainnow.com/images/buttons/order_us_small.png) no-repeat;
  	width:66px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
     .button_order_eu_small{
     background: url(http://www.hostmydomainnow.com/images/buttons/order_eu_small.png) no-repeat;
  	width:66px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }
      .button_order_eu_small_soldout{
     background: url(http://www.hostmydomainnow.com/images/buttons/soldout_eu.png) no-repeat;
  	width:66px;
  	height:20px;
  	display: inline-block;
  	position: relative;
   }