/*
"Cobalt Blue" stylesheet for osC created by Rhea Anthony
08/08/2005

- 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 */
img {
border: 0;
}
.smallText {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #666666;
}
.smallText2 {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #666666;
margin-left: 18px;
}
.messageStackError, .messageStackWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #E9F4D7;
vertical-align: middle;
padding: 5px;
}
.messageStackError img, .messageStackWarning img {
margin: 5px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
}

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

/* the body tag for the html template */
body {
margin: 7px auto;
padding: 0;
text-align: center; /* needed for IE center bug */
background-color: #ddd;
background-image: url("../../images/bodyfon.png"); 
color: #666666;
}
/* pageWrapper div for centering and fixing width settings! 2005/08/08 */
div#pageWrapper {
position: relative;
margin: 0px auto; /* sets margin from top of browser page to start of web page */
width: 800px;
height: 100%;
background: none;
}

/* no need to edit this - standard setting */
form {
display: inline;
}

/* no need to edit this - standard setting */
td {
vertical-align: top;
}

/* no need to edit this - standard setting */
td.productListing-data {
vertical-align: middle;
}
table#mainLayoutLT {
background-color: #ffffff;
margin: 0px auto;
width: 780px;
height: 100%;
border-collapse: separate;
border-spacing: 0;
}
/* total width of the sub-table containing the info boxes */
td.columnLT {
padding: 0;
}

/* total width of the info boxes */
/* relative width of the info box table and sub tables */
td.boxTextLT table.boxxx {
width: 160px;
padding: 5px;
margin: 5px 0px;
border: solid #cccccc 1px;
}

/* class called infoboxContents in standard osCommerce */
.infoBoxLT {
margin: 5px 0 10px 0;
}

/* sets the padding for class called infoboxContents in standard osCommerce */

/* padding for the infoBox headings */
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 4px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}
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 {
color: #fff; 
margin: 5px 5px;
height: 17px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
td#navBarBottomLT div {
color: #888; 
font-weight: normal;
}
td#navBarTopLT div a, td#navBarBottomLT div a {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
}
td#navBarBottomLT {   /* lenta top and bottom */
background: #ddd;
background: url(images/backgroundg.gif); 
}
td#navBarTopLT { 
background: #CA2B46;
background: url(images/backgroundv.gif); 
}
.logoLT {
vertical-align: bottom;
width: 180px;
text-align: center;
}
.logoLT img {
  cursor: pointer;
}
.logoLT a, .logoLT a:hover, a.nodecoration {
  text-decoration: none; 
}
.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) */
/* controls colours of module borders and borders around button areas*/
.productListing-heading {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}

tr.productListing-even td {
background-color: #ffffff;
}
tr.productListing-odd td.productListing-data {
background-color: #ffffff;
}
.errorText {
color: red;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
color: red;
}

/* leave at zero or else it will conflict with
images used in infoBox headers and new products module */
td.infoBoxHeading {
border: 0px black solid ;
}
/* controls colour of top and bottom navbar borders */
td#navBarTopLT, td#navBarBottomLT {
border: #eee solid ;
border-width: 1px 0;
}
/* controls colour and style of webpage outer border */
/* controls border colour of info boxes only - safe to change 7910 main*/
.infoBoxLT td.infoBoxHeadingLT {
padding: 0px 12px;
color: #94A400;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}
/* controls colour of page heading text */
#contentLT table td.pageHeading {
color: #666666;
}
h1 {
color: #666666;
font: 16px Verdana, Arial,sans-serif;
font-weight: bold;
}

/* this is a table border, so leave at zero */
.infoBoxLT td table td {
border-width: 0px;
}

/* controls colour of text used to greet user */
.inputRequirement, .greetUser {
color: #666666;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
font-weight: bold;
color: #e00;
}

/* displays a background image or colour plus style in headers for info boxes and product listings */

td.infoBoxHeadingLT, .infoBoxHeading, .productListing-heading {
color: #666666;
background: url(images/background3.gif) repeat-x;
}
/* end colors and borders */
.infoBoxHeading img {
display: none;
}
/* begin fonts */
#copyRightLT, #copyRightLT a {
font-size: 10px;
color: #666666;
}
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;
color: #666666;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
font-size: 11px;
font-family: arial, sans-serif;
}

/* controls font and size used in page headings */
#contentLT table td.pageHeading {
font-size: 21px;
font-weight: normal;
font-family: arial, sans-serif;
padding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: underline;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #91BA01;
}
/* end link styles */
#manufa td {
text-align: center;
vertical-align: middle;
background-color: #F3F3F3;
padding: 0 20px;
}
.infoPrice {
text-align: left;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #666666;
border-bottom: #666666 solid  1px;
border-width: 1px 0;
}
#pollsBoxLT .radio {
width: 10px;
height: 10px;
margin-right: 5px;
}
#pollsBoxLT {
font-size: 11px;
font-family: arial, sans-serif;
color: #666666;
}
table.infoBoxLT td.boxTextLT {
padding: 5px 8px 20px 8px;
}
input.myinput {
height: 17px;
font-size: 11px;
font-family: arial, sans-serif;
color: #666666;
border: #ddd solid 1px;
padding: 0 3px;
margin: 0 3px;
}
select {
font-size: 11px;
font-family: arial, sans-serif;
color: #666666;
}

div.demok {
 text-align: center;
 border: dashed #D23C02 1px;
 margin-bottom: 7px;
 padding: 3px 5px;
 background-color: #FFF; 
}
hr {
color: #DCFF37;
padding: 0;
margin: 0;
border: solid #DCFF37;
border-width: 1px;
}
* html hr{
margin-top: -8px;
}

td#pageHeaderLT {
 padding: 0;
 background-color: #FFF; 
}
.advert {
text-align: center;
border: solid #FFFFFF 0px;
}

.infoBoxContents table, table.productListing {
margin: 10px auto;
}
table.productListing {
padding: 10px;
}


.infoBoxContents table {
margin-left: 0px;
}
.infoBoxContents span.infoBoxContents {
margin-left: 0px;
padding: 0 2px;
}

td.ugol {
width: 10px;
height: 10px;
}

table#bordur {
width: 800px;
border-collapse: collapse;
border: hidden;
cell-spacing: 0;
height: 100%;
padding: 0;
margin: 0;
}

table#bordur td {
border-collapse: collapse;
border: hidden;
cell-spacing: 0;
padding: 0;
}

td#contentLT {
padding: 0;
margin: 0;
height: 100%;
}
td#contentLT table#spmain {
width: 620px;
margin: 10px;
float: left;
}
table#spmain table.ramka {
width: 600px;
padding: 10px;
margin: 10px;
border: solid 1px #dddddd;
}

#searchBoxLT {
margin-bottom: 0;
width: 160px;
}
div.alimg, div.alimgextra {
border: solid 1px #dddddd;
width: 162px;
text-align: center;
vertical-align: middle;
padding: 10px;
}
td.smallTextpp p, .ottst {
margin: 0 30px;
}
.extraheader {
text-align: center;
width: 100%;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #666666;
}
td.main b.extraheader {
text-align: left;
}
#collors {
width: 10%;
text-align: center;
}
.colrs {
width: 36px;
height: 36px;
border: solid 1px #cccccc;
vertical-align: top;
text-align: center;
margin: 0px;
padding: 0px;
}
.infoBoxContents {
padding: 0px 15px;
}
.boxxx .infoBoxContents {
padding-left: 0px;
}
#best_sellersBoxLT .boxxx .infoBoxContents {
padding-left: 5px;
}
table#spmain form table table {
margin: auto 15px;
width: 90%;
}
.smalxx {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #666666;
margin-top: -5px;
letter-spacing: 1.5;
}
#loginboxBoxLT .infoBoxContents {
padding: 0px;
width: 100px;
}
#loginboxBoxLT .boxxx .infobox {
padding: 0px;
width: 120px;
}
#loginboxBoxLT .boxxx {
text-align: center;
padding: 0 5px;
}
table#spmain .noramka {
width: 560px;
padding: 0;
margin: 10px 0px 0 20px;
text-align: justify;
}
form#photoadd input {
vertical-align: top;
padding: 0px 0;
}
p.no_flash {
padding: 40px 10px;
}

table#spmain table.ramkaswf {
text-align: center;
width: 530px;
padding: 10px;
margin: 10px;
border: solid 1px #dddddd;
}
#collors img {
border: solid 1px #cccccc;
padding: 2px;
cursor: pointer;
}
* html #collors img {
margin: 2px;
}
#collors img#d1 {
border: solid 1px #ACFA0C;
}
select#selectyclr {
display: none;
}
table#forclr {
position: relative;
left: -15px;
}

