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


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;
}

.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;
}

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;
}
