/*
"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 forums.eeweb.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 */
.smallText {
font-family: Arial, sans-serif;
font-size: 10px;
}
.orange  { color: #ff6400 }
.messageStackError, .messageStackWarning {
font-family: Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}
textarea {
width: 100%;
font-family: Arial, sans-serif;
font-size: 11px;
}
/* end import from original stylesheet */
/* body, html    { background-color: #5f5f5f; text-align: center; margin: 0; padding: 0 } old version 2008-11-12 */
body, html   { background-color: #ebebeb; text-align: center; margin: 0; padding: 0 }
li { list-style-type: square; margin-left: -22px }
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper        { margin: 0px auto; padding-left: 10px; width: 950px }
form {
display: inline;
}
td   { background-color: white; vertical-align: top }
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT   { margin: 0px auto; width: 100% }
td.columnLT   { padding: 0; width: 175px }
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT     { width: 175px }
table.infoBoxLT td table  { width: 100% }
.infoBoxLT {
margin: 5px;
}
td#contentLT      { padding: 10px 12px; width: 760px }
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

div#imageNavLT{
margin: 0px 7px 0 0;
float: right;
visibility: hidden;
}
.colLeftLT    { }
.navRightLT {
float: right;
}
.boxTextLT select  { width: 90% }
td#navBarTopLT div, td#navBarBottomLT div    { margin: 1px 5px -1px; padding-left: 5px; height: 16px }
.logoLT, .navLeftLT {
float: left;
}
/* .footerLT  { background-color: #5f5f5f; text-align: center } old version 2008-11-12 */
.footerLT  { background-color: #ebebeb; text-align: center }
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
}
#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
text-align: center;
}
/*
#informationBoxLT .boxTextLT   { padding-left: 10px }
*/
/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing   { border: solid 1px #808080 }
.productListing-heading  { background-color: #ccc }
tr.productListing-even td   { background-color: #f0f0f0 }
tr.productListing-odd td.productListing-data {
background-color: #fff;
}
.errorText   { color: #ff6400 }
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE   { color: #ff6400 }
td.infoBoxHeading  { border: solid 0px black }
td#navBarTopLT, td#navBarBottomLT    { background-color: #808080 }
table#mainLayoutLT    { font-weight: normal; background-color: #fff; margin-top: 25px; margin-bottom: 20px; border: solid 1px #000 }
.infoBoxLT td    { border-style: none solid solid solid; border-width: 1px; border-color: #808080 }
#contentLT table td.pageHeading, h1   { color: #ff6400 }
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser   { color: #ff6400 }
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT   { color: #ff6400; font-weight: bold }
.infoBoxHeadingLT div {
font-size: 11px;
font-weight: bold;
}
td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading   { color: #fff; background-color: #808080 }
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT  { font-size: 11px; font-family: arial, sans-serif; margin-left: 12px }
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select    { font-size: 11px; font-family: arial, sans-serif }
#navBarTopLT     { color: #ff6400; font-weight: bold; font-size: 11px; font-family: arial, sans-serif }
#navBarBottomLT { font-weight: bold; font-size: 11px; font-family: arial, sans-serif }
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: arial, sans-serif;
}
#contentLT table td.pageHeading, h1  { font-weight: normal; font-size: 18px; font-family: arial, sans-serif; text-indent: 0px; padding-top: 0px }
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #000;
}
a:hover    { color: #ff6400; text-decoration: none }
/* end link styles */
