/* 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;
	text-align: center;
	background-color: #EEEEEE;
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
	position: relative;
	margin: 10px auto;
	width: 100%;
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
	vertical-align: middle;
	border-top: 1px solid #cecef7;
}
table#mainLayoutLT {
	margin: 0px auto;
	width: 80%;
	background-color: #F2F2F2;
}
td.columnLT {
width: 155px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 155px;
}
table.infoBoxLT td table {
width: 100%;
}
td#contentLT {

}
.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
	padding: 2px 4px;
	color: #000000;
	font-weight: bold;
}
td.boxTextLT {
	padding: 6px 5px;
	background-color: #FFFFFF;
}

div#imageNavLT{
margin: 12px 0px 0 7px;
float: left;
}
.navRightLT {
	float: right;
	font-weight: lighter;
}
.boxTextLT select {
width: 90%;
}
td#navBarTopLT div, td#navBarBottomLT div {
	margin: 1px 5px;
}
.logoLT, .navLeftLT {
	float: left;
	font-weight: lighter;
}
.footerLT {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cecef7;
}
.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: 1px solid #cecef7;
}
.productListing-heading {
background-color: #0066FF;
}
tr.productListing-even td {
background-color: #FFFFFF;
}
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-top: 0px solid #cecef7;
	border-right: 0 solid #cecef7;
	border-bottom: 1px solid #cecef7;
	border-left: 0 solid #cecef7;
}
table#mainLayoutLT {
border: 3px solid #9494e7;
}
.infoBoxLT td {
border: 1px black solid;
}
#contentLT table td.pageHeading, h1 {
color: #0066CC;
}
td.pageHeading2 {
	color: #CC0000;
}
.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: url(../../images/box_bg.gif) repeat-x;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
font-size: 11px;
}
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: 11px;
font-family: arial, sans-serif;
}
#contentLT table td.pageHeading, h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: times, serif;
	padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #06f;
}
a:hover {
text-decoration: underline;
color: red;
background-color: #fff;
}
/* end link styles */
.smallTextBorder {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #cecef7;
	background-color: #FFFFFF;
}
