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

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
body,td,th {
/*	font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
	color: #CCCCCC;
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
position: relative;
margin: 10px auto;
width: 670px; /* set total pagewidth */
}
form {
display: inline;
}
td {
vertical-align: top;
}
td.productListing-data {
vertical-align: middle;
color:#666666;
}
.productListing-data a {
color:#666666;
}
table#mainLayoutLT {
margin: 0px auto;
width: 100%;
}
td.columnLT {
width: 130px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 130px;
}
table.infoBoxLT td table {
width: 100%;
}
td.contentLT{
width: 410px;
}
.infoBoxLT {
margin: 5px;
}
td#contentLT {
padding: 10px 12px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
}
td.boxTextLT {
padding: 6px 5px;
}

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;
}
.logoLT, .navLeftLT {
float: left;
}
.footerLT {
text-align: center;
}
.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: #79C3DE solid 1px;
}
.productListing-heading {
background-color: #79C3DE;
}
.productListing-heading a {
color: #ffffff;
}
tr.productListing-even td {
background-color: #fff;
}
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: 1px #79C3DE solid;
border-width: 1px 0;
}
table#mainLayoutLT {
border: thin none;
}
.infoBoxLT td {
border: 1px black solid;
}
#contentLT table td.pageHeading {
	color: #68C8E0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

#contentLT table td.category_desc {
	color: #CCCCCC;
}
.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: #FFFFFF;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: bold;
color: #79C3DE;
}

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
	background: #79C3DE;
	color: #FFFFFF;
	font-weight: bold;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT {
}
td.infoBoxHeading {
font-weight: bold;
}
.infoBoxLT td, .infoboxLT td.boxTextLT form select {
}
#navBarTopLT, #navBarBottomLT {
 font-weight: bold;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
}
#contentLT table td.pageHeading, h2 {
	text-indent: 2px;
	padding-top: 5px;
}
TD.category_desc {
	line-height: normal;
	margin: 10px;
	color: #CCCCCC;
	padding: 10px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
/*	font: Verdana, Arial, sans-serif;*/
/*	font-size: 12px; */
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
/*	color: #999999;*/
}
a:hover {
	text-decoration: underline;
	color: #28A3E6;
}
a:active {
	text-decoration: none;
	color: #28A3E6;
}
/* end link styles */

h1{
 font: Arial, sans-serif;
 color: #68C8E0;
 margin: 6px 3px 3px 6px;
 padding: 0px;
 font-size: 30px;
 font-style: italic;
 font-weight: normal;
}

.buttonover {  font-family: Arial, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #1E7BDB; border: 1px #333333 solid; height: 25px; width: 80px; margin-top: 0px; margin-right: 1px; margin-bottom: 0px; margin-left: 0px; cursor: hand; font-weight: bold}
.buttonup { font-family: Arial, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #79C3DE; border: 1px #333333 solid; height: 25px; width: 80px; margin-top: 0px; margin-right: 1px; margin-bottom: 0px; margin-left: 0px ; cursor: hand; font-weight: bold}
.copyright {
	font-size: x-small;
	color: #CCCCCC;
}
.credits {
	color: #660099;
	text-decoration: overline;
	font-size: small;
	}
.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	margin: auto 15px 10px 5px;
}
	
h2 {
	font-family: Arial, sans-serif;
	font-size: large;
	color: #79C3DE;
}
TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

A.mainCat { 
  color: #FFFFFF; 
}
A.mainCat:hover {
  color: #ffffff;
}
/* for Category Box Enhancement */
.cBoxE {
color:#FFFFFF;
}
.cBoxM {
  color: #79C3DE;
  font-weight: bold;
}
