﻿.productLeft
{
   float:left;
   width:487px; 
    margin-top:20px;
}
.productLeft h1
{
    color:#e98634;
    margin-top:0px;
    margin-bottom:5px;
    font-family:arial;
    font-size:17px;
}
.ie6 .productLeft
{
    padding-top:10px;
}

.productLeft .imageContainer
{
   height:492px; 
   position:relative;
   width:487px; 
   overflow:hidden;
   clear:left;
   margin:0px;
   padding:0px;
}
.imageContainer img.image
{ 
   position:relative;
   left:0px;
   top:0px;
   
   background-image:url(../img/product/kinderwagen.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin:0px;
   padding:0px;
}
.productLeft  .productImageWindow
{
   height:492px; 
   z-index:10;
   width:489px; 
   cursor:pointer;
   background-image:url(../img/product/imageWindow.png);
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/product/imageWindow.png', sizingMethod='crop');
   margin:0px;
   padding:0px;
   
   position:absolute;
   left: 0px;
   top:0px !important;
   
}
.productLeft .imageContainer .productImageWindow .arrowLeft
{
   height:15px; 
   width:12px; 
   background-image:url(../img/product/arrowLeft.png);
   position:absolute;
   top:49%;
   
   left:10px;
   /*float:left;*/
   cursor:pointer;
   background-position:center center;
background-repeat:no-repeat;
   
   
}
.productLeft .imageContainer .productImageWindow .arrowRight
{
   height:15px; 
   width:12px; 
   background-image:url(../img/product/arrowRight.png);
   cursor:pointer;
   top:49%;
   /*
   position:relative;left:462px !important; */
   right: 10px;
   position: absolute;
   
   background-position:center center;
    background-repeat:no-repeat;
}
.productLeft .imageContainer .productImageWindow .zoomIn
{
   height:20px; 
   width:21px; 
   background-image:url(../img/product/zoom.png);
   cursor:pointer;
   position:relative;
   left:438px;
   top:10px;
}
.productLeft .imageContainer .productImageWindow .zoomOut
{
   height:20px; 
   width:21px; 
   background-image:url(../img/product/zoomOut.png);
   cursor:pointer;
   position:relative;
   left:458px;
   top:-10px;
}
.productText
{
    padding-bottom:20px;
    padding-top:15px;
}
.productText .specs a, .productText .specs a:visited
{
    color:#E98634;
    text-decoration:none;
}
.productText p:first-child
{
    margin-top:0px;
}
.productRight
{
    float:left;
    margin-left:10px;
    width:228px;
    margin-top:20px;
}
.productLeft .colorPanel
{
   width:150px;
}
.productLeft .colorPanel div.color
{
    float:right;
    width:16px;
    height:16px;
    margin-bottom:9px;
    cursor:pointer;
}
.productRight .productAccessoires
{
    clear:left;
    width:230px;
}
.productRight .productAccessoires .Accessoire
{
    background-image:url(../img/product/windowSmall.gif);
    padding-left:0px;
    padding-top:5px;
    height:110px;
    width:114px;
    float:left;
    text-align:center;
    line-height:110px;
    vertical-align:middle;
    display:table;
}
.productRight .productAccessoires .Accessoire a
{
    vertical-align: middle;
    display: table-cell;
}
@media print 
{
    .productImageWindow 
    {
        display:none;
    }   
}

/* Extra marge voor boodschappenmand binque daily ivm minder witruimte in afbeelding */
div.pid-18 div.colorImage img {
    padding-top:25px;
    padding-bottom:20px;
}
