

/** Derived from styles for oriongreen, and radiance. **/

/**
 * See: http://www.fontsquirrel.com/fonts/bebas-neue
 * Redistributed in this theme with permission from Dharma Type - March 26, 2011
 */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('/assets/themes/orionrobots/BebasNeue-webfont.eot');
  src: url('/assets/themes/orionrobots/BebasNeue-webfont.eot?iefix') format('eot'),
       url('/assets/themes/orionrobots/BebasNeue-webfont.woff') format('woff'),
       url('/assets/themes/orionrobots/BebasNeue-webfont.ttf') format('truetype'),
       url('/assets/themes/orionrobots/BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
  font-weight: normal;
  font-style: normal;
  }

.prodtable td {
    padding-right: 4px;
    vertical-alignment: top;
}

.pl-spacing {
  float: left !important;
  padding-right: 4px;
}


#sharing{
  margin: 16px 0 0 0;
  padding: 4px 0 0 0;
  border-top: 1px solid #dddddd;
  }
#sharing ul{
  list-style: none;
  }
#sharing li{
  margin: 0;
  float: left;
  }
