root {
  display: block;
}

body {
  font-size: 1em;
  font-family: Verdana, Tahoma, Arial;
}

.cleaner {
  clear: both;
}

.separator {
  height: 2em;
}

.small {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.relative {
  position: relative;
}

/*****/

#tree {
  clear: both;
  overflow: hidden;
}

#tree a {
  text-decoration: none;
}

#tree a:hover {
  text-decoration: underline;
}

#tree ul {
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff url("../images/tree/line.gif") repeat-y scroll;
}

#tree ul ul {
  font-size: 1em;
}

#tree li {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  position: relative;
  background: transparent url("../images/tree/line-left.gif") no-repeat;
}

#tree li.last {
  background: #fff url("../images/tree/line-left.gif") no-repeat;
}

#tree div.loader {
  height: 18px;
  background: transparent url("../images/tree/loading.gif") no-repeat scroll left center;
}

#tree .tree-clicker {
  width: 9px;
  height: 9px;
  background: transparent none no-repeat scroll left center;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
  _left: -14px;
  overflow: hidden;
}

#tree .closed {
  background: #fff url("../images/tree/plus.gif") no-repeat;
}

#tree .open {
  background: #fff url("../images/tree/minus.gif") no-repeat;
}

#tree .line {
  cursor: auto;
  background: #fff url("../images/tree/line.gif") repeat-y;
}

/*****/

#tree ul, #tree li.last {
  background-color: #eee;
}

#tree-collapse {
  float: right;
  margin-right: 5px;
  font-weight: normal;
  color: #00f;
  cursor: pointer;
}

/*****/

body {
  background: #eee;
  margin: 0;
}

#page {
  width: 960px;
  min-height: 500px;
  background: #fff;
  margin: 0 auto;
  border: 0;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  overflow: hidden;
  position: relative;
}

#top {
  width: 960px;
  height: 200px;
  margin: 5px 0 0 0;
  background: #fff url("../images/dily-acer/header.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#logo a {
  width: 260px;
  height: 65px;
  overflow: hidden;
  text-indent: -1000px;
  background: transparent url("../images/dily-acer/header_logo.gif") no-repeat;
  position: absolute;
  top: 15px;
  left: 10px;
  margin: 0;
  padding: 0;
}

#menu {
  position: absolute;
  top: 147px;
  left: 0;
  width: 650px;
  height: 26px;
  background: transparent;
  overflow: hidden;
}

#menu ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

#menu ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0.7em;
  line-height: 27px;
}

#menu ul li a {
  display: block;
  float: left;
  background: transparent;
  padding: 0 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #fff;
}

#menu ul li a.first {
  border-left: 1px solid #fff;
}

#menu ul li a:hover {
  color: #333;
  background: #aed2d8;
}

#customer {
  position: absolute;
  top: 20px;
  left: 290px;
  width: 460px;
  height: 20px;
  line-height: 20px;
  background: transparent;
  overflow: hidden;
  font-size: 0.8em;
}

#customer-name {
  font-weight: bold;
  margin: 0 5px 0 0;
}

#basket {
  float: right;
  color: #444;
  line-height: 26px;
  height: 26px;
  font-size: 0.8em;
  padding: 0 0 0 25px;
  background: transparent url("../images/dily-acer/ico_cart.gif") no-repeat left center;
  cursor: pointer;
}

#flags {
  position: absolute;
  top: 6px;
  left: 670px;
}

#flags img {
  border: 1px solid #ddd;
}

#page-right {
  float: right;
  margin: 210px 15px 10px 10px;
  width: 700px;
  font-size: 0.8em;
  line-height: 140%;
}

#shop-tree {
  float: left;
  background: #eee;
  margin: 210px 0 10px 10px;
  padding: 5px 5px 5px 10px;
  width: 200px;
  min-height: 500px;
}

#shop-tree div.root {
  font-size: 0.7em;
  font-weight: bold;
}

#footer {
  width: 960px;
  background: #fff;
  margin: 0 auto 10px auto;
  border: 0;
  border: 1px solid #bbb;
  border-top: 0;
  overflow: hidden;
  font-size: 0.7em;
}

#footer-content {
  width: 940px;
  margin: 10px auto 5px auto;
  background: #eee;
  color: #666;
}

#footer-content div {
  margin: 5px 10px;
}

#footer-content a {
  color: #666;
  text-decoration: none;
}

#footer-content a:hover {
  color: #666;
  text-decoration: underline;
}

#footer-content .left {
  float: left;
}

#footer-content .right {
  float: right;
}

#footer-content span.manage-cookies {
  color: #666;
  cursor: pointer;
}

#footer-content span.manage-cookies:hover {
  text-decoration: underline;
}

/*****/

.catalogPageSelector {
  text-align: right;
  margin: 1em 0;
}

.catalogPageSelector a {
  margin: 0 1px;
  text-decoration: none;
  padding: 0 5px;
  border: 1px solid #aed2d8;
  background: #eff;
  color: #333;
}

.catalogPageSelector a:hover {
  background: #dee;
}

.catalogPageSelector a.selected {
  font-weight: bold;
  border: 1px solid #aaa;
  background: #eee;
}

.catalogPageSelector a.selected:hover {
}

#catalogTable {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

#catalogTable thead {
  border-bottom: 1px solid #999;
  background: #ddd;
}

#catalogTable tfoot {
  border-top: 1px solid #999;
  background: #ddd;
}

#catalogTable thead th, #catalogTable tbody td, #catalogTable tfoot td {
  padding: 2px;
}

#catalogTable tr.over {
  background: #eee;
}

#catalogTable td.no-price {
  text-indent: -1000px;
  background: transparent url("../images/dily-acer/ico_email.gif") no-repeat 98% center;
}

div.toBasketFromLine {
  position: absolute;
  margin-left: 15px;
  width: 16px;
  height: 16px;
  background: transparent url("../images/dily-acer/ico_cart_add.gif") no-repeat;
  cursor: pointer;
  overflow: hidden;
}

div.flyToBasket {
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent url("../images/dily-acer/ico_cart_add.gif") no-repeat;
  overflow: hidden;
}

div.basketQtyAdd, div.basketQtyDelete {
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}

div.basketQtyAdd {
  right: 0;
  background: transparent url("../images/dily-acer/ico_add.gif") no-repeat;
}

div.basketQtyDelete {
  left: 0;
  background: transparent url("../images/dily-acer/ico_delete.gif") no-repeat;
}

/*****/

#productDetail {
  margin: 1em 0;
  border: 0;
  border-collapse: collapse;
}

#productDetail td {
  padding: 2px;
}

#productDetail td.price {
  font-weight: bold;
}

#productDetail td.first {
  padding-right: 2em;
}

/*****/

td div.kod {
  font-size: 0.85em;
}

#productToBasket {
  margin: 1em 0 0 0;
  border: 1px solid #999;
  background: #ddd;
  width: 350px;
  height: 50px;
  position: relative;
}

#productToBasket table {
  margin: auto;
  height: 100%;
}

#productToBasket td {
  padding: 2px 5px;
}

#productQty {
  width: 50px;
  text-align: center;
}

#productToBasketButton {
  width: 80px;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana;
}

#productToBasketReply {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: #ddd;
  width: 350px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #f00;
  display: none;
}

#productDescription {
  margin: 1em 0;
}

#productDescription ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1em;
}

#productDescription li {
  background: transparent url("../images/dily-acer/ico_bullet_blue.gif") no-repeat 0 5px;
  padding-left: 14px;
}

#productModelInfo {
  margin: 1em 0;
}

#productModelInfo ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1em;
  font-size: 0.85em;
  line-height: 130%;
}

#productModelInfo li {
  background: transparent url("../images/dily-acer/ico_bullet_blue.gif") no-repeat 0 3px;
  padding-left: 14px;
}

/*****/

#orderPrepare {
  margin: 1em 0 0 0;
  float: right;
}

#orderPrepareButton {
  width: 160px;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana;
}

table.order,
table.login {
  width: 600px;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
}

table.order input, table.order select,
table.login input, table.login select {
  width: 300px;
  padding: 1px 0;
  font-size: 1em;
  font-family: Verdana, Tahoma, Arial;
  background: #f6f6f6;
}

table.order input.error, table.order select.error,
table.login input.error, table.login select.error {
  background: #fcc;
}

table.order td,
table.login td {
  padding: 1px 5px;
}

table.order td.description,
table.login td.description {
  width: 200px;
  text-align: right;
}

table.order td.required,
table.login td.required {
  width: 50px;
  font-weight: bold;
}

#orderPreviewButton {
  width: 120px;
  margin: 0 55px 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana;
}

#orderSummary {
  margin: 2em 0 0 0;
}

#orderSummary div.summary-left {
  float: left;
  width: 330px;
  overflow: hidden;
}

#orderSummary div.summary-right {
  float: right;
  width: 350px;
  overflow: hidden;
}

#orderConfirmation-left {
  float: left;
}

#orderConfirmation-right {
  float: right;
}

#backToBasketButton, #orderConfirmButton {
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana;
}

/*****/

#orderPreview,
#loginButtons,
#passwordButtons,
#registraceButtons {
  margin: 1em auto;
  width: 550px;
  text-align: right;
}

#loginButton,
#passwordButton,
#changePasswordButton,
#registraceNovaButton,
#registraceZmenaButton {
  width: 120px;
  margin: 0 55px 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana;
}

/*****/

a {
  color: #00f;
  text-decoration: none;
}

a > img {
  border: 0;
}

a:visited {
  color: #518;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0 0 1em 0;
  font-size: 1.3em;
  font-family: Verdana, Tahoma, Arial;
}

h2 {
  margin: 1.5em 0 0.5em 0;
  font-size: 1.1em;
  font-family: Verdana, Tahoma, Arial;
}

p {
  line-height: 155%;
  margin: 0.5em 0 1em 0;
}
