﻿div.categoryheader
{
	visibility: hidden;
}

div.categorycontent
{
}

td.categoryleftmenuitem a
{
	display: block;
	color: #575757;
}

td.categoryleftmenuitem a:hover
{
	display: block;
	font-weight: bold;
	color: #575757;
}

table.categoryleftmenu tr td a.categoryleftmenuitem
{
	padding-left: 15px;
	padding-bottom: 10px;
	text-decoration: none;
}

a.categoryleftmenuitem:hover
{
}

td a.categoryleftmenuitemselected
{
	padding-left: 15px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url('../../ImagesZaek/SelectedCategoryArrow.png');
	background-position: top left;
	background-repeat: no-repeat;
}


/* categorie pagina */

ul.catcells
{
	float: left;
	width: 622px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

ul.catcells li
{
	float: left;
	width: 120px;
	height: 180px;
	
	margin-right: 50px;
	padding: 0;
	border: 0;
	list-style-type: none;
}

ul.catcells li a
{
	float: left;
	text-decoration: none;
}

ul.catcells li a:hover
{
}

ul.catcells li span.image img
{
	text-align: center; 
	margin-bottom: 3px;
	padding: 0;
	border: 0;
}

ul.catcells li span.image
{
	padding-left: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

ul.catcells li span.description
{
	float: left;
	width: 120px;
	text-transform: uppercase;
	color: #575757;
	text-align: center;
	cursor: pointer;
}
