/* index */

.categories { position: relative; clear: both; width: 100%; margin: 10px 0; padding: 0; }
	
	/* category */
	.category {
		position: relative; float: left; width: 218px; min-height: 175px; height: auto !important; height: 175px; padding: 1px;
		border: 1px solid #eee; background: url('../img/reforma/bg-stripe.gif') repeat; text-align: center; 
	}
	.category img { margin: 5px 0 0; padding: 0; font-weight: bold; font-size: 12px; color: #6f81b7; }
	.category h2 { position: absolute; top: 145px; left: 5px; /* margin: 3px 0;*/ padding: 0; font-weight: bold; font-size: 13px; color: #6f81b7; }
	* html .category h2 { top: 155px; }
	.category a { position: relative; text-decoration: none; color: #075da0; }
	.category a:hover { color: #000; }
	
	/* tooltip */
	#fixed_tooltip { font-size: 12px; background: #fff; }
	#fixed_tooltip strong { font-size: 12px; }
	#fixed_tooltip ul { width: auto; height: 100%; margin: 0 0 0 5px; padding: 5px 0; }
	#fixed_tooltip ul li { margin: 0; padding: 5px 0 0 10px; list-style: none; background: url("../img/reforma/dot.gif") no-repeat 0 10px; }
	
.index { position: relative; clear: both; margin: 10px 0; padding: 0; color: #b53619; }

	/* category item */
	.items { position: relative; float: left; width: 335px; margin: 10px 0; }
	.items img { float: left; width: 75px; margin: 0 5px 5px 0; padding: 1px; border: 1px solid #eee; }
	.items a { margin: 0; padding: 0; text-decoration: none; font-size: 12px; color: #075da0; }
	.items a:hover { text-decoration: underline; color: #000; }
	
	/* boxl */
	.boxl { margin-left: 5px; }

