/********** TEXT **********/

#text {
  background-image: url(../../../../img/mybike/bg-text-cart.jpg);
	background-position: left top;
}

/********** LEFT **********/

.columnLeft {
	display: none;
}

/********** RIGHT **********/

.columnRight {
  display: block;
}

/********** CENTER **********/

.columnCenter {
  float: left;
  width: 760px; 
  margin: 0px 0px 0px 0px;
}

/********** NAKUPNI KOSIK **********/

.cartTotalsDisplay {
  padding: 0 0 10px 0;
}

table#cartContentsDisplay {
  background-color: #E0E0E0;
  font-size: 12px;
}

#cartContentsDisplay th {
  background-color: #D1D1D1;
  color: #000000;
  padding: 10px;
  font-size: 12px;
}

.rowOdd {
  background-color: #F0F0F0;
}

.rowEven {
  background-color: #ffffff;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay {
	color: #000000;
	font-weight: normal;
	padding: 10px;
}

.cartUnitDisplay, .cartTotalDisplay {
  text-align: right;
}

.cartQuantity {
  text-align: center;
}

.shopingcart-input {
  width: 30px;
  font-size: 13px;
  padding: 3px 0 0 0;
  margin-bottom: 5px;
  text-align: center;
  border: 1px #D1D1D1 solid;
}

.tableBottom {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
}

#total-price {
  background-color: #C80807;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px;
  margin: 10px 0 20px 0;
  clear: both;
}

.forward {
  margin: 0px;
  padding: 0px;
}

.back {
  margin: 0px;
  padding: 0px;
}

#dop_zdarma {
  clear: both;
  margin-top: 15px;
}

.dostupnost_text {
  color: #5E9726;
  font-size: 12px;
  font-weight: bold;
}

.ikony img {
  display: none;
}

#cartEmptyText {
  padding: 40px 0 20px 0;
}
