/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   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 
   ---------------------------------------------------------------------------------------*/
/* --- beginn search_suggest -------------------- */
.suggest_link {
    display:block;
        background-color: #ffffff;
        padding: 2px 6px 2px 6px;
 /*       height:36px;*/
        min-height:36px;
        border-bottom:1px solid #CCCCCC;
        color:#000000;
    }
.suggest_link_over {
    color: black;
    background-image:url("img/suggest_over_bg.png"); 
   /* background-repeat:repeat-x;*/
    padding: 2px 6px 2px 6px;
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
/*    height:36px;*/
  /*  min-height:36px;*/
}



#search_suggest {
    position:absolute;


    margin-left: -190px;
    text-align: left; 
    border: 1px solid #000000;  
    background-color:#ffffff;  
    display: none;     
    z-index: 1000;
    height:450px;
    width:350px;
    overflow:auto;
}




#search_suggest_if {
    position:absolute;

    margin-left: -190px;
    text-align: left; 
 border: none;    
  
    display: none;  
    z-index: 1000;
    height:450px;
    width:350px;
    overflow:auto;
}

.autosuggest_intro {
  height:22px;
  padding-top:3px;
  padding-left:5px;
  background-image:url("img/heading_suggest_bg.jpg");
  background-repeat:repeat-x;
  padding-right:5px;
    border-bottom:1px solid #CCCCCC;
  }
.suggestclose_link {
  font-weight:bold;
  color:#000000;
  display:block;
  background-image:url("img/heading_suggest_bg.jpg");
  background-repeat:repeat-x;
  height:21px;
  padding-top:4px;
  padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    }
.suggestclose_link:hover {
  text-decoration:none;
    cursor:pointer;
    color:#000000
}

#suggestmore_link {
  font-weight:bold;
    color:#000000;
  display:block;
  background-image:url("img/heading_suggest_bg.jpg");
  background-repeat:repeat-x;
  height:21px;
  padding-top:4px;
  padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    }
#suggestmore_link:hover {
  text-decoration:none;
    cursor:pointer;
    color:#000000;
}
#suggest_image {
  width:44px;
  max-width:44px;

  background-color:#ffffff;
  text-align:center;
  border:1px solid #CCCCCC;
  }
.suggest_image {
  width:44px;
  float:left  ;
  }
.suggestwidth {
  width:320px;
/*  height:35px;*/
  overflow:hidden;

  }
.suggest_productsname {
  width:200px;
  float:left;
  padding-left:5px;
  font-weight:bold;
  }
.suggest_products_price {
  white-space:nowrap;
  float:right;
  text-align:left;

  }
.autosuggest_no_products {
  height:22px;
  padding-top:3px;
  padding-left:5px;
  background-image:url("img/heading_suggest_bg.jpg");
  background-repeat:repeat-x;
  padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    color:#000000;
  } 
/* --- end search_suggest -------------------- */
   
   
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff; 
	font-weight: bold;
	text-decoration: none;
	margin:0;
	}
.boxText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 8px 5px;
}

.boxTextBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECEFF5;
	padding: 5px 0px 8px 25px;
}
.boxTextBGII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECEFF5;
}
.boxTextPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7E21;
}

.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color: #FF7E21;
}
.gvBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #ffffff;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #FF7E21;
}
.stockWarning { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
 	background-image:  url(img/bg_main.gif);
   	color: #000000;
  	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x; 
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #8090A8;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFB498;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #FF7E21;
}

TR.headerMessage {
	background-color: #2960BC;
}

.moduleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #FF7E21;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FF7E21;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #FF7E21;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
   background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.i_Box{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #336CC3;
  height:22px;
  padding-left: 5px;
  color: #ffffff;
    	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
  	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}
.k_Box{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #336CC3;
  height:22px;
  padding-left: 5px;
  color: #ffffff;

  	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153B63;
	border: 1px solid #666666;
}

.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #336CC3;
  height:17px;
  padding-left: 3px;
  color: #ffffff;
    	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
  	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}
TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #336CC3;
  height:17px;
  padding-left: 3px;
  color: #ffffff;

}

TD.infoBoxHeading_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
  
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
 
  background: #ECEFF5; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ECEFF5;

}

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: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

A.pageResults {
	color: #ffffff;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FF7E21;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #8090A8;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF7E21;
}
SPAN.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7E21;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF7E21;
}

SPAN.productDiscountPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF7E21;
  font-weight: bold;
}

.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 line-height: 1.5;
 background-color: #FFECE5;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #FFDDD1; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; 
	
	}
.moduleRowSelected {
	background-color: #FFDDD1; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; 




 }

/* NAVstart */


.moduleRowNav_sub {
	background-image: url(nav_sub_n.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #5C616D;
 	padding: 6px 1px 5px 11px;
	display: block;
	margin:  0;


}
.moduleRowNav_sub:hover {
	background-image: url(nav_sub_o.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #FF7E21;
	text-decoration: none;
	padding: 6px 1px 5px 11px;
	display: block;
	margin:  0;


}
.moduleRowNav {
	background-image: url(nav_bg_n.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #5C616D;
 	padding: 6px 1px 5px 16px;
	display: block;
	margin:  0;


}
.moduleRowNav:hover {
	background-image: url(nav_bg_o.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #D7E9F7; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #FF7E21;
	text-decoration: none;
	padding: 6px 1px 5px 16px;
	display: block;
	margin:  0;
}

/* NAVend */


.dataTableRow {
 	padding: 0px 0px 0px 5px;



}

.dataTableRow:hover {
 	background: #FF7E21;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
	padding: 5px 0px 5px 5px;




}

}.dataTableRowOver {
	background: #FFDDD1;
	padding: 0px 0px 0px 5px;





}
.moduleRowOver_ALT { 
	background-image: url(nav_bg_o.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #D7E9F7; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding: 4px 1px 4px 6px;
	display: block;
	margin:  0;
	background-color: #F1F3F5

	
	}
.ct_moduleRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #5C616D;
 	padding: 2px 1px 2px 5px;
	display: block;
	margin:  0;
	background-color: #D1DDF3


}
.ct_moduleRow:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	text-decoration: none;
 	color: #FF7E21;
 	padding: 2px 1px 2px 5px;
	display: block;
	margin:  0;
	background-color: #C6D1E7


}


.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; color: #FFFFFF; 
	padding-top: 6px; 
	padding-left: 5px;
	padding-bottom: 6px;}
	
.sitemap_heading:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; color: #CCCCCC; 
	background-color: #336CC3; 
	text-decoration:none;
	padding-top: 6px; 
	padding-left: 5px;
	padding-bottom: 6px;}
	
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ECEFF5; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 120px; }
.messageStackError, .messageStackWarning {color:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FF7E21; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FF7E21; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FF7E21; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.impress_2 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: #999999;
	text-decoration: none;

}
.impress {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: #999999;
	text-decoration: none;

}
.impress:hover {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.n_img{
	border-color: #ffffff;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;


}
.product_head{
	border-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;


}


/* aero_hk */
.price_aero {
  color: #FFFFFF;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;

}
/*Coupon Teaser */
.coupon-headline {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
	line-height: 14px;
	color: #ffffff;
 font-weight: bold;
  margin: 0px 0px 0px 0px;
   padding: 8px 0px 0px 0px;
  
	
	
}
.coupon-copy {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
		 margin: 0px 0px 0px 0px;
   padding: 4px 5px 0px 18px;
  
	

}
.coupon-zahl {
	
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	 font-weight: bold;
	 margin: 0px 0px 0px 8px;
   padding: 0px 0px 0px 0px;
  	width:50px;
	height:45px;

}

/*Startseite Videobox Newsletter */
.ts-header-1 {
 
  background-image: url(img/ts-header-1.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	color:#ffffff; 
	font-weight:bold; 
	 padding: 4px 0px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:374px;
	height:26px;

}
.ts-header-2 {
 
  background-image: url(img/ts-header-2.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	color:#ffffff; 
	font-weight:bold; 
	 padding: 4px 0px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:181px;
	height:26px;

}
.ts-table-1 {
 
  background-image: url(img/ts-table-1.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	color:#ffffff; 
	font-weight:normal; 
	 padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:374px;
	height:210px;

}
.ts-table-2 {
 
  background-image: url(img/ts-table-2.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	color:#ffffff; 
	font-weight:bold; 
	 padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:181px;
	height:196px;
	

}
.ts-table-3 {
 
  background-image: url(img/ts-table-1.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	color:#ffffff; 
	font-weight:normal; 
	 padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:181px;
	height:210px;
	

}
.videobox-link-1 {
  float:left;
 margin: 8px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
	

}
.videobox-link-2 {
 float:left;
 margin: 8px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
	

}
.videobox-headline {
font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 14px;
	color: #666666;
		 margin: 0px 0px 7px 0px;
     padding: 0px 0px 0px 0px;
  
	

}
.videobox-copy {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 12px;
	color: #666666;
		 margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
.videobox-price {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	line-height: 12px;
	font-weight:bold; 
	color: #666666;
		 margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}
.videobox-tax{

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 14px;
	color: #666666;
		 margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
.videobox-name{

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 12px;
	color: #666666;
		 margin: 8px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
.tv-video-container{
border: solid 1px #999;

	height:110px;
	 margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
#tv-video-container{
border: solid 1px #999;
	height:110px;
	 margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
.coupon-copy-2 {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 12px;
	color: #666666;
		 margin: 0px 0px 0px 0px;
   padding: 4px 5px 0px 18px;
  
	

}
.coupon-zahl-2 {
	
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 30px;
	color: #666666;
	text-decoration: none;
	 font-weight: bold;
	 margin: 0px 0px 0px 8px;
   padding: 0px 0px 0px 6px;
  	width:40px;
	height:45px;

}
.coupon-headline-2 {

	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
	line-height: 14px;
	color: #666666;
 font-weight: bold;
  margin: 0px 0px 0px 0px;
   padding: 8px 0px 0px 0px;
	
}
/*Startseite Preis Countdown */

.pc-table {
 
  background-image: url(img/pc_bg_001.gif);
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	color:#333333; 
	font-weight:normal; 
	 padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	
  	width:560px;
	height:214px;

}
.pc-head {
 margin: 0px 0px 0px 0px;
 padding: 8px 0px 0px 0px;
	
}
.pc-product {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
	
}
.pc-name {
 	width:260px;
	color:#333333; 
	font-weight:bold; 
	 margin: 0px 0px 0px 0px;
 padding: 4px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 14px;

	
}
.pc-link-1{
 margin: 0px 0px 0px 0px;
 padding: 8px 0px 0px 0px;
	
}

.pc-price-regular {
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
	
}
.pc-angebot-box {
 margin: 0px 0px 0px 0px;
 padding: 20px 0px 0px 0px;
 
	
}
.pc-angebot-text{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
	
}
.pc-angebot-counter{
 margin: 0px 0px 0px 0px;
 padding: 7px 0px 0px 0px;
	
}
.pc-price-new-box{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 	
	
}
.pc-price-new-head{

 margin: 0px 0px 0px 0px;
 padding: 30px 0px 0px 0px;
	
}
.pc-price-new{
 margin: -4px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 	font-size: 30px;
	font-weight:bold;
	
}
.pc-price-td{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 	width:160px;
 
	
}
/*Produktfinder */
.select {
position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(img/select.gif) no-repeat;
	overflow: hidden;
 
	
}
.produktfinder-copy {
height: 21px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 12px;
	color: #666666;
		 margin: 0px 0px 0px 0px;
   padding: 3px 0px 0px 0px;

}



