@charset "utf-8";
/*************************************************
	EXTENSION CSS tx_pxdshop_pi4
*************************************************/
/*******************************
 *	pxdshop Plugin 4 Categories
 *******************************/
	.tx-pxdshop-pi1 .categoryTree {
		list-style-type:none;		
		padding:0;
		margin:0;
		margin-left: 1px;
	}
	.tx-pxdshop-pi1 .categoryTree li{
		display: block;		
		background: url(../images/cat_bg_default.jpg);
		width: 146px;
		height: 19px;
		border-bottom: solid 1px #727171;
		vertical-align: bottom;
		padding-top: 9px;
	}
	.tx-pxdshop-pi1 .categoryTree li.currentCategory{
		background: url(../images/cat_bg_active.jpg);
	}
	.tx-pxdshop-pi1 .categoryTree li.currentCategory a{
		color: #ffffff;
		font-weight: bold;
	}
	.tx-pxdshop-pi1 .categoryTree li a{			
		color:			#727171;
		font-weight: 	normal;
		font-size: 		0.8em;
		text-decoration:none;
		margin-left: 	24px;
		white-space: 	nowrap;
	}
	
	
	.tx-pxdshop-pi1 .categoryTree .categoryLevel_0 {
				
	}	
	
	.tx-pxdshop-pi1 .categoryTree .categoryLevel_1 {
	}

	.tx-pxdshop-pi1 .categoryTree .categoryLevel_2 {
		background: url(../images/cat_bg_default_lvl2.jpg);
	}
	.tx-pxdshop-pi1 .categoryTree li.currentCategory_2 {
		background: url(../images/cat_bg_active_lvl2.jpg);
	}

	.tx-pxdshop-pi1 .categoryTree .categoryLevel_3 {
		background: url(../images/cat_bg_default_lvl3.jpg);
	}
	.tx-pxdshop-pi1 .categoryTree li.currentCategory_3 {
		background: url(../images/cat_bg_active_lvl3.jpg);
	}
		
	.tx-pxdshop-pi1 .categoryTree .currentCategory {
	}
	.tx-pxdshop-pi1 .categoryTree .currentCategory a{	
	}

	
	
	.tx-pxdshop-pi1 .categoryGallery {
		position: relative;
		display: inline-table;
		margin-bottom: 25px;
		clear: both;
		padding-top: 5px;
	}	
	
	.tx-pxdshop-pi1 .categoryGallery .singleItem {
		float: left;
		margin: 1px;
		margin-top: 4px;
		margin-right: 4px;
		border: solid 1px #d6001b; 		
	}
	

	.tx-pxdshop-pi1 .categoryGallery .media {
		
		width: 160px;
						
		height: 120px;	
		background-color: #ffffff;
		text-align: center;
	
	}

	.tx-pxdshop-pi1 .categoryGallery .category {
		
		width: 152px;
			
		padding: 4px;
		background: #d6001b;
		text-align: center;
	
	}

	.tx-pxdshop-pi1 .categoryGallery .category a{
		color: #ffffff;
		font-weight: normal;
		font-size: 0.8em;
	}	
	
	.rootCategories {
		height: 18px;
		width: 142px;
		padding: 2px;
		background-color: #ffffff;
		border-bottom: solid 1px #727171;
		margin-left: 1px;		
		
	}	
	.rootCategories a{
		font-size: 0.8em;
		color: #727171;
		font-weight: normal;
		text-decoration: none;
	}	
	.rootCategories div{
		float: left;
	}
	.rootCategories	.current{
		background: url(../images/currentrootcat.gif);
		background-repeat: no-repeat;
		background-position: 0px 8px;
		
	}	
	.rootCategories .rootCat_right {
	width: 65px;	
	text-align: left;
	padding-left: 10px;
	margin-left: 5px;
	
	}
	.rootCategories .rootCat_left {
	width: 45px;
	text-align: right;
	background-position: 8px 8px;
	}	