table.infoTable {
  width: 160px;
  border: solid 0px white;
}

table.infoTable td {
  vertical-align: top;
  border: solid 1px transparent;
  font-family: Verdana;
  font-size: 10px;
} 

table caption {
	padding: 5px;
	margin-left: -1px;
	text-align: left;
	font-weight: bold;
	background-color: #ff9b19;
	color: white;
}

tr.infoHeader
{
	background-color: #dddddd;
	color: #font-weight: bold;
	text-align: left;
}

tr.infoRow {
  background-color: #FFFFFF;
}

tr.infoAltRow {
  background-color: #eeeeee;
}

tr.infoFooter {
  border: solid 1px transparent;
}

/*****************************************************************************/

h2.pTitle {
}

h3.pSubTitle {
}

span.new {
	color: #A00000;
}

span.price {
  display: block;
  margin: 2px 3px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Arial;
  color: #ff9b19;
}

span.campaignPrice {
	color: #CC0000;
}


span.priceDescr {
	font-size: 1.1em;
	font-weight: bold;
	color: #F19624;
}

span.priceInfo {
	font-size: 0.9em;
	font-style: italic;
}

/* Varukorg: panel */
div.shoppingCartPopup
{
    z-index: 40;
    background-color: white;
    width:600px;
    border:1px #dddddd solid;
    padding:5px;
    font-size: 11px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 200px;
    color: #000000;
    text-align: left;
}

