div.button
	{ width:119px; height:25px; line-height:25px; font-size:120%; font-weight:bold;
	  text-align:center;
	  background:transparent url(../img/btn.png) 0% 0% no-repeat; }
div.button a:link
	{ color:#0066b3; }
div.button a:visited
	{ color:#0066b3; }
div.button a:hover
	{ color:#0066b3; }

.categoriesRow
	{ float:left; width:100%; height:186px; margin:5px 0px; padding:0px; }
/* {{{ */
	.categoryWraper
		{ float:left; width:330px; height:100%; }
	/* {{{ */
		.categoryTitle
			{ float:left; clear:both; width:100%; height:28px;
			  background:transparent url(../img/categ-title-bg.png) 0% 0% repeat-x; }
		#Center div.categoryTitle h3
			{ margin:0px; padding:0px; color:#fff; text-indent:15px; line-height:28px;
			  font-size:150%; }
		#Center div.categoryTitle h3 a:link,
		#Center div.categoryTitle h3 a:visited,
		#Center div.categoryTitle h3 a:hover
			{ color:#fff; text-decoration:none; }
		.categoryBody
			{ float:left; width:100%; height:158px;
			  background:transparent url(../img/categ-body-bg.png) 0% 0% repeat-x; }
		/* {{{ */
			.categoryBodyLeft
				{ float:left; width:192px; height:100%; }
			/* {{{ */
				.categoryBodyLeftTop
					{ float:left; width:175px; height:110px; padding:10px 0px 0px 17px; }
				#Center .categoryBodyLeftTop p
					{ font-size:110%; line-height:13px; }
				.categoryBodyLeftBottom
					{ float:left; width:100%; height:38px; text-align:left; }
				.categoryBodyLeftBottom div.button
					{ margin:5px 0px 0px 10px; }
			/* }}}-.categoryBodyLeft */
			.categoryBodyRight
				{ float:left; width:138px; height:100%; }
		/* }}}.categoryBody */
	/* }}}-.categoryWraper */
	.categoriesSpacer
		{ float:left; width:12px; height:100%; }
/* }}}-.categoriesRow */
