/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 11px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  font-family:  Arial, Helvetica, sans-serif;
  color: #1e1e1e;
  margin-top: 0;
  margin-left: 0;
  background: #bbbbbb;
  line-height: 1.3em;
  font-size: 12px;
  text-align: center;
}

#body_un_list {
  display:block;
  width: 1152px;
  margin: 0;
  background: #ffffff url(images/sax/bg_g.gif) 0 0 repeat-y;

}

#body_list {
	display:block;
	width: 1152px;
	background: #FFFFFF url(images/sax/mw_shadow_r.png) 100% 100% repeat-y;
	padding-right: 11px;
	margin-left: 42px;
}

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #0072bc;
  text-decoration: underline;
}

FORM {
	display: inline;
}
h5 {
padding:3px;
margin:0;


}
#top_a {
position: absolute;
top: 40px; 
}

.tab_header {
  background: #d1d2d4 url(images/sax/p_betreb.jpg) 100% 15px no-repeat;

}
.tab_header_w {
  background: #d1d2d4 url(images/sax/p_werkzeuge.jpg) 100% 15px no-repeat;

}
.tab_header_k {
  background: #d1d2d4 url(images/sax/p_kat.jpg) 100% 15px no-repeat;

}
TR.header {
  padding:0;
  margin:0;
  height: 150px;
}

TR.header_top {
  padding:0;
  margin:0;
  height: 11px;
  font-size: 10px;
  font-weight:bold;
  color:#000000;
}

TD.header_l {
  font-size: 10px;
  font-weight:bold;
  color:#000000;
  padding:0;
  margin:0;
  
}

td.header_g {
  background: #fff200 url(images/sax/r_coner_top.png) 100% 100% repeat-y;
  font-size: 10px;
  height: 15px;
  font-weight:bold;
  color:#000000;
  padding:0;
  margin:0;

}
tr.header_g_bg {
  padding:0;
  margin:0;
  background-color: #fff200;

}

TD.header_r {
  background-color:#d1d2d4;
  padding:0;
  margin:0;
}


TD.headerNavigation {
  font-size: 11px;
  background: #0072bc;
  color: #ffffff;
  font-weight : bold;
  height:26px;
}

.menuNavigation {
  font-size: 11px;
  background: #d1d2d4;
  color: #ffffff;
  font-weight : bold;
  height: 21px;
  padding: 0px;
  margin: 0px;
 
}
div#menu {
padding-left: 82px;

}
ul#mainlevel, .mainlevel{list-style-type:none;margin:0;padding:0}
ul#mainlevel{font-size: 12px; float:left;}
.mainlevel {float:left; margin-left: 3px;text-align: center}
.mainlevel a{float:left; width: 145px; padding: 5px 0;background: #0072bc;text-decoration:none;color: #ffffff; font-weight:bold}
.mainlevel a:hover{background: #0072bc;color: #ffffff}

ul#mainlevel_h, .mainlevel_h{list-style-type:none;margin:0;padding:0}
ul#mainlevel_h{font-size: 12px; float:left;}
.mainlevel_h {float:left; margin-left: 3px;text-align: center}
.mainlevel_h a{float:left; width: 220px; padding: 5px 0;background: #0072bc;text-decoration:none;color: #ffffff; font-weight:bold}
.mainlevel_h a:hover{background: #0072bc;color: #ffffff}


td.mN a{ 
  color: #FFFFFF; 
  text-align: center;
  font-weight:bold;
  background: #0072bc;
  padding: 5px 0;
  width:120px;
  height:21px;
  display:block;
  
}

td.mN a:hover {
  color: #ffffff;
  background: #0072bc;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerNavigation {
  background: #0072bc;
  height:26px;
  
}

TD.headerCatNavigation {
  font-size: 11px;
  background: #0072bc;
  color: #ffffff;
  font-weight : bold;
}

A.headerCatNavigation 
{ 
  color: #FFFFFF;
  padding: 2px;
  margin: 2px;
}

A.headerCatNavigation:hover {
  color: #ffffff;
}

   
TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #e8e8e9;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
}

TABLE.footer {
  font-size: 10px;
  background: #0072bc;
  color: #ffffff;
  height: 35px;
}
TABLE.footer_coner {
  font-size: 10px;
  background: #ffffff;
  height: 35px;
}


.infoBox {
  background: #cccccc;
}

.infoBoxContents {
  background: #FFFFFF;
  font-size: 10px;
  padding: 2px;
}

.infoBoxContents_a {
  background: #ffffff;
  font-size: 10px;
  color: #1e1e1e;
}

.cat_text{
display:block;
border: solid 1px #FFFFFF;
padding: 6px;
margin: 3px;
background-color:#e0edfe ;
}

.cat_text a {
	font-weight: bold;
	font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #e8e8e8;
  color: #1e1e1e;
  border-bottom: 1px solid #ffffff;
  height:35px;
  padding-left:7px;
  }
TD.infoBoxHeading_l {
  background: #e8e8e8;
  height:35px;
  }
TD.infoBoxHeading_r {
  background: #e8e8e8;
  height:35px;
  }


TD.infoBox, SPAN.infoBox {
    font-size: 11px;
}

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: #fffdd3;
  //shopping-cart content color
}

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: #F1F1F1;
  //shopping-cart content color
}
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  //shopping-cart header/footer color
  padding: 10px;
  background-color: #ffffff;
}

.productListing-heading, .dataTableHeadingContent {
  font-size: 11px;
  background: #e8e8e9;
  //shopping-cart header/footer color
  color: #1e1e1e;
  font-weight: bold;
  padding: 10px;
}

TD.productListing-data {
  font-size: 11px;
  color: #282E3E;
}


A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


TD.pageHeading, DIV.pageHeading, table.pageHeading {
  font-size: 14px;
  color: #0072bc;
  font-weight: bold;
  width: 100%;
  background: #e8e8e8;
  color: #1e1e1e;
  padding-top: 10px;
  padding-bottom: 10px;
  height:35px;
  padding-left:7px;
   border: 1px;
  border-style: solid;
  border-color: #cccccc;

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #333333;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.main_left {
  font-size: 12px;
  line-height: 1.5;
  width: 280px;
  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
  padding-left: 6px;
  padding-right: 6px;
}

TD.smallText_w, SPAN.smallText_w, P.smallText_w {
  font-size: 10px;
  padding-left: 6px;
  padding-right: 6px;
  color:#FFFFFF;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #0072bc;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  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;
  font-weight: bold;
}

SPAN.productPrice {
  color: #000000;
  font-weight: bold;
}

SPAN..productCatalogPrice {
  color:#000000;
  font-weight : bold;
}

SPAN..productSub {
  color:#000000;
  font-weight: normal;
  font-size: 10px;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow, .dataTableRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #333333; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #fdfacb; line-height: 23px; border: 1px dashed #e8e8e8; padding-top: 5px; padding-bottom: 5px; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

A.tabsNavigation {
  font-size: 12px;
  font-weight : bold; 
  color: #0000CC; 
}

A.tabsNavigation:hover {
  font-size: 12px;
  font-weight : bold; 
  color: #3366CC;
}

TD.tabsNavigation {
  font-size: 12px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}


td.pagePrice {
  font-size: 14px;
  color: #747474;
  font-weight: bold;
}

td.pageID {
  color: #666666;
  font-weight: bold;
}



td{
 font-size: 11px;
 color: #333333;
}

 .bg{
  background-image: url(images/m23.gif);
  background-repeat: repeat-y; 
 }

 .bg1{
  background-image: url(images/m29.gif);
  background-repeat: repeat-y; 
 }

 .bg2{
  background-image: url(images/m42.gif);
  background-repeat: repeat-y; 
 }

 .bg3{
  background-image: url(images/m48.gif);
  background-repeat: repeat-y; 
 }

 .bg4{
  background-image: url(images/m59.gif);
  background-repeat: repeat-y; 
 }

 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #A1A1A1;
  height: 20px;
 }

 .cy{
  font-size: 11px;
  color: #747474;
  font-weight: bold;
 }

 .cy1{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
 }

 .cy2{
  font-size: 13px;
  color: #848282;
  font-weight: bold;
 }


 .ml{
  font-size: 11px;
  color: #08A8C4;
  text-decoration: none;
 }

 .ml1{
  font-size: 11px;
  color: #848282;
  text-decoration: none;
 }

 .ml2{
  font-size: 10px;
  color: #848282;
  text-decoration: underline;
 }

 .px2{
  font-size: 2px;
 }

 .px4{
  font-size: 4px;
 }

 .se{
  width: 110px;
  font-size: 9px;
 }
 
 #ImagesCont {
	LEFT: 0px; WIDTH: 230px; POSITION: left; 
}
#ImagesCont .ImageBig {
	FLOAT: left; POSITION: relative
}
#ImagesCont #mainImageOverlay {
	LEFT: 0px; POSITION: absolute; TOP: 0px
}
.ImageBig IMG {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FLOAT: left; BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
}
.ImageSmall IMG {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FLOAT: left; MARGIN-BOTTOM: 6px; MARGIN-LEFT: 1px; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid; 
}
.ImageBig:hover IMG {
	BORDER-LEFT-COLOR: #7b3c5b; BORDER-BOTTOM-COLOR: #7b3c5b; CURSOR: pointer; BORDER-TOP-COLOR: #7b3c5b; BORDER-RIGHT-COLOR: #7b3c5b
}
.ImageSmall:hover IMG {
	BORDER-LEFT-COLOR: #7b3c5b; BORDER-BOTTOM-COLOR: #7b3c5b; CURSOR: pointer; BORDER-TOP-COLOR: #7b3c5b; BORDER-RIGHT-COLOR: #7b3c5b
}

#quick_find select {width:12em; font-size:11px;}
#quick_find select option {width:auto;}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {	padding: 2px 6px 2px 6px; BORDER: #cccccc 1px solid;}
.suggest_link_over {	background-color:  #f1f1f1; padding: 2px 6px 2px 6px; BORDER: #cccccc 1px solid;}
#search_suggest {	position: absolute; 	background-color: #fffdd3; 	text-align: left; 	}	


.suggestionsBox { 
position: absolute;
margin: 5px 5px 5px 5px; 
background-color: #fffdd3; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border: BORDER: #cccccc 1px solid;; 
} 
.suggestionList { 
margin: 0px; 
padding: 0px; 
} 
.suggestionList li { 
margin: 0px 0px 3px 0px; 
padding: 3px; 
cursor: pointer;
list-style: none;
BORDER: #cccccc 1px solid; 
} 
.suggestionList li:hover { 
background-color: #f1f1f1; 
}

/*----------------------------End Suggest Styles------------------------*/

#loading {
  display:none;
  padding-left:10px;
}
#message {
  display:none;
  padding-left:10px;
}

.box_b {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #b3b3b3;
	float: left; margin-left: 3px;
}

a.box_b:hover {
  	color: #0072bc;
	text-decoration: none;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #0072bc;
	float: left; margin-left: 3px;
}

#_del_cart { 
	color: #b80303; 
}

#loading, #m {
width: 130px;

}

.menu-link_b {
			display: block;
			color: #1e1e1e;
			border-left: 5px #0074c3 solid;
			text-decoration: none;
			margin: 0;
			padding: 0;			
			margin-left: 0;
			padding-left: 5px;
			width: 100%;
			height: 20px;
			padding-bottom: 3px;
			font-size: 12px;
		}
		
.menu-link_:hover {
				border-left: 5px #fff200 solid;
				background: #fff;
	
			}
.menu-link_g {
			display: block;
			color: #1e1e1e;
			border-left: 5px #1ec23d solid;
			text-decoration: none;
			margin: 0;
			padding: 0;			
			margin-left: 0;
			padding-left: 5px;
			width: 100%;
			height: 20px;
			padding-bottom: 3px;
			font-size: 12px;

		}
		
.menu-link_g:hover {
				border-left: 5px #fff200 solid;
				background: #fff;
				
			}

.menu-link1 {
			display: block;
			color: #1e1e1e;
			margin: 0;
			padding: 0;			
			margin-left: 0;
			padding-left: 5px;
			border-left: 5px #0074c3 solid;
			text-decoration: none;
		}
		
.menu-link1:hover {
				border-left: 5px #fff200 solid;
				background: #fff;
				
			}			
			
.menu-link-pod {
               display: block;
               color: #1e1e1e;
               margin-left: 17px;
			   padding-left: 0;
               text-decoration: none;
               
          }
          
               .menu-link-pod:hover {
                    border-left: 5px #fff200 solid;
                    border-right: 5px #fff200 solid;
                    background: #d7ebf7;
               }