/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }*/
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Mark Entius
 */

/**
*
* Body and elements
*
*************************************************************************************************/

body {
     font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
     font-size: 14px;
     /*color: #036;*/
}

a, a:active {
    outline: none;
}


/**
*
* Container
*
*************************************************************************************************/

#container {
    width: 1014px;
    margin: 0 auto;
    position: relative;
    /*background: #0294d0 url(../images/webshop_achtergrond-leeg.png) top left no-repeat;*/
}

#container.short  {
    background-image: url(../images/home/deco_banner-top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


/**
*
* Header
*
*************************************************************************************************/

header {
    height: 149px;
    width: 100%;
    line-height: 85px;
    background: #fff;
    background: #fff url(../images/home/deco_banner-top.jpg) bottom left no-repeat;
}

header #produced-by {
    height: 85px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 85px;
}

#logo {
    width: 280px;
    height: 70px;
    margin: 0 0 15px 0;
    background: #0294d0;
}

header #produced-by img {
    vertical-align: top;
    margin-left: 10px;
}

.ie6 header #produced-by img, .ie7 header #produced-by img {
    vertical-align: middle;
}

nav ul {
    height: 28px;
    background: #333;
    margin: 0;
	padding-left: 7px;
}

nav li {
    height: 28px;
    float: left;
    position: relative;
    padding: 0 27px 0 19px;
}

nav ul li:last-child
{
	padding-right: 0;
}


nav li a, nav li a:visited {
    display: block;
    line-height: 28px;
    font-family: Arial;
    font-size: 12px;
    color: #999;
    font-weight: 700;
    text-decoration: none;
}

nav li a.selected, nav li a:hover {
    color: #fff;
}

.seperator {
    width: 6px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #0294d0 url(../images/scheidingsstreepje-leeg.png) top left no-repeat;
}


#masthead {
    height: 96px;
    position: relative;
    background: url(../images/masthead-bg.png) top left no-repeat;
}

#logout-button, #logout-button:visited, #tell-a-friend-button, #tell-a-friend-button:visited {
    width: 98px;
    height: 23px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/button-long.png) top left no-repeat;
}

#tell-a-friend-button, #tell-a-friend-button:visited {
    position: static;
}

#logout-button:hover, #tell-a-friend-button:hover {
    background-position: bottom left;
}



/**
*
* Banner home pagina + megafoon
*
*************************************************************************************************/

#header-images {
    margin: 0;
    list-style: none;
    display: block;
    width: 680px;
    height: 200px;
    margin-top: 27px;
    position: relative;
    overflow: hidden;
}

#header-images .selected {
    position: absolute;
    top: 0;
    lefT: 0;
}

#banner {
    width: 680px;
    height: 515px;
    overflow: hidden;
    position: relative;
    float: left;
    background-color: #ffffff;
    margin-top: 10px;
}

#banners {
    width: 680px;
    height: 315px;
    overflow: hidden;
    position: relative;
    float: left;
    background: url(../images/banners-bg.jpg) top left repeat-x;
}

#banners #banners-list {
    margin: 0;
}

.banner {
    width: 147px;
    height: 290px;
    padding: 25px 7px 0 14px;
    cursor: pointer;
    float: left;
    margin: 0 2px 0 0;
    list-style: none;
    background: #333;
    position: relative;
    font-size: 12px;
}

.banner h3 {
    margin: 0 0 10px 0;
    font-family: Arial;
    color: #fff;
}

.banner a, .banner a:visited {
    color: #fff;
    text-decoration: none;
}

.banner .continue {
    color: #09c;
}

.banner a:hover {
    
}

.banner .content {
    height: 208px;
    width: 151px;
    padding: 15px 7px 0 10px;
    position: absolute;
    left: 0;
    top: 107px;
    font-family: Arial;
    background: transparent url(../images/banner-content-bg.jpg) top left repeat-x;
    color: #fff;
}

.banner .content ul {
    list-style: disc;
    margin-left: 10px;
}


.banner img {
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    display: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

#arrow {
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 100;
}

.banner.selected h3 {
    margin-top: 60px;
}

.banner.selected .content {
    top: 250px;
}

.banner.selected .content ul {
    display: none;
}

#megafoon {
	position: absolute;
	left: 625px;
	top: 355px;
    width: 389px;
    height: 160px;
    margin: 0;
    background: url(../images/megafoon2.png) top left no-repeat;
    float: right;
}

#megafoon-content {
    height: 140px;
    width: 200px;
    margin: 10px 0 55px 170px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

#megafoon h2 {
    font-size: 15px;
    font-weight: 700;
}

#megafoon ul {
    margin: 0;
    list-style: none;
}

#megafoon li {
    width: 200px;
    font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    display: none;
}

#megafoon-content h1 {
    font-size: 15px;
    color: #333;
}

#skybanner {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 185px;
    left: 740px;
}

#links {
    width: 319px;
    line-height: 20px;
    position: absolute;
    /*bottom: 13px;*/
    top: 640px;
    right: 0;
    font-size: 12px;
}

#links a, #links a:visited {
    display: block;
    margin: 0 10px 0 0;
    float: left;
    color: #5c5c5c;
    text-decoration: none;
}

#links a:hover {
    background-position: bottom left;
}

#links a div {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: #35a9d9;
}

#links a img {
    vertical-align: bottom;
}

#links a#cbrquestion, #links a#cbrquestion:visited {
    margin: 3px 0 0 0;
}

#links a#cbrquestion div
{
    /*background: #D1242B;*/
}

/**
*
* Buttons
*
*************************************************************************************************/

button, .button {
    width: 98px;
    height: 0;
    font-weight: 700;
    font-family: Arial;
    font-size: 12px;
    /*line-height: 21px;*/
    padding: 3px 0 20px 0;
    text-decoration: none;
    display: block;
    border: none;
    text-align: center;
    color: #fff;
}

.wide {
    width: 98px;
}

.lightblue {
    background: url(../images/bttn_lang_LICHTBLAUW.png) top left repeat-x;
}

.longer {
    width: 145px;
    background: url(../images/bttn_langer_LICHTBLAUW.png) top left repeat-x;
}
.longer160 {
    width: 160px;
    height: 23px;
    background: url(../images/button-longer.png) top left no-repeat;
}
.longer180
{
  width: 180px;
  height: 23px;
  background: url(../images/button-longer.png) top left no-repeat;
  background-size: 180px 46px;
}
.longer200
{
  width: 200px;
  height: 23px;
  background: url(../images/button-longer.png) top left no-repeat;
  background-size: 200px 46px;
}

.button:hover, .button:visited {
    color: #fff;
    display: block;
}


/**
*
* Basket
*
*************************************************************************************************/

#basket-status {
    height: 28px;
    line-height: 32px;
    position: absolute;
    top: 175px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    padding: 0;
    background: url(../images/bttn_main-shop03.png) center right no-repeat;
}

#basket-status a, #basket-status a:visited {
    color: #5c5c5c;
    text-decoration: none;
    padding: 0 35px 0 0;
    display: inline-block;
    height: 28px;
}

#basket-status.home
{
    background: none;
    padding: 0;
    width: 270px;
}

#basket-status.home a
{
    display: inline-block;
    height: 28px;
    padding: 0 35px 0 0;
    margin-top: 10px;
    background: url(../images/bttn_main-shop03.png) center right no-repeat;
}

#basket-status.home button
{
    position: absolute;
    right: 0;
    width: 158px;
    height: 50px;
    color:#000;
    background: #f5009b url(/public/images/shop/bttn_login.png) no-repeat left top;
    border-radius: 8px;
    display: inline-block;
}
#basket-steps {
    height: 90px;
    margin: 27px 0 0 0;
    position: relative;
    background: #fff;
}

#basket-steps h3 {
    height: 90px;
    padding-left: 77px;
    margin: 0 0 0 15px;
    line-height: 90px;
    background: url(../images/mandje_groot.jpg) left center no-repeat;
}

#basket-steps ul {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 220px;
    list-style: none;
}

#basket-steps li {
    height: 30px;
    float: left;
    color: #036;
}

#basket-steps .current .border {
    border-bottom: 1px solid #09c;
}

#basket-steps .current {
    height: 50px;
    background: url(../images/shop-step-arrow.jpg) 50% 35px no-repeat;
}

#basket-steps .number {
    color: #09c;
    font-size: 15px;
    font-weight: 700;
}

#basket-steps .carret {
    margin: 0 10px;
}

#basket-steps .divider {
    font-size: 20px;
}

#basket {
    font-family: Arial;
    font-size: 12px;
    position: relative;
    top: 30px;
    left: 14px;
    width: 765px;
    padding: 10px;
    background: #fff;
}

#basket .button {
    float: right;
}

#basket-table {
    width: 746px;
}

#basket-table thead td {
    height: 40px;
    color: #003365;
    font-weight: 700;
}

#basket-table tbody td, #basket-table tfoot td {
    height: 18px;
    line-height: 18px;
    border-bottom: 1px solid #69c;
    color: #036;
}

#basket-table td.codediscount
{
	color: #03F;
	font-weight:bold;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.delete {
    height: 18px;
    width: 18px;
    display: block;
    background: url(../images/basket-delete.jpg) center center no-repeat;
    text-indent: -999em;
    margin: 0 auto;
}

#customer-form {
    font-family: Arial;
    font-size: 12px;
    position: relative;
    top: 30px;
    left: 14px;
    width: 765px;
    padding: 10px;
    background: #fff;
}

.basket-add-item, .basket-remove-item {
    height: 20px;
    width: 20px;
    float: left;
    display: block;
    text-indent: -999em;
    text-decoration: none;
} 

.faux-delete {
     display: block; 
     float: left; 
     height: 20px; 
     width: 20px;
}

.ie7 .item-count {
    float: left;
    width: 30px;
    text-align: center;
}

.basket-add-item {
    float: right;
    background: url(../images/plus.png) top left no-repeat;
}


.basket-remove-item {
    background: url(../images/min.png) top left no-repeat;
}

#customer-form .button {
    float: left;
}

#customer-form button {
    float: right;
}

.customer-data strong {
    width: 130px;
    display: block;
    float: left;
}

#customer-form .error-holder {
    left: auto;
    top: 130px;
    right: 120px;
}

#discountcodeform
{
	margin-bottom:20px;
}

/**
*
* Breadcrumbs
*
************************************************************************************************/

#breadcrumbs {
    width: 419px;
    height: 19px;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 13px;
    color: #666;
    list-style: none;
}


#breadcrumbs li {
    display: inline;
}

#breadcrumbs a, #breadcrumbs a:visited {
    /*color: #808285;*/
    color: #666;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}



/**
*
* Columns
*
*************************************************************************************************/

.column {
    width: 49%;
}

.left {
    float: left;
}

.right {
    float: right;
}



/**
*
* Main (content)
*
*************************************************************************************************/

#main {
    min-height: 250px;
    /*padding-bottom: 10px;*/
    /*background: url(../images/stippen.jpg) right 96px no-repeat;*/
}

.home #main {
    /*background: url(../images/home-bg.jpg) 0px 15px no-repeat;*/
}

.ie6 .home #main, .ie7 .home #main {
    height: 505px;
}

.light-blue {
    color: #0294d0;
}



/**
*
* Articles (main content)
*
*************************************************************************************************/

article {
    min-height: 440px;
}

.home article {
    min-height: 505px;
    line-height: 20px;
    /*border: none;*/
    margin: 0;
    padding: 0;
    /*background: url(../images/megafoon01.png) top right no-repeat;*/
}

h1, h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 100;
}

.home h1 {
    margin: 0 0 20px 0;
    font-size: 26px;
}

.home .left h1 {
    margin: 50px 0 0 50px;
}

.home .left p {
    padding: 20px 0 0 50px;
}

#content p {
    margin: 5px 0;
}


/**
*
* Register form
*
*************************************************************************************************/

#register-form {
    font-size: 12px;
}

#optin-holder {
    width: 230px; 
    float: right; 
    margin-right: 30px;
    padding: 15px 0;
}

#optin-holder p {
    padding: 0 0 0 20px;
    line-height: 18px;
    text-align: left;
    margin: 0;
}

#optin,#optin2 {
    height: auto;
    margin: 0;
}

input {
    width: 224px;
    background-color: #ccebf5;
}

select {
    margin: 0 10px 0 0;
}

#dealer {
    width: 224px;
}


.radio {
    background: #fff;
}

#register-warning {
    padding: 20px 10px 0 10px;
}

label {
    width: 115px;
    height: 27px;
    line-height: 27px;
    /*text-indent: 10px;*/
    text-align: left;
    display: block;
    float: left;
    color: #333;
}

.loading {
    background: url(../images/ajax-loader.gif) 95% 5px no-repeat;
}

#credentials input {
    width: 191px;
    margin-bottom: 8px;
    background-color: #fff;
}

#credentials {
    padding: 10px 0;
    background: url(../images/credentials-bg.png) top left no-repeat;
}

#credentials label {
    color: #fff;
}

.error-holder {
    top: 150px;
    left: 0;
}

#tell-a-friend-form .error-holder {
    left: 200px;
    top: auto;
    bottom: 160px;
}


/**
*
* Forms
*
*************************************************************************************************/

form {
    position: relative;
}

.field {
    height: 27px;
    width: 143px;
    margin-right: 10px;
    position: relative;
    background: #fff;
    line-height: 27px;
    float: left;
}

.field label, .field input { position: absolute; left: 0; top: 0; width: 100% }
.field label { opacity: 0.2; text-indent: 8px; filter: alpha(opacity=20) }

input {
    max-width: 295px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding: 0;
    text-indent: 8px;
    border: none;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 5px 0;
    background-image: url(../images/input-bg.png);
}

.input-holder {
    height: 27px;
}

.input-holder input {
    float: left;
}

.input-holder label.auto-width {
    height: 27px;
    width: auto;
    float: left;
    line-height: 27px;
    margin: 0 10px;
    text-indent: 0;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;
    line-height: 27px;
    background: #fff;
}

#login-form button, #check-code-form button, #forgot-password-form button {
    width: 29px;
    display: block;
    text-indent: -999em;
}

input:focus, input.has-text {
    background: #fff url(../images/input-bg.png) top left no-repeat;
}

#login-form, #forgot-password-form {
    height: 46px;
    margin: 57px 0;
    padding-left: 83px;
    background: transparent;
}

#forgot-password-form fieldset {
    line-height: 27px;
}

#forgot-password-form button {
    float: left;
}

#forgot-password-form a {
    margin: 0;
    color: #03225d;
}

#login-form legend, #forgot-password-form legend {
    float: left;
    margin-right: 10px;
    line-height: 27px;
    text-transform: uppercase;
}

#login-form legend span, #forgot-password-form legend span {
    color: #fff;
}

#login-form a {
    color: #03225d;
    margin-left: 224px;
    font-size: 11px;
}

#balloon {
    height: 46px;
    margin-bottom: 50px;
}

#check-code-form {
    padding: 0 0 0 153px;
}

#check-code-form legend {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

#check-code-form .field {
    width: 293px;
}

#check-code-form p {
    color: #03225d;
    margin-top: 33px;
}

#check-code-form a, #check-code-form a:visited {
    color: #fff;
    text-decoration: none;
}

#check-code-form a:hover {
    text-decoration: underline;
}

#register-form input.error, input.error {
    background-color: #f5cccc;
}

.error-holder {
    width: 280px;
    color: #333;
    font-size: 11px;
    border: 1px solid #ff7c7c;
    background: #ffcece;
    display: none;
    position: absolute;
    top: 0px;
    left: -150px;
    padding: 10px;
}

.error-holder ul {
    padding: 0;
}

#login-form .error-holder {
    left: 150px;
    top: auto;
    bottom: 50px;
}

#check-code-form .error-holder {
    top: auto;
    left: 150px;
    bottom: 110px;
}

#forgot-password-form .error-holder {
    top: auto;
    bottom: 30px;
    left: 87px;
}



/**
*
* Portal home
*
*************************************************************************************************/

#books {
    margin: 50px 0 0 0;
    list-style: none;
}

#books li {
    width: 101px;
    height: 142px;
    margin: 0 5px 0 0;
    background: url(../images/book-shadow.jpg) top left no-repeat;
    float: left;
}

#buttons {
    height: 32px;
    width: 100%;
    clear: left;
    margin: 60px 0 0 -30px;
    padding: 0 0 0 30px;
    background: url(../images/buttons-bg.jpg) top left repeat-x;
}

.button span {
    display: block;
    width: 15px;
    height: 32px;
    background: url(../images/button-right.jpg) top left no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.button.right {
    right: 20px;
}




/**
*
* Category index
*
***********************************************************************************/

#categories {
    height: 112px;
    width: 680px;
    margin: 20px 0 0 0;
}

#categories h2,
#categories h3
{
    width: 201px;
    height: 112px;
    line-height: 112px;
    font-size: 20px;
    color: #003365;
    text-indent: 14px;
    float: left;
}

#categories h3
{
	font-weight: 100;
    margin: 0 0 15px;
}

#categories ul {
    float: left;
    margin: 0;
    list-style: none;
}

#categories li {
    float: left;
}

#categories a {
    height: 0;
    margin-top: 10px;
    padding-top: 70px;
    text-decoration: none;
    float: left;
    text-align: center;
    background-position: top left;
    color: #000;
}

#cat-b {
    width: 130px;
    background-image: url(../images/cat-b-icon.png);
}

#cat-am {
    width: 90px;
    margin: 0 10px;
    background-image: url(../images/cat-am-icon.png);
}

#cat-pro {
    width: 100px;
    margin: 0 10px;
    background-image: url(../images/cat-ccv-icon.png);
}

#cat-a {
    width: 90px;    
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-image: url(../images/cat-a-icon.png);
}

#cat-am {
    margin: 0 10px;
    border-right: 1px solid #999;
}

#categories a:hover, #categories a.selected {
    color: #003365;
    background-position: bottom left;
}

#packages {
    padding: 29px 0 0 13px;
    margin: 0;
    list-style: none;
    color: #000;
}

#packages .titleBlue
{
  font-size: 18px;
  font-weight: bold;
  color: #0099cc;
  line-height: 18px;
  margin: 2px 0 3px 0;
}
#packages .textIntro
{
  font-size: 13px;
  color: #666;
  line-height: 20px;
  margin: 5px 0 8px 0;
  width: 590px;
}


.package {
    height: 240px;
    width: 186px;
    box-shadow: 1px 1px 1px #888888;
    background: #fff;
    padding: 15px 0 0 0;
    text-align: center;
    float: left;
    margin: 0 13px 13px 0;
}

.package h3 {
    height: 30px;
    color: #003365;
    font-size: 12px;
    margin: 1px 0 1px 0;
    padding: 0 5px;
}

.package .price {
    color: #0198cd;
    font-size: 15px;
}

.package .price small {
    font-size: 10px
}

.package .button {
    margin: 0 auto;
}

#package-siblings {
    width: 198px;
    float: left;
    margin: 35px 0 0 -201px;
    list-style: none;
}

.ie7 #package-siblings {
    position: absolute;
    top: 250px;
    left: 201px;
}

#package-siblings li {
    min-height: 23px;
    line-height: 23px;
    margin: 3px 0;
}

#package-siblings a {
    display: block;
    color: #999;
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px;
    text-decoration: none;
}

#package-siblings a:hover, #package-siblings a.selected {
    background: #0294d0 url(../images/sibling-carret.jpg) top right no-repeat;
    color: #fff;
}

#package-detail {
    padding: 30px 0 0 14px;
    width: 803px;
}

.ie7 #package-detail img {
    float: left;
}

#package-detail-text {
    width: 378px;
    padding: 14px;
    min-height: 250px;
    float: right;
    background: #fff;
    font-family: arial;
    font-size: 12px;
}

#package-detail-text h1 {
    color: #003365;
    font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
    font-size: 17px;
}

#package-detail-text h2 {
    margin: 3px 0;
    font-size: 13px;
    font-weight: 700;
}

#contents {
    line-height: 1.6em;
    margin-bottom: 20px;
    list-style-image: url(../images/contents-list-button.jpg);
}

#package-detail p {
    margin: 15px 0;
    line-height: 1.6em;
}

#price {
    font-size: 20px;
    font-weight: 700;
    color: #003365;
    margin: 20px 0;
}

#price small {
    font-size: 13px;
}

article {
    background: #f7f7f7;
    box-shadow: 0px 0px 1px #888888;
    border-left: 198px solid #333;
    /*margin: 0 0 120px 0;*/
}
footer {
    clear: both;
    font-family: Arial;
    color: #333;
    font-size: 10px;
    text-indent: 55px;
}

footer a, footer a:visited {
    text-decoration: none;
    color: #333;
}

footer a:hover {
    text-decoration: underline;
    color: #333;
}

.ui-autocomplete {
    border: 1px solid #333;
}

.ui-menu-item {
    background-color: #ccebf5;
}


#drivingschoollinks
{
	position:absolute;
	left:10px;
	top:275px;
	width: 174px;
	height: 42px;
	background: #0294d0 url(../images/frameMultimedia.png) top left no-repeat;
}
#drivingschoollinks a
{
	display:inline-block;
	width:30px;
	height:30px;
	padding:0;
	margin:7px 2px 0 9px;
	background-repeat: no-repeat;
	overflow:hidden;
	text-indent: -999em;
}
#free_exam, #free_elearning
{
	float: left;
	width:385px;
	height:56px;
	padding:0;
	margin:25px 0 13px 10px;
}
#free_exam
{
	text-align: right;
	background: #0294d0 url(../images/bttn_proefexamen_small2.png) top left no-repeat;
}
#english_products, #special_offers
{
	float: left;
	width:318px;
	height:50px;
	padding:0;
	margin:13px 5px 0 10px;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
}
#english_products, #special_offers
{
	background-color: #0294d0;
	/*background-color: #1ca9e4;*/
	background-image: url(../images/bttn_english_products3.png);
	background-position: top left;
	background-repeat: no-repeat;
/*
	-moz-box-shadow: inset 3px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 3px 3px 6px rgba(0,0,0,0.5);
	box-shadow: inset 3px 3px 6px rgba(0,0,0,0.5);
	border-radius: 8px;
*/
	border-radius: 9px;
}
#special_offers
{
	/*background-color: #01FF02;*/
	background-image: url(../images/bttn_special_offers2.png);
}
#english_products a, #special_offers a
{
	color: #fff;
	font-size: 1.5em;
	text-decoration:none;
}
#free_exam a img
{
	margin-top: 4px;
	margin-left: 7px;
	margin-right: 10px;
}
#free_exam_moped
{
	margin-right: 3px;
}

#free_links
{
	margin: 2px 0 0;
}
.free_links_button,#free_links #free_exam,#free_links #free_elearning
{
	float: left;
/*
	-moz-box-shadow: inset 4px 4px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 4px 4px 6px rgba(0,0,0,0.4);
	box-shadow: inset 4px 4px 6px rgba(0,0,0,0.4);
*/
	width:318px;
	padding:0;
	margin:14px 5px 2px 10px;
}
.free_links_button,#free_links #free_exam
{
	background-color: #0294d0;
    background-image: linear-gradient(#0294d0, #0294d0 20px, #fff 90px);
}

.free_links_button img
{
	vertical-align:middle
}
#free_links #free_exam
{
	height:50px;
	background-color: transparent;
	background-image: url(../images/bttn_proefexamen_small3.png) /*, linear-gradient(#0294d0, #0294d0 20px, #fff 90px)*/;
	background-color: #0294d0;
	background-position: top left;
	background-repeat: no-repeat;
	border-radius: 9px;
}
#free_links #free_exam a img
{
	height: 44px;
	margin-left: -3px;
	margin-right: 10px;
	margin-top: 4px;
}
#free_links #free_elearning
{
	height:50px;
}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.paytype
{
    text-align: left;
}
.paytype label 
{
	width: 200px;
	height: 30px;
	margin-top: 6px;
	font-weight: normal;
}
.paytype label img
{
    margin-left: 5px;
}
.paytype input[type="radio"], .paytype img
{
	vertical-align: middle;
}


.row { margin-top: 50px }
.webshop.home .row { margin-top: 80px; }
#container.home .row { margin-left:0 !important ; }
.row h1, .row h2 { font-size: 16px !important; color:#666 !important;line-height: 24px !important; font-weight: bold; margin-bottom: 5px  }
.row > div{ font-size: 13px !important; line-height: 20px !important; font-family: Arial,Helvetica,sans-serif; }
.row h3 { font-size: 13px !important; color:#666 !important; line-height: 20px !important; font-weight: bold; }
