body {
  font: normal 13px/1.3 "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
  color: #000;
  background: white;
}
#all {
  position: relative;
  text-align: left;
}
#header {
  background: #f4f4f4;
  padding: 20px 0;
  border-bottom: 1px dashed #db1a2b;
}
#header nav ul {
  float: right;
  height: 30px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 20px;
}
#header nav ul li {
  float: left;
  height: 27px;
  line-height: 27px;
  text-transform: uppercase;
}
#header nav ul li a {
  display: inline-block;
  height: 27px;
  padding: 0 10px;
}
#header nav ul a.active,
#header nav ul a:hover {
  background: #db1a2b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
#header nav select {
  display: none;
  padding: 5px;
}
#loggedAs {
  text-align: right;
  padding: 10px 0;
  margin: 0;
  line-height: 55px;
}
#loggedAs .download {
  display: inline-block;
  background: left center url('../i/pdf.png') no-repeat;
  height: 55px;
  line-height: 55px;
  padding-left: 37px;
  font-size: 14px;
}
#loggedAs span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  font-size: 14px;
  font-style: italic;
}
#searchBar {
  background: #f4f4f4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0;
}
#searchBar select {
  padding: 5px;
  margin-right: 30px;
}
#searchBar select.red {
  border: solid 1px #db1a2b;
}
#searchBar input {
  padding: 5px;
  width: 160px;
}
#searchBar input.button {
  width: auto;
  padding: 0 15px 0 10px;
}
#sectionFiles {
  text-align: center;
}
#sectionFiles .download {
  display: inline-block;
  background: left center url('../i/pdf.png') no-repeat;
  height: 34px;
  line-height: 34px;
  padding-left: 37px;
  font-size: 14px;
}
ul.menuLeft {
  margin-bottom: 20px;
}
ul.menuLeft li {
  display: block;
  margin-bottom: 5px;
}
ul.menuLeft li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #212161;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
ul.menuLeft li a.active,
ul.menuLeft li a:hover {
  background: #db1a2b;
  color: #fff;
}
ul.menuLeft ul {
  margin-left: 20px;
}
#leftColumn {
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
#leftColumn h3 {
  font-size: 24px;
  padding: 15px 10%;
}
#leftColumn .gray {
  background: #f4f4f4;
  padding: 15px 0;
  margin-bottom: 25px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#leftColumn .gray.noBorder {
  margin-bottom: 0;
  border-bottom: none;
}
#leftColumn .budgetsOverviewRight p {
  padding: 8px 10%;
  margin: 0;
}
#leftColumn table {
  width: 100%;
  margin: 0 10% 15px;
}
#leftColumn table th {
  color: #999;
}
#leftColumn table td {
  padding: 5px 0;
}
#leftColumn table td a {
  color: #db1a2b;
}
#leftColumn table td.left {
  width: 70%;
}
#leftColumn hr {
  margin: 0 10px;
  color: #ccc;
  background: #ccc;
  border: none;
  height: 1px;
}
#leftColumn .total {
  padding: 15px 10%;
  margin: 0;
}
#leftColumn .button {
  margin: 0 10% 15px;
}
#leftColumn .budgets {
  padding: 0 10%;
}
#leftColumn .budgets h5 {
  margin-bottom: 5px;
  font-weight: bold;
}
#leftColumn .budgets p {
  font-size: 14px;
  color: #db1a2b;
}
.borderBox {
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: white;
}
.paddingBox {
  padding: 20px;
}
#footer {
  color: silver;
  border-top: 1px dashed silver;
  padding-top: 20px;
}
#footer a {
  color: silver;
}
.productsListing .row {
  margin-bottom: 0;
}
.product {
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  background: white;
  position: relative;
  height: 375px;
  overflow: hidden;
}
.product .productImage {
  height: 200px;
  overflow: hidden;
}
.product .text {
  padding: 15px;
  margin-bottom: 25px;
}
.product .text h3 a {
  font-size: 17px;
  color: #db1a2b;
  text-decoration: none;
}
.product .text h3 a span {
  color: #000;
  font-size: 15px;
}
.product .text .price {
  font-size: 19px;
  margin: 15px 0;
}
.product .text .price .old {
  font-size: 18px;
  text-decoration: line-through;
  color: #999;
}
.product .button {
  position: absolute;
  bottom: 25px;
  left: 60px;
}
.basketTotal {
  font-size: 24px;
  text-align: center;
  color: #666;
}
.basketTotal span {
  color: #db1a2b;
  font-weight: bold;
}
.basket h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.arrow {
  height: 60px;
  background: center center url('../i/arrow.png') no-repeat;
}
.nameAddress {
  padding-bottom: 20px;
}
.nameAddress input.text,
.nameAddress select,
.nameAddress textarea {
  padding: 5px;
  margin-bottom: 20px;
}
.nameAddress input.text,
.nameAddress select,
.nameAddress textarea {
  width: 90%;
}
.nameAddress textarea {
  height: 5em;
}
.nameAddress label {
  color: #999;
  padding-left: 10px;
}
.budgetAdd {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.budgetAdd input.text {
  width: 100px;
  padding: 2px 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}
.productSelect {
  text-align: center;
}
.productSelect label {
  font-size: 12px;
  color: #ccc;
}
.productSelect select {
  width: 80%;
  padding: 5px;
  margin-bottom: 20px;
}
.allocateStock .name {
  font-size: 14px;
  color: #db1a2b;
}
.allocateStock input.text {
  width: 20px;
}
.allocateBudget .name {
  font-size: 14px;
  color: #db1a2b;
}
.allocateBudget input.text {
  width: 60px;
  text-align: right;
}
.mainBudget {
  text-align: center;
  padding-bottom: 20px;
}
.mainBudget input.text {
  padding: 5 20px;
  font-size: 30px;
  margin: 10px 0 20px;
  width: 150px;
  text-align: center;
}
.mainBudget label {
  color: #999;
}
.userReport {
  text-align: center;
  margin-bottom: 20px;
}
.userReport input,
.userReport select {
  margin-right: 25px;
}
.pages {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.pages a,
.pages span {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.pages a {
  background: #f2f2f2;
}
.pages span {
  background: #db1a2b;
  color: #fff;
}
.productDetail h1 {
  color: #db1a2b;
  font-size: 24px;
  margin-bottom: 30px;
}
.productDetail .description {
  margin-bottom: 40px;
  background: white;
}
.productDetail table {
  width: 100%;
  margin-bottom: 50px;
  table-layout: fixed;
}
.productDetail table th {
  width: 55%;
  text-align: right;
  padding-right: 15px !important;
  vertical-align: middle;
  padding: 5px 0;
}
.productDetail table td {
  width: 40%;
  vertical-align: middle;
  padding: 5px 0;
}
.productDetail h5 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.productDetail ul {
  margin-left: 15px;
}
.productDetail ul li {
  list-style: circle;
}
.productDetail form select {
  margin-bottom: 10px;
  padding: 5px;
  width: 90%;
  max-width: 300px;
}
.productDetail form .text {
  width: 60px;
  text-align: center;
}
.productDetail form label span.stock {
  color: #666;
  margin-left: 70px;
}
.productDetail form label span.price {
  color: #db1a2b;
  margin-left: 70px;
}
.productDetail .image {
  display: block;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}
table.budgetInfo {
  font-size: 14px;
}
table.budgetInfo th,
table.budgetInfo td {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.budgetInfo td {
  font-weight: bold;
  text-align: right;
}
div.stockWindow {
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
div.stockWindow table.stockWindow thead th {
  background: #FFC;
  border-bottom: 1px solid red;
}
div.stockWindow table.stockWindow th,
div.stockWindow table.stockWindow td {
  width: 20%;
  padding: 1%;
}
div.stockWindow table.stockWindow select {
  width: 80%;
}
.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6 {
  margin-bottom: 20px;
}
.textContent h1 {
  font-size: 30.000px;
}
.textContent h2 {
  font-size: 25.000px;
}
.textContent h3 {
  font-size: 19.231px;
}
.textContent h4 {
  font-size: 12.821px;
}
.textContent h5 {
  font-size: 7.123px;
}
.textContent h6 {
  font-size: 6.303px;
}
.button {
  display: inline-block;
  background: right center url('../i/buttonBlue.png') no-repeat;
  color: #fff;
  height: 21px;
  padding: 0 15px 0 10px;
  line-height: 20px;
  font-size: 13px;
  text-decoration: none;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button.blue {
  background: right center url('../i/buttonBlue.png') no-repeat;
}
.button.red {
  background: right center url('../i/buttonRed.png') no-repeat;
}
.button.green {
  background: right center url('../i/buttonGreen.png') no-repeat;
}
input.button {
  cursor: pointer;
}
.flash {
  width: 100%;
  margin: 0 auto 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #fff;
  font-size: 13px;
}
.flash .content {
  padding: 10px;
}
.flash.error {
  background: #ffcccc;
}
.flash.info {
  background: #e2f6fd;
}
.flash.alert {
  background: #ffffcc;
}
.flash.ok {
  background: #e7fcd2;
}
ul.error li {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #fff;
  font-size: 13px;
  background: #ffcccc;
}
p {
  margin-bottom: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.hidden {
  display: none;
}
.bold {
  font-weight: bold;
}
span.red,
.colorRed {
  color: #db1a2b;
}
option.gray,
span.gray {
  color: #666;
}
.cleaner {
  float: none;
  clear: both;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.marginT {
  margin-top: 20px;
  margin-bottom: 20px;
}
input.text {
  border: solid 1px #ccc;
  padding: 2px;
  font: normal 13px/1.3 "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
textarea {
  font: normal 13px/1.3 "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
select {
  font: normal 13px/1.3 "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
input.datepicker {
  border: solid 1px #ccc;
  padding: 2px;
  width: 80px;
}
input.short {
  width: 60px;
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}
table {
  margin-bottom: 20px;
  width: 100%;
}
table th,
table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  border-bottom: solid 1px #f2f2f2;
  vertical-align: middle;
}
table th {
  font-weight: normal;
}
table col.w15 {
  width: 13%;
}
table col.w20 {
  width: 18%;
}
table col.w25 {
  width: 23%;
}
table col.w30 {
  width: 28%;
}
table col.w35 {
  width: 33%;
}
table col.w40 {
  width: 38%;
}
table col.w50 {
  width: 48%;
}
table col.w55 {
  width: 53%;
}
table col.w60 {
  width: 58%;
}
table col.w70 {
  width: 68%;
}
table tr.even td,
table tr.even th {
  background: #f4f4f4;
}
table td.foto {
  padding-left: 10px;
  padding-right: 10px;
}
table.doNotStyle th,
table.doNotStyle td {
  font-weight: normal;
  padding: 0;
  border-bottom: none;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #header nav ul {
    font-size: 12px;
    padding: 12px 2px;
  }
  #header nav ul li a {
    padding: 0 5px;
  }
  .product {
    min-height: 380px;
  }
}
@media screen and (min-width: 960px) {
  .product {
    min-height: 355px;
  }
}
@media screen and (max-width: 767px) {
  nav ul {
    display: none;
  }
  #header nav select {
    display: inline-block;
    margin-top: 15px;
  }
  .centerOnMobile {
    text-align: center;
  }
  #searchBar form {
    margin-top: 10px;
  }
  #searchBar select {
    margin: 10px 0;
  }
  .description {
    margin-bottom: 20px !important;
  }
}
