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

body, html {
margin: 0;
padding: 0;
color: #707070;
text-align: center; /* needed for IE center bug */
}

h5 {
font-weight: normal;
font-family: times, serif;
font-size: 15px;
padding-top: 5px;
}


/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 10px 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%;
}
td.columnLT {
width: 155px;
padding: 0;
}
td#pageHeaderLT{
background-color: #FFFF99;
/* background-color: #FFFF99; */ /* DESCOMENTAR ESTA LÍNEA PARA PONER FONDO NARANJA */
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 155px;
}
table.infoBoxLT td table {
width: 100%;
}

.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
width: 100%;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}
td.boxText2LT {
padding: 2px 1px;
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;
height: 17px;
}
.navLeftLT {
float: left;
}
.logoLT {
float: left;
}
.footerLT {
text-align: center;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
}
#languagesBoxLT, #specialsBoxLT, #extraBoxLT, #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: #F8E415 solid 1px;
}
.productListing-heading {
background-color: #FFFF99;
}
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 {
/*border: 1px #F8E415 solid;*/
border-top: 0px;
border-bottom: 1px #F8E415 solid;
border-width: 1px 0;
background-color: #fdf7ad;
}
td#navBarBottomLT {
border: 1px #F8E415 solid;
border-width: 1px 0;
}
.infoBoxLT td {
border: 1px black solid;
}
.infoBox2LT td {
border: 1px black solid;
}
.infoBox2LT {
border-collapse: collapse;
}
#contentLT table td.pageHeading, h1 {
color: #d00;
}
.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.top {
background: url(images/background2.jpg) repeat-x;
margin : 0px;
valign: middle;
}

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
background: #FFFF99 url(images/background.jpg) repeat-x;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
}

#footerInfo {
font-size: 13px;
}

div#footerInfo  ul {
 display: inline;
 border-left: 1px solid #777;
 padding: 0 .5em 0 .6em; 
 list-style: none;
 margin: 0;
 padding: 0;
}

div#footerInfo  ul {
 border-left: 1px solid #777;
 padding: 0 .5em 0 .6em; 
 list-style: none;
 margin: 0;
 padding: 0;
}


ul#footerInfo { 
 border-top: 2px solid #fdf7ad;
 overflow: hidden;
 text-align: left;
 margin-bottom: 16px;
 -height: 1%;
}

ul#footerInfo ul {
 border: none;
}

ul#footerInfo li#footer_your_account {
 border-right: 1px solid #fdf7ad;
 padding-bottom: .5em;
}

ul#footerInfo li#footer_company { 
 border: none;
}

ul#footerInfo h4 { 
 color: #666;
 font-size: 1.05em;
 margin: 0 0 .4em 0;
}

#footer_doc ul, #footer_doc li, #footer_doc h4, #footer_doc p {
 margin: 0;
 padding: 0;
 list-style: none;
}

ul#footerInfo li {
 float: left;
 width: auto;
 margin: 14px 0 0 0;
 padding: 0 3.1em 0 1.1em;
}

ul#footerInfo li li {
 float: none;
 border: none;
 margin: 0 0 3px 0;
 -margin: 0 0 1px 0;
 padding: 0;
 font-size: .9em;
}

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 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-size: 22px;
font-weight: normal;
font-family: times, serif;
text-indent: 15px;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #06f;
/*color: #06f;*/
}
a:hover {
text-decoration: underline;
color: #f00;
/*color: red;*/
/*background-color: #fff;*/


}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 10px auto;
width: 100%; /* set total pagewidth */
}

/* end link styles */

