/* Odd even klasser */
.dk_odd {
	background-image:url(http://www.audi.dk/ngw_base/img/content/bg_10percent_transparent_white.png) !important;
}
	tr.dk_odd td, th {
		padding:4px;
	}

tr.dk_even td {
	padding:4px;
}

th.dk_price, td.dk_price {
  text-align:right;
}

/* Paging */
div.pagination {
	clear: both;
	margin: 1.5em 0;
	font-size: 1em;
	text-align: right;
}

	div.pagination ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		div.pagination ul li {
			display: inline;
		}

			div.pagination li a {
				display: inline-block;
				margin-left: 2px;
				border: 1px solid #dbddde;
				padding: 4px 10px;
				text-decoration: none !important;
				background-color: #c1c4c8;
			}
				div.pagination a:hover {
					background-color: #efefef;
					border-color: #efefef;
					color: #b80029;
				}
			div.pagination a.prev {
				border: none;
				background-color: transparent;
				background:url("/audi/images/arrow-pink-left.gif") no-repeat scroll 0 50% transparent;
				padding-left:10px;
			}
			div.pagination a.next {
				border: none;
				background-color: transparent;
				background:url("/audi/images/arrow-pink.gif") no-repeat scroll 100% 50% transparent;
				padding-right:10px;
			}
				div.pagination a.prev:hover,
				div.pagination a.next:hover {
					color: #fff;
					background-color: transparent;
				}
			div.pagination .selected {
				border: none;
				color: #000;
				font-weight: bold;
				background-color: transparent;
			}
				div.pagination a.selected:hover {
					background: transparent;
					color: #000;
				}
			div.pagination .prev.disabled {
				color: #ccc;
				cursor: default;
			}
			div.pagination .next.disabled {
				color: #ccc;
				cursor: default;
			}

/* form-felter */
form.template-c-3 input.text.dk_phone {
	width:85px !important;
}
form.template-c-3 select.dk_phone {
	line-height:1em !important;
	width:90px !important;
}

.dk_errorbox {
	border:2px solid #A0001A;
	padding:5px;
	background-color:#dfdfdf;
}