/******
Content
******/

#middle h3 {
	border-bottom: 1px dotted #DFE0E2;
	margin: 20px 0px 10px;
}

#middle ul {
	margin: 10px 20px 10px 20px;
}

#middle ul li {
	margin: 5px 0px;
}

#start-image {
background:url("../images/start2.jpg") no-repeat scroll left top transparent;
height:586px;
margin-bottom:10px;
width:601px;
}

h1.start {
font-size:200%;
margin-bottom:0px;
margin-top:0;
text-align:center;
letter-spacing: 0px;
}

#overview-box {
	width: 295px;
	height: 200px;
	float: left;
}

#overview-box a {
	display: block;
	background:transparent url(../images/blank.gif) no-repeat 0 0;
	width:295px;
	height:200px;
	text-indent:-9999px;
	margin-right: 9px;
}

#start-box {
	width: 295px;
	height: 200px;
	background: url(../images/start_box.png);
	float: right;
}

#start-box ul {
	list-style: none;
	margin: 20px 10px;
}

#start-box ul li {
	background: url(../images/tick.png) no-repeat 0px 12px;
	padding-left: 25px;
}

#start-box ul li a {
	font-size: 130%;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
}

#service-bar {
	/*display: none;*/
	height: 74px;
	margin: 20px 0px 10px;
}

#service-bar-1 {
	background: url(../images/service-bar.png) no-repeat -4px 0px;
}

#service-bar-2 {
	background: url(../images/service-bar.png) no-repeat -170px 0px;
}

#service-bar-3 {
	background: url(../images/service-bar.png) no-repeat -340px 0px;
}

#service-bar a {
	text-decoration: none;
	float: left;
	width: 120px;
}

#service-bar span.big {
	color: #32497F !important;
	font-size: 150%;
}

#service-bar ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#service-bar ul li {
	float: left;
	width: 196px;
	margin-left: 0px;
	padding-left: 0px;
}

#service-bar ul li div {
	float: left;
	width: 50px;
	height: 50px;
}

dl {
	margin-bottom: 10px;
}

dl dt {
	float: left;
	width: 100px;
	font-weight: bold;
}

dl dd, dl dt {
	padding: 5px 0px;
	display: block;
}

dl dd {
	margin-left: 100px;
}

ul.rating li, ul.rating label, ul.rating input {
	float: left;
	clear: none;
}

ul.rating input {
	margin: 4px 2px !important;
}

span.price {
}

#middle p {
	text-align: justify;
}

#middle p a {
	text-decoration: underline;
}

div.category {
	height: 132px;
	padding: 20px;
}

div.category h1 {
	float: right;
	margin-bottom: 10px;
}

div.category p {
	clear: both;
	width: 360px;
	float: right;
	line-height: 130%;
	text-align: justify;
	margin: 0px 0px 10px !important;
}

div.product-list, #also-purchased-products {
	width: 641px;
	margin-right: -20px;
}

div.product-box {
	float:left;
	width: 185px;
	height: 280px;
	margin: 15px 20px 15px 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.product-box a {
	text-decoration:none;
	display:block;
	color: #868686;
	font-weight: normal !important;
}


div.product-box img {
	display: block;
	width: 185px;
	height: 165px;
	margin-top: 6px;
}

div.product-box a.products-name {
	background: #f5f7fc;
	padding: 7px;
	margin-bottom: 7px;
}

div.product-box:hover {
}

div.box {
	margin-bottom: 10px;
	padding: 10px 20px;
}

div.box a {
	text-decoration: none;
}

.box h2 {
	font-size:120%;
	font-size: 125%;
	font-weight: bold;
}

.box h3 {
	font-size:12px;
	color:#6a707e;
}

.box .picture {
	width: 110px;
	border:1px solid #e1e2e4;
	background:#FFFFFF;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}

.box label {
}

.box ul {
	list-style-type:none;
}

ul li a {
	text-decoration:none;
}


ul.linklist {
	list-style-type: none;
}

ul.linklist li {
	margin-bottom: 7px;
}

ul.linklist li a {
	display: block;
	text-decoration:none;
	padding:2px 10px 2px 20px;
	background: url(../images/arrow.png) no-repeat 3px 3px;
}

ul.linklist li a:hover {
}

/*
Buttons
*/

div.button-red {
	background:transparent url(../images/button-left.png) no-repeat;
	padding-left: 7px;
	display: inline-block;
	margin: 5px 0px;
	height: 29px;
}

div.button-red input {
	background:transparent url(../images/button-right.png) no-repeat right;
	padding:3px 10px 5px 1px;
	height: 29px;
	margin: 0px;
	color:#FFF;
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica;
	cursor: pointer;
	border: none;
	width:auto;
	overflow:visible;
}

input.button-red:hover {
	text-decoration: none;
	border: none;
}

a.button-red {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	background:transparent url(../images/button-left.png) no-repeat;
	padding-left: 7px;
	text-decoration:none;
	margin: 5px 0px;
}

a.button-red span {
	color:#FFF;
	background:transparent url(../images/button-right.png) no-repeat right;
	display: inline-block;
	line-height: 29px;
	padding-right: 10px;
	padding-left: 3px;
}

a.button-red:hover {
	text-decoration: none;
}

div.product-box-white {
	border: 1px solid #DFE0E2;
	text-align: center;
	padding: 5px;
	background: #F1F2F4;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.product-box-white img {
	border: none;
}

div.product-box-white a {
	padding-right: 5px;
}

div.product-box-white h3 {
	clear: both;
	display: block;
	padding: 0px;
}

h3 {
	padding: 3px 0px;
	font-size:110%;
	clear: both;
}

h2 {
	font-size: 120%;
	margin: 0px 0px 10px;
	clear: both;
}

h1 {
	clear:both;
	font-size: 210%;
	letter-spacing: -1.2px;
	font-weight: normal;
	margin-bottom: 15px;
}


h1.detach {
	position: absolute;
	top: 400px;
	font-size: 130%;
	border-bottom: 3px solid;
	letter-spacing: 0px;
	width: 600px;
	margin: 0px -20px;
}

div.category-box {
	margin-top: 40px;
	float: left;
	margin-right: 15px;
}

div.category-box a {
	line-height: 25px;
}

div.category-box span {
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
}

div.category-box:last-child:after {
	content:"";
	margin-left: 0px;
}

h1.category {
  border-bottom: 3px solid;
}

h2.product {
  color: #32497f;
  font-size: 150%;
}

h3.product {
  color: #32497f !important;
  font-size: 120%;
  font-variant: normal;
  border:none !important;
  margin:10px 0 10px !important;
}

h4.product {
  color: #E78B0C;
  font-size: 120%;
  font-variant: normal;
  padding-top: 20px;
}

h2.product-programm {
	font-size: 130%;
	border-bottom: 3px solid;
	letter-spacing: 0px;
	width: 600px;
	color: #32497F;
	margin-top: 20px;
}

table.product-programm {
  width: 100%;
  color: #32497F;
  font-size: 120%;
  margin-top:10px;
  text-align: center;
}

table.product-programm td{
border: none;
width: 100px;
}

table.product-programm td.alt{
color: #E78B0C;
font-size: 200%;
background-color: #FFF;
font-weight: bold;
vertical-align: middle;
width: 20px;
}



h1.category-2, h2.category-2 {
  /*normales Haar*/
  border-bottom-color: #00aece;
}

div.category-2 {
  background-color: #00aece;
}

h1.category-28, h2.category-28 {
  /*Fettiges Haar*/
  border-bottom-color: #00a994;
}

div.category-28 {
  /*Fettiges Haar*/
  background-color: #00a994;
}

h1.category-34, h2.category-34 {
  /*Feines Haar*/
  border-bottom-color: #f575c9;
}

div.category-34 {
  /*Feines Haar*/
  background-color: #f575c9;
}

h1.category-45, h2.category-45 {
  /*Trockenes Haar*/
  border-bottom-color: #ff9f00;
}

div.category-45 {
  /*Trockenes Haar*/
  background-color: #ff9f00;
}

h1.category-78, h2.category-78 {
  /*Coloriertes Haar*/
  border-bottom-color: #e78b0c;
}

div.category-78 {
  /*Coloriertes Haar*/
  background-color: #e78b0c;
}

h1.category-94, h2.category-94 {
  /*Haarausfall*/
  border-bottom-color: #ea0437;
}
div.category-94 {
  /*Haarausfall*/
  background-color: #ea0437;
}

h1.category-111, h2.category-111 {
  /*Glätten und Stylen*/
  border-bottom-color: #0759a4;
}

div.category-111 {
  /*Glätten und Stylen*/
  background-color: #0759a4;
}

h1.category-119, h2.category-119 {
  /*Nahrungsergänzung*/
  border-bottom-color: #e8332c;
}

div.category-119 {
  /*Nahrungsergänzung*/
  background-color: #e8332c;
}

h1.category-126 {
  /*Sonnenpflege*/
  border-bottom-color: #f67c31;
}

h2.category-126 {
  /*Sonnenpflege*/
  color: #f67c31;
}

h1.category-21, h2.category-21 {
  /*Schuppen*/
  border-bottom-color: #a24cc8;
}

div.category-21 {
  /*Schuppen*/
  background-color: #a24cc8;
}

h1.alt {
	margin-top: 0px !important;
	background: url(../images/box-heading-bg.png) !important;
}

.smaller {
font-size: 90% !important;
}

#wrap-popup h1 {
	color: #565656;
}

#start-image h1 {
	background: none !important;
	margin: 0px !important;
}

div.hr, hr {
	border-top: 1px solid #DFE0E2;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 10px 0px !important;
	margin: 0px;
	display: block;
	height: 1px;
}

div.dotted {
	border-top: 1px dotted #DFE0E2;
	margin: 5px 0px;
}

table th {
	height: 30px;
	color: #000;
	vertical-align: middle !important;
}

table td, table th {
	border-bottom:1px solid #DFE0E2;
	padding:5px;
	vertical-align: top;
}

table tr td.price {
	white-space: nowrap; 
	font-weight: bold;
}

table th.alt, table td.alt, table tr.alt {
	background:#F1F2F4;
}

#middle ul.buttons {
	padding: 0px;
	margin: 0px;
}

ul.buttons li {
	float: left;
	display: block;
	width: 33%;
	text-align: center;
}

ul.buttons li:first-child {
	width: 34%;
}

ul.buttons li:first-child * {
	float: left;
}

ul.buttons li:last-child * {
	float: right;
}

div.checkout-bar {
}

div.checkout-bar a, div.checkout-bar a:hover {
	color: #FFF;
	text-decoration: none;
}

div.checkout-bar ul {
	position: relative;
	left: 50%;
	margin: 0px !important;
	padding:0;
	float: left;
}

div.checkout-bar ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
	right: 50%;
	background: url(../images/checkout-bar-bg.png);
	line-height: 47px;
	height: 57px;
}

div.checkout-bar ul li:first-child {
	background: url(../images/checkout-bar-left.png) no-repeat left top;
	padding-left: 20px;
}

div.checkout-bar ul li:last-child {
	background: url(../images/checkout-bar-right.png) no-repeat right top;
}

div.checkout-bar ul li:last-child span {
	padding: 0px 20px 0px 0px;
}

div.checkout-bar ul li span {
	font-family: "Trebuchet MS", Helvetica;
	display: block;
	color:#4c5260;
	font-size: 110%;
	padding: 0px 18px;
	background: url(../images/top-nav-sep.png) no-repeat top left;
}

div.checkout-bar ul li span a {
	display: block;
	color: #4c5260;
}

div.checkout-bar ul li span.selected {
	background: url(../images/top-nav-hover.png) repeat-x;
	color: #FFF;
}
/*************
Forms
**************/

fieldset {
	padding: 10px;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px 5px;
	width: 268px;
	float: left;
}

fieldset.fullsize {
	margin: 0px;
	width: 96%;
}

fieldset legend {
	font-weight: bold;
	font-size: 130%;
	color: #cdcdcd;
}


label {
	color: #818898;
	display: block;
	margin-bottom: 3px;
}

fieldset label {
	clear: both;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}

select, input {
	padding: 3px;
	font-size: 90%;
	border: 1px solid #cecece;
	background: #f6f6f6;
}

input {
	height: 17px;
}

input[type=text], input[type=password] {
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
	

.box input {
	margin-bottom: 5px !important;
	width: 191px;
}

.box div.button-red {
}

textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #DFE0E2;
}

fieldset input, fieldset select {
	width: 260px;
}

fieldset input.input-radio, fieldset input.input-checkbox, fieldset input.input-radio:hover, fieldset input.input-checkbox:hover {
	width: auto;
	margin: 0px 3px 0px 0px;
	border: none;
	padding: 0px;
}

fieldset input:hover, fieldset textarea:hover {
	border: 1px solid #c0c0c0;
}

fieldset div.button-red input:hover {
	border: none;
}

fieldset ul {
	list-style: none;
}

fieldset span.error {
	clear: both;
	display: block;
	color: #990000;
}

fieldset input.error {
	border: 1px solid #990000;
	background: #e7b8b8;
}

fieldset h3 {
	margin-top: 0px !important;
	margin-bottom: 10px;
}

input.search {
}

fieldset div.dob input {
	width: auto;
}

fieldset div.cc-select select {
	width: auto;
}

/******
Products
******/

table.gallery tr, table.gallery td {
	border: none;
	padding: 0px;
}

#image_resize_wrapper {
	border-bottom: 1px solid #DFE0E2;
	height: 300px;
	width: 300px;
	padding: 5px;
}

table.gallery td.products-description {
	background-color:#FFFFFF;
	vertical-align:top;
	border-left: 1px solid #DFE0E2;
	padding: 0px 0px 0px 20px;
}

td.products-description h2 {
	font-size:120%;
	font-weight: bold;
	margin:0;
	padding:15px 0;
	color: #3D4350;
}

td.products-description label {
  display: inline;
}

td.products-description ul.attributes {
	margin: 10px 0px !important;
	padding: 0px !important;
}

td.products-description li {
}

td.products-description ul.attributes {
	margin:10px 0;
	padding:0;
	font-weight:bold;
}

table.gallery {
	font-size: 95%;
	margin-bottom: 10px;
}

table.gallery td.thumbnails {
	width: 310px;
	height:90px;
	border-bottom:1px solid #DFE0E2;
	text-align: center;
}

td.thumbnails div {
	margin: auto;
}

.thumbnails img {
	border:solid 1px #DFE0E2;
	float:left;
	margin:5px;
	padding:0;
}

div.price {
	font-size: 140%;
	font-weight: bold;
}

span.big {
	font-size:120%;
}

blockquote {
	margin: 0px 0px 10px 20px;
	
}

div.warning, div.hint, div.error, div.success, div.highlight {
	padding: 10px;
	font-weight: bold;
	margin: 10px 0px;
	clear: both;
}

div.warning, div.highlight {
	background: #e1cf53;
	border-top: 3px solid #b0a244;
	border-bottom: 3px solid #b0a244;
}

div.hint {
	background: #f1f2f4;
	border-top: 3px solid #dfe0e2;
	border-bottom: 3px solid #dfe0e2;
}

div.error {
	background: #e7b8b8;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
}

div.success {
	background: #b1f3a9;
	border-top: 3px solid #73c668;
	border-bottom: 3px solid #73c668;
}

.no-border * {
	border: none;
}

/******
 pagination
******/


div.paging-info {
	float: left;
	padding: 15px 5px 10px;
}

div.paging-links {
	float: right;
	padding: 15px 5px 10px;
}

div.paging-links ul {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}

div.paging-links ul li {
	float: left;
	background:transparent url(../images/button-right.png) no-repeat right;
	margin: 0px 0.7px !important;
}

div.paging-links li a {
	display: block;
	padding: 0px 7px;
	line-height: 29px;
	cursor: pointer;
	color: #FFF;
	background:transparent url(../images/button-left.png) no-repeat;
	text-decoration: none;
}

div.paging-links ul li.current {
	padding: 0px 6px;
	line-height: 27px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background: none;
	border: 1px solid #7281a7;
	font-weight: bold;
}

div.shipping-box {
border:1px solid #DFE0E2;
height:105px;
overflow:auto;
}

div.product-info-box {
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
float:left;
margin:5px 20px 15px 0;
padding:5px 15px 5px 15px;
color: #FFF;
font-size: 130%;
min-width: 280px;
max-width: 500px;;
}

div.product-info-box ul {
list-style-type: decimal;
}

ul.product {
list-style-type: square;
}
ul.product li {
margin:0px !important;
color:#32497F;
}

ul.product li span {
color: #4C5260;
}

div.tagcloud {
	list-style: none;
	text-align: center;
}

div.tagcloud a {
	padding: 0px 3px;
}

a.tag-size-1 {
	font-size: 90%;
}

a.tag-size-2 {
	font-size: 100%;
}

a.tag-size-3 {
	font-size: 120%;
}

a.tag-size-4 {
	font-size: 140%;
}

a.tag-size-5 {
	font-size: 160%;
}

a.tag-size-6 {
	font-size: 180%;
}

ul.keyword-list {
	list-style: none;
}

ul.keyword-list li {
	float: left;
}

ul.keyword-list li a {
	display: block;
	padding: 2px;
	margin: 0px 1px;
}

ul.sitemap li.category {
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0px !important;
}

ul.sitemap li.product {
	margin-left: 20px !important;
}

.orders {
  border-right: 1px solid #CDCDCD;
}

.settings {
  border-right: 1px solid #CDCDCD;
}
.account {
	border:1px solid #CDCDCD;
}	
.account td {
	border-bottom:1px solid #CDCDCD;
}

#ingredients {
	display: none;
}

#ingredients ul {
	list-style: none;
	clear: both;
	margin: 0;
}

#ingredients li {
	float: left;
	padding-right: 5px;
}

#ingredients b {
	background-color: #DFE0E2;
}

#ingredients ul + * {
	position: relative;
	top: 10px;
	display: block;
	clear: both;
	width: 150px;
}
