html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/body_bg.gif) repeat-x #EDEEEF;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#site {
	position: relative;
	margin: auto;
	width: 900px;
	text-align: left;
	background: #ffffff;
	min-height: 100%;
}

#top-margin {
	background: url(../images/body_bg.gif) repeat-x #EDEEEF;
	height: 20px;
}

#header {
	height: 86px;
}

#logo {
	padding-top: 10px;
	padding-left: 18px;
	width: 394px;
	float: left;
}

#getflash {
	width: 468px;
	float: left;
	padding-top: 13px;
}

#border {
	height: 14px;
	width: 900px;
	background: url(../images/border_bg.gif) repeat-x;
}

#left-col {
	width: 190px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

input.search {
	border: 1px solid #A5ACB2;
	width: 162px;
	padding-left: 2px;
	vertical-align: middle;
	margin-right: 5px;
	color: #666666;
}

input.search-submit {
	vertical-align: middle;
}

#main-navigation a {
	display: block;
	text-decoration: none;
}

#main-navigation div.level1 {
	border: 1px solid #16438C;
	margin-top: 10px;
}

#main-navigation a.level1 {
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: #16438C;
}

#main-navigation div.level2 {
	background: url(../images/divider_dotted.gif) repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	padding-bottom: 6px;
	padding-top: 1px;
}

#main-navigation div.level2-item {
	background: url(../images/divider_dotted.gif) repeat-x bottom;
	padding-bottom: 2px;
	padding-top: 1px;
}

#main-navigation a.level2 {
	padding-left: 8px;
	background: url(../images/arrow_red.gif) no-repeat 0 center;
	font-weight: bold;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}

#main-navigation a.level2:hover,
#main-navigation a.level2-act {
	background: url(../images/arrow_white.gif) no-repeat 0 center #BB0000;
	color: #ffffff;
}

#main-navigation div.level3 {
	background: url(../images/divider_dotted.gif) repeat-x bottom;
	padding-bottom: 1px;
	padding-left: 8px;
}

#main-navigation a.level3 {
	padding-left: 8px;
	background: url(../images/arrow_red.gif) no-repeat 0 center;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}

#main-navigation a.level3:hover,
#main-navigation a.level3-act {
	color: #BB0000;
}

#meta-navigation {
	padding-top: 9px;
}

#meta-navigation a {
	display: block;
	text-decoration: none;
	padding-left: 9px;
	background: url(../images/arrow_grey.gif) no-repeat 0 center;
	color: #666666;
}

#main-col {
	width: 650px;
	float: left;
	padding-bottom: 20px;
	padding-top: 9px;
	line-height: 16px;
}

#path {
	padding-bottom: 7px;
}

#path a {
	text-decoration: none;
	color: #BB0000;
}

/* general */

div.overview-item {
	background: #EFF1F5;
	padding: 10px;
	margin-bottom: 10px;
}

div.overview-media {
	width: 166px;
	float: left;
}

div.overview-media-small {
	width: 98px;
	float: left;
}

div.overview-media-big {
	width: 196px;
	float: left;
}

div.overview-content {
	width: 450px;
	float: left;
}

div.overview-content-small {
	width: 420px;
	float: left;
}

div.clear-both {
	clear: both;
}

p.small {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 10px;
}

p.small-margin {
	margin-top: 0;
	margin-bottom: 2px;
}

a.detail {
	background: url(../images/arrow_blue.gif) no-repeat 0 center;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 9px;
}

a.back {
	background: url(../images/arrow_blue_back.gif) no-repeat 0 center;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 9px;
}

h2.content {
	font-size: 18px;
	color: #000000;
	text-transform: none;
	margin: 0;
	margin-top: 4px;
	line-height: 18px;
}

h2.margin {
	margin-top: 20px;
	margin-bottom: 16px;
	font-size: 14px;
}

div.content {
	padding-bottom: 16px;
}

a.fixedlink {
	display: block;
}

span.black {
	text-transform: none;
	color: #000000;
}

span.grey {
	text-transform: none;
	color: #666666;
}

/* search */
div.xapian-results-summary {
	margin-bottom: 20px;
}

div.xapian-resultitem {
	padding: 6px 10px 6px 10px;
	margin-top: 6px;
	margin-bottom: 1px;
}

div.xapian-resultitem a {
	font-weight: bold;
}

div.xapian-resultheadline {
	margin-bottom: 3px;
}

table.xapian-searchpaging {
	width: 100%;
}

table.xapian-searchpaging td.xapian-searchpaging-1 {
	width: 33%;
	text-align: left;
}

table.xapian-searchpaging td.xapian-searchpaging-2 {
	width: 34%;
	text-align: center;
}

table.xapian-searchpaging td.xapian-searchpaging-3 {
	width: 33%;
	text-align: right;
}

/* highlights */

div.highlight p {
	margin: 0;
}

div.highlight h2 {
	font-size: 16px;
	color: #000000;
	text-transform: none;
	margin: 0;
	margin-bottom: 4px;
	line-height: 20px;
}

div.highlight a.detail {
	margin-top: 2px;
}

div.highlight-big {
	padding-bottom: 20px;
}

div.highlight-big h1 {
	margin-top: 10px;
	margin-bottom: 16px;
}

div.highlight-big h1 a {
	color: #000000;
	text-decoration: none;
}

/* brands */

div.brand-logo {
	margin-top: 10px;
}

/* targetgroup products */

h2.campaigns {
	text-transform: uppercase;
	margin-bottom: 14px;
}

div.product-overview-old-price {
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
}

div.product-overview-price-box {
	float: left;
	background: #FFEE00;
	padding: 6px 7px 4px 7px;
}

div.product-overview-vat {
	padding-left: 8px;
	float: left;
	font-weight: bold;
	padding-top: 8px;
	color: #000000;
}

div.product-detail {
	position: relative;
}

h1.product-detail-headline {
	width: 440px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 7px;
}

a.product-detail-print-button {
	position: absolute;
	left: 460px;
	top: 10px;
}

div.product-detail-info-box {
	background: url("/images/product_info_box_bg.gif") repeat-y;
	width: 520px;
}

div.product-detail-image {
	float: left;
	text-align: center;
	background: #FFFFFF;
	width: 348px;
	border: 1px solid #CECECE;
	margin-right: 10px;
}

div.product-detail-price-box {
	float: left;
	width: 146px;
	background: #FFEE00;
	padding: 3px 7px 2px 7px;
	border-bottom: 7px solid #FFFFFF;
}

div.product-detail-price {
	font-weight: bold;
	font-size: 21px;
	color: #DA1718;
}

div.product-detail-price span {
	font-weight: bold;
	font-size: 16px;
}


div.product-detail-description-header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CECECE;
}

div.product-detail-description {
	padding-top: 5px;
	line-height: 20px;
}


/* forms */

div.content-formheader {
	padding-bottom: 10px;
}

table.form {
	margin-top: 20px;
}

table.form tr td {
	padding: 2px;
}

table.form tr td.label {
	padding-right: 20px;
}

table.form td.spacer {
	height: 30px;
}


table.form input {
	border: 1px solid #A5ACB2;
	width: 162px;
	padding-left: 2px;
	vertical-align: middle;
	margin-right: 5px;
	color: #666666;
}

table.form input.form-radio {
	border: 0;
	width: auto;
	vertical-align: middle;
}

table.form input.form-checkbox {
	border: 0;
	width: auto;
	vertical-align: middle;
}

table.form textarea {
	border: 1px solid #A5ACB2;
	width: 300px;
	height: 100px;
	overflow: auto;
}

input.form-special {
	display: none;
}


table.form label {
	vertical-align: middle;
}

div.form-error {
	color: #FF0000;
}

span.form-mandatory {
	color: #FF0000;
}

/* innovations */

div.innovation-brand-logo {
	padding-bottom: 16px;
}

/* womansrun */

#womensrun-form {
	padding: 40px;
	color: black;
}

#womensrun-form h1 {
	font-size: 18px;
}

#womensrun-form table {
	width: 450px;
	background: #EDEEEF;
}

#womensrun-form table td {
	border-bottom: 1px solid #ffffff;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

#womensrun-form table td.label {
	padding-left: 10px;
}

#womensrun-form input {
	color: black;
}

#womensrun-form select {
	border: 1px solid #A5ACB2;
}

#womensrun-form select.form-select {
	border: 1px solid #A5ACB2;
	width: 162px;
}

#womensrun-form textarea {
	width: 200px;
	height: 150px;
	overflow: hidden; 
	border: 1px solid #A5ACB2;
}

#womensrun-form button.submit-button {
	background: #EDEEEF;
	border: 1px solid #A5ACB2;
	cursor: pointer;
}

div.jobs-content {
	margin-bottom: 16px;
}
