/**
 * @author G. Blom
 * @company Blom Internetdiensten
 * @copyright 2009
 */

div.webshop-category-list {
	display: block;
	padding-bottom: 10px;
    height: 100px;
}
    div.webshop-category-list-details {
    	float: left;
    	margin: 10px;
    }

div.webshop-product-details {
	position: relative;
	top: 10px;
	display: block;
    text-align: left;
}

div.webshop-product {
    width: 440px;
    text-align: center;
}


div.webshop-product-list {
	display: block;
	height: 100px;
}
	div.webshop-product-list-details {
		float: left;
		margin: 10px;
	}

img.webshop-product-list, 
img.webshop-product-details,
img.webshop-category-list {
	padding:2px;
	border: 1px solid #ffffff;
	display: block;
	position: relative;
    margin:  0px auto;
}

a.button-next {
    width: 29px;
    height: 29px;
    display: inline;
    border: none;
    position: absolute;
    right: 0px;
    float: right;
    background-image: url( '/template/image/next.png' );  
    text-decoration: none;  
}

a.button-previous {
    width: 29px;
    height: 29px;
    display: inline;
    border: none;
    position: absolute;
    left: 0px;
    float: left;
    background-image: url( '/template/image/previous.png' ); 
    text-decoration: none; 
}

table.webshop-category-list,
table.webshop-product-list {
    
}

td.webshop-product-list {
    margin-bottom: 20px;
}
