/** CSS fixes regarding stock information parts **/

.float-right {
	float: right;
}

.float-left {
	float: left;
}

div.cellnostock, div.cellstock {
    padding: 3px 0 6px 25px;
    margin:  0;
    text-align: right;
    clear: right;
}

table.checkout td.alerticon {
    background-image: url(/images/icons/bullet_error.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 35px;
    vertical-align: middle;
}

#checkout_overview td.alerticon {
    vertical-align: middle;
}

#checkout_overview td {
	color: #000000;
}

.cellprijsadvies {
    margin: 0;
    width: 150px;
}

.already-in-cart {
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 1.2em;
}

.already-in-cart img {
    position: relative;
    top: 2px;
}


#variations-table td {
    vertical-align: middle;
}

#variations-table td strong.in-cart {
    position: relative;
    top: -3px;
}


/** fix for CSS bug in listings of products **/

.productlistimage {
    margin: 0 10px 5px 0;
}

/* Fix CSS bug in shopping cart sidebar */

#totaal_mandje_sidebar strong {
    right: 45px;
    left: auto;
    width: 80px;
}


/** sidebar snel kopen met code **/

div.centerized {
        text-align: center;
    }


    div.centerized span {
        display: inline-block;
        font-size: 0.9em;
        font-style: normal;
    }

	
/*highlight subproduct - koenstyle*/
tr.highlight_top td {
    border-top: 1px black solid;
    color: #CC0000;
    font-weight: bold;
    padding-top: 6px;
}

tr.highlight_top td i {
    font-weight: normal;
}

tr.highlight_bottom td {
    border-bottom: 1px black solid;
}

tr.highlight_bottom td td {
    border-bottom: none;
}

/*checkout progressbar */
            #checkout_progress_bar {
                background-image: url('/images/checkout_step_bg.gif');
                width: 100%;
                height: 64px;
                text-align: center;
            }
			
			
/*login en register tab*/
a#registertab {
	background-image: url('/images/registeren_tab.gif');
	width: 85px;
	height: 23px;
	display: block;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: black !important;
	margin-top: -10px;
}

a#logintab {
	background-image: url('/images/inloggen_tab.gif');
	width: 67px;
	height: 23px;
	display: block;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: white !important;
	margin-top: -10px;
	background-repeat: no-repeat;
}

#topsearchbox  {
	background-image: url('/images/zoekveld.gif');
	width: 360px;/*373px*/
	height: 56px;
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
	padding-left: 13px;
	background-repeat: no-repeat;
}

div#topnav {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#topnav ul {
	padding-top: 0px;
	margin-top: 10px;
}

div#header {
	margin-top: 145px;
}

a#logo {
	position: absolute;
	top: 10px;
	left: 40px;
}

a.upperlinks {
	font-variant: small-caps;
}

div#container {
	position: relative;
	padding-top: 1px;
}

html {
    overflow-x: auto;
}

* html #topnav ul {
	margin-top: 0px;	
}

* html a#logintab, * html a#registertab {
	padding-top: 10px;
}

* html a#registertab {
	height: 19px;
}

a.shortIsFavorietButton {
    background-image: url('/images/button_is_favoriet_short.png');
    height: 21px;
    width: 23px;
    display: inline-block;
}

/* favoriet knop */
a.longIsFavorietButton {
    background-image: url('/images/button_is_favoriet_long.png');
    height: 21px;
    width: 154px;
    display: inline-block;
}

a.shortFavorietenButton {
	background-image: url('/images/button_favorieten_short.png');
	height: 21px;
	width: 23px;
	display: inline-block;
}

a.longFavorietenButton {
	background-image: url('/images/button_favorieten_long.png');
	height: 21px;
	width: 154px;
	display: inline-block;
}

a.shortFavorietenButton:hover, a.longFavorietenButton:hover, a.shortIsFavorietButton:hover, a.longIsFavorietButton:hover {
	border: 0px !important;
	text-decoration: none;
}

/* suggestieknop */
a.longIsProposalButton {
    background-image: url('/images/button_is_proposal_long.png');
    height: 21px;
    width: 154px;
    display: inline-block;
}

a.shortIsProposalButton {
    background-image: url('/images/button_is_proposal_short.png');
    height: 21px;
    width: 23px;
    display: inline-block;
}

a.longProposalButton {
	background-image: url('/images/button_proposal_long.png');
	height: 21px;
	width: 154px;
	display: inline-block;
}

a.shortProposalButton {
	background-image: url('/images/button_proposal_short.png');
	height: 21px;
	width: 23px;
	display: inline-block;
}

a.longIsProposalButton:hover, a.shortIsProposalButton:hover, a.longProposalButton:hover, a.shortProposalButton:hover, a.longExtraInfoButtonBuromas:hover, a.longExtraInfoButtonSioen:hover {
	border: 0px !important;
	text-decoration: none;
}

a.longExtraInfoButtonBuromas {
	background-image: url('/images/button_extra_info_buromas.png');
	height: 21px;
	width: 154px;
	display: inline-block;
}

a.longExtraInfoButtonSioen {
	background-image: url('/images/button_extra_info_sioen.png');
	height: 21px;
	width: 154px;
	display: inline-block;
}

a.bulkkorting {
	background-image: url('/images/icons/bulkkorting.gif');
	background-repeat: no-repeat;
	position: top left;
	padding-left: 25px;
	display: inline-block;
	color: #777777;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
}
	a.bulkkorting:hover{
		text-decoration: none;
	}
	
span.bulkkorting {
	background-image: url('/images/icons/bulkkorting.gif');
	background-repeat: no-repeat;
	position: top left;
	padding-left: 25px;
	display: inline-block;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
}

table.formTable{
	width: 100%;
}
	table.formTable td {
		padding: 2px;
	}
	
	table.formTable td.labelTd{
		text-align: right;
		font-weight: bold;
		width: 200px;
	}
img.productimage {
	max-width: 100px;
	max-height: 80px;
}

/* Portkosten */
.box .portkosten {
	padding: 0px;
}
	.box .portkosten table{
		width: 100%;
	}
		.box .portkosten table th{
			padding: 0px 5px 5px 5px;
			font-weight: bold;
			background-image: url("../../images/hr_stip.gif");
			background-position: left bottom;
   		background-repeat: repeat-x;
		}
		
		.box .portkosten table td{
			padding: 5px;
			background-image: url("../../images/hr_stip.gif");
			background-position: left bottom;
    	background-repeat: repeat-x;
		}
		
		.box .portkosten table tr.portvrij td{
			text-align: center;
		}
		
		.box .portkosten table tr.lastrow td{
			padding: 5px;
			background-image: none;
		}

/* Shoppingcart sidebar */
.shoppingcart {
	
}
	.shoppingcart p {
		margin: 0px;
		line-height: normal;
		padding-bottom: 8px;
	}
	
/* Legende */
table.legende {
	width: 250px;
	border: 1px solid #E5E5E5;
	padding: 1px;
}
	table.legende thead tr th {
		text-align: center;
		border-bottom: 2px solid #777777;
    font-weight: bold;
		padding: 2px 5px;
		background: none repeat scroll 0 0 #F1F1F1;
	}
	
		table.legende tr td {
			padding: 2px 5px;
			background: none repeat scroll 0 0 #F1F1F1;
	    border-color: white;
	    border-style: solid;
	    border-width: 1px 1px 0 0;
		}
			table.legende tr.even td {
				background: none repeat scroll 0 0 #E5E5E5;
			}
		
			table.legende tr td.icon {
				text-align: center;
				width: 20px;
			}
	
.marginleft10 {
	margin-left: 10px;
}

.margintop10 {
	margin-top: 10px;
}

