/*

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: Arial, Verdana, sans-serif;
font-size: 10px;
}

.messageStackError, .messageStackWarning, .messageStackSuccess {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #ffb3b5;
}

.messageStackSuccess {
background-color: #9CFF00;
}

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

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

div#sites {
	width: 770px;
	xmargin: auto;
}

div#sites-in {
	float: right;
	background-color: white;
	background-image: url(/images/corner.gif);
	background-repeat: no-repeat;
	padding: 3px 5px 0 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#border {
    background-color: white;
	background-repeat: repeat;
	height: auto;
    width: 760px;
    xmargin: auto;
    padding: 5px;
    xtext-align: center;
	clear: both;
}

div#page {
    xborder: white solid 1px;
    width: 760px;
    background-image: url(/images/back.gif);
    background-repeat: repeat-y;
    margin: auto;
}

div.whiteline {
    background-color: white;
    height: 5px;
    font-size: 0px;
}

div#header {
    width: 760px;
    height: 160px;
    color: white;
    margin: 0;
    paddig: 0;
    border: 0;
    background-color: #454545;
}

div#navigation {
    background-color: black;
    height: 28px;
}

div#navigation-left {
    float: left;
    color: white;
    padding-top: 6px;
    padding-left: 8px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    xdisplay: none;
}

div#navigation-right {
    float: right;
    color: white;
    padding-top: 3px;
    padding-right: 8px;
    font-weight: bold;
    xdisplay: none;
}

div#left {
    float: left;
    width: 150px;
}

div#center {
    float: left;
    width: 430px;
    margin: 0 15px 15px 15px;
}

div#sky {
    float: left;
    background-color: white;
    padding: 5px 5px 5px 0;
    xposition: relative;
    xwidth: 120px;
    xpadding: 0;
    xmargin: 0;
}

div#right {
    float: left;
    width: 150px;
}

div.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}



div#footer {
    background-color: black;
    color: #999999;
    text-align: center;
    padding: 5px 0 5px 0;
    width: 760px;
}

div#footer-in {
    font-family: Arial;
    font-size: 10px;
    padding: 0;
    margin: 0 auto 0 auto;
}

div#footer a {
    color:  #999999;
}

/* 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;
font-size: 12px;
}
table#mainLayoutLT {
margin: 0px auto;
width: 100%;
}
td.columnLT {
width: 155px;
padding: 0;
}
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
width: 180px;
}

table.infoBoxLT td table {
width: 100%;
}
td#contentLT {

}
.infoBoxLT {
margin: 0px;
}
td#contentLT {
padding: 10px 12px;
}
td.infoBoxHeadingLT, .infoBoxHeading {
padding: 2px 8px;
color: white;
font-weight: bold;
font-family: Arial;
letter-spacing: 1px;
}
td.boxTextLT {
padding: 5px 6px;
}

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 {
border: #CECFCE solid 1px;
}
.productListing-heading {
background-color: #fee662;
}
tr.productListing-even td {
background-color: #F8F8F8;
padding: 5px 5px 5px 5px;
}
tr.productListing-odd td.productListing-data {
background-color: #fff;
padding: 5px 5px 5px 5px;
}
.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 #ffb21c solid;
border-width: 1px 0;
}
table#mainLayoutLT {
border: 2px #ffb21c solid;
}
.infoBoxLT td {
xborder: 1px solid black;
}
#contentLT table td.pageHeading, h1 {
font-family: Arial;
color: #d00;
}

h3 {
margin: 0 0 2px 0;
}

p {
margin-top: 0;
}

.infoBoxLT td table td {
border-width: 0px;
}
.inputRequirement, .greetUser {
color: red;
font-size: 12px;
font-family: Arial;
font-weight: bold;
}
/* 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-color: #939393;
vertical-align: middle;
text-align: center;
color: white;
font-weight: bold;
font-family: Arial;
}

td.infoBoxHeadingLT {
    height: 24px;
	xbackground-image: url(/images/left.gif);
	background-repeat: no-repeat;
}

/* 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: 16px;
font-weight: bold;
font-family: Arial;
xtext-indent: 15px;
xpadding-top: 5px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
float: right;
margin: 2px;
}
a {
text-decoration: none;
color: #4A4D4A;
}
a:hover {
text-decoration: underline;
color: red;
xbackground-color: #fff;
}
/* end link styles */

/* tyhle styly pridal JAKUB 9.4.2004 */

td.main {
    font-size: 11px;
    color: #636563;
    font-family: Arial;
}

div.aborder a img, table.infoBoxContents a img, table.productListing a img, td.boxTextLT a img {
    border: 1px solid #CECFCE;
}

div.aborder a:hover img, table.infoBoxContents a:hover img, table.productListing a:hover img, td.boxTextLT a:hover img {
    border: 1px solid #FBAEAE;
}

td.infoBoxHeadingLT a:hover {
    background-color: white;
}

table.productListing {
border: #CECFCE solid 1px;
font-size: 11px;
font-family: Arial;

}

table.product-rewiew-info {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    xbackground-color: #8F9CA0;
    xdisplay: none;
}

table.product-rewiew-info td.pageHeading {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}

table.product-rewiew-info .infoBox {
    xwidth: 100px;
}

table.product-rewiew-info tr.infoBoxContents {
    xbackground-color: red;
}

table.product-rewiew-info tr.infoBoxContents {

}

table.product-rewiew-info td.main {
    font-size: 11px;
    color: #636563;
    font-family: Arial;
}

.pageHeading h1 {
    text-align: left;
}

td.boxText {
    font-size: 11px;
    color: #636563;
    font-family: Arial;
}

td.fieldKey {
    font-size: 13px;
    color: #636563;
    font-family: Arial;
}

input, select, textarea {
    font-size: 13px;
    color: #636563;
    font-family: Arial;
}


/* tyhle styly pridal JAKUB END */

.headerNavigation {
    font-size: 12px;
    color: white;
    font-family: Arial;
}

div.koupit a img { 
 border: 0!important; 
}

div.price {
font-family: Arial;
font-weight: bold;
font-size: 16px;
}

td.productListing-data input {
    width: 40px;
}

.productListing-heading a {
    xdisplay: block;
    margin: 0;
    padding: 0;
    border: 0;
    xcolor: red;
    line-height: 13px;
}

td.checkoutBarCurrent, td.checkoutBarTo, td.checkoutBarFrom, td.checkoutBarFrom a {
    font-size: 11px;
    color: #636563;
    font-family: Arial;
}

td.checkoutBarFrom a {
    text-decoration: underline
}

.ukazatelnakupu td, .ukazatelnakupu {
    vertical-align: middle!important;
}

.ukazatelnakupu1 td, .ukazatelnakupu1 {
    vertical-align: bottom!important;
}

div#obchodni-podminky p {
    margin: 0 0 10px 0;
}

div#obchodni-podminky ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

input.search {
    width: 85px;
    margin-right: 4px;
}

input.send {
    width: 80px;
    margin-right: 4px;
}

h2 {
    font-size: 1.2em;
}

span.mnfctr {
    display: block;
    color: black;
    font-size: 0.8em;
}
span.model {
    display: block;
    font-size: 10px;
}