/* special cases for products with extra tall info, needs more margins...*/
body.klerk #small-images, 
body.spotlight-ceiling #small-images,
body.spotlight-wall #small-images,
body.xtralightvagg #small-images {
    margin-bottom: 61px;
    overflow: hidden;
}

#content div.product-wrapper {
    width: 100px;
    margin-right:8px;
    height: 10em;
    float:left;
    text-align: left;
}
#content div.last {
    margin: 0;
}
#content div.product-wrapper a.wrap {
    width: 98px;
    height: 98px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
}
#content div.product-wrapper a.wrap img {
    margin: auto;
    display: block;
}
#content div.product-wrapper p {
    margin-top: 0.7em;
}

#product-info {
    width: 648px;
    background: #fff url('images/bg_prod.gif') no-repeat top left;
    border: 1px solid #ccc;
    position: relative;
}
#prod-back-link {
    position: absolute;
    clear: both;
    right: 0;
    top: 0.55em;
}
#product-image-box {
    float: left;
    width:310px;
    position: relative;
}
#product-image-box #big-img {
    width:310px;
    height:310px;
    text-align: center;
    overflow: hidden;
}
#product-image-box #big-img img {
    margin: auto;
    display: block;
}
#small-images a.wrap {
    float: left;
    border-right: 1px solid #ccc;
    width: 61px;
    height: 61px;
    display: block;
    text-align: center;
    margin-top: 1px;
}
#small-images .wrap img {
    display: block;
    margin: auto;
}
#small-images a.last {
    border-right: none;
}

#product-info table {
    width: 337px;
    font-size: 0.8em;
    float: right;
    margin-bottom: 2em;
    border-collapse: collapse;
}
#product-info th, #product-info td {
    padding: 8px 12px 8px 12px;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
}
#product-info th {
    width: 90px;
    border-right: 1px solid #ccc;
}
#product-info #light-source-icons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#product-info #light-source-icons li {
    float:left;
}
#product-info #product-extra-links {
    clear: both;
    position: absolute;
    bottom: 11px;
    left:324px;
    font-size: 0.8em;
    width: 180px;
}
#product-hires {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 0 5px;
    width: 637px;
}
#product-hires h2, #product-environment h2 {
    font-size: 0.786em;
    margin-top: 2em;
    margin-left: 12px;
    margin-bottom: 1.2em;
}
#content #product-hires .product-wrapper {
    height: 12em;
}
#prod-extra-info {
    width: 649px;
    border-collapse: collapse;
    float: right;
    font-size: 0.786em;
}

#prod-extra-info th.modelname {
    font-weight: 800;
}
#prod-extra-info #firstline * {
    border-top: none;
}
#prod-extra-info th#artnr-heading {
    width: 90px !important;
}

#prod-extra-info td.art-list {
    vertical-align: top;
    padding: 0;
}
#prod-extra-info td table {
    width: 100%;
}
#prod-extra-info td.art-list th, #prod-extra-info td.art-list td {
    border: none;
    border-bottom: 1px solid #ccc;
}
#prod-extra-info table th.artnr {
    width: 90px;
    border-right: 1px solid #ccc;
}
#prod-extra-info th, #prod-extra-info td {
    border: 1px solid #ccc;
    padding: 8px 12px 8px 12px;
    line-height: 1.3;
}
#prod-extra-info .firstcol {
    width: 286px;
}

#prod-extra-info .drawing {
    padding: 0;
    width: 310px;
    text-align: center;
    vertical-align: top;
}
#prod-extra-info .drawing img {
    margin: 0 auto;
}
#prod-extra-info .wide img {
    width: 310px;
}
#product-environment {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 0.5em;
}
#product-environment .environment-image {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.environment-image.last {
    margin-bottom: none;
}
#product-environment .environment-image img {
    margin: 0 12px;
    float: left;
}

