<?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 0 0px 25px;
	padding: 0;
}

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

#prod_sdescr a, #prod_sdescr a:visited  {
	color: #4e4d8e;
	text-decoration: none;
}

#linesystem-bottom
{
	float: left;
	width: 600px;
	margin-left:10px;
}

#line-newsletter
{
	float: right;
	width: 250px;
}

#line-newsletter img
{
	border: none;
}
.image a span {
	margin: 0px 0 0 130px;
}


#prod_main h2.indexH2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #4e4d8e;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0 0px 75px;
	padding: 0;
}
#mainIndexDepartments{
	width:540px; 
	display:block; 
	overflow:hidden; 
	padding-left:50px; 
	margin:10px auto 0 auto;
}
<?php ob_end_flush();?>
