/* ------- index --------- */

div.textMain {
  text-align: justify;
}

div#headingCatImg {
  text-align: right;
}

div#headingCatImg img {
  border: 1px solid #000;
}

div.categoriesThumbs {
  float:left;
  width: 171px;
  background: transparent url(../images/categories.png) no-repeat left bottom;
  margin: 20px 3px 0 3px;
  padding-bottom: 20px;
  text-align: center;
}

div.categoriesThumbs:hover {
  background-position: right bottom;
}

div.categoriesThumbs .catTop {
  position: relative;
  top: -20px;
  height: 20px;
  margin-bottom: -20px;
  background: transparent url(../images/categories.png) no-repeat left top;
}

div.categoriesThumbs:hover .catTop {
  background-position: right top;
}

div.categoriesThumbs a {
  color: #000;
  padding: 0 10px;
}

.catthumb
{
	float: left;
	margin: 3px;
}

fieldset.manufacturerFilter,
fieldset.sortFilter {
 border: 0;
 padding: 0;
}

fieldset.manufacturerFilter p,
fieldset.sortFilter p {
 margin: 0;
}

#slideshow
{
	text-align: center;
	list-style: none;
	overflow: hidden;
	overflow-y: auto;
	margin: 0 auto 1em auto;
	padding: 0;
}

#slideshow li
{
	margin: 0;
	padding: 0;
}

#slideshow li img { vertical-align: middle; }
#Page_index_category_nested #slideshow { height: 220px; }

#Page_index #slideshow
{
	width: 699px;
	height: 302px;
	background: #fff;
	border: 1px solid #999;
}

#Page_index #slideshow .slide
{
	padding: 1px;
}

#slideshow-nav
{
	top: 4px;
	right: 4px;
	z-index: 10;
	position: absolute;
}

#slideshow-nav a
{
	float: left;
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 2px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	background: #fff;
}

#slideshow-nav a.activeSlide
{
	background: #ffec8b;
}

