
/*
// -------------------------------------------------------------------------------------------------------------------------------
// MAIN
// -------------------------------------------------------------------------------------------------------------------------------
*/

/* Background image */
	.mainContainer {
		background:#FFFFFF url(http://media.redcatsnordic.com/ellos/images/test_mapp/zarahome/bg_kids.jpg) no-repeat scroll 0 0;
		color:#4E3532;
	}

/* Delete borders */
	.pageNavigationContainer {
		border-right:0px;
	}
	
	.mainContentContainer {
		border-left:0px;
	}


/* Category tree */
	
	/* links */		
	
		.treeNavigation li {
			list-style-image:none;
		}	

		.treeNavigation ul .selected a {
			font-weight:bold;
			color:#3D3D3D;
		}

		.treeNavigation ul .selected ul li a  {
			font-weight:normal;
			font-variant:normal;
			color:#626262;			
		}	

		.treeNavigation li li {
			background-image:none;
			padding-left:10px;
		}
						
		.treeNavigation li a {
			color:#626262;
			font-size:13px;
			font-variant:small-caps;
			line-height:20px;
			letter-spacing:0;
		}
		
		.treeNavigation {
			margin-top:45px;
		}
		
		a {
			color:#4E3532;
		}
				
		.treeNavigation li {
			margin-left:23px;
		}
		
		.treeNavigation .selected {
			list-style-image:none;
		}		

		.treeNavigation .selected a {
			font-weight:bold;
			color:#3D3D3D;
		}	

	/* divider */	
		.treeNavigation .divider {
			background-color:#C4C4C4;
		}		
		
	/* logo */	
		.pageHeaderContainer {
			display:block;
		}
		
		.pageHeaderTitle {
			display:none;
		}
		
	/* Category image link */
		.splash_container{
			position:relative;	
		}
		
		.treeNavigation_img_link {
			left:-168px;
			position:absolute;
			top:266px;
			width:143px;
			height:49px;
		}
		
		/* Specific for listpage */
			.productListPage .splashBlock .treeNavigation_img_link {
				left:-180px;
				top:208px;
			}
		
		.splash_top{
			overflow:visible;
			padding-top:58px;	
		}
		
	/* MP3 player */
	
		#mp3_container{
			position:absolute;
			top:0px;
			right:0px;
			width:384px;
			height:39px;	
		}


/*
// -------------------------------------------------------------------------------------------------------------------------------
// LANDINGPAGE
// -------------------------------------------------------------------------------------------------------------------------------
*/

/* Main image */
	.main_image{
		width:745px;
		height:366px;
		margin:0 0 11px 11px;
		position:relative;		
	}

	.spot_A{
		width:258px;
		height:127px;
		margin:0 11px 11px 11px;
		float:left;
		display:inline;
	}
	
	.spot_B{
		width:258px;
		height:127px;
		float:left;
		margin-right:11px;
	}	

	.spot_C{
		width:207px;
		height:127px;
		float:left;
	}
	
	#lineup{
		width:745px;
		height:136px;
		margin:0px 11px 11px 11px;
		float:left;
	}		

	/* IE7 */
	*:first-child+html #lineup{
		padding-bottom:11px;
	}

	#lineup EMBED, #lineup OBJECT{
		margin:0px;
	}	


	.main_image .quality_tab{
		width:195px;
		height:46px;
		position:absolute;
		bottom:0px;
		left:0px;	
	}	
	
	.main_image #quality_information{
		width:745px;
		height:366px;
		position:absolute;
		top:0px;
		left:0px;
	}
	


/*
// -------------------------------------------------------------------------------------------------------------------------------
// LISTPAGE
// -------------------------------------------------------------------------------------------------------------------------------
*/

/* IE7 / 6 Hide overflow */
	*:first-child+html .productListPage {
		overflow:hidden;
	}


/* Splash block */
	.productListPage .splashBlock {
		background-color:none;
		margin-top:58px;
		position:relative;
	}
	
	/* IE6 */
		* html .productListPage .splashBlock {
			width:745px;
			margin-right:9px;
		}
		


/* Filtering / Navigation */

	.filterArea {
		background-color:#ded6cc;
	}	

	.productListPage .productListHeaderArea {
		background-color:#ded6cc;
		color:#4E3532;
		margin:0 8px 0 13px;
	}
	
	.productListPage .productListToolbar {
		background-color:#ded6cc;
		color:#4E3532;
		margin:0 8px 10px 13px;	
	}

	.productListPage .bottomPage {
		background-color:transparent;
	}
	
	.productListPage .breadCrumb {
		color:#4E3532;
	}
	
	/* IE6 */
		* html .productListPage .breadCrumb {
			padding:11px 0;
			margin:0 11px;
		}	
	
/* Product list */
	
	.productColumnContainer .column {
		border:1px solid #e5dad1;
		margin-left:13px;	
	}
	
	
	
	.productListPage .productListToolbar .contentWrapper {
		margin:0 11px 0 16px;
	}
	

/*
// -------------------------------------------------------------------------------------------------------------------------------
// PRODUCT DETAILPAGE
// -------------------------------------------------------------------------------------------------------------------------------
*/	
	
	.socialContainer {
		display:none;
	}	

	.mainContentContainer {
		/*margin-top:58px!important;*/
	}
	
	.productListNavControl {
		background-image:none;
	}
	
	.productDetailContainer,
	.content, .productDetailPage .controlsContainer,
	.mast_container {
		background-color:transparent;
	}
	
	.rightColumnContainer {
		border-left:none;
		margin-left:0;
		width:192px;
	}
	
	.leftColumnContainer {
		border-right:1px solid #C4C4C4;						
	}
