/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.25 2012/01/31 08:47:22 darwin Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
.print {display:none;}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC0033;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: #CC0033;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}

img{
	border:0;
}

A:link {
  text-decoration: underline;
  color: #0066CC;
}

A:visited {
  text-decoration: underline;
  color: #0066CC;
}

A:hover {
  /*color: #0000ff;
  color:#469DD3;*/
  color: #CC0033;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

 a.headerNavigation:link, a.headerNavigation:visited {
color: #0066CC;
text-decoration: none;
}

a.headerNavigation:hover {
color: #CC0033;
text-decoration: underline;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit:link, A.confirmationEdit:visited {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TR.headerError {
  background-color: #f63d3d;
}

TR.headerMessage {
	background-color: #00CC33;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff7878;
  color: #000000;
  font-weight : bold;
  text-align : center;
	border: #CC0033; 
	border-style: solid; 
	border-width: 1px; 
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #469dd3;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults:link, A.pageResults:visited {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #CC0033;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #CC0033;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #CC0033;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #CC0033;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #CC0033;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #002A4F; 
	background-color: #DBDBDB; 
	padding 5px 5px 5px 5px;}
.sitemap_heading a {color: #002A4F; }
.sitemap_heading a:hover {color:#CC0033; text-decoration:underline;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 0px 5px 5px 5px;}

.sitemap_sub a {text-decoration:none;}
/*.sitemap_sub a:hover {color:#999999; text-decoration:none;}
*/

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #CC0033; 
	background-color: #fff;
	border-color: #CC0033;
	border-width: 0px;
	border-style: solid;
}
.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	background-color: #fff; 
}



.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* IWIA MODIFICATION START */


.telefon {
	color: #469DD3;
	font-weight: bold;
	font-size: 18px;
}

.shoping_cart{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-color: #FFFFFF;
  height:17px;
  color: #FFFFFF;
  background: #FFFFFF;

  	border-width: 1px;
	border-style: solid;
	border-color: #469DD3; 
}

TD.bighead {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
TD.littlehead {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_noch_gross, P.main_noch_gross{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}


.code5{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  margin: 0px 0px 8px 0px;
  /*line-height: 1.5;*/
}
.code50{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.code80{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0px;
}

h2.code100 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0px 0px 0px 0px;
}
.code120{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
/* IWIA MODIFICATION END */


/* PATRICK MODIFICATION START */

H1 {
	FONT-SIZE: 16px; MARGIN: 0px 0px 8px; FONT-FAMILY: Verdana, Arial, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN: 0px; LINE-HEIGHT: 1.5; FONT-FAMILY: Verdana, Arial, sans-serif
}

H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN: 0px; LINE-HEIGHT: 1.5; FONT-FAMILY: Verdana, Arial, sans-serif
}

hr {
/*border: solid 1px #ccc;*/
border: 0px;
height: 1px;
color: #ccc;
background-color: #ccc;
}

a.textlink:link, a.textlink:visited {
	/*color:#469DD3;*/
	color: #0066CC ;
	text-decoration:underline;
}

a.textlink:hover {
	color: #CC0033;
	text-decoration:underline;
}


.fett {
font-weight: bold;
}

.rot {
color:#CC0033;
}

.gruen {
color:#00CC33;
}

th {
background: #efefef;
font-size: 1em;
font-weight: bold;
text-align: left;
padding: 2px 5px 2px 5px;
}

td { 
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height: 1.2;
}


.home_cat_abstand {
padding-top: 40px; 
background: red;
}

table.article_group_info {
padding-right: 7px;
margin-bottom: 0px;
}


table.page_header {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
}


table.headerMessage {
border: solid 1px #CC0033;
margin: 0px 0px 10px 0px ;
}

table.headerMessage td {
border: solid 1px #CC0033;
margin: 0px 0px 10px 0px ;
padding: 5px 5px 5px 5px;
color: #CC0033;
}

table.message {
padding: 0px;
}

table.errorMessage {
width:99%;
border: solid 1px #CC0033;
margin: 0px 0px 10px 0px ;
}

table.errorMessage th {
color: #fff;
background: #CC0033;
padding: 5px 5px 5px 5px ;
}



table.successMessage {
border: solid 1px #00ff00;
margin: 0px 0px 10px 0px ;
}


table.errorMessage td {
font-weight:bold;
padding: 10px 5px ;
color: #CC0033;
}

table.successMessage th {
color: #000000;
background: #00ff00;
padding: 5px 5px 5px 5px ;
}


table.successMessage td {
padding: 5px 5px 5px 5px ;
color: #008800;
}

table.subheader {
  	border: solid 0px #ccc; 
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
}

td.subheader {
	border: solid 1px #ccc; 
	color:#002A4F;
	font-size:12px;
	font-weight: bold;
	background: #DBDBDB;
	padding: 5px 5px 5px 5px;
}

table.layout_1 {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
}

table.layout_1 td {
vertical-align: top;
padding: 2px 5px 2px 5px;
}

table.layout_2 {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
width: 490px;
}

table.layout_2 td {
vertical-align: top;
padding: 2px 5px 2px 5px;
}


table.categories_preview {
margin: 0px 0px 0px 0px;
}

table.categories_preview td {
vertical-align: top;
}


table.categories_preview_row {
margin: 0px 0px 10px 0px;
}

table.categories_preview_row td {
text-align: center;
padding: 4px 4px 4px 4px;
width: 210px;
}

table.order_layout_1 {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
}

table.order_layout_1 td {
vertical-align: top;
padding: 3px 5px 3px 5px;
}

table.order_layout_2 {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
}

table.order_layout_2 td {
vertical-align: top;
padding: 0px 5px 2px 5px;
}


.formular {
border: solid 1px #ccc;
background: #efefef;
padding: 10px 0px 5px 0px;
margin: 0px 0px 10px 0px;
}

table.order_form_1 {
border: solid 0px #ccc;
background: #efefef;
margin: 0px 0px 0px 0px ;
}

table.order_form_1 td {
vertical-align: top;
padding: 0px 5px 5px 5px;
}


table.order_form_1 input.textzeile {
width: 198px;
height:15px;
text-align:left;
}


table.order_form_1 input.titel {
width: 40px;
height:15px;
text-align:left;
}

table.order_form_1 input.gender {
width: 20px;
height:15px;
text-align:left;
padding:0;
margin-right:20px;
}

.gendertable td {
text-align:left;
vertical-align:middle;
padding:0;}

table.order_form_1 input.strasse {
width: 148px;
height:15px;
text-align:left;
margin-right:4px;
}

table.order_form_1 input.hausnummer {
width: 40px;
height:15px;
text-align:left;
}

table.order_form_1 input.plz {
width: 40px;
height:15px;
text-align:left;
margin-right:4px;
}

table.order_form_1 input.ort {
width: 148px;
height:15px;
text-align:left;
}

table.order_form_1 input.postfach {
width: 148px;
height:15px;
text-align:left;
}

table.order_form_1 input.vat_input {
width: 148px;
height:15px;
text-align:left;
}


table.order_form_2 {
border: solid 0px #CC0033;
background: #efefef;
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px;
}

table.order_form_2  td {
padding: 0px 5px 5px 5px;
}

table.form_button {
background: #fff;
margin: 0px 0px 10px 0px ;
}

.form_button td {
padding: 0px 5px 5px 5px;
}

table.order_form_inside {
width: 50%;
margin: 0px 0px 22px 0px;
}

table.order_form_inside td {
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
text-align: left;
}

td.stern {
width: 2px;
color: #CC0033;
}

table.order_line {
width: 100%;
margin: 0px 0px 22px 0px;
}

table.adressbook {
margin: 0px 0px 0px 0px ;
border: solid 0px #ccc;
}

table.adressbook td {
vertical-align: top;
padding: 0px 0px 0px 0px ;
}

table.password_form {
border: solid 1px #ccc;
background: #efefef;
margin: 0px 0px 10px 0px ;
padding-top: 5px;
}

table.password_form td {
padding: 5px 0px 10px 5px;
vertical-align: top;
}

#ordered_articles {
border: solid 1px #ccc;
padding: 0px;
margin-bottom: 10px;
}

table.article_history {
margin: 0px 0px 0px 0px;
}

table.article_history td {
padding: 5px 5px 0px 5px;
vertical-align: top;
}

table.order_amount {
margin: 0px 0px 10px 0px;
}

table.order_amount td {
padding: 0px 5px 0px 0px;
vertical-align: top;
}

table.order_history_preview {
border: solid 0px #ccc;
margin: 0px 0px 10px 0px ;
}

table.order_history_preview td {
vertical-align: center;
padding: 0px 0px 2px 2px;
}
/* IWIA MODIFICATION START */

/* input requirement */

.inputRequirement_box  { 
text-valign:top; 
text-align:right; 
color: #CC0033; 
}

.inputRequirement       { 
	text-valign: middle; 
	background: #efefef;
}

.inputRequirement_error 
{ 
	color: #CC0033; 
	background: #efefef;
}


.inputRequirement input { 
	/*border: solid 1px #31BFFF; */

}


.inputRequirement select { 
	background-color: #FFFFFF; 
	/*border: solid 1px #31BFFF; */
	height:20px;
}

.inputRequirement textarea { 
	/*border: solid 1px #31BFFF; */
}

.inputRequirement_error input { 
	border: solid 1px #CC0033; 
}

.inputRequirement_error textarea{ 
	border: solid 1px #CC0033; 
}
.inputRequirement_error select{ 
	border: solid 1px #CC0033; 
	height:20px;
}


/* IWIA MODIFICATION END */

/*td.alert {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border: 1px solid; 
  border-color: #CC0033; 
  background-color: #FFCCCC;
  text-align:center;
}


table.addressform {
	background-color:#F1F1F1;
	border: 1px solid; 
	border-color: #cccccc;
	margin-bottom:15px;
	padding:10px 10px;
}

table.paymentform {
	background-color:#F1F1F1;
	border: 1px solid; 
	#border-color: #cccccc;
	border-color: #F1F1F1;
	margin-bottom:15px;
	padding:10px 10px;
}

*/



table.checkout_confirmation_addresses th {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #c9c9c9;
  color: #000;
  font-weight: bold;
  text-align: left;
  padding: 5px 0px 5px 5px;
}

table.checkout_confirmation_addresses td {
background: #eaeaea;
padding: 5px 0px 0px 5px;
}

td.price_elements {
font-size:10px;
}

td.navtrail {
text-align:left;
padding: 0px 5px 5px 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.navtrail a:link, .navtail a:visited {
color: #0066CC;
text-decoration: none;
}

.navtrail a:hover {
color: #ff000;
text-decoration: underline;
}

table.start_text {
margin: 0px 0px 15px 0px;
}

table.start_text td {
color: #000;
font-size: 12px;
padding: 0px 0px 10px 0px;
line-height: 1.3;
}

.pdf_downloads {
margin-top:-5px;
}

#prod_video {
margin-top:10px;
}

/*PATRICK MODIFICATION END */



/* IWIA MODIFICATION START */
/* NEW DESIGN */

.general_bottom_text_01 {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:10px;
    text-decoration:none;
    color:#222021;
}


.general_top_text_01 A:link		{text-decoration:none; color:#0066CC;}
.general_top_text_01 A:visited	{text-decoration:none; color:#0066CC;}
.general_top_text_01 A:active 	{text-decoration:none; color:#0066CC;}
.general_top_text_01 A:hover 	{text-decoration:underline; color:#CC0033;}
/*
.general_bottom_text_01 A:link		{text-decoration:none; color:#222021;}
.general_bottom_text_01 A:visited	{text-decoration:none; color:#222021;}
.general_bottom_text_01 A:active 	{text-decoration:none; color:#222021;}
.general_bottom_text_01 A:hover 	{text-decoration:underline; color:#222021; background: #00DAEB}
*/


.general_bottom_text_01 A:link		{text-decoration:none; color:#0066CC;}
.general_bottom_text_01 A:visited	{text-decoration:none; color:#0066CC;}
.general_bottom_text_01 A:active 	{text-decoration:none; color:#0066CC;}
.general_bottom_text_01 A:hover 	{text-decoration:underline; color:#CC0033;}


#.text14 
TD.general_bottom_text_02 {
}
.general_bottom_text_02 {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:14px;
    text-decoration:none;
    color:#222021;
}
/*
.general_bottom_text_02 A:link		{text-decoration:none; color:#222021;}
.general_bottom_text_02 A:visited	{text-decoration:none; color:#222021;}
.general_bottom_text_02 A:active 	{text-decoration:none; color:#222021;}
.general_bottom_text_02 A:hover 	{text-decoration:none; color:#222021; background: #00DAEB}
*/
.general_bottom_text_02 A:link		{text-decoration:none; color:#0066CC;}
.general_bottom_text_02 A:visited	{text-decoration:none; color:#0066CC;}
.general_bottom_text_02 A:active 	{text-decoration:none; color:#0066CC;}
.general_bottom_text_02 A:hover 	{text-decoration:underline; color:#CC0033;}

#.text_27
TD.general_body_title {
}
.general_body_title {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    color:#222021;
}

/*.general_body_title A:link		{text-decoration:none; color:#222021;}
.general_body_title A:visited	{text-decoration:none; color:#222021;}
.general_body_title A:active 	{text-decoration:none; color:#222021;}
.general_body_title A:hover 	{text-decoration:none; color:#222021;}
*/
.general_body_title A:link	{text-decoration:none; color:#0066CC;}
.general_body_title A:visited	{text-decoration:none; color:#0066CC;}
.general_body_title A:active 	{text-decoration:none; color:#0066CC;}
.general_body_title A:hover 	{text-decoration:underline; color:#CC0033;}


.tSERVI {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#00d3e6;
}



.box_cart {
font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
background-image:url(/templates/zufor/img/box_cart_background.gif);
background-repeat:no-repeat;
width:220px;
margin-left:20px;
}

.box_cart_header {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#222021;
	padding-left:10px;
	padding-top:6px;
}

.box_cart_info {
	padding-top:5px;
}
.box_cart_aspect {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    color: #222021;
	padding-left:10px;
}

.box_cart_value {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    color:#002A4F;
}

.box_cart_img {
padding-top:5px;
}

.box_cart_links {
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
font-weight:normal;

}

.box_search {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    text-decoration:none;
	font-weight: bold;
    color:#222021;
}

.box_search input { 
	font-family:'Arial','Helvetica','Sans-serif';
	font-size: 11px; 
	color: #222021;
	background-color: #FFFFFF; 
	border: #31BFFF; 
		border-style: solid; 
		border-width: 1px; 
	width:211px;
	height:15px;
	font-weight: normal;
}


.infoBoxHeading {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#F3F3F3;
}

TD.infoBoxHeading {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#F3F3F3;
	background: #002a4f;
	height:17px;
	
  	border-width: 0px;
  	padding: 6px;
  	padding-left: 10px;
  	padding-bottom: 3px;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #DBDBDB;
	padding: 7px;
}

.boxText_whatsnew { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #dbdbdb;
	padding: 7px;
}


.boxText_categories a:link, .boxText_categories a:visited {
  color: #000;
  text-decoration: none;
}

.boxText_categories a:hover {
  color: #CC0033;
  text-decoration: underline;
}


.boxText_categories_list a:link, .boxText_categories_link a:visited {
  color: #000;
  text-decoration: none;
}

.boxText_categories_list a:hover {
  color: #CC0033;
  text-decoration: underline;
}

.menu_breadcrum { 
	font-weight: bold;
}

.boxText_categories_01 { 
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
    color:#222021;
	line-height: 1;
	background-color: #fff2d9;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #ffaa00;
	padding: 5px 0px 5px 0px;
}

.boxText_categories_02 { 

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
    color:#222021;
	line-height: 1;
	background-color: #f9ebfe;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #c529f7;
	padding: 5px 0px 5px 0px;
}
.boxText_categories_03 { 
    font-family: Verdana, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#191919;
    line-height: 1;
	background-color: #eaf8de;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #00c91b;
	padding: 5px 0px 5px 0px;
}
.boxText_categories_01000 { 
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#191919;
    line-height: 1;
	background-color: #dcf9fc;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #31bfff;
	padding: 5px 0px 5px 0px;
}

.boxText_categories_01251 { 

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
    color:#191919;
	line-height: 1;
	background-color: #dcf9fc;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #31bfff;
	padding: 5px 0px 5px 0px;
}

.boxText_categories_01336 { 

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
    color:#191919;
	line-height: 1;
	background-color: #dcf9fc;
	border: 0px solid;
	border-color: #E6E6E6;
	border-left: 7px solid;
	border-left-color: #31bfff;
	padding: 5px 0px 5px 0px;
}

.boxText_categories_list { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	color:#222021;
    
	line-height: 1;
	border: 0px solid;
	border-bottom: 1px solid;
	border-bottom-color: #cccccc;
	padding: 0px 0px 0px 0px;

}



.text26 {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#191919;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 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-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

/* helleres Grau für Adressbuch-Zeile */
.moduleRow {
	background-color:#F1F1F1;
}

/*Patrick Modification start*/

#artikel_in_warenkorb {
margin-right:10px;
padding:10px 0px 10px 10px;
border:#33CC00 2px solid;
color:#339900;
margin-bottom:10px;
background:#fff2d9;
}

#kein_artikel_in_warenkorb {
margin-right:10px;
padding:10px 0px 10px 10px;
border:#FF0033 2px solid;
color:#FF0033;
margin-bottom:10px;
background:#fff2d9;
}

.wk_infobox_link_left {
padding:10px 0px 10px 10px;
text-align:center;
font-size:14px;
}

.wk_infobox_link_right {
padding:10px 0px 10px 0px;
text-align:center;
font-size:14px;
}

.order_table {
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.order_table th {
font-weight:bold;
background-color:#efefef;
text-align:center;
padding:5px 5px 5px 0px;
border-bottom:#ccc 1px solid;
}

.order_table td {
border-bottom:#ccc 1px solid;
}

.order_table_image,
.order_table_model, 
.order_table_shipping,
.order_table_singleprice,
.order_table_quantity,
.order_table_delete,
.order_table_price,
.order_table_discount_text,
.order_table_discount_amount
{
text-align:center;
padding:5px 2px 5px 0px;
}

.order_table_image {
width:60px;
padding:0px 0px 0px 0px;
}

.order_table_model {
width:75px;
padding:5px 2px 5px 2px;
}

.order_table_description {
text-align:left;
text-decoration:none;
padding:2px 2px 2px 2px;
}

.order_table_shipping {
width:60px;
}

.order_table_message {
color:#CC0033;
}

.order_table_singleprice,
.order_table_price {
width:75px;
text-align:right;
}

.order_table_quantity {
width:40px;
}

.order_table_delete {
width:25px;
padding-left:0;
}

.button_right {
text-align:right;
margin-bottom:10px;
}


.absender_table {
margin-top:50px;
}

.absender_table td {
padding:5px 5px;
}

.company_adress_table {
margin-top:10px;
margin-bottom:10px;
}

.company_adress_table td {
text-align:right;
}



/*Patrick Modification end*/

TD.shopping_cart_header, .shopping_cart_header {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#222021;
	line-height: 1.5;
	padding:1px 5px;
	background-color:#dbdbdb;
	
	border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-color: #ffffff;
}


TD.shopping_cart_header_02,
.shopping_cart_header_02 {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#222021;
	line-height: 1.5;
	padding:1px;
	background-color:#D9D9D9;
	background-color:#dbdbdb;

	
	border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-color: #ffffff;
}

TD.shopping_cart_price, .shopping_cart_price {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:11px;
	text-decoration:none;
	color:#222021;
	background-color:#fff;
	
	border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-color: #ffffff;
}

TD.shopping_cart_quantity, .shopping_cart_quantity {
	background-color:#fff;
	border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-color: #ffffff;
}

TD.shopping_cart_quantity_message, .shopping_cart_quantity_message {
	color:#CC0033;
	background-color:#ffefef;
	border: 0px solid;
}

TD.shopping_cart_body, .shopping_cart_body {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:11px;
	text-decoration:none;
	color:#222021;
	line-height: 1.5;
	padding:1px;
	
	border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 2px solid;
	border-right: 1px solid;
	border-color: #ffffff;
}

TD.shopping_cart_line, 
.shopping_cart_line {
	background-color:#cccccc;
	padding:0px;
	border: 0px;
}

TD.shopping_cart_summe, .shopping_cart_summe {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:11px;
	text-decoration:none;
	color:#222021;
	line-height: 1.5;
	padding:1px;
	
	border: 0px;

	border-color: #ffffff;
}

.box_create_acount {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
    text-decoration:none;
    color:#222021;
}

.Back_box 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	text-valign:middle; 
	text-align:left; 
	color: #c9c9c9; 
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: 0px;
	border-top: 1px solid;
}

.shipping_methods 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #CC0033; 
}

table.landing_content {
border: solid 0px #ccc;
margin: 0px 0px 5px 0px ;
}

table.landing_content td {
vertical-align: top;
padding: 2px 5px 2px 5px;
}

.keyword_content {
margin-bottom:10px;
}

.keyword_content p {
display:inline;
}

html {
     overflow: -moz-scrollbars-vertical;
}


#keywords
{
	font-family:'Arial','Helvetica','Sans-serif';
	font-size: 11px; 
	color: #222021;
	background-color: #FFFFFF; 
	border: #31BFFF; 
		border-style: solid; 
		border-width: 1px; 
	width:211px;
	height:15px;
	font-weight: normal;
}

 
img.autocompleter-loading
{
	vertical-align:		top;
}

.bgcolor_0 {
  background: #e8e8e8;
}
.bgcolor_1 {
  background: #d8d8d8;
}

.new_images_250x
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	text-valign:middle; 
	text-align:left; 
	color: #c9c9c9; 
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: 0px;
	border-top: 1px solid;
	width:250px;
	height:250px;

}
.new_images_400x
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	text-valign:middle; 
	text-align:left; 
	color: #c9c9c9; 
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: 0px;
	border-top: 1px solid;
	width:400px;
	height:400px;
}

a.kwlink:link, a.kwlink:visited {
	color: #000000 ;
	text-decoration:none;
}

a.kwlink:hover {
	color: #0000FF;
	text-decoration:underline;
}

strong {color: #000;}

.pli_buy_now, .pli_price_tables 
{ 
	width:681px;
	text-align:right;
	text-valign:top;
}

.pli_codes 
{ 
	width:681px;
	text-align:left;
	text-valign:top;
}

div.width-401
{ 
	width:398px;
	text-align:left;
	text-valign:top;
}
div.width-270
{ 
	width:270px;
	text-align:center;
	text-valign:top;
	background-color: #FFFFFF;
}
.images_top
{ 
	text-align:center;
	text-valign:top;
	margin: 10px 10px 10px 10px ;
}

.images_boddy
{ 
	width:270px;
	text-align:left;
	text-valign:top;
	margin: 10px 0px 0px 0px ;
}


div.width-681
{ 
	width:681px;
	text-align:center;
	text-valign:top;
}

.clrlft { clear: left; }
.clrrt { clear: right; }
.fltlft { float: left; }
.fltrt { float: right; }
.fltnone { float: none; }

.clr {
        clear: both;
        overflow: hidden;
        height: 0;
}

div.icon {
        display: block;
        float: left;
        border: 0px;
        width: 227px;
        color: #565656;
        align: center;
        vertical-align: middle;
        text-decoration: none;
        background-color: #ffffff;
        
}


div.icon_intern_image {
        vertical-align: middle;
        text-align:center;
        text-decoration: none;
        padding: 10px 10px 8px 10px ;
        background-color: #ffffff;
}
div.icon_intern_text {
        vertical-align: middle;
        text-align:center;
        text-decoration: none;
        padding: 0px 10px 10px 10px ;
        background-color: #ffffff;
}

div.icon_84x74 {
        display: block;
        float: left;

        width: 84px;
        height: 74px;

		border: #999999; 
		border-style: solid; 
		border-width: 1px; 
        vertical-align:middle;
        
        text-align:center;
        vertical-align:middle;
        text-decoration: none;
        background-color: #ffffff;
        padding: 10px 0px 0px 0px ;
}

div.icon_456x74 {
        display: block;
        float: left;

        width: 456px;
        height: 74px;
        
		border: #999999; 
		border-style: solid; 
		border-width: 1px 0px 1px 0px;
        vertical-align:middle;
        
        text-align: left;
        vertical-align: middle;
        text-decoration: none;
        background-color: #ffffff;
        padding: 5px 5px 5px 5px ;
}

div.icon_134x74 {
        display: block;
        float: left;
        width: 134px;
        height: 74px;
		border: #999999; 
		border-style: solid; 
		border-width: 1px; 
        vertical-align:middle;
        
        text-align: right;
        vertical-align: middle;
        text-decoration: none;
        background-color: #ffffff;
        padding: 10px 0px 0px 0px ;
}

div.width-410
{ 
	width:410px;
	text-align:right;
	text-valign:top;
}

div.marging-10
{ 
	text-align:left;
	text-valign:top;
	margin: 10px;
}

div.width-258
{ 
	width:258px;
	text-align:center;
	text-valign:top;
}

div.width-62
{ 
	float: left;
	width:62;
	text-align:center;
	text-valign:top;
	padding: 1px 1px 1px 1px ;
	background-color: #ffffff;
}

.subcat_img {
margin: 10px 0;
}

#description {
margin: 15px 0 15px 0;
}

.gerneral_info {
margin: 10px 0 15px 0;
}

/* IWIA MODIFICATION END */



/* Patrick MODIFICATION START */

/* Anpassung Tabellen als Suchergebnis */


table.new_pricetable_header {
	margin-top:10px;
	width:100%;

	border:#ccc 1px solid;
	border-bottom:0px;
	vertical-align:top;
	display:block;
}


.new_pricetable_header_images {
	width:120px;
	height:120px;
	border:0;
	border-right:#ccc 1px solid;
	}

.new_pricetable_header_images img {
	width:120px;
	height:120px;
	border:0;
}

.new_pricetable_header_text {
	padding: 2px 10px 0px 10px;
	text-align:left;
	vertical-align:top;
	width:540px;
}

table.new_pricetable {
	border:#ccc 0px solid;

	background:#ccc;
}

table.new_pricetable th.header,
table.new_pricetable td.header{
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:30px;
	text-align:center;
}



table.new_pricetable th.products_model {
	width:77px;
}

table.new_pricetable th.characteristics {
 	width:auto;
}

table.new_pricetable th.products_weight {
	width:45px;
}

table.new_pricetable th.products_shippingtime {
	width:20px;
}

table.new_pricetable th.personal_offer_quantity,
table.new_pricetable th.products_price{
	width:55px;
}

table.new_pricetable th.quantity {
	width:30px;
}

table.new_pricetable td {
	font-size:10px;
	height:30px;
}

table.new_pricetable td.products_image {
	width:30px;
}

table.new_pricetable td.products_image,
table.new_pricetable td.products_model,
table.new_pricetable td.products_shippingtime,
table.new_pricetable td.products_weight{
	text-align:center;
}

table.new_pricetable td.products_short_description,
{
	text-align:left;
}

table.new_pricetable td.personal_offer_quantity,
table.new_pricetable td.products_price 
{
	text-align:right;
		padding-right:3px;
}

table.new_pricetable td.list_input {
	text-align:center;
}
table.new_pricetable input {
	width:37px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	text-align:right;
}

table.new_pricetable tr.row0{
	background-color:#efefef;
}

table.new_pricetable tr.row1{
	background-color:#f9f9f9;
}

table.new_pricetable tr.error{
	background-color:#ff8888;
	border-bottom:#CC0033; 1px solid;
}

div.new_pricetable_characteristics_title {
	padding: 0 0 3px 0;
	border-bottom:#ccc 1px solid;
}

/*-- --*/
.fax_lines {
border-bottom:#000 1px dotted;
}



/**-- Konfigurator --**/

.config_box {
width:100%;
border:#ccc 1px solid;
margin:10px 0px 20px 0;
background-color:#F5F5F3;
} 

.config_box_info {
padding:10px 10px 10px 10px;
}

.config_box_info_head {
background-color:#DBDBDB;
color:#000;
font-size:12px;
font-weight:bold;
padding:5px 10px 5px 10px;
}

.config_box_table_more {
width:100%;
}

.config_box_more {
padding:5px 8px 2px 8px;
}

.config_box_table_more td {
padding: 0 0 3px 0;
}

.more_links {
white-space:nowrap;
width:170px;
text-align:right;
}


.pricetable_tipps_head {
margin-top:5px;}

.pricetable_tipps {
margin:-18px 0 0 50px;
}

.pricetable_tipps ul{
margin:0px 0px 0px 0px;
padding:5px 0px 0px 20px;
}


TR.configurator_body {
	margin-top:10px;
	width:100%;

	border:#ccc 1px solid;
	border-bottom:0px;
	vertical-align:top;
	background-color: #ffffff;
}



.cfdall { background-color:#FCFCF7;border-bottom:1px solid #E0E0E0; }
.cfdall .cfdhl { font-size:9px;font-weight:bold;color:#666666;background-color:#F5F5F3;padding:5px 6px 4px 6px; }
.cfdall .cfdhl a { font-size:9px;font-weight:bold;color:#666666;text-decoration:none; }
.cfdall .cfdhl a:hover { text-decoration:none; }
.cfdall .cfdhl a:active { text-decoration:none; }
.cfdall .cfdhl a:focus { text-decoration:none; }
.cfdall ul { width:100%;padding:0px 0px 0px 0px;margin:0px;list-style-type:none;font-size:12px; }
/*.cfdall ul { width:100%;padding:2px 0px 6px 0px;margin:0px;list-style-type:none;font-size:12px;border-bottom:1px dotted #E0E0E0; }*/
.cfdall ul li { display:inline-block;padding:0px 10px 8px 0px;font-size:10px;color:#999;vertical-align:top; }
/*.cfdall ul li { display:inline-block;width:100px;padding:2px 3px 2px 14px;text-indent:-5px;font-size:10px;color:#999;vertical-align:top; }*/
/*.cfdall ul li { display:inline-block;min-width:23%;white-space:nowrap;padding:2px 3px 2px 9px;font-size:10px;color:#999999; }*/
.cfdall table { width:100%;background-color:white; }
.cfdall .cfdslb { width:1%;white-space:nowrap;font-size:11px;font-weight:bold;color:#666666;padding:5px 6px 4px 6px;text-align:right;line-height:1.6em; }
.cfdall .cfdsel { width:98%;font-size:9px;font-weight:normal;padding:4px 6px 4px 0px;line-height:1.6em; }
.cfdall .cfdsel span { white-space:nowrap;padding:0px 4px 0px 0px; }
.cfdall .cfdsel img { width:10px;height:10px;margin-left:6px; }
.cfdall .cfdsba { width:1%;font-size:8px;font-weight:bold;white-space:nowrap;padding:4px 8px;line-height:1.6em; }
.cfdall .cfdsba a { padding:0px 15px 0px 18px;background-image:url(/img/safp1.gif);background-repeat:no-repeat;background-position:0px 2px; }
.cfdall a { font-size:9px;color:#5D5DD7; }
.cfdall a:link    { text-decoration:none; }
.cfdall a:visited { text-decoration:none; }
.cfdall a:hover   { text-decoration:underline; color:#CC0033;}
.cfdall a:active  { text-decoration:underline; }
.cfdall a:focus   { text-decoration:underline; }

#new_cfdall { border-bottom:1px solid #E0E0E0; }
#new_cfdall .new_cfdhl { padding:5px 0px 5px 0px; }
#new_cfdall ul { width:100%;padding:0px 0px 0px 0px;margin:0px;list-style-type:none;font-size:12px;border-bottom:1px dotted #E0E0E0; }
#new_cfdall ul li { display:inline-block;width:253px;padding:2px 3px 2px 14px;text-indent:-10px;font-size:10px;color:#000000;vertical-align:top; }

.char_selected_box {
/*border:#00CC33 1px solid;*/
border:#ccc 1px solid;
margin: 10px 10px 0px 10px;
}

.select_box_head {
color:#333;
background-color:#DBDBDB;
padding:5px 6px 4px 6px; 
font-size:11px;
font-weight:bold;
}



.char_selected {
padding:8px 5px 5px 8px;
}

.selection_note {
padding:5px 5px 5px 0px;
color:#CC0033;
}


.success_note {
padding:5px 5px 5px 0px;
color:#00CC33;
font-size:11px;
}

.success_note a:link, .success_note a:visited {
color:#00CC33;
text-decoration:underline;
font-size:11px;
}

.success_note a:hover {
color:#CC0033;
}


.char_box {
border:#ccc 1px solid;
margin: 0px 10px 10px 10px;
}

.char_list_table {
}

.char_list_table td {
border-top:1px dotted #E0E0E0;
padding:8px 0px 0px 0px;
}

.char_list_table .char_name {
width:100px;
padding-left:8px;
/*white-space:nowrap;*/
vertical-align:top;
font-size:9px;
font-weight:bold;
color:#666666;
}


.char_list_table .char_values {
padding-left:5px;
}

.preistabelle {
margin: 0 0 10px 0;
}

/** Zubehör **/

.selected_item {
border:#ccc 1px solid;
margin: 0 10px 0px 10px;
}
.table_selected_item {
background:#fff;
background-color:#fff;
}

.table_selected_item th {
padding: 5px 5px 5px 10px;
}

td.selected_nr, td.selected_descr, td.selected_anz {
padding: 5px 0px 5px 10px;
}

.accessory_box {
margin: 20px 0px 10px 0px;
}


/** Farbwahl **/
#color_picker { width:100%; }
#color_picker ul {
	width:176px;
	padding:0px 0px 0px 0px;
	align:left;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	margin:0px;
	list-style-type:none;
}
#color_picker li { 
	display:inline-block;
	width:10px;
	height:10px;
	padding:0px 0px 0px 0px;
	font-size:1px;
	color:#000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	cursor: pointer;
	list-style-type:none;
}

#palette_preview { 
	width:100%;
	margin: 0px 0 0px 0;
	padding:0px 0px 0px 0px;
	font-size:10px;
	color:#000000;
	border:0px solid #ccc;
}

#palette_selected { 
	width:100%;
	padding:0px 0px 0px 0px;
	font-size:10px;
	color:#000000;
	border:0px solid #000000;
}

.palette_selected { 
height: 20px;
}

.color_picker_price_tables { 
	position:absolute; 
	top: -1; 
	width: 480px; 
	visibility:hidden;
	border:1px solid #000000;
	background-color: #dcf9fc;
	align:left;
}
.color_picker_price_tables_ul{

	padding:0px 0px 0px 0px;
	align:left;
	border-left:1px solid #000;
	
	margin:0px;
	list-style-type:none;
}
.color_picker_price_tables_li { 
	display:inline-block;
	width:10px;
	height:10px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	cursor: pointer;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}




/**--------------------**/

@media print
{

  /* Klasse zum sichtbar machen für Print-Elemente */
  .print { 
    display:block;
  }

  /* Klasse, zum Ausblenden von Elementen in der Druckausgabe */
  .noprint { display:none !important; }
 
 /* Wechsel der der Schriftgrößen-Maßheinheit zu [pt] (für Probleme mit Gecko-Browsern)*/
  body { 
  /*font-size:10pt;*/
  background-image: none !important;
   }

  .copyright {
  display:none;
  }
.order_table td,
.order_table th
 {
border-bottom:#999999 1px solid;
}
#ordered_articles {
border:#999999 2px solid;}

/* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
}




a.myPlayer {
	display:block;
	width:680px;
	height:400px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:158px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}

.contact-note {
margin-left:7px;
margin-bottom:10px;
}

.impressum-link {
margin-left:7px;
margin-bottom:10px;
}



