/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
    font-size: 69%;
	font-family: arial, verdana;
	background:none; 
    background-color: #FFFFFF;
}

.hidden{
	display: none; 
}

#header {
	display:none;
}

#headerShoppingCart img{
	margin-right:10px;
}

#headerShoppingCart select{
	font-size: 100%;
	width: 120px;
	margin-right:10px;
	color:#ccc;
}

#headerShoppingCart input{
	font-size: 100%;
	width: 120px;
	color:#ccc;
}

#headerShoppingCart a {
	margin-left:5px;
}
#headerShoppingCart .spacing{
	margin-left:3px;
}

#headerShoppingCart .closeButton{
 display:none;
}

#flashBanner, #largeFlashBanner {
	display:none;
}

#contentColumn_1, #breadcrumbs, #searchEntry, #searchResult, #accessorie_email, #collumn1 {
	display:none;
}

/*
** sidebar
*/

#sidebar{
	display:none;
}

#shoppingCart{
	display:none;
}


#quicklinks{
	display:none;
}

/*
** footer
*/

#footer {
	display:none;
}


/*
** styled buttons by sliding doors technique
*/
button { 
    display:none;
}

button span { 
    display:none;
}

/*grey buttons*/
button.submitBtn { 
    display:none;
}

button.submitBtn span { 
    display:none;
}


/*
** shoppingCart
*/

#shoppingCartPopup #wrapper {
    position:relative;
	left: 50px;
/*	margin-left:-100px;*/
	width: 600px;
	top: 68px;
	background-color:#FFFFFF;
}

#content {
    background-image:url(/268/en/Images/89855.jpg);
	background-repeat:repeat-x;
/*	border-left:#d9d9d9 1px solid;
	border-right:#d9d9d9 1px solid;
	border-top:#d9d9d9 1px solid;*/
}

#shoppingCartPopup #content {
    padding:0 5px 0 5px;	
	overflow: visible !important;
}

#shoppingCartPopup h2 {
	margin:5px; 0 0 0;
	padding: 0 0 10px 20px;
	background:url(/268/en/Images/89877.gif) no-repeat;
}

#shoppingCartPopup input, #shoppingCartPopup textarea {
    font-size: 100%;
	width: 250px;
	font-family: arial, verdana;	
}

#searchResult #accessorie, #content #accessorie{
	margin: 5px;
	background-color:#ffffff;
	border:#e7e7e7 1px solid;
}

.carModel{
	float: none;
	margin: 0 0 0 80px;
}

.keepstructure{
	visibility: collapse;
}

/*
** hacks
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
** profile
*/
#profile h3{
	margin-left:15px;
}

#profile p{
	margin-left:15px;
	margin-bottom: 15px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */