﻿/* main containers */
body {font-family:verdana,arial}
div#SiteContainer {text-align:left; width: 1000px; margin:0px auto 0 auto; padding:0px; background:#fff;}
div#TopContainer{margin:0}
div#BannerContainer {display:none}
div#LogoContainer {display:none}
div#ContentContainer {float:none; margin:0;padding:0 0 0 25px;position:static;background:none}
div.contentPageHolder {float:left; width:auto; margin:10px 0 0 0;}
div.contentPageHolder div.contentPageContent {float:left;width:100%;margin:0 0 0 10px;padding:0;}
div#RightContainer {display:none}
div#LeftContainer {float:left; width:100%; margin:0; padding:0;}

div#rightBasketHolder {display:none}
div.LeftNavigationContainer {display:none}
div#NavigationContainer {display:none}

.campaignColumSmall {display:none}
.div10 {display:none}


/* Product table */
table#productTable {width:100%}
table#productTable img {display:none}
table#productTable tr {vertical-align:top;border-bottom:1px solid #eee}
table#productTable tr.alternatingRow {background:#fff}
table#productTable td {padding:5px 10px;font-family:verdana,arial}
table#productTable td a {display:block;height:35px;cursor:pointer}
table#productTable td a:hover {} 
table#productTable td.NameColumn {width:auto}
table#productTable td.PriceColumn {width:auto}
table#productTable td.UnitColumn {width:auto}
table#productTable td.AmountColumn {width:auto;text-align:right}
table#productTable td.AmountColumn input {width:20px}
table#productTable td.AddToBasketColumn {width:auto}
table#productTable td.detailsColumn {display:none}

