/*
- 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 */
/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #333333; }
.dataTableRow2 { }
.dataTableRowSelected { background-color: #1B1B1B; }
.dataTableRowSelected2 { background-color: #999999; }
.dataTableRowOver { background-color: #737373;  }
.dataTableRowOver2 { background-color: #333333;  }
.dataTableContent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #000000; }

.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #FFFFFF; }
.checkoutBarCurrent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #FFFFFF; }


.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
}
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}

.smallTextN a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}
.smallTextN:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}
.ContenidoText {
	font-family: VGeorgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.NormalText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.NormalText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}
.BoldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.BoldTextLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #E0DFE3;
	font-weight: bold;
}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #E9ECE8; }
/* end import from original stylesheet */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

/* form inline added to resolve select box problem in IE */
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
}
td.productListing-data2 {
	vertical-align: middle;
	font-size: 10px;
}

table#mainLayoutLT {
	margin: 10px auto;
	color: #FFFFFF;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 125px;
}
td#contentLT {
width: 420px;
}
.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
}

td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

table.infoBoxLT td table {
width: 100%;
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}

.navRightLT {
float: right;
}

.boxTextLT select {
width: 90%;
}

.boxText  {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 4px;
}


.logoLT, .navLeftLT {
float: left;
}


.footerLT {
	text-align: center;
	color: #FFFFFF;
}
.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: 3px solid #666666;
}
.productListing-heading {
background-color: #CCCCCC;
}
.infoBoxHeadingLT, .infoBoxHeading {
background-color: #999999;
}
tr.productListing-even td {
background-color: #CCCCCC;
}
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-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
table#mainLayoutLT {
	border: 2px solid #666666;
	color: #FFFFFF;
}
.infoBoxLT td {
border: 1px solid #999999;
}
#contentLT table td.pageHeading, h1 {
color: #ffffff;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement {
color: red;
}

.main {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.mainGris {
	color: #333333;
	font-size: 12px;
}
.mainNegro{
	color: #000000;
	font-size: 12px;
}
.textoDetalle {
	color: #FFFFFF;
	font-size: 12px;
}
.textoGrande {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
/* new css code, example how to assign styles to one small box */
table#shopping_cartBoxLT {
border-top: 2px solid red;
border-bottom: 2px solid red;
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: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#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: Georgia, "Times New Roman", Times, serif;
}
#contentLT table td.pageHeading, h1 {
	font-size: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
	padding-top: 5px;
	color: #FFFFFF;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #999999;
}
a:hover {
text-decoration: underline;
color: #666666;
background-color: #fff;
}
/* end link styles */
