/*
Layout 4215
Gregor Swatek
23-11-2012

*/

.tp-gutter  { padding: 20px; }
.tp-gutter-content  { padding: 15px; }
.clear      { clear: both; }

/* Elements */
.body {
	text-align:center;
}

#tp-container-wrapper {
	max-width: 800px;
	text-align: left;
	margin:0 auto;
 	text-align: left;
	padding:0px 0px !important;
}

#tp-container {
	width: 100%;
	text-align:left;
	background: transparent;
}

#tp-header {
	background-color: #EE8616;
    left: 0;
    min-height: 34px;
    padding: 9px 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 1px 0px rgba(0,0,0,.4);
}

#tp-main-nav {
	margin-top: 0px;
	overflow:
}
#tp-main-nav:after,
ul.mainNav1:after,
ul.mainNav2:after,
ul.mainNav3:after {
    content: "";
    display: table;
    clear: both;
    *zoom: 1;
}
#tp-sub-nav {
	margin-bottom: 20px;
}
#tp-sub-nav3 {
}

/* emotion header */
#tp-emotionheader{
	overflow: hidden;
	margin-top: 70px;
}
#tp-content {
	background-color: white;
	margin-bottom: 20px;
}

/* Footer */

#tp-footer,
#tp-footer p,
#tp-footer a,
#tp-footer h1,
#tp-footer h2,
#tp-footer h3 { color: white; }

#tp-footer {
	width: 100%;
	padding: 0;
 	background-color: rgb(0,0,0);
 	background-color: rgba(0,0,0,.6);
 	margin-bottom: 50px;
	text-shadow: 0 1px 0 rgb(0,0,0);
}
#tp-footer a,
#tp-footer a:link,
#tp-footer a:visited {
	color: white;
	text-shadow: 0 1px 0 rgb(0,0,0);
}
#tp-footer a:hover,
#tp-footer a:active {
	text-decoration: none;
}

/* ShoppingCart  in the Sidebar*/
div.cc-sidecart-calculation span.cc-sidecart-calculation-price {
  display: inline-block !important;
  margin: 0 5px;
}

div.cc-sidecart-calculation {
  padding: 5px;
  text-align: right !important;
}

#tp-footer div.cc-sidecart-header { margin-top: 0px; }

#tp-footer #cc-sidecart-wrapper {background: white;}
#tp-footer #cc-sidecart { padding: 0px 11px; }
#tp-footer div.cc-sidecart-header { border-top: 11px solid white; }
#tp-footer div.cc-sidecart-footer { border-bottom: 11px solid white; margin-bottom: 0px; }

/* Emotion HEader
*/
/*@media (max-width: 977px) {
	div#emotion-header {
		width: 100% !important;
	}
	div#emotion-header img#emotion-header-img {
		width: 100%  !important;
	}
	strong#emotion-header-title {
		white-space: pre-wrap !important;
	}
}

@media (max-width: 800px) {
	#tp-container-wrapper {
		padding:0 0px !important;
	}
}
@media (max-width: 650px) { 
	#tp-header {
		position: relative !important;
	}
	#tp-emotionheader {
		margin-top: 20px;
	}
}


@media (max-width: 700px) {
	div.cc-shop-product-img { float: none !important; }
	div.cc-shop-product-size-3 div.cc-shop-product-desc,
	div.cc-shop-product-size-2 div.cc-shop-product-desc,
	div.cc-shop-product-size-1 div.cc-shop-product-desc {
		clear: both;
		margin-left: 0px !important;
		padding-top: 20px;
	}
}

@media (max-width: 550px) {
	#tp-container-wrapper .cc-m-hgrid-column {
    	float: none;
    	padding: 20px 0;
    	width: 100% !important;
    }
 	#tp-main-nav { margin-top: 0px !important;}
 	strong#emotion-header-title {
 		position: absolute !important;
 		top: 10% !important;
 		left: 0 !important;
 	}
}
*/

/*  Main Navigation
----------------------------------------------- */
ul.mainNav1 {
	margin: 0 100px 0 20px;
	padding:0;
	text-align: left;
	float: right;
}

ul.mainNav2 {
	margin:0;
	padding:0;
	text-align: left;
}

ul.mainNav3 {
  margin:0;
  text-align: left;
  padding:0;
  background-color: #ff9c31;
}



ul.mainNav1 li,
ul.mainNav2 li,
ul.mainNav3 li {
	display:block;
	margin:0;
	padding:0;
	float: left;
}
ul.mainNav2 li {
	margin-bottom: 5px;
}
ul.mainNav1 li a,
ul.mainNav1 li a:link
ul.mainNav1 li a:visited {
	display:block;
	float:left;
	white-space:nowrap;
	text-decoration:none;
	font-size:16px;
	font-weight: normal;
	margin:0 0 0 20px;
	text-align: center;
	line-height: 2em;
 	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

ul.mainNav2 li a, ul.mainNav2 li a:visited {
	display:block;
	float: left;
	white-space:nowrap;
	text-decoration:none;
	margin:0;
	background: #EE8616;
	font-size: 16px;
	margin-right: 5px;
}

ul.mainNav2 li:last-child a { border:0px; }

ul.mainNav2 li a, ul.mainNav2 li a:visited { padding: 9px  18px; }

ul.mainNav2 ul.mainNav3 { display: none; }

ul.mainNav3 li {
	margin: 5px 0;
}
/* 3. ebene */
ul.mainNav3 li a, ul.mainNav3 li a:visited {
	display:block;
	float: left;
	white-space:nowrap;
	text-decoration:none;
	margin:0;
	font-size: 90%;
	border-right: 1px solid rgba(0,0,0,.5);
 	padding: 0px 10px;
}
ul.mainNav3 li:last-child a, ul.mainNav3 li:last-child a:visited {
	border-right: none !important;
}

/* HOVER and CURRENT*/
ul.mainNav1 li a:hover { text-decoration: underline; }

ul.mainNav1 li a.parent,  ul.mainNav1 li a.parent:visited,
ul.mainNav1 li a.current, ul.mainNav1 li a.current:visited { text-decoration: underline; }

ul.mainNav2 li a:hover,
ul.mainNav3 li a:hover { text-decoration: underline; }

ul.mainNav2 li a.current, ul.mainNav2 li a.current:visited,
ul.mainNav3 li a.current, ul.mainNav3 li a.current:visited { text-decoration: underline; }