html,body, #container, #main
{
	height: 100%;
}

body
{
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
}
.abutton
{
	padding: 0;
	display: inline-block;
	text-indent: -9999em;
	text-align: left;
}
.abutton:hover
{
	background-position: bottom center;
}

.bottombar
{
	width: 400px;
	min-height: 78px;
	background-color: #aaa;
	position: fixed;
	bottom: 0;
	text-align: center;
}

#container
{
	background: none;
	width: 400px;
}
#container.short
{
	background: none;
	width: 400px;
}
header
{
	position: relative;
	height: 55px;
	width: 400px;
	background-image: none;
}
#logo
{
	width: auto;
	background: #fff;
	height: 50px;
	margin: 0 auto;
	padding-top: 2px;
	text-align: center;
}
header #slidemenu
{
	width: 0;
	height: 2000px;
	left: 0;
	z-index: 10;
	overflow: hidden;
	/*background-color: rgba(0,0,0,0.4);*/
}
header #slidemenu ul
{
	width: 340px;
	height: 100%;
	margin-left: 0;
	list-style-type: none;
    -moz-box-shadow: 4px 4px 7px #555;
    -webkit-box-shadow: 4px 4px 7px #555;
    box-shadow: 4px 4px 7px #555;
	margin-bottom: 5px;
	background-color: #ccc;
}
header #slidemenu ul li
{
	padding: 0;
	margin: 0;
	height: 70px;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #888;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	position: relative;
}
header #slidemenu ul li.slidebackbutton
{
	border-top-width: 0;
}

header #slidemenu ul li.home
{
	background-image: url(../images/mobile/bttn_main-home.png);
}
header #slidemenu ul li.shop
{
	background-image: url(../images/mobile/bttn_main-shop.png);
}
header #slidemenu ul li.helpdesk
{
	background-image: url(../images/mobile/bttn_main-helpdesk.png);
}
header #slidemenu ul li.info
{
	background-image: url(../images/mobile/bttn_main-info.png);
}
header #slidemenu ul a
{
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 50px;
	text-decoration: none;
	color: #444;
	font-size: 110%;
}
header #slidemenubutton,
header #slidebackbutton,
header #backbutton,
header #slidemenu
{
	position: absolute;
	top: 3px;
}
header #slidemenu
{
	top: 0px;
}
header #slidemenubutton
{
	left: 5px;
}
header #slidemenubutton,
header #slidebackbutton,
header #backbutton
{
	width: 50px;
	height: 50px;
}
header #slidebackbutton,
header #backbutton
{
	right: 5px;
}
header #slidebackbutton
{
	display: none;
}
header #slidemenubutton,
header #slidebackbutton
{
	z-index: 10;
}

header #slidemenubutton
{
	background: transparent url(../images/mobile/bttn_main.png) no-repeat top center;
}
header #slidebackbutton
{
	background: transparent url(../images/mobile/bttn_main.png) no-repeat bottom center;
}
header #backbutton
{
	background: transparent url(../images/mobile/bttn_back.png) no-repeat top center;
}

.mobile_home_button,
.mobile_login_button
{
	background-color: #aaa;
	background-repeat: no-repeat;
	width: 400px;
	height: 130px;
	position: relative;
	cursor: pointer;
}

.mobile_home_button a,
.mobile_login_button a
{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent url(../images/mobile/bttn_enter.png) no-repeat top center;
	text-indent: -9999em;
	position: absolute;
	top: 40px;
	right: 20px;
}
header #slidemenubutton:hover,
header #backbutton:hover,
.mobile_home_button a:hover,
.mobile_login_button a:hover
{
	background-position: bottom center;
}
.mobile_login_button
{
	height: 100px;
}
.mobile_login_button a
{
	background-image: url(../images/mobile/bttn_login.png);
	width: 123px;
	height: 58px;
	top: 21px;
	left: 138px;
}

.mobile_home_button.car
{
	background-image: url(../images/mobile/banner_mobile-car.jpg);
}
.mobile_home_button.bike
{
	background-image: url(../images/mobile/banner_mobile-motor.jpg);
}
.mobile_home_button.moped
{
	background-image: url(../images/mobile/banner_mobile-scooter.jpg);
}
.mobile_home_button.shop
{
	background-image: url(../images/mobile/banner_mobile-shop.jpg);
}

#slidemenu
{
	display: none;
	list-style-type: none;
}
#slidemenu li
{
	cursor: pointer;
}

#slidemenu li
{
	cursor: pointer;
}



div#steps
{
	width: 390px;
	line-height: 48px;
	background: transparent url(../images/mobile/banner_mobile-sub-general.jpg) no-repeat top left;
	padding-left: 10px;
}

div#steps span
{
	color: #fff;
	font-size: 20px;
	/*font-weight: bold;*/
	vertical-align: middle;
}
div#steps .step
{
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 6px;
	cursor: default;
}
#step1
{
	background: transparent url(../images/mobile/bttn_step1.png) no-repeat top left;
}
#step2
{
	background: transparent url(../images/mobile/bttn_step2.png) no-repeat top left;
}
#step3
{
	background: transparent url(../images/mobile/bttn_step3.png) no-repeat top left;
}
#step4
{
	background: transparent url(../images/mobile/bttn_step4.png) no-repeat top left;
}
div#steps .active
{
	background-position: bottom left;
}



ul#packages
{
	width: 400px;
}
li.nopackages
{
	height: 80px;
	padding: 50px 5px 0 5px;
}
#main
{
	background: #EEEEEE;
}
article
{
	border: none;
	background: transparent;
	min-height: 300px;
	box-shadow: none;
}
h3
{
	padding: 10px;
}
#category
{
	width: 400px;
	height: 48px;
}
#category.auto
{
	background: url(../images/mobile/banner_mobile-sub-car.jpg) no-repeat top left;
}
#category.motor
{
	background: url(../images/mobile/banner_mobile-sub-motor.jpg) no-repeat top left;
}
#category.bromfiets
{
	background: url(../images/mobile/banner_mobile-sub-scooter.jpg) no-repeat top left;
}
#packages
{
	padding: 0;
	margin: 0;
}
.package
{
	width: 400px;
	height: 130px;
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #888;
	text-align: left;
}
.package img
{
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
}

.package > div
{
	width: 240px;
	height: 130px;
	margin-left: 15px;
	position: absolute;
	left: 130px;
}
.package h3
{
	padding: 0;
	margin-top: 12px;
	height: 16px;
}
.package h3.auto,
#package-detail-text h1.auto
{
	color: #0294d0;
}
.package h3.motor,
#package-detail-text h1.motor
{
	color: #16b01e;
}
.package h3.bromfiets,
#package-detail-text h1.bromfiets
{
	color: #e85703;
}

.package .description
{
	width: 100%;
	height: 53px;
	overflow: hidden;
}
#content .package p
{
	margin: 0;
}

#content .package .description p
{
	/*font-size: 14px;*/
}
.price, a.order, a.view
{
	position: absolute;
	bottom: 7px;
}
.price
{
	display: inline-block;
	width: 100px;
	left: 0px;
	font-weight: bold;
}
.package .price,
#price
{
	color: #444;
}
a.view
{
	left: 100px;
}
a.order
{
	left: 180px;
}

.package a
{
	display: inline-block;
	text-indent: -9999em;
}
.package a
{
	margin: 0;
	width: 72px;
	height: 29px;
}
.package a.order
{
	background: transparent url(../images/mobile/bttn_order-small.png) no-repeat top center;
}
.package a.view
{
	background: transparent url(../images/mobile/bttn_view-small.png) no-repeat top center;
}
.package a:hover
{
	background-position: bottom center;
}

.bttn_visitshop
{
	width: 224px;
	height: 58px;
	background: transparent url(../images/mobile/bttn_visit.png) no-repeat top center;
	margin: 10px 0;
}


#package-detail
{
	width: 400px;
	padding: 0 0 80px 0;
	background: #fff;
}
#package-detail-img
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 1px;
}

#package-detail > img
{
	margin-left: 10px;
}

#package-detail-text
{
	width: 350px;
	padding: 10px 25px 0 25px;
	float: none;
}
#package-detail-text h1,
#customer-form h1,
#helpdesk-form h1,
#info h1
{
	font-weight: bold;
	font-size: 17px;
}
#customer-form h1
{
	margin: 15px 10px;
}

.bttn_order
{
	width: 111px;
	height: 58px;
	background: transparent url(../images/mobile/bttn_order.png) no-repeat top center;
	margin: 10px 0;
}


/* basket */
#basket,
#basket-table
{
}
#basket
{
	width: 400px;
	top: 0;
	left: 0;
	padding: 0;
	background-color: transparent;
}
#basket-table
{
	width: 390px;
	margin: 0 0 80px 5px;
}
#basket h1
{
	margin: 15px 10px;
	font-weight: bold;
	font-size: 17px;
}
#discountcodeform
{
	margin: 3px 0 5px 0;
}
#discountcodeform input[type="text"]
{
	background-color: #fff;
}

button.cash
{
	width: 50px;
	height: 50px;
	background: transparent url(../images/mobile/bttn_cash.png) no-repeat top center;
	float: right;
}

.delete
{
	width: 50px;
	height: 50px;
	background: transparent url(../images/mobile/bttn_delete.png) no-repeat top center;
}

#basket-table
{
	border-collapse: separate;
}

#basket-table thead td
{
	height: inherit;
}
#basket-table thead th,
#basket-table thead td
{
	border-bottom: 1px solid #aaa;
	font-weight: normal;
}
#basket-table tbody td
{
  vertical-align: middle;
}

#basket-table tbody td,
#basket-table tfoot td
{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 4px 0;
}
#basket-table thead td,
#basket-table tbody td,
#basket-table tfoot td
{
    color: #444;
}


#basket-table tbody td.noborder,
#basket-table tfoot td.noborder
{
	border-width: 0;
}
#basket-table tfoot td.nobottomborder
{
	border-bottom-width: 0;
}
#basket-table tfoot td.notopborder
{
	border-top-width: 0;
}
#basket-table tfoot td:last-child
{
	padding-right: 5px;
}

#basket-table .basket-add-item
{
	background: url(../images/mobile/plus.png) top left no-repeat;
}
#basket-table .basket-remove-item
{
	background: url(../images/mobile/min.png) top left no-repeat;
}

.bttn_123
{
	display: inline-block;
	width: 123px;
	height: 58px;
	background: transparent url(../images/mobile/bttn_123x116.png) no-repeat top center;
	text-indent: 0;
	color: #777;
	font-size: 18px;
	text-align: center;
	float: left;
}

.bttn_cancel,
.bttn_continue
{
	display: inline-block;
	width: 123px;
	height: 58px;
	background: transparent url(../images/mobile/bttn_cancel.png) no-repeat top center;
	text-indent: -9999em;
	float: left;
}
.bttn_cancel
{
	margin: 10px 5px 10px 5px;
	/*
	margin: 10px 0 10px 40px;
	margin: 10px 0 10px 51px;
	*/
}
.bttn_continue
{
	margin: 10px 5px 10px 5px;
	/*
	margin: 10px 40px 10px 0;
	margin: 10px 52px 10px 0;
	*/
}
.bttn_continue,
#customer-form .button.bttn_continue
{
	background-image: url(../images/mobile/bttn_next.png);
	width: 111px;
	float: right;
}
.bttn_left
{
	float: left;
}
.bttn_right
{
	float: right;
	margin: 10px 5px 10px 5px;
}
.bttn_closeinfo
{
	float: none;
	margin: 10px auto;
}


#customer-form
{
	background: #eeeeee;
	width: 380px;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0 0 80px 0;
}

#customer-form .error-holder
{
	right: auto;
	left: 20px;
	top: 80px;
	width: 320px;
	font-size: 120%;
}
#customer-form input[type="text"],
#customer-form select
{
	width: 380px;
	max-width: 380px;
	height: 30px;
}
#helpdesk-form input[type="text"]
{
	width: 350px;
	max-width: 350px;
	height: 30px;
}
#customer-form input[type="text"],
#customer-form select,
#customer-form input[type="checkbox"]
{
	margin-left: 10px;
}
#customer-form input[type="radio"]
{
	margin-left: 10px;
	width: 17px;
}
#customer-form label,
#customer-form select,
#customer-form span.large
{
	font-size: 16px; /*130%*/
}
#customer-form input[type="text"],
#helpdesk-form input[type="text"]
{
	height: 40px;
	font-size: 16px; /*130%*/
	/*background: url(../images/mobile/form_repeater.png) repeat-x top left;*/
    -moz-box-shadow: inset 1px 1px 5px #555;
    -webkit-box-shadow: inset 1px 1px 5px #555;
    box-shadow: inset 1px 1px 5px #555;
	background: #fff;
}
#helpdesk-form textarea
{
	padding: 2px;
	border-width: 1px;
	width: 344px;
	max-width: 344px;
	height: 70px;
}

/*
#customer-form input[type="text"]:before
{
	width: 8px;
	height: 46px;
	background-image: url(../images/mobile/form_left.png);
	position: absolute;
	left: -8px;
	top: 0px;
	content: " ";
}
#customer-form input[type="text"]:after
{
	position: absolute;
	top: 0px;
	left: 380px;
	width: 5px;
	height: 46px;
	content: " ";
	background: url(../images/mobile/form_right.png);
    background-size: 100% 100%;
}
*/

#housenumber,
#zip
{
	display: inline-block;
}
#customer-form input[type="text"]#zip
{
	margin-left: 20px;
	float: right;
	margin-right: 10px;
	width: 155px;
}
#customer-form input[type="text"]#housenumber
{
	width: 150px;
}

.error
{
	border: 1px solid red;
}

#helpdesk-form
{
	padding-top: 15px;
}
#helpdesk-form h1
{
	padding-left: 10px;
}
#helpdesk-form p
{
	padding-left: 25px;
	
}
#helpdesk-form p.input
{
	margin: 20px 0;
}
#helpdesk-form p.input input,
#helpdesk-form p.input textarea
{
	margin-top: 10px;
}
#helpdeskform span
{
	font-size: 130%;
}

#info
{
	padding: 15px 10px 80px 10px;
}

#info p
{
	margin: 0 0 15px 15px;
}


label.wide
{
	float: none;
	width: auto;
	margin-top: 20px;
}

#customer-form p,
#customer-form .input-holder.paytype strong
{
	padding: 5px 10px;
    font-size: 130%;
}
#customer-form .lightblue.wide
{
	width: 130px;
	height: 30px;
	font-size: 130%;
	background-size: 100%;
}
#customer-form a.lightblue.wide
{
	padding-top: 4px;
	position: relative;
	left: 10px;
}
#customer-form button.lightblue.wide
{
	padding-top: 5px;
}

#optin2
{
	vertical-align: top;
	margin-top: 3px;
}

/* fix IOS zoom */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 20px !important;
    background: #eee;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 20px !important;
  }
}
