html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background-color: #828383;
}

ul, ol {
  margin-left: 0;
}




/*-----------*/
/* BOOTSTRAP */
/*-----------*/

h1 {
  font-size: 20px;
}

h2 {
  font-size: 22px;
  border-bottom: 1px solid;
}

h3 {
  font-size: 16px;
}

h1, h2, h3 {
  line-height: 35px;
}

.navbar {
    margin-bottom: 1px;
}

ul.nav li a.highlight {
  font-weight: bold;
  color: #56ABAE;
}

.navbar-inner {
    padding-right: 5px;
}

.navbar-search input, .span2 input {
  width: 120px;
}

.btn-warning span {
  color: black;
  width: 130px;
  display: inline-block;
}

.page-header {
  color: hsl(183, 95%, 39%);
  background: hsl(0, 12%, 29%);
  padding: 2px 10px;
  border: 0;
}




/*---------*/
/* SABLONY */
/*---------*/

#main_header {
  height: 98px;
  background: url("../images/header.png") left repeat-x #e7c89d;
}

#sidebar {
  color: white;
}

#sidebar > div {
  padding: 5px;
  background-color: hsl(182, 35%, 51%);
  margin: 5px 2px;
  border-radius: 5px;
  color: white;
}

#sidebar a {
  color: white;
}

#sidebar li {
  list-style-type: none;
  margin-top: 10px;
}

#sidebar > div > h4 {
  margin-top: 0;
  border-bottom: 1px solid
}

#sidebar p, #sidebar table, #sidebar ul {
  color: white;
  margin: 0 0 5px 10px;
  font-size: 11px;
  width: 90%;
}

#sidebar_cart tbody, #sidebar_actualities li:not(:last-child) {
  border-bottom: 1px solid hsl(182, 25%, 70%);
}

#sidebar_actualities li > a {
  font-weight: bold;
}

#middle {
  /*background: url("../images/fake_columns.png") right repeat-y #e7c89d;*/
  background-color:  #e7c89d;
  padding-bottom: 10px;
  min-height: 700px;
}

#content img {
  border-radius: 5px;
}

#footer {
  clear: both;
  background-color: #4e3c21;
  color: #e7c89d;
  padding: 5px 0;
  font-size: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.item_attr_list {
  padding-left: 0;
  margin-bottom: 10px;
}

.item_attr_list li {
  margin: 2px;
  list-style-type: none;
}

.item_attr_list li span {
  width: 70px;
  display: inline-block;
}
.item_desc ol {
  margin-left: 20px;
  margin-bottom: 10px;
}

.category_list li {
  list-style-type: none;
}

.category_list > li {
  margin-top: 30px;
}

.category_list h2 {
  /*margin-top: 50px;*/
}

.item_list > li {
  display: inline-block;
  margin-left: 10px;
}

.item_list h3 {
  background-color: #56ABAE;
  color: white;
  margin: 0;
  border-radius: 10px 0 0 0;
}

.item_list h3 * {
  color: inherit;
  margin: 0 10px;
}

.item_list h3 span, .page-header span {
  font-size: smaller;
}

.item_list .item_detail_content {
  padding: 10px;
}

.item_detail_content {
  position: relative;
  background: url("../images/item_detail_back.gif") right repeat-y;
  border-radius: 0 0 10px 0;
  padding: 10px 0;
}

.order-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px;
  border: 1px solid white;
}

#home_items {
  text-align: center;
}

#home_items li {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

#home_items span {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 6px;
}

#cart td {
  vertical-align: middle;
  font-size: 16px;
}

#cart tfoot td {
  font-weight: bold;
}
/*
.item_detail_header {
  padding: 0px;
  margin: 0px;
}


.item_detail_header h2, .item_detail_header h3 {
  color: #3d6662;
  margin-bottom: 5px;
}

.item_detail_header h3 * {
  color: #3d6662;
  margin: 0;
}

.item_detail_content {
  clear: both;
  border-top: 1px solid #3d6662;
  border-right: 1px solid #3d6662;
  border-bottom: 1px solid #3d6662;
  padding: 10px 5px;
  background: url("../images/item_detail_back.gif") right repeat-y;
  border-radius: 5px;
}

.item_list .item_detail_content {
  height: 200px;
  overflow: hidden;
}

#search {
  background: url("../images/sidebar_search.gif");
  width: 168px;
  height: 26px;
  position: absolute;
  bottom: 3px;
  right: 0;
}


a {
  color: #804000;
  font-weight: bolder;
}
a:hover {
  color: gray;
}

.clear {
  clear: both;
}

.item_list li {
  margin: 2px;
  list-style-type: none;
}

.center {
  text-align: center;
}
.right, #cart .right {
  text-align: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.required_field * {
  font-weight: bold;
}


#menu a {
  display: inline-block;
  border-right: 1px solid #804000;
  padding: 5px 10px;
}

#sidebar a {
  color: white;
}

#cart {
  border-collapse: collapse;
  width: 90%;
}

#cart th {
  border-bottom: 1px solid;
}

#cart td {
  text-align: center;
  padding: 5px 5px;
}

#sidebar_cart .tborder td, #cart .tborder td {
  border-top: 1px dashed;
}

.item_list li {
  margin-top: 20px;
}

.item_detail li {
  margin: initial;
}

.item_detail_content img {
  float: left;
  margin: 0 10px 10px 0;
}

.item_detail_content li {
  margin: 2px;
  list-style-type: initial;
}

.item_desc {
  margin-left: 200px;
}

.inline_block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}


*/
