
/*** ALL ***/

body, html {width: 100%; height: 100%; margin: 0px; padding: 0px; background-color: black}

#wrapper {margin: 0px auto; display: table; min-width: 0%; /*background-color: white;*/}

#content {display: table-cell; vertical-align: top; }

#rightbar {min-width: 0%; display: table-cell; vertical-align: top; /*background-color: white*/}

/***********/

p, table {font-family: Georgia, Verdana, Helvetica, sans-serif; line-height: 150%;}

#content {border: solid 0px black; width: 800px; padding: 20px; background-color: white/* margin: 10px;*/}

#content { border-top: solid 5px black; border-bottom: solid 5px black }

#menubar { border: solid 0px black; margin: 0px; padding: 0px}

.menuitem { border: solid 5px black; background-color: white; padding: 5px; border-left: solid 10px black}

.menuitem a { font-size: large; text-decoration: none}

.shadow {
  -moz-box-shadow:    3px 3px 6px 2px black;
  -webkit-box-shadow: 3px 3px 6px 2px black;
  box-shadow:         3px 3px 6px 2px black;
}

.row {display: table-row; padding: 0px; margin: 0px}

.cell {display: table-cell;}

.caption {clear: both; font-weight: normal; border-bottom:solid 1px darkblue; color: darkblue; font-size:larger; }

#title   {border-top: green solid thin; border-bottom: green solid thin; padding: 5px; margin: 0px; color: darkgreen ; font-size: x-large; }

#title, .caption { font-family: Helvetica, Arial }

#headline {color:white; font-size: x-large; border-top: 10px solid black;}

#padding {text-align: center; color:white; font-size: small; border-bottom: 10px solid black;}

.price {color:black;font-weight:bolder}

.colored tbody tr:nth-child(2n+1) { background-color : #f5f5f5
}
.colored tbody tr:nth-child(2n+0) { background-color : #e1e1e1
}

/*.colored tbody tr:nth-child(2n+1) { background-color : #00a9ff }
.colored tbody tr:nth-child(2n+0) { background-color : #a1d6ff }*/
.colored thead tr {background-color: #c8c8c8
}
.colored thead tr {font-weight:bold}
.colored {font-size: small;}

a.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
