/*
"One main layout Table" stylesheet for osC created by Paul Mathot
2003/11/12

- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- modified 2004/03/18 PaulM PandA.nl
- To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles.
*/

/* begin imported some styles  from original osC stylesheet */
body{
margin-top:0px;
color:#2c4b01;
}
.smallText {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}
textarea {
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
/* end import from original stylesheet */

body, html {
margin: 0;
padding: 0;
text-align: center; /* needed for IE center bug */
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 0px auto;
width: 100%; /* set total pagewidth */
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT {
margin: 0px auto;
width: 100%;
}
td.columnLT {
width:167px!important;
width:154px;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
font:Tahoma;
font-size:11px;
width:167px!important;
width: 154px;
color:#FFFFFF;
font-weight:bold;
}
table.infoBoxLT td table {
width: 100%;
}
td#contentLT {
width:auto!important;
width:100%;
}
td#pageHeaderLT{
padding-top:15px;
padding-bottom:15px;
}
.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding-left: 5px;
}
td.boxTextLT {
padding: 6px 5px;
background-color:#9ec16d;
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;
height: 17px;
}
.logoLT, .navLeftLT {
float: left;
}
#clear{
clear:both;
}
.navLeftLT, .navRightLT{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
.logoLT{
padding-left:10px;
}
.footerLT {
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
}
#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
text-align: center;
}
/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing {
border: #5E980B solid 1px;
}
.productListing-heading {
background-color: #5E980B;
}
tr.productListing-even td {
background-color: #ffe;
}
tr.productListing-odd td.productListing-data {
background-color: #fff;
}
.errorText {
color: red;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
color: red;
}
td.infoBoxHeading {
border: 0px black solid;
}
td#navBarTopLT, td#navBarBottomLT {
border: 1px #ffb21c solid;
border-width:0px;
}
#contentLT table td.pageHeading, h1 {
color: #5E980B;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: #ffffff;
font-weight:bold;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: bold;
color: #e00;
}
.infoBoxHeading, .productListing-heading {
background: #5e980b;
color:#ffffff;
}
td.infoBoxHeadingLT{
background-image:url(../../images/bg1.gif);
background-repeat:no-repeat;
height:23px;
line-height:23px;
color:#ffffff;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
}
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
font-size: 11px;
font-family: arial, sans-serif;
}
#navBarTopLT, #navBarBottomLT {
font-size: 12px;
font-weight: bold;
background-color:#9ec16d;
color:#ffffff;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: arial, sans-serif;
}
td.infoBoxContents{
color:#FFFFFF;
}
#contentLT table td.pageHeading, h1 {
font-size: 22px;
font-weight: normal;
font-family: times, serif;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: underline;
color: #a4be27;
}
a:hover {
text-decoration: underline;
color:#a4be27;
}
a.box_bigger_hover {
font-size:12px;
text-decoration: none;
color:#f5fe00;
font-weight:bold;
}
a.box_bigger_hover:hover {
font-size:12px;
text-decoration: underline;
color: #f5fe00;
font-weight:bold;
}
a.box_bigger {
font-size:12px;
text-decoration: none;
color: #ffffff;
}
a.box_bigger:hover {
font-size:12px;
text-decoration: underline;
color: #f5fe00;
}
a.box{
text-decoration: none;
color: #ffffff;
}
a.box:hover {
text-decoration: underline;
color: #f5fe00;
}
#welcomeLT a.box{
text-decoration: none;
color: #f5fe00;
}
#welcomeLT a.box:hover{
text-decoration: none;
color: #f5fe00;
}
#navigation{
margin-left:5px;
}
#navigation a
{
font-family:Tahoma;
height:26px;
font-size:11px;
color: #ffffff;
font-weight:bold;
background-image:url(../../images/button.gif);
background-repeat:repeat-x;
line-height:24px;
text-decoration: none;
padding-left:10px;
padding-right:10px;
border:0px;
margin-right:1px;
float:left;
}
#navigation a:hover {
color: #ffffff;
background: #9ec16d;
text-decoration: none;
padding-left: 10px;
border:0px;
padding-bottom:0px;
margin-right:1px;
float:left;
}  
#navigation_h a
{
font-family:Tahoma;
height:26px;
line-height:24px;
font-size:11px;
color: #ffffff;
font-weight:bold;
background: #9ec16d;
text-decoration: none;
padding-left:10px;
padding-right:10px;
border:0px;
margin-right:1px;
float:left;
}
#navigation_h a:hover {
color: #ffffff;
background: #9ec16d;
text-decoration: none;
padding-left: 10px;
padding-right:10px;
border:0px;
margin-right:1px;
float:left;
}  
a.headerNavigation, a.headerNavigation:hover{
font-family:Verdana, Arial, sans-serif;
font-size:10px;
text-decoration:none;
font-weight:bold;
color:#ffffff;
}
a.headerNavigation:hover{
text-decoration:underline;
color: #f5fe00;
}
div.links{
width:100%;
background-image:url(../../images/tile.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:3px;
padding-top:2px;
}
.boxBottom{
background-image:url(../../images/bottom_bg.gif);
background-repeat:no-repeat;
height:9px;
}
#seaform{
float:right;
padding-left:65px;
margin-right:20px;
background-image:url(../../images/search_lbl.gif);
background-repeat:no-repeat;
}
#seaform form{
margin:0px;
}
#asearch{
padding-top:3px;
}
#asearch a{
font-family: Verdana, Arial, sans-serif;
font-size:11px;
color:#9ec16d;
font-weight:bold;
}
/* end link styles */
.mncont{
background-image:url(../../images/bg2.gif);
background-repeat:no-repeat;
background-position:right;
}
.mncont a{
font-weight:bold;
}
