/* Varukorg: panel */
div.shoppingCartPopup
{
  background: url('images/design/CartBg.png');
  background-position: center;
  width:600px;
  border:1px #dcd3bd solid;
  padding:5px;
  font-size:11px;
  position: absolute;
  left: 50%;
  top: 190px;
  color: #000000;
  text-align: left;
  margin-left: -300px;
  z-index: 10;
}

/* Tabellhuvud (kolumnrubriker) */
tr.infoHeader
{
	background-color: #dcd3bd;
	/*color: #686868;*/
	text-align: left;
}

/* Tabellrad (vanlig rad) */
tr.infoRow
{
	background-color: #f9f1de;
}

/* Tabellrad (varannan rad) */
tr.infoAltRow
{
	background-color: #dcd3bd;
}

/* Tabellfot (summarad) */
tr.infoFooter
{
	border-top: solid 1px #686868;
}


