/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> 14 okt 2008 */
body {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    background: #006699 url(../images/page_bg.png) top left repeat-x;
    height: 100%;
    color: #666;
}

html {
    height: 100%;
}

#wrapper {
    float: left;
    width: 100%;
    background: url(../images/wrapperbg.png) top center no-repeat;
	min-height:101%;

     height:auto !important;

    height:101%;
   
    position: absolute;
}

img {
    border: 0;
}

a {
    color: #006699;
}

a:hover {
    text-decoration: none;
    color: #F90;
}

#shadow-wrapper {
    width: 974px;
    margin: 0 auto;
    background: url(../images/contentbg.png) top left repeat-y;
}
@font-face {font-family:
    'ArialRoundedMTBold';
    src:
    url('../fonts/arialroundedmtbold.eot');
    src:
    url('../fonts/arialroundedmtbold.eot?#iefix') format('embedded-opentype'), url('../fonts/arialroundedmtbold.woff') format('woff'), url('../fonts/arialroundedmtbold.ttf') format('truetype'), url('../fonts/rialroundedmtbold.svg#arialroundedmtbold') format('svg');
    font-weight:
    700;
    font-style: normal;
}

h1, h2, h4, h5, h6, .topnav li {    font-family: 'ArialRoundedMTBold', Arial;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#content-wrapper {
    background: #fff url(../images/rulebg01.gif) top left no-repeat;
    width: 100%;
    width: 960px;
}

#header {
    /*background: url(../images/stuurwold01.jpg) no-repeat;*/
    height: 197px;
    overflow: hidden;
    position: relative;
}

#search_site {
    position: absolute;
    right: 22px;
    top: 9px;
    z-index: 2;
    background: url(../images/search_bg.png) no-repeat;
    height: 25px;
    width: 200px;
}

#search_site #ssubmit {
    width: 24px;
    height: 23px;
    float: right;
    border: 0;
    margin: 1px 1px 0 0 0;
    text-indent: -99999em;
    overflow: hidden;
    cursor: pointer;
    background: none;
	padding-top: 23px;
}

#search_site #zoekcriterium {
    color: #999999;
    width: 155px;
    margin-left: 9px;
    margin-top: 2px;
    border: 0;
    font-size: 15px;
	float: left;
}

#slider-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header #logo {
    position: absolute;
    top: 52px;
    left: 37px;
    z-index: 2;
}

#verhuur {
    position: absolute;
    top: 20px;
    right: 20px;
}

#menu {
    background: url(../images/topnav_bg.gif) repeat-x;
    overflow: hidden;
    height: 35px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    padding-left: 28px;
    text-align: center;
}

#menu li {
    display: inline;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    height: 35px;
    line-height: 35px;
    float: left;
    margin: 0 10px 0 0;
}

#menu a {
    display: inline;
    padding: 0px 10px 0 10px;
    height: 35px;
    line-height: 34px;
    color: white;
    text-decoration: none;
    z-index: 20; /* z-index must be higher than .hover class */
    float: left;
    position: relative;
    width: 100%;
	z-index: 100;
	width: auto;
	
}

#menu a:hover {
    color: #F90;
}

#menu li .hover {
    background: url(../images/lava.png) no-repeat top center; /* mouseover image	*/
    position: absolute; /* must be postion absolute 	*/
    width: 100%; /*	width, height, left and top to fill the whole LI item	*/
    height: 35px;
    float: left;
    left: 0;
    top: 0;
    float: left;
    z-index: 0; /* display under the Anchor tag	*/
    display: none; /* hide it by default	*/
}

#menu li.selected a {
    background: url(../images/lava.png) no-repeat top center; /* selected image	*/
    color: #F90;
    z-index: 100;
}
#menu li.selected a .hover {
	display: none;
}
#menu li.selected a .hover {
    background: url(../images/lava.png) no-repeat top center; /* selected image	*/
    width: 100%; /*	width, height, left and top to fill the whole LI item	*/
    height: 35px;
    color: #F90;
    z-index: 0;
    float: left;
}

#content {
    padding: 30px;
    position: relative;
    padding-top: 11px;
    padding-right: 30px;
    padding-left: 40px;
    height: 100%;
}

.home #content {
    padding-left: 25px;
}

h1, h2, h4, h5 {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

#content p {
    line-height: 21px;
}

.home #content p {
    line-height: 16px;
}

#content h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #006699;
}

#content h4 {
    margin-bottom: 5px;
    color: #666;
}

.middle {
    margin-bottom: -30px;
}

.home #content {
    padding-bottom: 0;
}

#content h1 {
    font-weight: bold;
    color: #ff6600;
    margin: 15px 0 15px 0;
    font-size: 1.8em;
}

#content h1.category-title {
    clear: none;
    width: 55%;
    float: left;
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 1.7em;
}

.viewOption {
    float: right;
    margin: 7px 30px 0 0;
    position: relative;
    z-index: 10;
}

.viewOption div {
    float: left;
    margin-right: 3px;
    cursor: pointer;
    color: #666666;
    padding: 5px;
}

#categorieOptions div.Aanbieding {
    color: #ff6600;
    font-weight:bold;
}
#categorieOptions div.Aanbieding:hover, #categorieOptions div.Aanbieding.active {
    color: #00649b;
}

.viewOption .option {
    padding: 6px;
}

.viewOption div.active {
    color: #00649b;
    border: 0;
}

.viewOption .option:hover {
    padding: 5px;
    background: #efefef;
    border: 1px solid #cccccc;
}

.viewOption .option.active:hover {
    padding: 5px;
}

.rww {
    font-weight: bold;
    color: #000;
    margin: 0;
    font-size: 1.3em;
}

#content p {
    margin: 0 0 10px 0;
}

#content p a, #content ul li a {
    color: #006699;
}

#content ul li {
    line-height: 24px;
}

.clear {
    clear: both;
}

label {
    min-width: 85px;
    display: inline-block;
}

.verhuurForm label, .zoekForm label {
    display: inline;
    min-width: auto;
}

input {
    margin: 1px;
}

.fout {
    color: red;
}

#errors {
    background: #f44;
    margin: 5px;
}

.actie_fiets {
    font-size: 12px;
    float: left;
    width: 400px;
}

.actie_fiets img {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #999966;
}

img.fiets_img {
    border: 1px solid #999966;
}

.slogan {
    margin: 0 0 10px 0;
    text-align: right;
    color: #AAA;
    font-weight: normal;
    font-size: 1.1em;
}

.adviesprijs {
    text-decoration: line-through;
}

.drw_prijs {
    background: #0A50A1;
    color: #F6DA15;
}

#footer {
    padding: 20px;
    background: #006699 url(../images/footer-bg.png) bottom left repeat-x;
    color: white;
    overflow: hidden;
    padding-top: 28px;
    padding-left: 32px;
   
	min-height:122px;

     height:auto !important;

    height:122px;
    padding-top: 17px;
    padding-bottom: 0;
    clear: both;
}

#footer h3 {
    font-size: 14px;
    width: 100%;
    clear: both;
    margin: 0 0 3px 0;
    padding: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.co-box {
    float: left;
    padding: 3px;
    background: #fff;
}

.co-box img {
    float: left;
}

#bshadow {
    float: left;
    height: 7px;
    width: 974px;
    background: url(../images/bbg.png) top left no-repeat;
    margin-bottom: 10px;
    margin-left: -7px;
}

#footer a {
    text-decoration: none;
    color: white;
}

#footer a:hover {
    text-decoration: none;
    color: #F90;
}

#footer address {
    float: left;
    width: 190px;
    overflow: hidden;
    font-style: normal;
}

#footer h3 {
}

#footer address p {
    font-size: 12px;
    color: #bfd0dd;
    line-height: 20px;
    margin: 0px 0 0 0;
    padding: 0;
    float: left;
}

#footer address p a {
    color: #bfd4e1;
}

#footer address p a:hover {
    color: #F90;
}

#footer .zeg {
    float: left;
    width: 290px;
    text-align: left;
}

#footer .zeg img {
    float: left;
    margin: 4px 9px 0 0;
    float: left;
}

#footer .relevante {
    width: 420px;
    float: left;
    margin: 0;
    padding: 0;
}

#footer .relevante ul {
    width: 100%;
    list-style: none;
    float: left;
    margin: -1px 0 0 0;
    padding: 0;
}

#footer .relevante ul li {
    width: 100%;
    float: left;
    line-height: 20px;
}

#footer .relevante ul li a {
    clear: both;
    color: #bfd4e1;
}

#footer .relevante ul li a:hover {
    color: #F90;
}

#footer .relevante ul li .links-box {
    float: left;
}

#footer .relevante ul li .links-box a {
    clear: both;
    float: left;
}

.lb01 {
    width: 195px;
}

.lb02 {
    width: 135px;
}

.lb03 {
    width: 85px;
}

/* New css for new site - New css for new site - New css for new site - New css for new site - New css for new site */
.left.filter {
    float: left;
    width: 182px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    height: 100%;
    min-height: 100%;
    top: 0px;
    overflow: hidden;
    left: -25px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-left: -15px;
}

.left.filter .option {
    cursor: pointer;
    margin: 3px 0 3px 0;
    width: 124px;
    color: #676767;
    font-weight: 400;
}

.left.filter .option.active, .left.filter .option:hover {
    color: #00649b;
    font-weight: 700;
}

.year_input {
    padding-bottom: 10px;
}

.middle {
    float: left;
    padding: 10px;
    width: 572px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    left: -26px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 0px;
}

#content-wrapper, #content {
    height: 100%;
    position: relative;
}

.primary-sidebar {
    float: left;
    padding: 10px 0 0 0;
}


.aanb {
	background: url(../images/aanbieidingen.png) no-repeat top center;
	display: block;
	width: 180px;
	height: 61px;
	margin: -10px 0 10px -15px;
	padding: 0;
}

.right {
    float: right;
    width: 150px;
    margin: 0;
    padding: 0 15px 0 15px;
    border-left: 1px solid #e5e5e5;
    top: 0px;
    height: 100%;
    min-height: 100%;
    height: auto !important;
    position: absolute;
    right: 0px;
}

.home #content {
}

.right h2, .bottom-banners h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 0.00em;
    width: 90%;
}

.banners-area {
    float: left;
    margin: 0 0 0 10px;
}

.bottom-banners {
    width: 165px;
    border-top: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-top: 10px;
    margin-left: -15px;
    margin-top: 22px;
    position: relative;
    float: left;
}

.s-banner {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-left: -15px;
}

#id-banner, #over-banner {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

#over-banner {
    margin-top: 25px;
    margin-left: 15px;
}

.banners-area img {
    float: left;
    margin-top: 22px;
}

.bottom-banners img {
    margin-top: 0px;
}

.segmenten .item {
    float: left;
    height: 237px;
    margin-right: 30px;
    width: 160px;
    margin-top: 3px;
    position: relative;
    margin-bottom: 20px;
}

.segmenten .item .title {
    margin-left: 10px;
    width: 145px;
    font-size: 12px;
    color: #ff6600;
}

.segmenten .item .title h2 {
    margin: 2px 0 3px 0;
    padding: 0;
    line-height: 24px;
}

.segmenten .item .title a {
    text-decoration: none;
    color: #ff6600;
    font-size: 19px;
}

.segmenten .item .description {
    margin-left: 10px;
    width: 140px;
    height: 67px;
    overflow: hidden;
}

.segmenten .item .description p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

.segmenten .item .button {
    float: left;
    width: 140px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.segmenten .item .button a {
    float: left;
    width: 140px;
    height: 24px;
    text-indent: -9999em;
    cursor: hover;
    background: url(../images/bekijbutton.png) top left no-repeat;
}

.company_bikes {
    float: left;
    border: 1px solid #e6e0c5;
    background: #fff4bc url(../images/bebg.png) bottom left repeat-x;
    position: relative;
    width: 718px;
    height: 177px;
    margin-top: 10px;
    margin-bottom: -2px;
}

.company_bikes img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.company_bikes .value {
    width: 415px;
    margin-left: 288px;
}

.company_bikes .value h2 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 17px;
    margin: 10px 0 7px 0;
    padding: 0;
}

#content .company_bikes .value p {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    font-weight: 400;
    margin-left: 1px;
}

#content .company_bikes .value p a {
    color: #006699;
    text-decoration: none;
}

#content .company_bikes .value p a:hover {
    text-decoration: underline;
}

.company_bikes .value h2 span {
    color: #006699;
}

.segmenten .item.last {
    margin-right: 0;
}

.index.left {
    float: left;
    width: 753px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 30px;
    position: relative;
    left: 1px;
}

#results {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 38px;
}

#filterOptions {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#filterOptions h2 {
}

#filterOptions fieldset {
    border: 0;
    margin: 0;
    padding: 0 0 6px 27px;
    float: left;
    width: 145px;
    position: relative;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

#content #filterOptions h2, #content #filterOptions h3 {
    color: #666;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#content #filterOptions h2 {
    width: auto;
    margin-left: 27px;
    margin-top: 12px;
    margin-bottom: 8px;
}

#content #filterOptions h3 {
    margin-top: 6px;
    width: 85%;
}

.middle .bike {
    float: left;
    height: 210px;
    width: 164px;
    text-align: center;
    margin-right: 25px;
    overflow: hidden;
}

.middle .bike.short h2 {
    font-family: Arial, Helvetica, sans-serif;
}

.middle .bike.short .img {
    height: 93px;
    overflow: hidden;
    float: left;
    text-align: center;
    width: 100%;
}

.middle .bike.short .img img {
    height: 93px;
    margin-left: 19px;
    float: none;
}

.middle .bike.last {
    margin-right: 0;
}

#content .middle .bike .price {
    float: left;
    width: 100%;
    text-align: center;
}

#content .middle .bike p {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}

#content .middle .bike .price div {
    display: inline;
    clear: none;
    text-align: center;
    margin-left: 10px;
}

.middle .bike .price {
    margin-top: -10px;
}

#content .middle .bike .newPrice p {
    color: #ff6600;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    float: none;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
}

#content .middle .bike .oldPrice p {
    color: #666666;
    font-size: 16px;
    text-decoration: line-through;
    width: auto;
    float: none;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.middle .bike .discount p {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-left: 19px;
    width: 147px;
}

#content .middle .bike h2 {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    font-weight: 400;
    width: 147px;
    padding: 0;
    text-align: center;
    margin-left: 19px;
    overflow:hidden;
}

#content .middle .bike.expanded h2 {
    margin-left: 0px;
    font-weight: 400;
    width: auto;
}

.middle .bike h2 a {
    text-decoration: none;
    color: #666666;
}

.middle .bike.expanded {
    float: left;
    height: 190px;
    width: 535px;
    text-align: center; 
	font-family: 'ArialRoundedMTBold', Arial;
    margin-left: 5px;
}

.middle .bike.expanded .left {
    float: left;
    width: 167px;
    clear: none;
    position: relative;
}

.middle .bike.expanded .left img {
    height: 98px;
}

.middle .bike.expanded .right {
    float: left;
    width: 330px;
    text-align: left;
    overflow: inherit;
    margin: 0 0 0 5px;
    padding: 10px 13px 0 13px;
    border: 0;
    position: relative;
    background: url(../images/descbg.png) top left repeat-x;
}

.middle .bike.expanded .price {
    margin-top: 20px;
}

#content .middle .bike.expanded .right h2 {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 0px;
    height: auto;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

#content .middle .bike.expanded .right p {
    text-align: left;
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

#content .middle .bike.expanded .description {
    float: left;
    height: 75px;
    overflow: hidden;
}

.moreInfo {
    float: left;
    clear: both;
    height: 24px;
}

.moreInfo a {
    float: left;
    clear: both;
    height: 24px;
    width: 82px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/morebutton.png) top left no-repeat;
    margin-left: -10px;
    text-indent: -9999em;
    margin-top: 20px;
}

#content .middle .bike.expanded .price_discount p {
    color: #999999;
}

#results {
    padding-bottom: 15px;
}

.index.left {
    width: 738px;
}

.home .index.left {
    width: 753px;
}

#left-part {
    float: left;
    width: 435px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 40px;
}

#left-part img {
    border: 0;
}

#content #left-part h1, #content #left-part h2, #content #product_details h1 {
    color: #666666;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

#product_details {
    float: left;
    width: 733px;
    min-height: 675px;
}

#content #product_details h1 {
    width: 90%;
    font-size: 1.7em;
}

#content #left-part h2 {
    font-size: 17px;
}

#right-part {
    float: left;
    width: 215px;
}

#product-price {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'ArialRoundedMTBold', Arial;
    padding-bottom: 7px;
}

#content #product-price p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

#content #product-price p span {
    width: 125px;
    float: left;
}

#content #product-price .old-price {
    color: #b7b7b7;
}

#content #product-price .new-price {
    color: #ff6600;
}

#content #product-price p em {
   
    float: right;
    font-style: normal;
}
#content #product-price .new-price em {
    color: #ff6600;
   
}
#content .info {
    font-size: 11px;
    margin-top: 15px;
}

#product-data {
    float: left;
    width: 100%;
}

#product-data ul {
    float: left;
    width: 48%;
    margin-right: 1%;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#product-data ul li {
    float: left;
    width: 100%;
    line-height: 18px;
}

#content #product-price .price-discount {
    color: #ff6600;
    font-size: 12px;
    text-align: right;
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#content .crumb {
    color: #006699;
    padding-left: 15px;
    margin-top: 12px;
    width: 90%;
    background: url(../images/arrow1.gif) center left no-repeat;
}
#content #verder-winlelen a { padding-left: 15px;
	 background: url(../images/arrow1.gif) 0 5px  no-repeat;
	 text-decoration: none;
}
#content #verder-winlelen a:hover {
	text-decoration: underline;
}
#product-description {
    float: left;
    width: 90%;
}

#content .crumb a {
    color: #006699;
    text-decoration: none;
}

#content .crumb a:hover {
    text-decoration: underline;
}

#product-form {
    float: left;
    width: 100%;
    margin-top: 15px;
}

#product-form select {
    padding: 1px;
	width: 130px;
}

#content #product-form p {
    float: left;
    width: 100%;
    margin: 3px 0 3px 0;
    padding: 0;
}

#product-form label {
    min-width: 80px;
    font-size: 12px;
    color: #666666;
    clear: none;
    float: left;
    line-height: 22px;
}

#content #product-form h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

#buy-now {
    float: left;
    width: 96px;
    height: 24px;
    overflow: hidden;
    background: url(../images/buybutton.png) top left no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -99999em;
    margin-top: 20px;
	padding-top: 41px;
}

.btndisabled #buy-now {
    cursor: default;
    background: url(../images/btn_bestel_disabled.png) top left no-repeat;
    height: 41px;
}

.std-form {
    padding-top: 10px;
    width: 100%;
}

.std-form label, #contactForm label {
    width: 200px;
    text-align: right;
}

#verstuur {
    float: left;
    clear: both;
    height: 24px;
    width: 110px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/verbutton.png) top left no-repeat;
    text-indent: -9999em;
    border: 0;
    margin-top: 0px;
    margin-left: 360px;
    margin-bottom: 30px;
	padding-top: 24px;
}

#submit-input {
    float: left;
}

#submit-zoek {
    float: left;
    height: 24px;
    width: 110px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/zoekbutton.png) top left no-repeat;
    margin: -1px 0 0 5px;
    text-indent: -9999em;
    border: 0;
}

#send01, #send02 {
    height: 24px;
    width: 123px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/versendbutton.png) top left no-repeat;
    float: left;
    text-indent: -9999em;
    border: 0;
	padding-top: 24px;
}

#send02 {
    background: url(../images/versendbutton2.png) top left no-repeat;
}

#bestelenbutton {
    float: right;
    height: 24px;
    width: 169px;
    overflow: hidden;
    cursor: pointer;
   background: url(../images/bestellenbutton01.png) top left no-repeat;
    border: 0;
    text-indent: -9999em;
    margin-top: 20px;
}



#btn-bijwerken  {
	float: right;
    height: 24px;
    width: 109px;
    overflow: hidden;
    cursor: pointer;
   margin-right: 15px;
    border: 0;
    text-indent: -9999em;
    margin-top: 20px;
	 background: url(../images/btn_bestel_01.png) top left no-repeat;
}
#content #w-info02 {
	
	width: 100%;
	text-align: right;
	clear: both;
	margin-right: 5px;
	padding-top: 20px;
	line-height: 16px;
	font-size: 12px;
}
#content #w-info02 p{
	font-size: 12px;
}
#zoek-form {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}

.notVisible {
    display: none;
}

.orderOption {
    float: left;
    width: 100%;
	position: relative;
}

.orderOption input.nova {
    float: left;
   
}

.orderOption input {
    float: left;
    width: 125px;
}
.orderOption select {

}
table.winkel {
    width: 890px;
}

table.winkel td {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
}

table.winkel td.img {
    width: 186px;
}

table.winkel td.aantal {
    width: 90px;
}

#content table.winkel .winkel-title-bar { 
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 16px;
    color: #666;
}

#content table.winkel td.info {
    font-size: 12px;
    vertical-align: top;
    line-height: 21px;
}

#content table.winkel td.info {
    width: 429px;
}

#content table.winkel .winkel-title-bar td {
    background: #f0f0f0;
    vertical-align: middle;
    padding: 10px;
}

#content table.winkel .winkel-title-bar td.info {
    font-size: 16px;
}

#content table.winkel td.info h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#content table.winkel td.aantal {
    vertical-align: bottom;
}

#content table.winkel td.aantal input {
    width: 24px;
}

#content table.winkel td.price {
    vertical-align: bottom;
}

#winkel-form {
    width: 100%;
	clear: both;
}

#info01 {
    float: left;
    width: 510px;
    margin-top: 10px;
}

#right-info {
    float: left;
    width: 380px;
    margin-top: 10px;
}

#content #info01 p {
    width: 98%;
    line-height: 18px;
    margin: 0;
    padding: 0;
    background: url(../images/qbg.gif) center left no-repeat;
    padding-left: 15px;
}

#right-info em {
    float: right;
}

#content #right-info p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#content #right-info p input {
    float: left;
	margin: 0;
	padding: 0;
    margin-right: 10px;
    margin-top: 5px;
}

#total-winkel {
    float: right;
    margin-top: 25px;
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
}

#w-buttons {
    color: #ff6600;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

#content #w-buttons p {
    color: #ff6600;
    font-size: 18px;
}

#order-left {
	float: left;
	width: 505px;padding-bottom: 25px;
}
#content #order-left h1 {
	clear: both;
	width: 100%;
}
#frm {
	width: 100%;
	float: left;
	
}
#order-right {
	float: left;
	width: 375px;
	padding-bottom: 25px;
}
#bet-table {
	float: left;
	width: 300px;
}
#bet-table td {
	text-align: left;
	width: 50%;
	padding: 10px;
	padding-left: 20px;
}
#bet-table td  img{
	float: left;
	clear: both;
}
#bet-table td  p{
	float: left;
	clear: both;
}

#bet-table td.logos {
	height: 50px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}
#content #frm h2,#content #order-left h2, #content #order-right h2{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
}
#order-buttons {
	float: left;
	width: 100%;
	clear: both;
}
#order-table {
	float: left;
	width: 100%;
}
#content #order-table td {
	
	
	width: 44%;
	font-size: 12px;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	padding-top: 30px;
	
}
#content #order-table td.info{
	font-size: 12px;vertical-align: top;
	padding-top:30px;
	line-height: 18px;padding-bottom: 35px;
}
#terms {
	float: left;
	width: 100%;
}
#terms input  {
	float: left;
	margin-right: 10px;margin-top:4px;
	margin-left: 15px;
}
#bestellen, #btn-ann {
	float: lef;
    height: 24px;
    width: 186px;
    overflow: hidden;
    cursor: pointer;
   margin-right: 15px;
    border: 0;
    text-indent: -9999em;
    margin-top: 20px;
	margin-left: 5px;
	 background: url(../images/btn_bestel_02.png) top left no-repeat;
}
#btn-ann { 
 background: url(../images/btn_bestel_03.png) top left no-repeat;
   margin-left: 35px;
 width: 127px;
}
#content #p-total {
	width: 96%;
	text-align: right;
	padding-right: 55px;
	float: left;
	font-size: 14px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#slider-image div {
display: none;
position: absolute;
}

#content .orderOption .info {
    background: url(../img/info.gif) no-repeat;
    cursor: pointer;
    float: right;
    height: 16px;
    display: block;
    margin-top: 4px;
    width: 41px;
	position: absolute;
	right: -41px;
	top: 0;
}


.infoTooltipText {
	display: none;
	background: #e1e1e1;
	border: 3px solid #E2E2E2;
	padding: 10px;
	width: 240px;
	z-index: 10;
	padding: 15px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	color: #454545;
	position: absolute;
	right: -250px;
	background: #fff;
	line-height: 18px;
	top: 16px;
}

#content .orderOption .info:hover .infoTooltipText {
	display: block;
	
}


#categorieOptions .Aanbieding {
    display: none;
}

.discl { color: #BFD4E1; font-size: 10px; float: left; clear: both; margin-top: 12px; }
#fietskeuze {
	padding: 1px;
	width: 146px;
	margin: 1px 0 1px 1px;
}
#Betaalwijze,#acceptConditions {
	float: left;
	margin:0;
	padding: 0;
}

