/********************************************
*
* Best-Carp Layout
*
********************************************/

body {
	font-size:0.795em;
	width: 800px;
	min-width: 800px;
	margin:0 auto 0 auto;
	padding:0;
}

/********************************************
*
* main content
*
********************************************/

#main {
	float:left;
	margin:0 0 1em 0;
	width:800px;
	min-width: 800px;
	height:auto;
	overflow:hidden;
}
*+html #main {
	width:800px;
}
* html #main {
	width:800px !important;
}

/* ~~~~ one Element ~~~~ */

	body.oneElement.mvc
	{
		width:820px !important;
		/* width:
			600 = 820px
			650 = 890px
			660 = 900px
			828 = 1130px
		*/
	}

	* html body.oneElement
	{
		width:820px !important;
	}

	body.oneElement.mvc #main
	{
		width:800px;
	}

	body.noElements.mvc
	{
		width:800px;
	}

/********************************************
*
* new checkout (see checkout.css)
*
********************************************/

.checkout-login .section
{
	width:800px;
}

/********************************************
*
* footer
*
********************************************/

#menuFooter {
	clear:both;
	float:left;
	width:800px;
	min-width: 800px;
	margin:1em 0 0 0;
}

/* IE6 checkout bug - IE6 hanging end */

dl.shipping-costs {
	float:left;
	width:800px;
	font-size:12px;
}

/* zweizeiligen Text */

.mvc #index.classicCompact fieldset h5
{
	padding:3px 0 3px 3px;
                     height:28px;
}

/* Artikelbezeichnung nicht durchgestrichen */

.mvc #index.classicCompact fieldset h3.small-gap-down {
	margin-bottom: 4px;
	height:35px;
	width:197px;
	overflow:hidden;
}
