<?php
  header('Content-type: text/css');
  ob_start("compress");
  function compress($buffer){
    // remove comments
    $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
    // remove tabs, spaces, newlines, etc.
    $buffer = str_replace(array("\r\n", "\r", "\n", "\t", '  ', '    ', '    '), '', $buffer);
    return $buffer;
  }
?>

@charset "utf-8";
/* CSS Document */


a.prod_button, a.prod_button:link, a.prodbutton:active, a.prodbutton:visited {
	margin: 0 50px;
}

#prod_main {
	width: 800px;
	margin: 10px 0 0 25px;
}

h2.prod_short {
	color: #4e4d8e;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 150px 0px 25px;
	padding: 0;
}

#prod_sdescr {
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 10px 75px 0 75px;
}

#prod_sdescr a, #prod_sdescr a:visited  {
	color: #4e4d8e;
	text-decoration: none;
}
#thermal-bottom
{
	float: left;
	width: 555px;
	margin-left:10px;
}

#thermal-newsletter
{
	float: right;
	width: 250px;
	margin-right:45px;
}

<?php ob_end_flush();?>