#addressBookDefaultPrimary{
    font-size: 11px;
}
.cssButton{
    color: #e00007;
    text-decoration: underline;
}
.cssButton a:hover{
    color: #e00007;
    text-decoration: underline;
}
#accountEditDefault input{
    margin-left: 110px;
    padding: 2px;
}
#accountEditDefault .KnopZwart_input {
    padding-top: 0px;
    padding-bottom: 3px;
}
#accountPassword input{
    margin-left: 140px;
}
#addressBookProcessDefault select{
margin-left: 110px;
}
#addressBookProcessDefault input{
    margin-left: 110px;
}
.inputLabel{
    position: absolute;
    width: 100px;    
}
#accountPassword .inputLabel{
    position: absolute;
    width: 155px;
}
.listingListBoxOuter2{
    xwidth: 95%;
    margin-right: 10px;
}
.listingListHeader{
    background-color: #E00007;
    /* JMV: Moest wit zijn */
    color: #ffffff;
    font-weight: bold;
    display:block;
    padding-bottom:4px;
    padding-left:25px;
    padding-top:4px;
    /* CL: Maken we 600px van voor IE
    width:100;*/
    width: 600px;
    border-left: 1px solid #E00007;
    border-right: 1px solid #E00007;

}
.listingListEven{
    background-color: #FFFFFF;
}
.listingListOdd{

}
.listingListBox{
    display:block;
    padding-bottom:4px;
    padding-left:25px;
    padding-top:4px;
    border-left: 1px solid #E00007;
    border-right: 1px solid #E00007;
    border-bottom: 1px solid #E00007;
    /* CL: Maken we 600px van voor IE
    width:100;*/
    width: 600px;
}
.listingListBox a:hover{
    text-decoration: underline;
    color: #E00007;
}
.listingListBox a{
    text-decoration: none;
    color: #000000;
}
.productFloat{
    clear: none;
    display: block;
    float: left;
}
.xSellName{
    width: 50%;
}
.xSellPrice{
    width: 10%;
}
.xSellPhoto{
    text-align: left;
    width: 40px;
}
.xSellPhotoBig
{
    
	position: absolute;
	/*left: 300px;
	top: 30px;*/
	border: solid 1px #E00007;
	display: none;
}
.xSellVoorraad{
    width: 10%;
    text-align: center;
}
.xSellBestellen{
    width: 20%;
    text-align: center;
}
.xSellRow {
    padding-top: 25px;
    border: 1px solid #000000;
}
.productXSellContentItemBox {
    width: 160px;
    margin-right: 15px;
    /*margin-top: 25px;*/
    float: left;
}
.productXSellContentItemName {
    font-weight: bold;
}
.productXSellContentItemModel {
    color: #656565;
    padding: 5px 0px;
}
.productXSellContentItemImage {
    height: 100px;
    width: 155px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    text-align: center;
}
.productXSellContentItemPrijs {
    font-weight: bold;
    padding: 5px 0px;
}
.productXSellContentItemBottomLeft A {
    color: #000000;
}
.productXSellContentItemBottomRight {
    margin-top: 5px;
    text-align: center;
}
.productXSellContentItemBottomRight INPUT {
    width: 155px;
}
.menu #subscribe {
    margin-left: 10px;
    padding: 5px;
    width: 187px;
    background-color: #efebec;
}
.menu #subscribe H1 {
    color: #E00007;
    margin: 0px 0px 4px 0px;
}
#subscribe .email, #subscribe .radiobutton, #subscribe .submit {
    margin-top: 10px;
}
.load_basket {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, san-serif;
    font-size: 18px;
    padding: 8px 23px;
    cursor: pointer;
}
.load_basket:hover {
    color: #dddddd;
}

.bannerHomepage
{
    float: left;
    margin: 10px 5px;
}



