/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height:41px;
    background:url(images/main-bg.png) repeat-x;
	margin-top:-3px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
	
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #ffffff;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: #efefef;
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: #e6e4e4; }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.png);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.png);
    height: 44px;
    margin-right: 8px;
}



/* begin imported some styles  from original bigW style */

/* Shipping Site Beginn */

TR.shippingHeader {
  background: #bbc3d3;
}

TR.shippingNavigation {
  background: #bbc3d3;
}

TD.shippingNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #000000;
  font-weight : bold;
}
/* Shipping Site End */

.iframe_cop_datasheet {
width: 100%;
height: 1335px;
border-style:none

}

.smallText {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
.MessageStackWrong, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}
textarea {
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
}
/* end import from original style */

body, html {
margin: 0;
padding: 0;
	font-family: Tahoma;
	font-size: 0px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(picture/bg_top.png) ;
	background-repeat:repeat-x ;
	
text-align: center; /* needed for IE center bug */
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 10px auto;
	font-family: Tahoma;
	font-size: 9px;
	color: #595959;
width: 100%; /* set total pagewidth */
}
form {
display: inline;
	font-family: Tahoma;
	font-size: 9px;
	color: #595959;
}
td { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
}
td.itemListing-data { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
vertical-align: middle;
}
table#mainLayoutLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
margin: 0px auto;
width: 100%;
}
td.columnLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
width: 155px;
padding: 0;
}

table.infoBoxLT td table { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
width: 100%;
}
td#contentLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;

}
.infoBoxLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
margin: 5px;
}
td#contentLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
padding: 10px 12px;
}

td.frameTextLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
padding: 6px 5px;
}

div#pictureNavLT{ 
font-family: Tahoma;
font-size: 10px;
color: #595959;
margin: 12px 7px 0 0;
float: right;
}
.navRightLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
float: right;
}
.frameTextLT select { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
margin: 1px 5px;
height: 17px;
}
.logoLT, .navLeftLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
float: left;
}
.footerLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
text-align: center;
}
.footerLT div { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
margin: 5px auto;
}

#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #producersBoxLT, #searchBoxLT, #tell_a_friendBoxLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
text-align: center;
}
/* begin colors and borders (for link colors: see the link styles section below) */

.itemListing-heading { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
background-color: #ffffff;
}
tr.itemListing-even td.itemListing-data { 
font-family: Tahoma;
font-size: 10px;
color: #595959;

}
tr.itemListing-odd td.itemListing-data { 
font-family: Tahoma;
font-size: 10px;
color: #595959;

}
.errorText { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
color: red;
}
/* .cBoxE higlighting for categories frame enhancement contrib */
.cBoxE { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
color: red;
}

td#navBarTopLT, td#navBarBottomLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
border-left:0px solid #ffb21c; border-right:0px solid #ffb21c; border-top:1px solid #ffb21c; border-bottom:1px solid #ffb21c; 
}
table#mainLayoutLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
border: 2px #ffb21c solid;
}
.infoBoxLT td { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
border: 1px black solid;
}
contentLT table td.pageGeneralsign, h1 { 
font-family: Tahoma;
font-size: 12px;
color: #595959;
color: #d00;
}
.infoBoxLT td table td { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
border-width: 0px;
}
.inputRequirement, .greetUser { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
color: red;
}
/* example how to assign styles to one individual small infoframe (delete if you don't like) */
table#shop_basketBoxLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-weight: bold;
color: #e00;
}
td.infoFrameUpFONT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
color: #FFFFFF;
vertical-align: bottom; 
}
td.infoBoxCONTENTFONT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
color: #000000; background-color:#DEDEDE
}

/* end colors and borders */

/* begin fonts */
#copyRightLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
}

#copyright { 
font-family: Tahoma;
font-size: 10px;
color: transparent;
font-size: 0px;

}

#cright{
font-size: 10px;
color:#595959;
}

.infoBoxLT td, .infoframeLT td.frameTextLT form select { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
font-family: arial, sans-serif;
}
#navBarTopLT, #navBarBottomLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
font-weight: bold;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-size: 10px;
font-family: arial, sans-serif;
}
#contentLT table td.pageGeneralsign, h1 { 
font-family: Tahoma;
font-size: 12px;
color: #595959;
font-weight: bold;
text-indent: 15px;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */

a { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
font-weight:bold;

	font-family: Tahoma;
	font-size: 10px;
	color: #707070;
	text-decoration: none;
}
a:hover { 
font-family: Tahoma;
font-size: 10px;
color: #595959;
text-decoration: underline;
	font-family: Tahoma;
	font-size: 10px;
	color: #707070;

}
/* end link styles */