/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */


/* ############### SITESPECIFIC CSS - KVD ############### */
/* ######### PAGEBACKGROUND AND -COLOR #########*/
html{background-color: #43342b; background-image: url(../gfx/basics/background.gif); background-repeat: repeat-x;}
body{}
/* watch out: html is the complete screen, body ends directly under footer*/

/* ######### FOOTER #########*/
#footer{
	text-align: center;
}

/* ######### MADE BY #########*/
#madeby{
	text-align: center;
}

/* ######### PRODUCTGRID #########*/
.productgrid{
	position:relative;
	display: block;
	overflow:hidden;
	width:580px;	
	/*float: left !important;*/
	margin-top: 15px;
	text-align: left;
}
.productrow{
	position:relative;
	display: block;
	/*clear: both;*/
	width: 560px;
	height: 255px;
	padding: 0em 0em 0em 0em;
}

.productcontainer{
	width: 250px;
	height: 255px;
	margin-right: 50px;
	/*background-image: url(../gfx/basics/background.productgrid.png);*/
	float: left;
	text-decoration: none;
}
.productcontainerright{
	margin-right: 0;
}
.productcontainer .image{
	width: 250px;
	height: 205px;	
}
.productcontainer .imagecenter{
	 width: 250px;
	 text-align: center !important;
    position: absolute;
    bottom: 50px;	/* tov .productcontainer */
}
.productcontainer .image img{}

.productcontainer .description{
	display: block;
	height: 40px;
	width: 250px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding-top: 10px;
	text-decoration: none;
}