/* Allgemeine Formatierungen */
body,
html{
	background:#ffffff;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin:0;
	padding:0;
}

a:link, a:visited {
	color: #F97322;
	text-decoration: underline;
}

a:hover, a:active {
	color: #F97322;
	text-decoration: none;
}

a.editLink {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}

hr {
	border: none;
	border-top: 1px solid #F97322;
	height: 1px;
}

img {
	border: none;
}

img.product {
	border: 1px solid #F97322;
}

p {
	margin: 0;
	padding: 0 0 0.3em 0;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	clear: right;
	width: 100%;
}

ol, 
ul {
	margin: 0.15em 0em 0.6em 1.2em;
	padding: 0em;
}

li {
	margin: 0em 0em 0.3em 0em;
}

.logo {
	display: block;
	margin-bottom: 20px;
}
/* END Allgemeine Formatierungen */

/* Formularformate #####################*/
fieldset {
	border: 1px solid #F97322;
	margin: 18px 0;
	padding: 6px 10px 12px 10px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	float: left;
	width: 140px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 6px;
}

input, 
select, 
textarea {
	border: 1px solid #F97322;
	background-color: #FFF9F1;
	color: #663300;
}

input {
	padding: 2px 3px;
}

input[type="checkbox"],
input[type="radio"] {
	border: none;
	background: none;
}

textarea {
	padding: 3px;
}

input.text, 
textarea.textarea {
	width: 70%;
}

input:hover, 
select:hover, 
textarea:hover {
	background-color: #FFF0DC;
}

input:focus, 
select:focus, 
textarea:focus {
	border: 1px solid #663300;
}

input.imageSubmit {
	border: none;
}

.btn:link, 
.btn:visited {
	background-color: #FFF9F1;
	border-color: #F97322;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin: 0;
	padding: 4px 6px;
	color: #663300;
	text-decoration: none;
	font-size: 12px;
}
.btn:hover, 
.btn:active {
	background-color: #FFF0DC;
	text-decoration: none;
}
/* END Formularformate */


/* Äußere Container */
#cOuterframe,
#cFooterframe {
	background:#FFFFFF;
	/*border: 1px solid #a63f6a;*/
	padding: 5px 10px;
	/*position: relative;*/
}

#cOuterframe {
	margin: 0 auto;
	width: 960px;
}

#cFooterframe {
	margin: 10px auto 5px auto;
	width: 600px;
	font-size: 10px;
}
/* END Äußere Container */

/* Kopf-Bereich */
#cHeader {
	position: relative;
	width: 100%;
	height: 20px;
}

#cBreadcrumb {
	margin: 10px 0px;
}
/* END Kopf-Bereich */


/* Container Inhalts-Bereich */
#cMainframe {
	border: none;
	padding: 2px;
	/*position: relative;*/
}

#cLeft {
	background: #FFFFFF;
	border: none;
	float: left;
	position: relative;
	width: 166px;
}

#cContent,
#cCheckout {
	background: #FFFFFF;
	border: none;
	margin: 0 10px;
	/*position: relative;*/
	width: 480px;
	float: left;
}

#cCheckout {
	width: 96%;
}

#cRight {
	border: none;
	float: right;
	position: relative;
	width: 246px;
}

#cMainFooter {
	border: none;
	clear: both;
	position: relative;
}

.slogan {
	width: 179px;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}

.slogan p {
	margin: 0 0 8px 0;
}

.facebook {
	margin-top: 24px;
}
/* END Container Inhalts-Bereich */


/* Boxen-Bereiche */
/** Allgemein **/
.bhImage {
	margin-bottom: 4px;
}

.box {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 160%;
}

.box h1 {
	font-size: 14px;
}

.box h2 {
	font-size: 12px;
	margin: 0;
}

.box h3 {
	font-size: 12px;
	margin: 0;
}

.box div.boxcontent {
	padding: 0px 6px 6px 0px;
	text-align: left;
}

.box ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.box ol {
	background-color: #fff;
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 5px 6px 5px 30px;
}

.box li {
	padding: 0;
}
/** END Allgemein **/

/** Account **/
#boxAccount a {
}
/** END Account **/

/** Kategorie **/
#boxCategory.box a:link, #boxCategory.box a:visited {
	text-decoration: none;
}

#boxCategory.box a:hover, #boxCategory.box a:active {
	text-decoration: underline;
}

#boxCategory ul {
	list-style-type: none;
}

#boxCategory .sub0 a {
	padding-left: 0px;
}

#boxCategory .sub1 a {
	padding-left: 10px;
}

#boxCategory .sub2 a {
	padding-left: 20px;
}

#boxCategory .sub3 a {
	padding-left: 30px;
}

#boxCategory .sub4 a {
	padding-left: 40px;
}

#boxCategory a.active {
	color: #993300;
}
/** END Kategorie **/

/** Content **/
#boxContent.box a:link, #boxContent.box a:visited {
	text-decoration: none;
}

#boxContent.box a:hover, #boxContent.box a:active {
	text-decoration: underline;
}

#boxContent a.active {
	color: #993300;
}
/** END Content **/

/** Bestseller **/
#boxBestseller li {
	border-bottom: 2px dotted #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#boxBestseller div {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 90%;
}
/** END Bestseller **/

/** Home **/
#boxHome {
	margin-top: -6px;
	margin-bottom: 0px;
}
#boxHome a {
	font-weight: bold;
}
/** END Home **/

/** Warenkorb **/
#boxShoppingCart table {
	background: #fff;
	border-collapse: collapse;
	table-layout: fixed;
	width: 166px;
}

#boxShoppingCart td.amount {
	text-align: right;
	padding: 1px 6px 2px 0;
	vertical-align: top;
	width: 19%;
}

#boxShoppingCart td.article {
	overflow: hidden;
	padding: 2px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 75%;
}

#boxShoppingCart td.summary {
	border-top: 2px dotted #FFFFFF;
	padding: 10px 0 6px 0;
	text-align: right;
}
/** END Warenkorb **/

/** Neue Produkte, Zuletzt angesehen, Sonderangebote **/
#boxNewProducts div.boxcontent,
#boxLastViewed div.boxcontent,
#boxSpecials div.boxcontent {
	text-align: center;
}

#boxNewProducts div.boxcontent img,
#boxLastViewed div.boxcontent img,
#boxSpecials div.boxcontent img {
	border: 1px solid #F97322;
	margin: 6px;
	text-align: center;
}
/** END Neue Produkte **/

/** Login, Newsletter **/
#boxLogin input.email,
#boxNewsletter input.email {
	width: 95%;
}

#boxLogin input.password {
	width: 50px;
}

#boxLogin input.submit {
	float: right;
}
/** END Login, Newsletter **/

/** Quick Add **/
#boxQuickadd input.number {
	float: left;
	margin-right: 10px;
	width: 70%;
}
/** END Quick Add **/
/* END Boxen-Bereiche */


/* Content Produktliste */
#cContent p {
	margin: 0;
	padding: 0 0 8px 0;
}
#cContent p.button {
	text-align: right;
	padding-top: 25px;
	width: 97%;
}

#cContent th {
	background: #ffffff;
	padding: 2px 6px;
}

#cContent td {
	padding: 10px 2px;
}

#cContent th.image,
#cContent td.image {
	text-align: left;
	width: 135px;
}

#cContent th.article,
#cContent td.article {
	padding-left: 6px;
}

#cContent td.article h2 {
	margin: 0px 0 10px 0;
}

#cContent .price {
	text-align: left;
	font-size: 14px;
	padding-right: 6px;
	font-weight: bold;
}

#cContent .buynow {
	float: right;
}

#cContent td.image img {
	/*border: 1px solid #603A1B;*/
}
/* END Content Produktliste */

/* Content Kategorieliste */
#cContent .headMoreCat {
	border-bottom: 1px solid #BBBBBB;
	margin: 20px 0;
	padding: 2px 20px;
	width: 90%;
	clear: right;
}

#cContent div.cCategory {
	background: #F8E9E6;
	border: 1px solid #603A1B;
	float: left;
	height: 120px;
	margin: 4px;
	overflow: hidden;
	padding: 8px 4px 4px 4px;
	text-align: center;
	width: 29%;
}
#cContent div.cCategory:hover {
	background: #F3DBD6;
}
#cContent div.catImg {
	margin-bottom: 4px;
	height: 96px;
	overflow: hidden;
}

#cContent div.cCategory h2 {
	font-size: 12px;
	font-weight: bold;
}
/* END Content Kategorieliste */

/* Content Warenkorb */
#contShoppingCart th {
	background: #FFFFFF;
}

#contShoppingCart td {
	padding: 0;
}

#contShoppingCart th.image,
#contShoppingCart td.image {
	width: 29%;
}
#contShoppingCart th.qty,
#contShoppingCart td.qty {
	text-align: center;
	width: 14%;
}
#contShoppingCart th.prc,
#contShoppingCart td.prc {
	background: #FFFFFF;
	padding-right: 1%;
	text-align: right;
	width: 19%;
}
#contShoppingCart th.total,
#contShoppingCart td.total {
	background: #FFFFFF;
	padding-right: 1%;
	text-align: right;
	width: 21%;
}
#contShoppingCart th.remove,
#contShoppingCart td.remove {
	background: #FFF9F1;
	text-align: center;
	width: 15%;
}
#contShoppingCart th,
#contShoppingCart th.prc,
#contShoppingCart th.total {
	text-align: center;
	border-bottom: 1px solid #BBBBBB;	
}

#contShoppingCart td.image img {
	border: 1px solid #F97322;
}

#contShoppingCart td.article {
	padding-top: 15px;
}

#contShoppingCart p.summary {
	text-align: right;
	padding-top: 25px;
	width: 84%;
}
/* END Content Warenkorb */

/* Content Produkt Einzel */
#productInfo1 {
	margin-top: 20px;
}

#productInfo1 p.price {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#productInfo1 td.optName {
	font-weight: bold;
	padding: 6px 0;
	width: 25%;
}
#productInfo1 td.optValue {
	padding: 6px 0;
	width: 70%;
}
#productInfo1 select {
	width: 100%;
}
#productInfo1 .addQty {
	width: 30px;
}
#productInfo1 .addCart {
	float: right;
	margin-right: 15px;
}

span.productOldPrice {
	color: #ff0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
}

#productInfo2 {
	float: right;
	width: 48%;
	font-weight: bold;
}

#productImg {
	float: left;
	margin-right: 10px;
	padding: 20px 10px 10px 0;
	width: 200px;
}

#productImg img {
	border: 1px solid #F97322;
	margin-bottom: 10px;
}

#productDesc {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	width: 240px;
}

#productFooter {
	clear: both;
}

#graduatedPrice {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

#graduatedPrice th {
	background: #CCCCCC;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}
#graduatedPrice td {
	padding: 4px;
}
/* END Content Produkt Einzel */

/* Popup */
#popup {
	margin: 4%;
	width: 91%;
}
#popup h1 {
	
}
#popup img {
	border: none;
}
#popup iframe {
	
}
/* END Popup */

/* Content Checkout Dateien */
#cCheckout div.cAddress {
	float: right;
	margin-left: 16px;
}

#cCheckout div.cAddress fieldset {
	background: #FFF9F1;
	border: 1px solid #F97322;
	margin: 0;
	padding: 12px;
}

#cCheckout div.confirmationBlock {
	float:left;
	width:45%;
}

#cCheckout th {
	border-bottom: 1px solid #F97322;
	text-align: left;
	padding-top: 12px;
}

#cCheckout td.input {
	width: 6%;
}
#cCheckout td.article {
	width: 84%;
}
#cCheckout td.price {
	text-align: right;
	width: 10%;
}

#cCheckout div.condition {
	background: #ffCCCC;
	border: 1px solid #ff0000;
	margin-top: 10px;
	padding: 8px;
	width: 96%;
}
/* END Content Checkout Dateien */

/* Content Verschiedenes */
#cContent .cError {
	background: #FFCCCC;
	border: 1px solid #ff0000;
	margin: 25px 0;
	padding: 6px;
	text-align: center;
	width: 95%;
}

#cContent label {
	display: block;
	float: left;
	width: 150px;
}

#accountOrderList td {
	padding: 2px 0;
}
#accountOrderList td.img {
	text-align: left;
	width: 3%;
}
#accountOrderList td.article {
	text-align: left;
	width: 60%;
}
#accountOrderList td.price {
	text-align: right;
	width: 32%;
}

.inputRequirement {
	font-size: 11px;
	color: #ff0000;
}

td.bar,
td.barCurrent {
	color: #CCCCCC;
	text-align: center;
	width: 25%;
}
td.barCurrent {
	color: #603A1B;
	font-weight: bold;
}
/* END Content Verschiedenes */


/* Fussbereich */
#cFooterframe p {
	margin: 0;
	padding: 0 15px 4px 0;
}

p.copyright {
	padding-top: 10px;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
/* END Fussbereich */





/*######### Original xt:commerce Styles #########*/
.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

TR.headerError {
  background-color: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.headerMessage {
	background-color: #00CC33;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background: #E6E6E6; 

}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}



SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

/* Sitemap Tables */
.sitemap_heading {font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

div.worldpay {
	width: 300px;
}

div.worldpay table {
	
}

div.worldpay td {
	text-align: left;
}

div.bildband {
	background: #834200;
	width: 100%;
	position: absolute;
	overflow: hidden;
	/*top: 590px;*/
	left: 0;
	text-align: center;
	z-index: 100;
}

#cContent p.bildband {
	margin-top: 146px;
	display: block;
}


