/********** RIGHT **********/

.columnRight {
  display: block;
}

#newsscroller {
  display: none;
}

#shoppingcart {
  display: block;
}


/********** CENTER **********/

.columnCenter {
  width: 760px;
}

/********** NAKUPNI KOSIK **********/

table#cartContentsDisplay {
  background-color: #D1D1D1;
  font-size: 12px;
}

#cartContentsDisplay th {
  background-color: #ffffff;
  background-image: url(../../../../../img/caryfuk/bg-row-top.gif);
  color: #435E6F;
  padding: 10px;
  font-size: 12px;
}

.rowOdd {
  background-color: #ffffff;
  background-image: url(../../../../../img/caryfuk/bg-row-even.gif);
	background-repeat: repeat-x;
}

.rowEven {
  background-color: #FFFCE9;
  background-image: url(../../../../../img/caryfuk/bg-row-odd.gif);
	background-repeat: repeat-x;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay {
	color: #000000;
	font-weight: normal;
	padding: 10px;
}

.cartUnitDisplay, .cartTotalDisplay {
  text-align: right;
}

.cartQuantity input {
  text-align: right;
}

.tableLine {
  background-color: #FAD407;
  height: 4px;
  padding: 0px;
}

.tableBottom {
  background-color: #ffffff;
  background-image: url(../../../../../img/caryfuk/bg-row-bottom.gif);
	background-repeat: repeat-x;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
}

.forward {
  margin: 0px;
  padding: 0px;
}

.back {
  margin: 0px;
  padding: 0px;
}
