/**
*
* shop.css
*
***************************************/
body {
		margin:0;
		background-color:#766259;
		padding-bottom:0;
}

h3 {
font-size: 14px;
}

.price {
color: #000;
}

#main {
		margin-bottom:0;
		padding-bottom:0;
		margin-left: 2px;
}
#userEnable,
#userDisable,
#userLogout,
#userLogin {
		display:none;
}
#menu {
		display:none;
}
#headerUserInformation #userChart,
#headerUserInformation ul.right li {
		border:0;
}

* html #headerUserInformation #userChart {
		margin-left:19em; /* fix for ie 6 */
}

#headerUserInformation ul.left {
	text-align:right;
	width:550px !important;
	float:left;
}
#headerUserInformation ul.left li#userChart {
	float:right;
}
#headerUserInformation ul.right {
	width:50px;
}
/*
.classicCompact form {
		height:22.5em;
}
*/
.classicCompact form fieldset div.articleDesc {
		height:3.2em;
}
.classicCompact.with-favorites form fieldset div[class="articleDesc"] {
		height:6.5em; /* fix for mozilla & opera */
}
*+html .classicCompact.with-favorites form fieldset div[class="articleDesc"] {
		height:4em; /* fix for ie 7 */
}
ul.detailMenuPath {
		display:none;
}
#barLeft,
#barRight {
		display:none;
}
#menuFooter {
		margin-bottom:0;
}
.checkoutStepsTop .left .button, .checkoutStepsBottom .left .button {
		display:none;
}
#orderNew .button, #orderNew .shopLogo {
		display:none;
}

#frmFilter {
display:none;
}

.mvc #index.classicCompact fieldset h3.small-gap-down {
	margin-bottom: 4px;
	height:18px;
	width:197px;
	overflow:hidden;
}




.mvc #help {
background-color: #F5F2E9;
margin: 0 35px;
}
