/*
"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: Verdana, Arial, sans-serif;
font-size: 10px;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
color: White;
font-weight: bolder;
font-size: 11px;
background-color: Red;
padding: 5px;
}

.headerError {
font-family: Verdana, Arial, sans-serif;
color: Black;
font-weight: bold;
font-size: 13px;
background-color: #ff9933;
padding: 5px;
}

textarea {
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #3F3F3F;
}
/* end import from original stylesheet */

body, html {
margin: 0;
padding: 0;
text-align: center; /* needed for IE center bug */
font-family: Arial, Helvetica, sans-serif;
color: #3f3f3f;
background-image: url(images/main_back.png);
 background-repeat: repeat-x;
 background-color: #24247c;
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 10px auto;
width: 800px; /* set total pagewidth */
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT {
margin: 0px auto;
width: 90%;
}
td.columnLT {
width: 193px;
padding: 0;
background-color: #ffffff;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 193px;
}
table.infoBoxLT td table {
width: 100%;
}
td#contentLT {

}
.infoBoxLT {
	padding: 5px 5px 5px 5px;
/*
margin: 5px;
*/
}
td#contentLT {
padding: 5px 5px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
	padding: 5px 5px 5px 5px;
}
td.boxTextLT {
padding: 5px 5px 5px 5px;
}

div#imageNavLT{
margin: 1px 5px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;

}
.logoLT, .navLeftLT {
float: left;
}
.footerLT {
text-align: center;
color: #000000;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
color: #ffffff;
font-weight: bold;
}
#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: 1px solid #906E1d;
}
.productListing-heading {
background-color: #CCCCFF;
}
tr.productListing-even td {
background-color: #ccccff;
}
tr.productListing-odd td.productListing-data {
background-color: #ccccff;
}
.errorText {
color: red;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
color: red;
}
td.infoBoxHeading {
border: 0px solid Black;
}
td#navBarTopLT, td#navBarBottomLT {
 background: #ccccff;
 color: #906E1d;
}
table#mainLayoutLT {
border: 1px solid black;
background-color: white;
}
.infoBoxLT td {
background-color: #ccccff;
color: ##906E1d;
}
#contentLT table td.pageHeading, h1 {
font-family: Arial, Helvetica, sans-serif;
color: #white;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: Goldenrod;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: normal;
color: #906E1d;
}

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
background: #24247c;
color: #ffffff;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 9px;
color: #ffffff;
}
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
font-size: 13px;
font-family: arial, sans-serif;
color: #906E1d;

}

#navBarTopLT, #navBarBottomLT {
font-size: 11px;
font-weight: normal;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
#contentLT table td.pageHeading {
font-size: 18px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-indent: 5px;
padding-top: 0px;
 margin-bottom: 0;
}

h1 {
font-size: 16px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #906E1d;
margin-bottom: 0;
}

h2 {
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #906E1d;
margin-bottom: 0;
}

h3 {
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #906E1d;
margin-bottom: 0;
}

h4 {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #906E1d;
margin-bottom: 0;
}

h5 {
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #906E1d;
margin-bottom: 0;
}

/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #3c3c3c  ;
font-family: Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: underline;
color: #906E1d;
}
/* end link styles */

