html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #512113;
	color: #6e3721;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#site {
	position: relative;
	margin: auto;
	width: 896px;
	text-align: left;
	background-color: #fcf3e5;
	min-height: 100%;
	border: 2px solid #e39f26;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	width: 896px;
	height: 112px;
	padding: 0 0 15px 0;
}

#logo {
	float: left;
	width: 550px;
}

#getflash {
	width: 200px;
	float: left;
	padding-top: 13px;
}

#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 #e39f26;
	margin-top: 10px;
	background-color: #ffffff;
}

#main-navigation a.level1 {
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: #6e3721;
}

#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_orange.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 #e39f26;
	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_orange.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;
	padding-bottom: 3px;
	color: #6e3721;
}

#meta-navigation a:hover {
	color: #000000;
}

#main-col {
	width: 600px;
	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: #ffffff;
	border: 1px solid #e39f26;
	padding: 10px;
	margin-bottom: 10px;
}

div.overview-media {
	width: 300px;
	float: left;
}

div.overview-media-small {
	width: 150px;
	min-height: 10px;
	float: left;
}

div.overview-media-big {
	width: 196px;
	float: left;
}

div.overview-content {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

div.overview-content p {
	padding: 0;
	margin: 0 0 15px 0;
	color: #6e3721;
}

div.overview-content-small {
	width: 400px;
	padding-left: 20px;
	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_orange.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_orange_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;
	padding-bottom: 15px;
}

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;
}

/* highlights */

div.highlight p {
	margin: 0;
}

div.highlight h2 {
	font-size: 16px;
	color: #6e3721;
	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: #6e3721;
	text-decoration: none;
}

div.product,
div.news {
	margin-bottom: 35px;
}

div.product-detail {
	position: relative;
}

h1.product-detail-headline {
	width: 440px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 7px;
	color: #6e3721;
}

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;
}

div.product-ad {
	text-align: right;
	margin: 0 0 10px 0;
}


/* 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 label {
	vertical-align: middle;
}

div.form-error {
	color: #FF0000;
}

span.form-mandatory {
	color: #FF0000;
}
