body
{
	color: black;
	background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 2em;
    padding: 0;
}

a,
a:visited
{
    color: #333;
    text-decoration: none;
    font-weight: 700;
}
    
a:active
{
    color: #F66;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: 1px solid black;    
}

ul.MainMenu
{
    padding: 0;
    margin: 0 0 1em 0;
    list-style-type: none;
    width: 100%;
}

ul.MainMenu li
{
    padding: 0 0 0 0;
    margin: 0 3em 0 0;
    display: inline;
    color: #666;
    font-size: 12pt;
    font-weight: 800;
}

ul.MainMenu li a,
ul.MainMenu li a:visited
{
    color: #666;
    text-decoration: none;
}
    
ul.MainMenu li a:active
{
    color: #F66;
}

#copyright
{
    clear: both;
    padding-top: 3em;
    font-size: 7pt;
    text-align: center;
}

ul.breadcrumb
{
    padding: 0;
    margin: 0 0 1em 0;
    list-style-type: none;
    width: 100%;    
}

ul.breadcrumb li
{
    margin: 0 0 0 0;
    padding: 0;
    display: inline;
}

h1.groupname,
h1.productname
{
    width: 100%;
    background-color: #eee;    
}

ul.products,
ul.subgroups
{
    clear: both;
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.products li,
ul.subgroups li
{
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    background-color: #f8f8f8;
}

.productsummary,
.groupsummary,
.productlistitem, 
.grouplistitem
{
    position: relative;    
    overflow: hidden;
}

.productfull img.productimage,
.groupfull img.groupimage
{
    float: right;
    margin: 0 0 1em 1em;    
}

.productlistitem img.productimage,
.grouplistitem img.groupimage
{
    float: left;
    margin: 0 1em 1em 0;
}

.grouplistitem .productname,
.productlistitem .productname,
.productlistitem .productprice,
.productlistitem .more,
{

}

.productdetails
{
    float: right;
    padding: 1em 2em 1em 2em;
    width: 30%;
    border: 1px solid #CCC;
    background-color: #f8f8f8;
}
    
.productprice,
.productcode
{
    font-weight: 800;
}

.vatnote
{
    font-size: smaller;
}

.error
{
    color: #FF3333;
}

.quantitylabel
{
    margin-right: 0.5em;
}
    
#quantityerror
{
    margin-top: 0.5em;
}

.quantityinput
{
}

td.quickorder
{
	vertical-align: top;	
}

table#baskettable,
table#ordertable
{
    border-collapse: collapse;
    width: 80%;
}
    
table#baskettable td,
table#ordertable td
{
    padding 0.5em 1em 0.5em 1em;
}
table#baskettable td.productname,
table#ordertable td.productname
{
    width: 50%;
}
    
tr.basketitem td.quantity,
tr.orderitem td.quantity
{
    text-align: center;
    width: 10%;
}

tr.basketitem td.productprice,
tr.basketitem td.producttotal,
tr.orderitem td.productprice,
tr.orderitem td.producttotal
{
    text-align: right;
    font-weight: normal;
    width: 10%;
}

tr.basketitem td.productcode,
tr.orderitem td.productcode
{
    text-align: left;
    font-weight: normal;
    padding-right: 2em;
}

tr.basketitem td.remove
{
    padding-left: 2em;
}

tr.update td
{
    padding-top: 1em;
    vertical-align: top;
}

table#baskettable tr.group td,
table#ordertable tr.group td
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #f8f8f8;
}

table#baskettable tr.total,
table#ordertable tr.total
{
    font-weight: 800;
}

table#baskettable tr.subtotal td,
table#ordertable tr.subtotal td,
table#baskettable tr.shipping td,
table#ordertable tr.shipping td,
table#baskettable tr.total td,
table#ordertable tr.total td
{
    text-align: right;
    margin-top: 1em;
}
    
table#baskettable tr.total td.total,
table#ordertable tr.total td.total
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
    
.formtable th,
.formtable td
{
    text-align: left;
    vertical-align: top;
    padding-top: 0.3em;
    padding-right: 1em;
}

.mandatorymarker
{
    padding-left: 0.3em;
}

.basketsummary
{
    float: right;
    width: 10em;
    border: 1px solid #CCC;
    background-color: #f8f8f8;
}

.basketsummary h1
{    
    font-size: 10pt;
    font-weight: 600;
    margin: 0;
    padding: 0.3em 1em 0.3em 1em;
}

.basketsummary p
{
    margin: 0;
    padding: 0.3em 1em 0.3em 1em;
}

.page-browser 
{
	clear: both;
	padding-top: 2em;
	text-align: center;
}

.page-browser-item 
{
	display: inline;
	margin: 0.1em;
	padding: 0.25em;
	float:inherit;
	border: 1px solid #CCC;
	min-width: 1.5em;
	text-align: center;
	font-weight: 800;
}

.page-browser-item a 
{
	color: black;	
	font-weight: 400;
}

.page-browser-gap 
{
	display: inline;
	margin: 0.1em;
	padding: 0.25em;
	float:inherit;
	min-width: 1.5em;
	text-align: center;
	color: black;
}

#searchresults 
{
	margin-top: 2em;
}
