﻿/* http://wiki.infor.com/confluence/display/InforUserExperience/Static+Text */


html, body
{
    height: 100%;
    background-color: #737476;
    
   
}

html, table
{
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: normal;	
	padding: 0;
	margin: 0;
}
h1
{
    font-size: 130%;
}



.clsAbsoluteBottom
{
	position:absolute;
	bottom :10px;
}


/* collapse & expand */
.collapsed
{
    background-image: url(images/plus.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: bold;
    text-align: left;
}

.expanded
{
    background-image: url(images/minus.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: bold;
    text-align: left;
}

/* catalogus listview/blockview */
.divThumbs {
    border: 1px solid black;
    padding: 4px;
    margin: 4px;
    float: left;
    height: 170px;
    width: 160px;
    text-align: center;
    position: relative;
}

.divImgThumbs {
    width: 60px;
    height: 60px;   
    text-align: center;
    vertical-align:middle;
    margin:0 auto;
}

.divAddToCart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.clsHeaderRow
{
	background-color:#c7c9c8;
	color:#FFFFFF;
}
