/* THE BIG GUYS */
* {
	margin: 0;
	padding: 0
}
HTML {
	background: #532900 url('img/bg_content.gif');
}
* HTML {
	background-image: none;
}
BODY {
	background: transparent url('img/bg_head.png') 0 0 repeat-x;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #462300;
}
* HTML BODY {
	background-image: url('img/bg_head.jpg');
}




/* default**********************************************************/
.clear {
	clear: both;
}
.aright {
	text-align: right;
}
IMG, DIV, BODY, #mainMenu UL LI A:hover {
	behavior: url('iepngfix.htc');
}
/* HMENU**********************************************************/
UL.hmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
UL.hmenu LI {
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.hmenu LI A {
	text-decoration: none;
	display: block;
}
#mainMenu UL LI.act A {
	font-weight: bold;
}
/* A**********************************************************/
A {
	color: #462300;
	text-decoration: underline;
}
A:hover {
	color: #532900;
	text-decoration: underline;
}
/* HEADINGS */
h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	width: auto;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0px 8px 0px;
	padding: 0px;
}
/* LINKS GLOBAL */
a {
	background: transparent;
	text-decoration: underline;
	cursor: pointer
}
a img {
	border: none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
FORM {
	margin: 0;
	padding: 0;
}
INPUT, TEXTAREA, SELECT {
	border: 1px solid #462300;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, Geneva, Futura, non-serif;
	min-height: 17px;
	color: #462300;
}
#productinfowrap SELECT {
	width: 309px;
}
TEXTAREA {
	min-height: 120px;
}
* HTML TEXTAREA {
	height: 120px;
}
* HTML #checkout_payment TEXTAREA {
	height: 120px;
}
INPUT[type="radio"], INPUT[type="checkbox"] {
	border: none !important;
	width: 14px !important;
}
*HTML INPUT, *HTML TEXTAREA, *HTML SELECT {
	height: 17px;
}
.butSubmit INPUT {
	border: none;
}
#leftcol INPUT, #leftcol INPUT.submit {
	width: 166px;
	border: 1px solid #462300;
	margin-bottom: 0.4em;
}
#leftcol #manufacturers SELECT {
  width: 166px !important;
}
#leftcol INPUT.submit {
	width: 168px !important;
}
INPUT.submit {
	background-color: #A7957F;
	color: #462300;
	font-weight: bold;
	text-transform: uppercase;
}
/*input {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	border: 1px solid #462300;
}
select {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	border: 1px solid #462300;
}
*/
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width: 1px;
	border-style: solid;
	border-top-color: #4E4E4F;
	border-left-color: #4E4E4F;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin: 8px 0px 8px 0px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top: 1px;
	height: 0;
	overflow: hidden;
	margin: 0;
	line-height: 0px;
	background-image: url(img/hr_productpreview.gif)
}
div.hrlightgrey {
	padding-top: 1px;
	height: 0;
	margin: 0;
	line-height: 0px;
	background-color: #fff
}
div.hrproductpreview {
	padding-top: 1px;
	height: 0;
	overflow: hidden;
	margin: 12px 0px 12px 0px;
	display: inline;
	height: 0px;
	line-height: 0px;
	display: block;
	background-image: url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding: 2px;
	vertical-align: top;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 970px;
	min-height: 300px;
	overflow: auto;	
}
/* CONTENT WRAPPER */
#contentwrap {
	clear: both;
	width: 970px;
	padding: 0;
	overflow: auto;
	min-height: 800px;
	padding-top: 30px;
	background: url('img/bg_content_box_6000.gif') 0 30px no-repeat;
	margin: 0px;
	
	min-height: 300px;
	overflow: auto;
}
* HTML #contentWrap {
  height: 300px;
  overflow: visible; 
}

/* LEFT COLUMN */
#leftcol {
	position: relative;
	width: 186px;
	float: left;
	margin-left: -531px;
	padding: 0px;
}
/* RIGHT COLUMN */
#rightcol {
	position: relative;
	float: right;
	width: 186px;
	padding: 0px;
	margin-right: 2px;
}
* html #rightcol {
	margin-right: 1px;
}
/* MAIN CONTENT */
#content {
	position: relative;
	left: 218px;
	float: left;
	width: 533px;
	padding: 0;
	margin-bottom: 15px;
}
#maincontent {
	z-index: -1;
	min-height: 500px;
	padding: 10px 20px 20px 20px;
	max-width: 533px;
}
#contentfull {
	width: 890px;
	padding: 0px 30px 0px 30px;
	margin-bottom: 15px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	z-index: 100;
	height: 188px;
	width: 533px;
	position: relative;


}
#headerbild {
	position: absolute;
	top: 0;
	z-index: 1;
	margin-top: 1px;
	text-indent: -6000em;
	height: 188px;
	width: 533px;
	background: url('img/header_001.jpg') no-repeat left top;	
}
#headerWrap {
	height: 188px;
}
/* mainMenu **********************************************************/
#whiteBG {
	position: absolute;
	top: 168px;
	z-index: 10;
	background-color: #FFF;
	height: 20px;
	display: block;
	width: 533px;
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mainMenu {
	position: absolute;
	top: 168px;
	z-index: 20;
	font-size: 13px;
	text-align: left;
}
#mainMenu UL {
	height: 20px;
	margin: 0;
	padding: 0;
	width: 533px;
	text-align: left;
}
#mainMenu UL LI {
	float: left;
	margin: 0;
	padding: 0;
	width: 107px;
	text-align: center;
	line-height: 20px;
	background: transparent url(img/menu_divider.png) top right no-repeat;
}
#mainMenu UL LI.last {
	width: 105px;
}
* HTML #mainMenu UL LI.last {
	width: 105px;
	background-image: none;
	text-indent: -1px;
}
#mainMenu UL LI A {
	vertical-align: middle;
}
#mainMenu UL LI A:hover, #mainMenu UL LI A:focus {
	background: transparent url(img/bg_mainMenu_over.png);
}
#mainMenu UL LI.Current A {
	font-weight: bold;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	margin: 0;
	padding: 0 10px;
	background: url(img/bg_title.gif) 0 0 repeat-x;
	height: 26px;
	font-size: 11px;
	clear: both;
	color: #3e1801;
	margin: 20px 2px 0 2px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	color: #3e1801;
	margin: 0;
	padding: 0;
}
#navtrail {
	float: left;
	padding-left: 8px;
	padding-top: 2px;
}
#shop {
	float: right;
}
/* BOXES GLOBAL DEFINITION */
#rightcol h3, h2.boxheader {
	margin: 0;
	padding: 0 10px;
	background: url(img/bg_title.gif) 0 0 repeat-x;
	line-height: 26px;
	font-size: 16px;
}
* HTML #rightcol h3, * html h2.boxheader {
	width: 166px;
}
BODY #rightcol H5, BODY #leftcol H5 {
	margin: 0 0 -1px 0;
	padding: 0 10px;
	background: transparent url('img/bg_title.gif') 0 0 repeat-x !important;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid transparent;
/* IE 7 Fix */
}
BODY #rightcol A.heads, BODY #leftcol A.heads {
	margin-bottom: 8px;
	display: block;
}
* HTML #rightcol H5, * HTML #leftcol H5 {
	width: 166px;
	border: none;
}
#rightcol a.heads, #rightcol  H5  A, #leftcol  H5  A  {
	text-decoration: none;
}
.rightBox {
	padding: 0 11px;
}
.rightBox2 {
	padding: 0 0 0 11px;
}
.logo img {
	padding: 17px 22px;
}
.logo2 {
	margin: 0px;
	padding: 0px;
}
.logo2 img {
	margin: 0px;
	padding: 20px 18px 5px 20px;
}
*HTML .logo2 img {
	padding-left: 18px;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration: none;
	color: #ffffff
}
.boxbody {
	padding: 8px;
	margin-bottom: 15px
}
.boxbody h3, .boxbody h3 a {
	font-size: 11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size: 11px;
	text-align: center
}
.boxbody p {
	font-size: 11px;
	margin: 6px 0px 6px 0px
}
.rightBox p.center, .boxbody p.center {
	font-size: 11px;
	text-align: center;
	margin: 6px 0px 6px 0px
}
.boxbody td {
	font-size: 11px;
	margin: 6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size: 11px;
	color: #FF0000
}
.boxbody div.hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.boxbody div.hrlightgrey {
	margin-top: 5px;
	margin-bottom: 5px;
}
.boxbody a {
	font-size: 11px;
}
.boxbody .productboximage {
	border: solid 1px #999999;
}
.boxbody ul.contentlist {
	margin-left: 5px;
	margin-right: 0;
	padding: 0;
}
.boxbody ul.contentlist li {
	margin-left: 0px;
	padding: 0;
	list-style-type: none
}
/* CART BOX */
h2.boxcartheader {
	background-image: url(img/bg_boxheader.gif);
	height: 28px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}
h2.boxcartheader a {
	text-decoration: none;
	color: #fff
}
.boxcartbody {
	padding: 4px 8px 4px 8px;
	margin-bottom: 15px;
	background-color: #EDEDED;
	border-style: solid;
	border-color: #4E4E4F;
	border-width: 0px 1px 1px 1px;
}
.boxcartbody p {
	font-size: 11px;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding: 0;
	margin: 0;
}
.productPreviewContent {
	vertical-align: top;
}
* + HTML .productPreviewContent {
	width: 350px;
}
* HTML .productPreviewContent {
	width: 350px;
}
.productPreviewContent h2 {
	padding: 0;
	margin: 0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.productPreviewImage {
	vertical-align: top;
	padding: 3px 8px 0px 0px;
}
.productPreviewImage img.productImageBorder {
	max-width: 120px;
}
TD.productPreviewImage {
	width: 135px !important;
	overflow: hidden;
}
.productPreviewContent .price {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0
}
.productPreviewContent .taxandshippinginfo, .taxandshippinginfo {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0
}
.productPreviewContent .vpe {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding: 0;
	margin: 0
}
.productPreviewContent .shippingtime {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding: 0;
	margin: 0
}
.productPreviewContent .stockimage {
	margin: 0;
	padding: 0;
}
.productPreviewContent .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.productPreviewContent .productOldPrice {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.productPreviewContent .taxandshippinginfo a, .taxandshippinginfo a {
	font-size: 11px;
	font-weight: normal;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display: table;
	width: 100%;
}
* HTML #productinfowrap {
	width: 490px;
	overflow: hidden;
}
#productinfowrap TABLE {
	max-width: 400px !important;
}
#productinfoimages {
	float: left;
	background-color: #EDEDED;
	text-align: center;
	width: 140px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #999999;
}
#productinfoimages .productimage {
	border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
	margin-top: 6px;
	margin-bottom: 6px;
}
#productinfopricewithimages {
	float: right;
	width: 100%;
}
#productinfopricewithimages img {
	cursor: pointer
}
#productinfopricewithoutimages {
	width: 100%
}
#productinfopricewithoutimages img {
	cursor: pointer
}
#productinfoprice {
	padding: 5px
}
#productinfoprice .hrlightgrey {
	margin-top: 6px;
	margin-bottom: 6px;
}
#productinfoprice .productprice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#productinfoprice .productOldPrice {
	color: #FF0000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#productinfoprice .taxandshippinginfo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#productinfoprice .taxandshippinginfo a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#productinfoprice .shippingtime {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#productinfoprice .stockimage {
	margin: 0;
	padding: 0;
}
#productinfoprice .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
p.productinfoproductadded {
	font-size: 11px;
}
.productoptions {
	background-color: #FFF2CC;
	padding: 6px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #462300
}
.addtobasket {
	padding: 0px 0;
	text-align: right;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding: 15px;
	background: none;
	background-color: #fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	padding: 15px;
	background: none;
	background-color: #fff
}
body.popupprintorder .products tr.header td {
	font-weight: bold;
	background-color: #EDEDED;
}
body.popupprintorder .products .total {
	text-align: right
}
body.popupprintorder .products .quantity {
	vertical-align: top
}
body.popupprintorder .productname {
	vertical-align: top
}
body.popupprintorder .model {
	vertical-align: top
}
body.popupprintorder .singleprice {
	vertical-align: top
}
body.popupprintorder .totalprice {
	vertical-align: top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
}
div.highlightbox ul {
	margin-left: 15px;
	padding: 0;
	display: block;
	list-style-type: square;
	line-height: 20px
}
div.highlightbox h1 {
	color: #3e1801;
	padding: 0px 0px 10px 0px;
	margin: 0;
	border: none;
	font-size: 14px
}
div.highlightbox div.hr {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: solid 1px #3e1801;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #462200;
	margin-bottom: 15px;
}
table.paymentblock tr td.header {
	background-color: #462200;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #462200;
	margin-bottom: 15px;
}
table.shippingblock tr td.header {
	background-color: #462200;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
table.shippingblock tr td {
	vertical-align: top;
}
table.shippingblock tr td.description {
	width: 100%;
	vertical-align: top;
	padding-left: 6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align: top;
	white-space: nowrap;
	padding: 4px;
}
table.shippingblock tr td.radiobutton input {
	margin: 0;
	padding: 0;
}
table.shippingblock tr td.price {
	vertical-align: top;
	white-space: nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align: top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight: bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width: 130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color: #FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom: 8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width: 100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}
table.graduatedprice tr td.header {
	font-size: 12px;
	font-weight: bold;
	text-align: left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size: 11px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #422402;
}
table.orderdetails tr td {
	padding: 4px
}
table.orderdetails tr.headerrow td {
	background-color: #422402;
	color: #FFFFFF;
	font-weight: bold
}
table.orderdetails tr.headerrow td.left {
	text-align: left
}
table.orderdetails tr.headerrow td.center {
	text-align: center
}
table.orderdetails tr.headerrow td.right {
	text-align: right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	vertical-align: top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align: center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size: 11px;
	padding: 2px;
	border: solid #442300 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align: left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color: #958a7e;
	vertical-align: top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align: center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size: 11px;
	padding: 2px;
	border: solid #442300 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align: left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align: right;
	white-space: nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align: right;
	white-space: nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align: center;
	white-space: nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top: 3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding: 0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right: 4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width: 100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	text-align: right;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #442300;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color: #EDEDED;
	padding: 8px;
	border: #999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #462300;
}
table.reviewlist tr td {
	padding: 4px;
	white-space: nowrap
}
table.reviewlist tr.header td {
	background-color: #462300;
	color: #FFFFFF;
	font-weight: bold
}
table.reviewlist tr.contentrow1 td {
	background-color: #FFF2CC;
}
table.reviewlist tr.contentrow2 td {
	background-color: #FFEAAB;
}
textarea#review {
	width: 100%
}
/* MEDIA LIST */
table.medialist {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #462300;
}
table.medialist tr td {
	padding: 6px;
	white-space: nowrap;
	vertical-align: top
}
table.medialist tr.contentrow1 td {
	background-color: #FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color: #FFEAAB;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #462300;
	display: table;
	float: left;
	width: 235px;
	margin-bottom: 15px;
}
.sitemapwrap .sitemapright {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #462300;
	display: table;
	float: right;
	width: 235px;
	margin-bottom: 15px;
}
.sitemapheader {
	padding: 3px;
	background-color: #462300;
	color: #FFFFFF;
	font-weight: bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color: #FFFFFF;
	text-decoration: none
}
.sitemapcontent {
	padding: 6px
}
.sitemapcontent li {
	list-style-type: none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width: 100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width: 100%;
	font-weight: bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding: 0px 0px 0px 30px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding: 0px 0px 0px 30px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space: nowrap;
	text-align: right
}
table.checkoutconfirmationorderdetailstotal {
	padding: 0;
	margin: 10px 0px 0px 0px;
	border: none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width: 100%;
	text-align: right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space: nowrap;
	text-align: right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width: 100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
* HTML ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	height: 100px;
	list-style-type: none;
	float: left;
	width: 80px;
	margin-right: 10px;
	border: solid 1px;
	padding: 5px
}
ul#checkoutnavigation li.active {
}
ul#checkoutnavigation li.active .number {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
ul#checkoutnavigation li.active .title {
	font-size: 14px;
	font-weight: bold
}
ul#checkoutnavigation li.active .description {
	font-size: 11px
}
ul#checkoutnavigation li.inactive {
	color: #999999;
	background-color: #EDEDED;
	border-color: #999999
}
ul#checkoutnavigation li.inactive .number {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
ul#checkoutnavigation li.inactive .title {
	font-size: 14px;
	font-weight: bold
}
ul#checkoutnavigation li.inactive .description {
	font-size: 11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding: 15px;
	background-color: #FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding: 4px;
	background-color: #66FF66
}
/* FOOTER */
/* XTC COPYRIGHT */
.copyright {
	display: none;
	margin: 0 auto;
	width: 970px;
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
	display: none;
	margin: 0 auto;
	width: 970px;
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	padding: 6px;
	text-align: left;
	display: block;
	height: auto;
}
.morepics img {
	border: 1px solid #999999;
	border: none;
	padding: 0px;
	margin-right: 8px;
	background: #FFFFFF;
	height: auto;
	width: 55px;
	height: 55px;
	float: left;
}
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
	float: left;
	width: 40px;
}
dt img {
	border: 1px solid #ccc;
	border: none;
	padding: 0px;
	background: #fff;
}
dd {
	float: right;
	width: 125px
}
/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage {
	display: block;
}
td.productPreviewContent {
	width: 400px;
	text-align: left;
}
/* FIX DER AUFZÄHLUNGEN */
#maincontent ol, #maincontent ul {
	margin: 10px 0 10px 40px;
}
#footerWrap {
	padding-bottom: 8px;
	background: transparent url(img/bg_bottom_footer.png) bottom left no-repeat;
}
* HTML #footerWrap {
	background-image: url(img/bg_bottom_footer.gif);
}
#footerWrap {
	margin: 18px 0;
}
#leftWrap {
	float: left;
	width: 186px;
	margin: 0;
}
* HTML #leftWrap {
	width: 190px;
}
#rightWrap {
	float: left;
	width: 186px;
}
#footerBox {
	height: 20px;
	padding: 0 22px;
	font-size: 0.9em;
}
.boxBG {
	border: 2px solid #462300;
	border-bottom: none;
	background-color: #FFF;
}
/* footerMenu**********************************************************/
#footerBox {
	padding: 0 22px;
	font-size: 0.9em;
}
#footerBox .left {
	float: left;
	width: 80%;
}
#footerBox .right {
}
#footerBox UL LI {
	float: left;
	line-height: 24px;
	vertical-align: bottom;
	margin: 0;
}
#footerBox UL LI.arrow {
	margin: 0 0.4em;
}
#footerBox .right UL LI {
	float: right;
	margin: 0 0 0 10px;
}
/* subMenu**********************************************************/
#subMenu UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subMenu UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
* html #subMenu UL LI {
	height: 10px;
}
#subMenu UL {
	margin: 22px 0;
	line-height: 180%;
	font-weight: bold;
}
#subMenu UL UL {
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: normal;
}
#subMenu UL A {
	margin: 0;
	padding: 0;
	padding: 0 22px;
	border-bottom: 1px dotted #462300;
}
#subMenu UL .act A, 
#subMenu UL .actParent A {
	background-color: #462300;
	color: #FFF;
}
* HTML #subMenu UL .act,
* HTML #subMenu UL .actParent {
  margin-top: -3px;
}
#subMenu UL li.act li A, #subMenu UL .actParent ul A {
	background-color: #FFF;
	color: #462300;
}
#subMenu UL A:hover, #subMenu UL A:focus {
	background: url('img/bg_but_submenu.gif') 12px 7px no-repeat;
}
#subMenu UL .act A:hover, #subMenu UL .act A:focus, #subMenu UL .actParent A:hover, #subMenu UL .actParent A:focus {
	background-image: none;
	background-color: #462300;
}
#subMenu UL li.act li A:hover, #subMenu UL .act UL A:hover, #subMenu UL .act UL A:focus, #subMenu UL .actParent UL A:hover, #subMenu UL .actParent UL A:focus {
	background: #fff url('img/bg_but_submenu.gif') 22px 7px no-repeat;
	color: #462300;
}
#subMenu UL UL A {
	padding: 0 0 0 32px;
	border-bottom: none;
	background-color: #FFF;
	color: #462300;
}
#subMenu UL UL .act A {
	font-weight: bold;
	background-color: #FFF;
	color: #462300;
}
#subMenu UL UL UL A {
	padding: 0 0 0 42px;
}
#subMenu UL UL UL A:hover, #subMenu UL UL UL A:focus {
	background: transparent url('img/bg_but_submenu.gif') 32px 7px no-repeat;
}
#subMenu UL UL UL UL A {
	padding: 0 0 0 52px;
}
#subMenu UL UL UL UL A:hover, #subMenu UL UL UL UL A:focus {
	background: transparent url('img/bg_but_submenu.gif') 42px 7px no-repeat;
}
/* FORM FILTER */
FORM#filter {
	text-align: right;
	margin-bottom: 1em;
}
TABLE TD.productButtons {
	white-space: nowrap;
}
TABLE TD.productButtons INPUT {
	border: 1px solid transparent;
}
TABLE TD.productButtons IMG {
	border: 0;
	position: relative;
	top: -1px;
}


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px) {
  
  body #contentwrap { background-image: none; background-color: #FFFFFF;}
}
