ThisIsAnIE7Fix{
    clear: both;
    position: relative;
}
A
{
	cursor: pointer;
	}

.BmeMenuLink {
	background-color: #fff;
	margin: 1px 0 0;
	padding: 10px;
	color: #000;
}

.BmeShoppingCartLink {
	background-color: #E7EBF3;
	color: #063482;
	text-align: center;
	border: 1px solid #063482;
	padding: 5px 5px 5px;
}

.BmeLeftSelection {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.BmeSelectionHeader {
	width: 100%;
	cursor: pointer;
}

.BmeGroupsPanel {
	background: white;
	width: 100%;
	font-size: 120%;
	height: 250px;
	overflow: auto;
}

.BmeGroupsPanel A:hover {
	color: #063482;
}

.BmeManufacturersPanel {
	background: white;
	width: 100%;
	font-size: 120%;
	height: 250px;
	overflow: auto;
    margin: 0px;
}

.BmeShoppingCart {
	padding: 0 8px;
	background: #E7EBF3;
	color: black;
}

.BmeShoppingCart H1 {
	font-size: 1.4em;
	color: #063482;
}

#BmeSearchHelp {
	margin-top: 4px;
	background-color: white;
}

#BmeSearchHelp table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 5px;
}

#BmeSearchHelp th,#BmeSearchHelp td {
	text-align: left;
	vertical-align: top;
}

#BmeSearchHelp h3,#BmeSearchHelp p {
	padding: 0 4px;
}

#BmeSearchHelp p {
	font-style: italic;
}

.BmeArticlesPanel {
	font-size: 120%;
}

.BmeArticlesPanel SMALL {
	font-size: 95%;
}

.BmeArticlesPanel INPUT {
	font-size: 95%;
}

.BmeArticlesPanel H1 {
	font-size: 1.4em;
}

.BmeArticlesPanel H2 {
	font-size: 1.2em;
}

.BmeArticlesPanel P {
	line-height: 1.5em;
}

.BmeArticlesPager {
	background: white;
	padding: 10px;
	text-align: center;
}

.BmeArticlesHeadline {
	background: #E7EBF3;
	padding: 10px;
}

.BmeArticleSnippet {
	background: #fff;
	margin: 1px 0 0;
	border: 0px solid green;
}

.BmeArticlePrice {
	float: right;
	width: 90px;
	height: 35px;
	background: url(preis-button.png);
}

.BmeArticlePrice DIV {
	float: right;
	margin: 3px 8px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.BmeArticlePriceDescription {
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #063482;
	font-weight: bold;
}

.BmeArticleDetailBox {
	background: #fff;
	padding: 0px 10px 10px;
	float: left;
	border: 0px solid red;
}

.BmeArticleDetailBox H1 {
	font-size: 1.2em;
	color: #063482;
}

.BmeArticleDescriptionLong {
	padding: 10px;
	background: #E7EBF3;
	position: relative;
}

.BmeArticleImageSmallWrapper {
	margin: 10px 0;
	Xmin-height: 20px;
	border: 0px solid gray;
	text-align: right;
}

.BmeArticleBoxSeperator {
	width: 1px;
	height: 20px;
	background: #063482;
	float: left;
	margin-bottom: 80px;
}

.BmeLoginPanel,.BmeLoginPanel A, .BmeHighlight {
	color: #063482;
	background: #E7EBF3;
}

.BmeLoginPanel,.BmeShoppingCart {
	padding: 5px;
}

.BmeLoginPanel TD,.BmeShoppingCart TD {
	padding: 3px 10px 3px 0;
}


.BmeLegend {
	background: white;
	margin: 1px 0 0;
	padding: 10px;
	line-height: 140%;
}

.BmeInfoText {
	background-color: #eee;
	color: #666;
	text-align: center;
	border: 1px solid #666;
	padding: 2px;
	margin: 0 0 3px;

}

.BmeWarningText {
	background-color: #eee;
	color: #333;
	text-align: center;
	border: 1px solid orange;
	padding: 2px;
	margin: 0 0 3px;

}


.BmeErrorMessage {
	background: white;
	margin: 1px 0 0;
	padding: 10px;
	line-height: 140%;
	color: red;
	font-size: 120%;
}

.BmeLogosPanel DIV {
	text-align: center;
	height: 40px;
	width: 95px;
	padding: 5px;
	border: 0px solid red;
	float: left;
}

.BmeDarkBackground,.BmeLoadingBackground {
	background-color: #063482;
}

.BmeButton {
	text-decoration: none;
	Xdisplay: block;
	Xfloat:left;
	padding: 0.25em 0.5em;
	border: 1px solid #063482;
	color: #063482;
	background: white;
	cursor: pointer;
	white-space: nowrap;
	font-family: Arial;
	font-size: 1em;
}

.BmeButton:hover {
	text-decoration: none;
	color: white;
	background: #063482;
}

.CartTable {
	margin-bottom: 10px;
}

.CartTable td {
	vertical-align: top;
	padding: 0.1em 0.5em;
}

TR.BmeCartSeperator TD{
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #063482;
	height: 10px;
}

.BmeArticlePreview {
	float:left;
	width: 90px;
	height: 35px;
	background: url(preis-button.png);
	display:block;
}


