/*
"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 */
.smallText {
font-family: tahoma, Arial, sans-serif;
font-size: 10px;
}
.messageStackError, .messageStackWarning {
font-family: tahoma, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}
textarea {
width: 100%;
font-family: tahoma, Arial, sans-serif;
font-size: 11px;
}
/* end import from original stylesheet */

body, html {
margin: 0;
padding: 0;
background: #A6A6A6;
text-align: center; /* needed for IE center bug */
scrollbar-face-color: #A6A6A6; 
scrollbar-track-color: #A6A6A6; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-darkshadow-color: Black;
buttonface: #FF0000;
}
td.pageTop {
background: #CCCCCC url(images/background.gif) repeat-x;
height: 24px;
}
td.headerTop {
background: #CCCCCC url(images/backtop.gif) repeat-x;
height: 18px;
}
/* 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%;
height: 97%;
}
td.columnLT {
width: 155px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 155px;
height: 24px;
}
table.infoBoxLT td table {
width: 100%;
}
.infoBoxLT {
margin: 0px;
}
td#contentLT {
width: 100%;
height: 100%;
background: #FFFFFF;
}
td#pageHeaderLT {
height: 110px;
background: #072E66 url(images/headerfade.gif) repeat-x;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navLeftLT {
float: left;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 2px 2px;
height: 17px;
}
.logoLT {
float: left;
}
.footerLT {
text-align: center;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
font-size: 9px;
font-weight: normal;
font-family: tahoma, arial, sans-serif;
color: #000;
}
#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: #0B3D92 solid 1px;
}
.productListing-heading {
background-color: #0B3D92;
}
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: 0px #000 solid;
border-width: 0px 0;
}
table#mainLayoutLT {
border: 4px #FFFFFF solid;
}
.infoBoxLT td {
border: 0px black solid;
}
#contentLT table td.pageHeading, h1 {
color: #005CA1;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: red;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: bold;
color: #e00;
}

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
background: #CCCCCC url(images/background.gif) repeat-x;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
font-family: tahoma, arial, sans-serif;
}
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
font-size: 11px;
font-family: tahoma, arial, sans-serif;
color: #FFFFFF;
}
#navBarTopLT, #navBarBottomLT {
font-size: 10px;
font-weight: normal;
font-family: tahoma, arial, sans-serif;
color: #000;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: tahoma, arial, sans-serif;
}
#contentLT table td.pageHeading, h1 {
font-size: 22px;
font-weight: normal;
font-family: tahoma, arial, sans-serif;
text-indent: 15px;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: underline;
color: #06f;
}
a:hover {
text-decoration: underline;
font-weight: bold;
color: #B4272C;
background-color: #fff;
}
/* end link styles */
