/*
"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
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/24 PaulM forums.eeweb.nl
- note: I separated the borders and colors, font and linking  styles as much as possible for developement.
- To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles.
- But don't worry, even without optimizing this stylesheet, it already is quite small compared to the original osC stylesheet!
*/

/* begin imported some styles  from original stylesheet */
/* ie text under pageheading */
.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
/* end import from original stylesheet */
body {
margin: 0;
padding: 0;
text-align: center;
}
/* form inline added to resolve select box problem in IE */
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT   { margin: 10px auto 0px; width: 788px }
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 125px;
}
td#contentLT       { width: 525px; height: 345px }
.infoBoxLT  { margin: 5px }
td#contentLT        { padding: 8px 4px 4px 8px }
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}
/*td.iconMenu   { background-color: white; margin: 0px; padding: 0px; border-top: 1px solid black; border-right: 2px solid black; height: 100% }*/
td#iconMenu    { margin: 0px; padding: 0px; border-top: 1px solid black; border-right: 2px solid black; width: 141px; height: 100% }
td#columnRightReseller  { background-image: url(/catalog/images/bgfluff.gif); margin: 0px; padding: 0px; border-left: 2px solid black; width: 104px; height: 100% }
/*td.columnRightReseller  { text-align: right; vertical-align: top; margin: 0px; padding: 0px; height: 100% }*/
table.infoBoxLT td table {
width: 100%;
}
div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div   { color: silver; margin: 1px 5px; height: 17px }
.logoLT, .navLeftLT  { float: left }
.footerLT {
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;
}
/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing  { border: solid 1px black }
.productListing-heading {
background-color: #fee662;
}
tr.productListing-even td {
background-color: #ffe;
}
tr.productListing-odd td.productListing-data {
background-color: #fff;
}
.errorText {
color: red;
}
/* higlighting only for categories box enhancement contrib */
.cBoxE {
color: red;
}
td.infoBoxHeading  { color: silver; border: solid 0px black }
td#navBarTopLT, td#navBarBottomLT   { color: silver; border-style: solid; border-width: 1px 0 1px 0; border-color: black }
table#mainLayoutLT  { border: solid 2px black }
td#TopBoxLT { border-style: solid; border-width: 1px 2px 0px 2px; border-color: black }
.infoBoxLT td {
border: 1px black solid;
}
#contentLT table td.pageHeading, h1 {
color: #d00;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement {
color: red;
}
/* example how to assign styles to one small box */
table#shopping_cartBoxLT {
font-weight: bold;
color: #e00;

}
/* just delete the above if you don't like it */
td.infoBoxHeadingLT, .infoBoxHeading  { color: white; background: black repeat-x }
/* 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;
}
.TopBoxLT { font-size: 11px; font-family: verdana, sans-serif; text-align: center; vertical-align: middle }
#navBarTopLT, #navBarBottomLT {
font-size: 12px;
font-weight: bold;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 12px;
font-family: verdana, sans-serif;
}
#contentLT table td.pageHeading, h1 {
font-size: 25px;
font-weight: normal;
font-family: arial, sans-serif;
text-indent: 15px;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a   { color: black; text-decoration: none }
#navBarTopLT a { color: silver; text-decoration: none; font-family: verdana, sans-serif }
#TopBoxLT a   { color: #808080; font-weight: bolder; text-decoration: none; font-family: verdana, sans-serif }
.infoBoxHeading a { color: silver; text-decoration: none }
#navBarTopLT a:hover { color: silver; text-decoration: underline }
#TopBoxLT a:hover   { color: #a9a9a9; font-weight: bolder; text-decoration: underline }
#infoBoxHeading a:hover { color: silver; text-decoration: underline }
a:hover  { color: #a9a9a9; text-decoration: underline }
/* end link styles */


.white{color:#fff;}