/*
- 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 much smaller than the original osC stylesheet!
*/

/* begin imported some styles  from original stylesheet */
/* ie text under pageheading */
.smallText  { color: navy; font-size: 10px; font-family: Verdana, Arial, sans-serif }
.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;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT table#informationBoxLT    { width: 180px }
td#contentLT  { width: 420px }
.infoBoxLT   { background-color: white; margin: 2px; width: 180px }
td#contentLT {
padding: 10px 12px;
}

td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

table.infoBoxLT td table  { }

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}

.navRightLT {
float: right;
}

.boxTextLT select  { }

td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 4px;
}

.headerNavigation   { color: #6e0060; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #c7c8ff }

.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, #loginBoxLT {
text-align: center;
}
/* begin colors and borders (for link colors: see the link styles section below) */

table.infoBox, table.productListing  { border: groove 1px navy }
.productListing-heading {
background-color: #ffd;
}
.infoBoxHeadingLT, .infoBoxHeading  { color: white; font-size: x-large; background-color: navy }
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 {
border: 0px black solid;
}
td#navBarTopLT, td#navBarBottomLT  { border-style: solid; border-width: 1px 0 1px 0; border-color: navy }
table#mainLayoutLT   { border: 1px navy }
.infoBoxLT td  { border: solid 1px black }
#contentLT table td.pageHeading, h1   { color: navy; font-weight: bold }
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement {
color: red;
}

/* new css code, example how to assign styles to one small box */
table#shopping_cartBoxLT  { font-style: italic; font-weight: bold }
/* end new css code, just delete if you don't want this style */

/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 10px;
}
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;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT  { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#contentLT table td.pageHeading, h1   { font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding-top: 5px }
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a  { color: maroon; text-decoration: none }
a:hover {
text-decoration: underline;
color: red;
background-color: #fff;
}
/* end link styles */
