/*------------------------------ Layout ------------------------------*/
#wrapper {
	background: #fff;
}

.outer {
	margin: 2.4em 0 0 57.7em;
	width: 37.7em;
	padding-bottom: 0;
}

.float-wrap {
	width: 18.3em;	
}

.center {
	width: 17em;
	margin: 0 1.3em 0 0;
	padding: 0;
}

.left {
	width: 54em;
	margin-left: -55.5em;
	padding: 0;
}

.container-left {
	padding-bottom: 110px;
}

.right {
	width: 17em;
	margin-right: 0em;
	margin-left: 0;   /*** Static fix ***/
	padding: 0;
}

/* \*/
* html .right {
	margin-left: 0;
	mar\gin-right: -17em;
}
/* */


.container-right { 
	/* \*//*width: 170px; Hidden from IE-Mac */   /*** Critical right col dimension value***/
	margin-top: 0;/*0px*/
	margin-left: 0px;    /*** 19px Critical right divider dimension value ***/
	padding-bottom: 110px;   /*** 110px To keep content from going underneath the AP bottom boxes ***/
}

div#content {
	padding: 0;
	margin: 0;
}


/*------------------------------ Columns ------------------------------*/
.right div.exklusiv {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.right div.start_col, 
div.start_col {
	border: 0 none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.3em;
}

div.start_col.news {
	border: 0 none;
}

div.start_col.newsletter {
  border-color: #eee;
}

div.start_col.followUs {
  border-color: #ddd;
}

div.start_col.followUs div.content {
  padding: 0.5em 0 1em 1em;
  width: 16em;
}

.followUs-Link {
  display: block;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.followUs-Link_Facebook {
  background: url('../img/layout/icon_facebook.png') left center no-repeat;
  padding-left: 1.6em;
}

div.start_col.newsletter div.content {
	width: 16em;
	padding: 1.2em 0 2em 0.5em;
	background: url('../img/layout/thumb_newsletter_start.jpg') top right no-repeat;
}

div.start_col.newsletter div.content p {
	font-size: 1.2em;
	color: #333;
}

div.start_col.newsletter div.content p.overline {
	font-size: 1em;
}

div.start_col.newsletter div.content a {
	text-decoration: underline;
}

div.start_col.newsletter div.content a.headline {
	display: block;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 2em;
}


h2.start_col {
	font-size: 1.1em;
	color: #fff;
	margin: 0;
	padding: 0.8em 1em;
	text-align: left;
}

h2.start_col.exklusiv {
	background: #000 url('/img/layout/dev/bg_column_start_exclusive.gif') left top repeat-x;
}

h2.start_col.shop {
	background: #69c;
}

h2.start_col.news {
	background: #eee;
	color: #333;
}

h2.start_col.newsletter, 
h2.start_col.followUs {
	background: #eee;
	color: #333;
}

div.start_col.exklusiv span.arrow {
	display: block;
	height: 1em;
	background: url('/img/layout/dev/arrow_column_start_exclusive.gif') 1.2em 0 no-repeat;
}

div.start_col.shop span.arrow {
	display: block;
	height: 1em;
	background: url('/img/layout/dev/arrow_column_start_shop.gif') 1.2em 0 no-repeat;
}

div.start_col.news span.arrow, 
div.start_col.newsletter span.arrow , 
div.start_col.followUs span.arrow {
	display: block;
	height: 1em;
	background: url('/img/layout/dev/arrow_column_start_news.gif') 1.2em 0 no-repeat;
}


div.start_col div.article {
	margin: 1em;
	padding: 1em 1.5em;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

div.start_col div.article .img {
	padding: 1.5em 0;
}

div.start_col div.article .name {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #333;
}

div.start_col.exklusiv div.article .name {
	margin-top: 1em;
}

/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft {
	float: left;
	margin-right:
	10px;
}

.floatRight {
	float: right;
}

a {
	outline: none;
}


/*
	TYPOGRAPHY
*/
ul {
	list-style: square inside;
}
a, a:visited {
	color: #729dff;
	text-decoration: none;
}

blockquote {
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px; 
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}

/* SLIDER
------------------------------------------------------------------------------*/
.slider-wrap {
	width: 54em;
	position: absolute;
	top: 0;
	left: 0;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 1.5em 0 3em;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 54em;
	height: 33.75em;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 33.75em;
	position: relative;
	width: 54em;
	overflow: hidden;
	background-color: #ddd;
}

.stripViewer .panelContainer .panel .wrapper {
	margin: 2em 2em 1em 2em;
	height: 25em;
	padding: 2em;
	background: #fff;
	border: 3px solid #fff;/*1px solid #999;*/
	overflow: hidden;
	box-shadow: 4px 4px 4px #999;
	border-radius: 4px;
}

.stripViewer .panelContainer .panel .wrapper div.hersteller {
	float: right;
}

.stripViewer .panelContainer .panel .wrapper div.img {
	float: left;
	margin-right: 3em;
}

.stripViewer .panelContainer .panel .wrapper.promotion,
.stripViewer .panelContainer .panel .wrapper.produktInfo, 
.stripViewer .panelContainer .panel .wrapper.info {
	padding: 0;
	height: 29em;
}

/*.stripViewer .panelContainer .panel .wrapper.info {
	background-color: #ffc;
	border-color: #c96;
}*/

.stripViewer .panelContainer .panel .wrapper h2 {
	font-size: 3em;
	color: #729DFF;
	margin: -0.25em 0 0.75em 0;
	padding: 0;
}

.stripViewer .panelContainer .panel .wrapper h2 a {
	color: ##729DFF;
}

.stripViewer .panelContainer .panel .wrapper ul {
	list-style: url(/img/contentSlider/start_contentSlider_info_li.gif) outside;
}

.stripViewer .panelContainer .panel .wrapper.info ul li {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

/* no-slider
------------------------------------------------------------------------------*/
.stripViewer--no-slider, 
.stripViewer--no-slider .panelContainer .panel, 
.stripViewer--no-slider .panelContainer .panel .wrapper {
	height: auto;
}

.stripViewer--no-slider .panelContainer .panel .wrapper {
	margin-bottom: 2em;
}

.stripViewer--no-slider p {
	font-size: 1.6em;
}

.stripViewer--no-slider p + p {
	margin-top: 1em;
}


.stripNavL, .stripNavR, .stripNav {
	display: none;
}

.nav-thumb {
	/*border: 1px solid black;
	margin-right: 5px;*/
}

#movers-row {
	margin: -1em 0 0 10.8em;
}

#movers-row div {
	width: 10.8em;
	float: left;
}

#movers-row div a.cross-link {
	float: right;
}

.photo-meta-data {
	display: none;
	background: url(/img/contentSlider/transpBlack.png);
	padding: 1em;
	height: 1.6em; 
	margin: 9.65em -2em 0 -2em;
	position: relative;
	z-index: 9999;
	color: white;
	text-align: right;
}

.photo-meta-data a {
	font-size: 1.3em;
	color: #fff;
}

a.cross-link {
	display: block;
	position: relative;
	width: 10.8em;
	height: 1.6em;
	/*
	margin-top: -14px;
	padding-top: 15px;
	*/
	margin-top: -1.4em;
	padding-top: 8px;
	color: #fff;
	text-align: center;
	z-index: 9999;
	/*border-top: 2px solid #fff;*/
	background-color: #ddd;
}

a.cross-link span {
	display: block;
	font-size: 1.1em;
	background-color: #333;
	padding: 0.75em 0;
}

a.cross-link.active-thumb span {
	background-color: #c00;
	font-weight: bold;
}

a.active-thumb {
	/*border-top: 2px solid #f00;*/
	background: #ddd url(/img/contentSlider/icon-uparrowsmallred.png) center top no-repeat;
}

.slider-freitext {
	padding: 2em;
}

.slider-freitext p {
	margin-top: 0.5em;
}

.slider-freitext a {
	text-decoration: underline;
}

.box-info {
	padding: 2.5em 3em 3em 3em;
	position: relative;
	top: 38em;
	background-color: #c00;
	border-radius: 1em;
}

.box-info p {
	font-size: 1.3em;
	line-height: 1.4;
	color: #fff;
	/*text-align: center;*/
}

.box-info strong {
	font-size: 1.5em;
	display: block;
	margin: 0.5em 0;
}