﻿/* This Stylesheet is for use with all ShopBy pages */
body {
}
.categoryTable 
{
    width:100%;
}
.categoryTable td 
{
    margin: 5px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    text-align: left;
    background-image:url(/Bilder/blueSquare.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:14px;
}
