.pricelist {	  
	background-color: transparent;
	margin-bottom: 18px;
    width: 100%;
	border: 0px !important;
}

.bordered,
.bordered tr {
	-moz-border-bottom-colors: none ;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border: 1px solid #dddddd !important;
}

.striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.pricelist tbody tr {
    border: none;
}

.pricelist tbody tr:hover td {
  background-color: #f5f5f5;
}

.pricelist th {
	color: #333333;
	font-weight: bold;
    background-color: #F9F9F9;
}

.pricelist th, 
.pricelist td {
	border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: right;
    vertical-align: top;
	border: 0px !important;
}

.title {
}

.intro {
}

.outro {
}


				