#simple-main {
  position: relative;
  float: left;
  margin-bottom: 3px;
  font-size: 12px;
  width: 990px;
}

#simple-main img {
  float: left;
  border: 0px solid black;
}




/* simple-menu */

#simple-menu-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 20px;
  background: #fff;
  height: 395px;
  width: 140px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 89;
}

.simple-page-neu #simple-menu-wrap {
  height: 577px;
}

#simple-menu {
  margin-top: 12px;
}

.simple-menu-sub {
  padding-left: 10px;
}

.simple-menu-sub h2,
.simple-menu-sub .ha2 {
  font-size: 10px;
  color: #600030;
  text-transform: uppercase;
  margin-bottom: 4px;
  width: auto;
  font-weight:bold;
}

.simple-menu-sub ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 12px;
}


.simple-menu-sub ul li {
  list-style-type: none;
  line-height: 14.5px;
  width: 100%;
  top: 40%;
}

.simple-menu-sub ul a {
  text-decoration: none;
  color: #000;
  padding-left: 5px;
  font-size: 11px;
  text-decoration: none;
}

.simple-menu-sub a:hover {
  color: #600030;
}



/* simple-promo */

#simple-promo1 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  margin-left: 3px;
  height: 577px;
  width: 236px;
}

#simple-promo1 a img {
  display: block;
  margin-bottom: 3px;
}

.promo-box-horizontal-last {
  margin-right: 0px;
  float: left;
  display: inline;
}


.simple-promo2 {
  float: left;
  margin-top: 3px;
}

.promo-box-horizontal {
  margin-right: 3px;
  float: left;  
}

#simple-promo-horizontal {
  width: 991px;
}


/* promo text on simple page 
 * positioned at top of simple.phtml
 * moved down with position absolute (change in custom css if not correct position)
 * need free space in simple-phtml with simple-promo-text-spacer
*/
.simple-promo-text {
  position: absolute;
  top: 530px;
  width: 990px;
}

.simple-promo-text-spacer {
  height: 140px;
  clear: both;
}

.simple-promo-text .seo-text,
.simple-promo-text .smf-text  {
  float: right;
  width: 621px;
  padding-top: 16px;
  padding-right: 16px;
  line-height: 140%;
}

.simple-seo-promo-text, 
.simple-smf-promo-text{
	float:right;
	width: 650px;
	position: absolute;
	top: 20px;
	left: 250px;
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: alpha(opacity=85);
	opacity: .85;
	border: 1px solid #000;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
}

.simple-promo-text h2 {
  font-weight: bold;
  font-size: 12px;
}

.simple-promo-text .logo {
  padding-left: 45px;
  padding-right: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text_more {
  
}

.text_more a {
  color: black;
  text-decoration: underline;
}

.seo-main-box,
.smf-main-box {
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
	background: #4D4848;
}

.seo-brand-text-box,
.seo-brand-text-box {
	color: #000;
}

.seo-brand-text-box h2,
.smf-brand-text-box h2 {
	color: #000;
	font-size: 12px;
}

.seo-menu-wrap,
.smf-menu-wrap {
	top: 8px !important;
	height: 340px !important;
	left: 18px !important;
}

#link_text {
	cursor: pointer;
}

.smf-text-simple {
	position: absolute;
	top: 141px;
	width: 990px;
	
}

.smf-text-box-small {
  height: 97px;
  overflow: hidden;
}

.category-page-sfm {
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}

.category-page-sfm h2 {
  font-size: 11px;
  padding-bottom: 10px;
}
.category-page-sfm .left {
  padding-right: 10px;
}

.category-page-sfm .center {
  padding-left: 10px;
  padding-right: 10px;
}

.category-page-sfm .right {
  padding-right: 7px;
}

.category-page-sfm a {
  color:#000000;
}

.category-page-sfm a:hover {
  text-decoration: underline;
}


.sfm-column {
  width: 310px; 
  text-align: justify; 
  font-size: 11px;
}
