table, tbody, th, td{
	border: none;
}

/**
 * OverviewTable
 * -------------
 */
#overviewTable {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#overviewTable tbody tr:first-child{
	background-color: #2e4671;
	color: #fff;
	font-size: 12px;
	text-shadow: none;
}

#overviewTable th{
	text-align: center;
	padding: 10px;
}

#overviewTable td{
	padding: 4px 6px;
	font-size: 13px;
	vertical-align: middle;
}

#overviewTable .productField{
}

#overviewTable .productRow{
	border-bottom: 1px solid #e3e3e3;
}

#overviewTable .subline{
	font-style: italic;
}

#overviewTable tfoot{

}

#overviewTable tfoot tr td{
	text-align: center;
	font-size: 13px;
	color: #333333;
	padding: 5px 9px 5px 9px;
}

#overviewTable img{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#productimage{
	text-align: center;
}

#product{
	margin: 0 0 0 19px;
	text-align: left;
}

#product th{
	width: 105px;
}

#chooseLogin{
	clear: both;
	padding-top: 20px;
	text-align: center;
}

#chooseLogin .button {
	font-size: 1.3em;
}

#bigCart{
	margin: 0;
	padding: 0;
}

#bigCart .rounded-button {
	display: inline;
	/*
	background: #fff;
	border: 1px solid #cfcfcf;
	display: inline;
	padding: 0 5px 0;
	*/
}

#bigCart .rounded-button:hover {
	/*
    background: #cfcfcf;
	*/
}

#bigCart .aantal a{
	text-decoration: none;
}

#bigCart input{
	text-align: center;
	width: 50px;
}

#reductiontable {
	width: 100%;
}

#reductiontable td {
	padding: 10px;
}


#reductiontable input{
	/*width: 100px;*/
	width: auto;
}


#bigCart .left{
	text-align: left;
}

#bigCart .right{
	text-align: right;
}

#bigCart .right a:hover{
	color: #444;
}

#bigCart .price{
	width: 70px;
	padding: 0 10px 0 0;
	text-align: right;
}

#bigCart .aantal{
	width: 100px;
	padding: 0 10px 0 0;
	text-align: center;
	white-space: nowrap;
}

#msgok{
	font-size: 13px;
	text-align: center;
	padding: 20px;
	margin: 10px 20px;
}

label {
	clear: both;
	display:block;
	float: left;
	width: 120px;
}

#reductiontable {
	float:right;
}

#reductiontable .field{
	width: 75px;
}

.priceraw, .totalraw {
	display: none;
}

#delivery{
}

.priceCol {
	text-align: right;
	width: 10%;
}

/* REGISTER */

fieldset {
	border: none;
	padding-bottom: 20px;
}

fieldset h1 {
	background-color: #2e4671;
	color: #fff;
	font-size: inherit;
	padding: 10px;
	text-shadow: none;
}

fieldset input,
fieldset select {
	margin-bottom:5px;
}

/* SHOW OVERVIEW */

#clientinfo td {
	padding-bottom: 5px;
}
#clientinfo {
	width: 400px;
}

#clientinfo td.name {
	width: 120px;
	text-align: left;
	vertical-align: top;
}

.warning {
	background: #2e4671;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	text-shadow: none;
}

.paymentmethod {
	display: block;
	height: 180px;
	padding: 20px;
	text-decoration: none;
}

.paymentmethod .icon {
	height: 64px;
	text-align: center;
}

.paymentmethod:hover {
	background-color: #eee;
}

.paymentmethod h3{
	margin-bottom: 0;
}

#kies-bank{
	display: block;
}

.bank img {
	padding: 2px;
	max-height: 24px;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bank {
	float: left;
	height: auto;
	margin-right: 5px;
	text-align: center;
}


/* CHECKOUT */

#selectLogin,
#selectNewClient {
	width: 349px;
	float: left;
	padding: 20px;
}

#selectLogin .button{
	margin-left: 120px;
}

tr#pickup{
	display: none;
}

#chooseKiala {
	white-space: nowrap;
}

.steps {
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.steps > .step {
	background: #fff;
	border: 4px solid #2e4671;
	border-right: 0;
	color: #221902;
	display: inline-block;
	margin-left: -1px;
	padding: 5px 10px 5px 20px;
	position: relative;
}

.steps > .step:first-child {
	margin-left: 0;
	padding-left: 15px;
}

.steps .active {
	background: #2e4671;
	color: #fff;
	text-shadow: none;
}

.steps > .step:after,
.steps > .step:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.steps > .step:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 14px;
	top: 50%;
	margin-top: -14px;
	z-index: 10;
}

.steps .active:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #2e4671;
	border-width: 14px;
	top: 50%;
	margin-top: -14px;
	z-index: 10;
}

.steps > .step:before {
	border-color: rgba(255, 109, 0, 0);
	border-left-color: #2e4671;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
}

#paymentOptions {
	display: none;
}

/*#fakePaymentMethod {
	background-color: #2e4671;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 2em;
	height: auto;
	margin-top: 20px;
	text-align: center;
	text-shadow: none;
	width: auto;
}*/

.niceTable {
	border-collapse: collapse;
}

.niceTable th,
.niceTable td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.niceTable th {
	background-color: #eee;
}