/* WEBSHOP "DEMO" COPYRIGHT 2011 FASTWARE ALL RIGHTS RESERVED. */

/* BASKET */

.shopping-basket {
	padding: 20px 0;
	margin:0 0 0 0;
	float: left;
}

.shopping-basket table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
}

.shopping-basket table th {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
}

.shopping-basket table tr.set {

}

.shopping-basket table tr.set td{
    padding-bottom: 4px;
    padding-top: 4px;
}

.shopping-basket table tr.setitems {
	font-size: 11px;
}

.shopping-basket table tr.setitems td{
	background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 0 none;
    border-top: 1px dotted #B7B7B7;
    padding-bottom: 2px;
    padding-top: 2px;
}

.shopping-basket table tr td {
    font-size: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: top;
}

.shopping-basket table tr.basket-totaal td {
    padding-bottom: 3px;
    padding-top: 3px;
}

.shopping-basket table tr td {
    border-top: 1px solid #DCDDDE;
}

.shopping-basket table tr td a {
	text-decoration: none;
}

.shopping-basket table tr.basket-totaal td{
	background: none repeat scroll 0 0 #FFF7E0;
	font-weight: bold;
}

.shopping-basket table tr.free-product td{
	background: none repeat scroll 0 0 #E0EDF9;
	font-style: italic;
}

#checkoutContent #step4 .itemsets {
	background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 0 none;
    border-top: 1px dotted #dfdfdf;
    font-size: 11px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#checkoutContent #step4 .itemsets ul{
	overflow: hidden;
	padding: 0;
}

.shopping-basket .stock-status {
	position: relative;
	top: 0;
	margin-top: 4px;
}

.shopping-basket tr.setitems .stock-status {
	margin-top: 1px;
}

.afb-row {
    padding-left: 3px;
    width: 100px;
}

.description-row {
    padding-left: 3px;
    width: 268px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.stock-row {
    padding-left: 11px;
    width: 27px;
}

.amount-row {
    padding-left: 11px;
    width: 50px;
}

.amount-row input{
	width: 38px;
	padding:0;
	border: 1px solid #B5B5B5;
	float: right;
	font-size: 11px;
	margin-right: 10px;
	background: none repeat scroll 0 0 #FBFBFB;
	border-radius: 0;
}

.price-row{
	padding-right: 11px;
    text-align: right;
    width: 80px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.order-row {
    padding-left: 8px;
    width: 80px;
}

.date-row {
    padding-left: 8px;
    width: 140px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.totalamount-row {
	padding-right: 8px;
    text-align: right;
    width: 100px;
}

.status-row {
    padding-left: 8px;
    width: 100px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.detail-row{
    padding-left: 8px;
    text-align: center;
    width: 60px;
    
}

.shopping-basket .detail-row a{
	text-decoration:underline;
}

#favoriteForm .price-row{
	background: none repeat scroll 0 0 #FFFFFF;
}

.totaal-row{
    padding-right: 11px;
    text-align: right;
    width: 80px;
}

.edit-row{
    padding-left: 3px;
	text-align: center;
    width: 50px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.shopping-basket #refresh {
	background: url("/file/picture/frame/refresh.png") no-repeat scroll left top transparent;
	border: 0 none;
    cursor: pointer;
	display: block;
    height: 12px;
    margin: 5px 18px;
    width: 12px;
}

.shopping-basket #refresh span{
	position: absolute;
	left: -9000px;
}

.shopping-basket #remove {
	background: url("/file/picture/frame/remove.png") no-repeat scroll left top transparent;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 12px;
	margin: 5px 18px 0;
	width: 12px;
}

.shopping-basket #remove span{
	position: absolute;
	left: -9000px;
}

.shopping-basket #winkelwagen {
	background: url("/file/picture/frame/winkelwagen.png") no-repeat scroll left top transparent;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 12px;
	margin: 5px 18px 0;
	width: 12px;
}

.shopping-basket #winkelwagen span{
	position: absolute;
	left: -9000px;
}


/* PRIJZEN */

.price-discount-orginal, .price-special-orginal{
	color: #B94A48;
    font-weight: bold;
    text-decoration: line-through;
	white-space: nowrap;
}

#top-products .price-discount-orginal {
	margin-right: 5px;
}

#special_offers .price-discount-orginal, .catalogProductGroup .price-discount-orginal, .special_prijs .price-special-orginal {
	clear: none;
    float: right;
    font-size: 14px;
    margin: 8px 8px 0;
}

.price-discount {
	color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

.price-discount-orginal {
	margin-right: 8px;
}

.price-row .price-discount-orginal,
.subtotaal-order .price-discount-orginal {
	margin-right: 0;
}

#top-products .price-discount {
	font-size: 16px;
}

#special_offers .price-discount, .catalogProductGroup .price-discount, .special_prijs .price-special{
	font-size: 22px;
	float: right;
	clear: both;
}

.save {
	color: #3fac4b;
    font-weight: bold;
	white-space: nowrap;
}

#top-products .save {
	clear: both;
    float: left;
}

#special_offers .save, .catalogProductGroup .save {
	float: right;
}

.price-orginal, .special_prijs{
	color: #000000;
    font-weight: bold;
    line-height: 17px;
}

#top-products .price-orginal {
	font-size: 16px;
}

#special_offers .price-orginal, .catalogProductGroup .price-orginal {
	float: right;
    font-size: 22px;
}

.price-excl-btw {
	color: #9D9D9D;
    font-size: 11px;
    white-space: nowrap;
}

#top-products .price-excl-btw {
	clear: both;
    float: left;
}

#special_offers .price-excl-btw, .catalogProductGroup .price-excl-btw{
	clear: both;
	display: block;
	font-weight: normal;
	text-align: right;
}


/* POPUP SHOPPINGCART */

#fancybox-inner {
	
}

#toShoppingCartSuccessText {
	border-top: 2px solid #CDCED1;
	border-bottom: 1px solid #CDCED1;
    overflow: hidden;
    padding: 15px 0;
}

#toShoppingCartSuccessText .added-list{
	display: block;
	min-height: 110px;
}

#toShoppingCartSuccessText .small-picture{
	width: 90px;
	height: 90px;
	float: left;
	clear: left;
}

#toShoppingCartSuccessText .itemInformation{
	float: left;
    font-size: 12px;
    margin-left: 20px;
    width: 270px;
    min-height:90px;
	display:table-cell;
}

#toShoppingCartSuccessText .itemInformation ul{
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	padding:0;
	*padding:20px 0 0 0;
	*overflow:hidden;
}

#toShoppingCartSuccessText .item_aantal{
	margin: 37px 0 37px 20px;
}

#toShoppingCartSuccessText .item_costs{
	float: left;
    font-size: 11px;
    margin-left: 10px;
    text-align: right;
    width: 100px;
}

#toShoppingCartSuccessText .item_costs span{
	padding:35px 0;
	display:inline-block;
}

#toShoppingCart{
	*width:550px;
}

.shopping_buttons {
	margin-top: 10px;
    overflow: hidden;
    padding: 0;
}

.shopping_buttons_top {
	margin-top: 0px;
    overflow: hidden;
    padding: 0;
}

.shopping_buttons a,
.shopping_buttons_top a{
	float: right;
    margin-left: 10px;
}

.shopping-cart-popup h2,
.shopping_buttons_top h2 {
	text-transform: uppercase;
	padding: 6px 0 14px;
	font-size: 1.29em;
}

.shopping_buttons_top h2{
	float:left;
}


/* PERSOON GEGEVENS */

.persoons-gegevens table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
    width: 80%;
}

.persoons-top{
	padding: 0px;
}

.persoons-gegevens table tr.history-item{
    
}

/* WINKELWAGEN */

.webshopNavigatie {
    float: left;
    padding: 7px 0;
    margin:0 0 0 0;
    position: relative;
    width: 714px;
}

.webshopNavigatie .back{
	float: left;
    position: relative;
}

.webshopNavigatie .foward{
	float: right;
    position: relative;
}

.webshopNavigatie .bestellingUpdate{
	float: right;
    margin: 0 10px;
    position: relative;
}

fieldset.voucher-discount{
	background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #DCDDDE;
    border-top: 1px solid #DCDDDE;
    display: block;
    padding: 10px 15px;
    *width:705px;
}

fieldset.voucher-discount input{
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #B5B5B5;
    float: right;
    font-size: 12px;
    margin-left: 10px;
    width: 200px;
}

.voucher-discount .btn-primary {
	float: right;
}

#checkoutContent{
    float: left;
    margin: 20px 0 0;
    width: 980px;
}

.checkout-form {
	background: url("/file/picture/frame/frame_background/checkout-form-bg.png") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    padding: 20px 0;
}

#checkoutContent h2 {
	text-transform: uppercase;
}

#checkoutContent h2 span{
	color: #000000;
    margin-right: 5px;
}

#checkoutContent #step1 {
	float: left;
    margin-right: 20px;
    width: 306px;
}

#step1 #step1Choice{
	padding: 0 0 10px 10px;
}

#step1 #step1Choice ul{
	padding: 0;
}

#step1Login,
#step1ResetPassword,
#step1Customer{
	padding: 0 0 0 10px;
}

a.step1-inloggen, a.step1-versturen {
	float: right;
}

#checkoutContent #step2 {
	float: left;
    margin-right: 20px;
    width: 264px;
	padding: 0 10px;
}

#checkoutContent #step4 {
	float: left;
	width: 340px;
}

#checkoutContent fieldset.form_input {
    border: 0 none;
    clear: both;
    display: block;
    width: 100%;
}

#checkoutContent fieldset.choose_list_inline {
    border: 0 none;
    margin: 0;
    padding: 0 0 6px;
    width: 100%;
}

#checkoutContent fieldset {
    padding: 0 0 6px;
}

#checkoutContent #step1 .form_input label {
    width: 120px;
    height: 25px;
	line-height: 25px;
	margin: 2px 0 0 0;
}

#checkoutContent #step1 .form_input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDDDE;
    float: left;
    width: 162px;
}

#checkoutContent #step1 fieldset.form_input select {
	padding: 4px 6px;
}

#checkoutContent #step1 fieldset.choose_list_inline .choose_label {
    width: 120px;
}

#checkoutContent fieldset.choose_list_inline .choose_label {
    display: block;
    float: left;
    padding: 5px 0 0;
}

#checkoutContent input {
    font-size: 100% !important;
}

#checkoutContent fieldset.form_input label {
    display: block;
    float: left;
}

#checkoutContent fieldset.list_checkbox {
	padding: 0 0 6px 0;
}

#checkoutContent #step1 .line_verplicht, .line_verplicht {
	font-weight: bold;
	color: #B94A48;
	padding: 7px 0;
}

#checkoutContent #step1 .line_verplicht label{
	width: 100%;
}

.toTop {
	padding: 10px 0;
}

#checkoutContent #step2 .form_input label {
    margin:6px 0;
    width:73px;
}

#checkoutContent #step2 .form_input input{
    border: 1px solid #DCDDDE;
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 122px;
}

#checkoutContent #step2 .form_input textarea{
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #B5B5B5;
    float: left;
    font-size: 12px;
    height: 100px;
    margin-top: 5px;
    padding: 2px;
    width: 258px;
}

#step2 .form_input {
	padding: 0 0 6px 26px;
    width: 238px !important;
}

/* STAP 3 */

#checkoutContent #step4 ul li {
    border-top: 1px solid #DCDDDE;
    overflow: hidden;
    padding: 6px 0;
}

#checkoutContent #step4 ul li ul li {
    border-top: 0 none;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
}

#checkoutContent #step4 ul li ul li.artikel-order {
    width: 120px;
}

#checkoutContent #step4 ul li ul li.artikel-order a{
    color: #000;
	text-decoration: none;
}

#checkoutContent #step4 ul li ul li.artikel-order a:hover{
	text-decoration: underline;
}

#checkoutContent #step4 ul li ul li.aantal-order {
    margin-left: 10px;
    text-align: center;
    width: 45px;
}

#checkoutContent #step4 ul li ul li.subtotaal-order {
    float: right;
    margin-left: 10px;
    text-align: right;
    width: 70px;
}

#checkoutContent #step4 ul li ul li.setting-order {
    text-align: right;
    width: 220px;
}

#checkoutContent #step4 ul li.total-order{
	color: #3FAC4B
}

a.bestelling-afronden {
	background: url("/file/picture/frame/buttons/bestelling-afronden.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 40px;
    margin: 10px 0 0;
    text-decoration: none;
    width: 150px;
}

a.bestelling-afronden span {
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

a.button-registration {
	float: right;
}

a.button-login{
	float: right;
	margin-left: 10px;
}

p.accepted {
	font-weight: bold;
}

ul.set-list {
	border-top: 1px solid #CDCED1;
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 20px;
    padding: 20px 0 0 112px;
    width: 420px;
}

ul.set-list li{
	overflow: hidden;
    padding: 0 0 6px;
}

.productitem {
	float: left;
    width: 276px;
}

.item_aantal {
	float: left;
    font-size: 12px;
    margin-left: 20px;
    width: 20px;
}

.productprice {
	float: left;
    margin-left: 10px;
    text-align: right;
    width: 100px;
}

.productamount {
	float: left;
	font-size: 12px;
	width: 20px;
	margin-left: 10px;
}

.terms {
	background: url("/file/picture/frame/anchor_external.png") no-repeat scroll right center transparent;
    padding: 0 16px 0 0;
}

#description, #technicalDescription, #downloadDescription, #faqDescription {

}

#description p, #technicalDescription p, #downloadDescription p, #faqDescription p{
	padding: 0;
}

#description p, #technicalDescription p, #downloadDescription p, #faqDescription p{
	padding: 0;
}

hr.freetRenderLine {
	margin-top: 15px !important; 
	margin-bottom: 15px !important; 
	border: 0px !important; 
	color: #B5B5B5 !important; 
	background-color: #B5B5B5 !important;
	height: 1px !important;
}

.payment_modules, .shipping_modules {
	overflow: hidden;
    padding: 0 0 10px;
	position: relative;
}

.payment_item, .shipping_item {
	float: left;
	width: 100%;
}

.payment_item .left_side, .shipping_item .left_side{
	float: left;
}

.payment_item .left_side{
	width: 180px;
}

.payment_item .left_side input{
	clear: both !important;
    float: left;
    vertical-align: top;
}

.payment_item .left_side label{
	display: block;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
}

.shipping_item .left_side{
	width: 180px;
}

.shipping_item .left_side input{
	clear: both !important;
    float: left;
    vertical-align: top;
}

.shipping_item .left_side label{
	display: block;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
}

.choose_list_inline.logintype input{
	clear: both !important;
    float: left;
    vertical-align: top;
}

.choose_list_inline.logintype label{
	display: block;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
}

.payment_item .right_side, .shipping_item .right_side{
	float: right;
}

.afterpay-box {
	overflow: hidden;
    padding: 6px 0 4px 25px;
    width: 239px;
}

.afterpay-box label {
	font-size: 11px;
}

.payment_costs, .shipping_costs {
	font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}

.payment_costs, .shipping_costs {
    margin-right: 5px;
}

.shipping_volume {
	font-size: 11px;
}

img.infoIcon {
    vertical-align: baseline;
}