#rightnavigation  #categoryinclude
{
	width: 228px;
	height: 600px;
	overflow: auto;
	margin: 0px 5px 10px 10px;
	border: none;
}
/* .SP Important Ersatzteile without Search-Refinements */
#content .SP
{
}
		#content .SP .pagingheadline .sortby
		{
			display: none;
		}
		#content .SP #rightColumn
		{
			display: none;
		}
		#content .SP .productlisting
		{
			margin: 10px 10px 10px 100px;
		}
		/* IE 6 hack */
		*html #content .SP .productlisting
		{
			margin: 10px 10px 10px 50px;
			display: inline;
		}

#content .NOSP
{
}
		#content .NOSP .productlisting
		{
			margin: 10px 10px 10px 20px;
		}

#content #category 
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 780px;
    float: right;
}
	
	#content #category h1
	{
		color: #666;
		font-size: 24px;
		text-align: left;
		text-transform: lowercase;
		padding: 5px;
		margin: 5px;
		font-weight: normal;
	}
	#content #category h1:first-line
	{
		color: #333;
		font-size: 32px;
		text-align: left;
		text-transform: uppercase;
	}
	#content #category h2
	{
		clear:both;
		padding: 5px;
		margin: 15px 10px;
		color: #666;
		font-size: 20px;
		text-align: left;
		text-transform: lowercase;
		font-weight: normal;
	}
	#content #category h3.paginginformation
	{
		border: none;
		font-weight: normal;
		text-align: right;
		font-size: 10px;
		padding: 0px;
		margin: 0px 5px 0px 0px;
	}
	#content #category .pagingheadline
	{
		display: inline;
		float: right;
		margin-top: 5px;
	}
		#content #category .pagingheadline h3
		{
			display: inline;
			float: right;
			margin: 0px 5px;
			font-size: 10px;
			text-transform: none;	
			padding-top: 3px;
			font-weight: normal;
		}
			#content #category .pagingheadline .sortby
			{
			}
			#content #category .pagingheadline .sortby form
			{
				margin: 2px 0px 0px 0px;
			}	
			#content #category .pagingheadline .sortby .title
			{
                float: left;
                margin: 0px 5px 0px 0px;
			}
			#content #category .pagingheadline .sortby .selectbox
			{
				font-size:11px;
				padding:0px;
			    margin: -4px 0px 0px 0px;
			}
			/* IE 6 hack */
			*html #content #category .pagingheadline .sortby .selectbox
			{
			    margin: 0px 0px 0px 0px;
			}
			/* IE 7 hack */ 
			*:first-child+html .sortby .selectbox
			{
				margin: -26px 0px 0px 76px;
			}			
			
	#content #category .featuredproduct
	{
		font-weight: normal;
		margin: 10px 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	#content #category .productlisting
	{
		display: block;
        width: 600px;
	}
	/* Firefox hack */
	:root #content #search .productlisting
	{
		float: left;
	}
		#content #category .productlisting .product
		{
			display: inline;
			float:left;
		}
		#content #category .productlisting .product .image image
		{
			width: 150px;
			height: 120px;
		}
	#content #category .productlisting .productrow
	{
		float:left;
	}

	
	#content #category .featuredproduct .product
	{
		font-weight: normal;
		margin-top: 10px;
		border: none;
	}
		#content #category .featuredproduct .product .image
		{
			display: inline;
			float:left;
		}
			#content #category .featuredproduct .product .image .thumbnail
			{
				display: none;
			}
			#content #category .featuredproduct .product .image .medium
			{
				display: block;
			}
			#content #category .featuredproduct .product .image .large
			{
				display: none;
			}
		#content #category .featuredproduct .product .shortdescription
		{	
			display: none;
		}
		#content #category .featuredproduct .product .longdescription
		{
			/* 
				if you are going to use italic here, be prepared to see
				http://www.positioniseverything.net/explorer/italicbug-ie.html
			*/
			font-style: normal;
			font-size: 11px;
			text-align: left;
			margin-left: 210px;
		}
			#content #category .featuredproduct .product .longdescription .more
			{
				font-weight: bold;
			}
		#content #category .featuredproduct .product h3
		{
			padding: 0px;
			margin: 10px 0px;
			font-size: 12px;
			text-align: left;
			margin-left: 210px;
		}
		#content #category .featuredproduct .product .sku
		{
			display: none;
		}
		#content #category .featuredproduct .product .manufacturername
		{
			display: none;
		}
		#content #category .featuredproduct .product .manufacturersku
		{
			display: none;
		}
		#content #category .featuredproduct .product .stockstate
		{
			display: none;
		}
		#content #category .featuredproduct .product .scaledprices
		{
			display: none;		
		}
		#content #category .featuredproduct .product .price
		{
			text-align: left;
			font-weight: bold;
			margin-left: 210px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
			#content #category .featuredproduct .product .price .key
			{
				margin-right: 5px;	
			}
			#content #category .featuredproduct .product .price .value
			{
				color: #c41b0b;
			}
			#content #category .featuredproduct .product .price .standard
			{
			}
			#content #category .featuredproduct .product .price .information
			{
				text-decoration: line-through;
			}
			#content #category .featuredproduct .product .price .special
			{
			}
				#content #category .featuredproduct .product .price .special .key
				{
					color: #c41b0b;
				}
		#content #category .featuredproduct .product .addtocart
		{
			margin-left: 210px;
			margin-top: 10px;
		}
			#content #category .featuredproduct .product .addtocart .quantitybox
			{
				display: none;
			}
			#content #category .featuredproduct .product .addtocart .quantitylabel
			{
				display: none;
			}
			#content #category .featuredproduct .product .addtocart .addtocartbutton
			{
				display: none;
			}
		#content #category .featuredproduct .product .addtowishlist
		{
			display: none;
		}
		#content #category .featuredproduct .product .compare
		{
			display: none;
		}

	#content #category .onlinetopcategory 
	{
		display: inline;
		float: left;
		margin-top: 0px;
		margin-left: 15px;
		margin-bottom: 0px;
		margin-right: 0px;
	}

	#content #spareparts
	{
		display: inline;
		float: left;
		width: 610px;
		margin-left: 110px;
	}
		#content #spareparts .subcategorylisting
		{
		
		}
		#content #spareparts .infotext
		{
			margin-top: 30px;
		}
		
	#content #archivecategory
	{
		width: 790px;
		margin-left: 25px;
		text-align: center;
	}
		#content #archivecategory .infotext
		{
			text-align: center;
			width: 90%;
			margin-left: 5%;
		}
		#content #archivecategory .subcategories
		{
			margin-top: 30px;
		}
		
	#main
	{
		width: 1000px;
	}
	#mainarchive
	{
		display: inline;
		float: left;
		margin-top: 14px;
		width: 100%;
		width: 1000px;
	}
	#content
	{
		
	}
	#content #archivesubcategory
	{
		width: 525px;
		text-align: center;
		float: left;
	}
		#content #archivesubcategory .infotext
		{
			text-align: center;
		}
		#content #archivesubcategory .image
		{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 20px;
		}
	#rightnavigation #categoryinclude
	{
		height: 575px;
		width: 200px;
		overflow: auto;
	}

#pt_category #category .brandlisting
{
	display: inline;
	float: left;	
	width: 170px;
	margin: 10px;
}
	#pt_category #category .brandlisting ul
	{
		list-style: circle;
		margin-left: 1.5em;
	}
	

/*  
	Classes used to create a table showing the subcategories of the archive category.
	see category/categoryTableListing.isml
*/
.archivesubcategorytable
{
	display: inline;
	float:left;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-left: 60px;
}
	.archivesubcategorytable .categorytablerow
	{
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.archivesubcategorytable .categorytablerow .categorytablecell
		{
			width: 210px;
			height: 170px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
		}
		.archivesubcategorytable .categorytablerow .categorytablecell a
		{
			font-weight: bold;
			text-decoration: none;
			display: block;
		}
		.archivesubcategorytable .categorytablerow .categorytablecell a:hover
		{
			text-decoration: underline;
		}
		.archivesubcategorytable .categorytablerow .categorytablecell span
		{
			font-weight: bold;
		}


****** Multi Selct Search Refinements ******/
#refineNav .multirefineNav{
	padding: 0px 0px 0px 15px;}
#refineNav .multirefineNav fieldset{
	padding: 0px;}
#refineNav .multirefineNav h2{	
}
#refineNav .multirefineNav ul {
	padding: 0px;
	list-style: none;
	margin: 0;}
#refineNav .multirefineNav ul li {
	padding: 0px;
	margin: 0;
	overflow:hidden;
	height:15px;}
/* Fix IE/Win's broken rendering of block-level anchors in lists */
#refineNav .multirefineNav li a {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/bullet-unsel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.16em;}
#refineNav .multirefineNav li a:hover {
	background-image: url(../images/bullet-sel.gif);}
#refineNav .multirefineNav li.selected a {
	margin: 0px 0px 3px 0px;
	display: inline;
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.16em;
	font-weight: bold;
	}
#refineNav .multirefineNav li.selected a:hover {
	background-image: url(../images/bullet-clear.gif);}
#refineNav .multirefineNav .refined {
	display:inline;
	float:left;
	font-weight:bold;}
#refineNav .multirefineNav .refined a.refinedclear {
	display:inline;
	float:right;
	text-align:right;
	font-weight:bold;}
/* Fix for browsers that don't need the hack */
#refineNav .multirefineNav select{
	width: 150px;
	background-color: #fff;
	border: 1px solid #efefef;
	color: #000; }
#refineNav .multirefineNav select:focus { 
	background-color: #fff !important;}	
#refineNav .multirefineNav select option{
	background: url(../images/bullet-unsel.gif) no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option:hover{
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-x-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option.selected{
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option.selected:hover{
	background-image: url(../images/bullet-clear.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav .resultcount {
	color: #999999;
	display:inline; }

#rightColumn 
{
    position: absolute;	
    display: block;
	float: right;
	margin: 50px 0px 0px 625px;
	width: 150px;
}
/* IE 6 hack */
*html #rightColumn
{
	float:right;
	
}

.paging
{
  padding: 2px 0px 2px 0px;	
}
/* IE 6 hack */
*html .paging
{
	
}
/* IE 6 hack */
*html #rightColumn #refineNav
{
	border: 2px solid #b6e7ff;
	margin: -1px 0px 0px 0px;
}
/* IE 7 hack */
*:first-child+html #rightColumn #refineNav
{
	border: 2px solid #b6e7ff;
}
/* IE 6 hack */
*html #rightColumn .bottom
{
	margin: -2px 0px 0px 0px;
}
/* IE 7 hack */
*:first-child+html #rightColumn .bottom
{
	margin: -2px 0px 0px 0px;
}
/* IE 6 hack */
*html .productlisting
{
	float:left;
	
}
/* IE 7 hack */ 
*:first-child+html .productlisting
{
	float:left;
}
/* IE 6 hack */
*html #rightColumn #refineNav li
{
	padding: 1px 0px 1px 0px;
}
/* IE 7 hack */ 
*:first-child+html #rightColumn #refineNav li
{
	padding: 1px 0px 1px 0px;
}
	#rightColumn a
	{
		color: black;
	}
	#rightColumn a:hover
	{
		background-color: #c0ebff;
	}
	#rightColumn .top
	{
		display: block;
		width: 150px;
		height: 14px;
		background-color: transparent;
		background: url(../images/playmobil/bg_prod_oben4.gif) no-repeat;
		background-attachment: scroll;
		background-x-position: 0%;
		background-y-position: 0%;
        text-align: center;
        padding: 4px 0px 4px 0px;
        color: #105690;
        font-weight: bold;
		font-size: 12px;
	}	
	#rightColumn .bottom
	{
		display: block;
		background-color: transparent;
		background: url(../images/playmobil/bg_prod_unten4.gif) no-repeat;
		background-attachment: scroll;
		background-x-position: 0%;
		background-y-position: 0%;
		width: 150px;
		height: 22px;
	}
	#rightColumn .space
	{
		height: 5px;
	}
	#rightColumn #refineNav
	{
		border-left: 2px solid #b6e7ff;
		border-right: 2px solid #b6e7ff;
	}

		#rightColumn #refineNav h2
		{
			background-color: #b6e7ff;
			color: #105690;
			font-size: 12px;
			padding: 2px 4px 2px 4px;
			margin:0px 2px 5px 2px;
			font-weight:bold;
			text-transform: capitalize;
		}
			#rightColumn #refineNav h2 img
			{
				margin: 0px 3px 0px 0px;
			}
		#rightColumn #refineNav li
		{
			padding: 1px 0px 1px 17px;
			list-style-position: inside;
			list-style-type: none;
			vertical-align: middle;
			font-size: 11px;
		}

		
		/* --- Category Refinements --- */
		#content .result_1
		{
			margin: 5px 0px 0px 630px;
		}
		#content .result_2
		{
			margin: 5px 0px 0px 630px;
		}
		.listproduct
		{
			margin: -20px 0px 0px 0px;
		}
