div.information{
	float:left;
	margin-top:20px;
	overflow:hidden;
	width:307px;
	}
	body div.information h1{/*заголовок: ремон - прошивка и ПО*/
		font:25px 600 'Play';
		margin:0px;/*mozilla делает внешние отступы*/
		text-align:center;
		line-height:25px;
		}
	div.information div{
		margin-top:10px;
		font-size:14px;
		line-height:18px;
		text-align:justify;
		}
		div.information div p
			{margin:10px 0px; text-indent:7px;}
			div.information div a{color:#008; text-decoration:none;}
				div.information div a:hover{text-decoration:underline;}
	div.information div.contacts{
		font-size:13px;
		line-height:20px;
		padding-left:6px;
		text-align:left;
		text-indent:0px;
		}
/*таблица с разделами*/
div.body table.catalog{
	border-spacing:20px;
	}
	div.body table.catalog td{
		background-color:#fff;
		font-size:12px;
		padding-bottom:7px;
		text-align:center;
		width:25%;
		}
	div.body table.catalog td.empty{visibility:hidden;}
		div.body table.catalog a{color:#666; text-decoration:none;}
		div.body table.catalog a:hover{color:#000; text-decoration:underline;}
			div.body table.catalog img{
				border-width:0px;
				display:block;
				margin:0px auto;
				width:92%;
				}