/* General */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: repeat;
	font-family: Arial,Helvetica;
	font-size: 9pt;
}

/*
div, table, td
{
	overflow:hidden;
}

*/

h1
{
	float:left;
}

h1, h3
{
	/* float:left; */
	color: #FF9900;
	font-size: 18pt;
	margin: 10px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
}

h2
{
	float:left;
	color: #2A449B;
	font-size: 15pt;
	font-weight: bold;
	margin: 10px;
}

a
{
	border-width: 0px;
	color:Black;
}

a:hover
{
	text-decoration:underline;
	color:Black;
}

a:visited
{
}

/* [RK] 20090216 - ........................
div
{
	text-align: center;
	margin: 0 auto 0 auto;
}

div *
{
	text-align: left;
}
/* [RK] 20090216 - ........................ */



.tblItem
{
	float: left;
	background-image:url("gfx/bgItem.gif");
	background-repeat:repeat-x;
	border: solid 2px #D6D6D6;
	width: 175px;
	height: 150px;
	margin: 10px;
	margin-left:5px;
	margin-right:5px;
}

.tdItemPicture
{
	text-align: center;
	width: 175px;
	height: 100px;
}

.tdItem
{
	/*background-color: #484747;*/
}

.itemlink
{
	color: #484747;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	border-width:0px;
}

.MenuImage
{
	border:0px;
}

.itemdiv
{
	padding:3px;
	width:170px;
	height:44px;
	text-align:center;
	color:#484747;
	cursor:pointer;
}

.itemdiv:hover
{
	text-decoration:underline;
}

/* MasterPage */

.MainTable {
	width: 100%;
	height: 100%;
	background-color: White;
	margin: 0px;
	padding-bottom: 0px;
	border: #eeeeee 1px solid;
}

div.div1
{
	margin: 0 auto 0 auto;
	width: 1016px;
	border-left: solid 4px #484747;
	border-right: solid 4px #484747;
}

.tdHeader
{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.Topdiv
{
	float:left;
	width: 996px;
	height: 160px;
	text-align: left;
}

.tdMain
{
	border-right: dashed 1px black;
	padding:0px;
	padding-left:10px;
	margin:0px;
}

.Maindiv
{
	float: left;
	text-align: left;
	width: 769px;
	min-height: 708px;
}

.tdRight
{
	padding:0px;
	margin:0px;
	padding-right:10px;
}

.Rightdiv
{
	float: left;
	width: 226px;
	min-height: 708px;
	text-align: left;
	margin-left:1px;
}

/* UC Header */

.header
{
	height: 160px;
	width: 996px;
}

.logodiv
{
	/* float: left; */
	width: 996px;
	height: 100px;
	/*background-color: #FF0000;*/
	background-image:url("gfx/bgHeader.gif");
	background-repeat:repeat-x;
}

.imglogo
{
	position: relative;
	top: -1px;
	float: left;
	height:100px;
}


.contactdiv
{
	float:left;
	width: 769px;
	height: 100px;
	color: White;
	text-align: left;
	border-right: dashed 1px White;
	font-size:9pt;
	font-weight:bold;
}

.tblLogo
{
	/* float:left; */
}

.tblContact
{
	/* float:left; */
	margin:13px;
	margin-top:0px;
	padding-right:20px;
}

.tblContact td
{
	text-align:right;
}


.contact
{
	font-weight: bold;
	color:White;
	text-decoration:none;
	text-align:right;
}

.searchdiv
{
	float: right;
	background-color:Transparent;
	color: White;
	width: 213px;
	height: 100px;
	padding-left: 13px;
	text-align:left;
}

.tblsearch
{
	margin-top:10px;
}

.lblsearch
{
	font-weight: bold;
}

.srcButton
{
	background-color: Black;
	border: solid 1px white;
	color: White;
	cursor: pointer;
	width: 40px;
	height: 21px;
	text-align: center;
	vertical-align:middle;
}

.divLng
{
	float:right;
	height:18px;
	width:168px;
	margin-top:-1px;
}

.split
{
	float:left;
}

.lngButton
{
	border:0px;
	text-align:center;
	vertical-align:middle;
	color:#FF9900;
	cursor:pointer;
	background-color:white;
	height:18px;
	font-size:9pt;
	width:75px;
}

.chapterdiv
{
	/* float: left;
	height: 29px; */
	width: 996px;
	background-image:url("gfx/bgMenuButton.gif");
	background-repeat: repeat;
}

.mnuChapter
{
	display: block;
	float: left;
	background-image:url("gfx/bgMenuButton.gif");    /*  Don't remove */
	/* background-repeat:repeat-x; */
	color: White;
	height: 23px;
	text-align: center;
	padding-top: 6px;
	border-right: 2px solid white;
	text-decoration: none;
	/* cursor: pointer; */
	padding-left: 4px;
	padding-right: 4px;
}

.mnuLastItem
{
	border-right: 0;
}
/*
.mnuChapterfr
{
	padding-left:2px;
	padding-right:1px;
}

.mnuLastItem
{
	border: solid 2px white;
	border-top:0px;
}

.mnuLink
{
	color:White;
}

.mnuLinkSel
{
	color:#FFAE00;
}
*/

.mnuChapter:hover,
.mnuSelectedItem
{
	/* float: left; */
	background-image: none;
	background-color: #FFFFFF;
	color: #2A449B;
	text-decoration: none;
	/*
    height: 23px;
	text-align: center;
	padding-top: 6px;
	border-left: solid 2px white;
	text-decoration: underline;
	cursor: pointer;
	background-repeat: repeat-y;
    */
}

/*
.mnuChapter:hover
{
	text-decoration:none;
}

.mnuChapterSelfr, .mnuChapterfr:hover
{
	float: left;
	background-color: White;
	background-image:none;
	background-repeat:repeat-y;
	color: #2A449B;
	height: 23px;
	text-align: center;
	padding-top: 6px;
	padding-left:6px;
	padding-right:6px;
	border-left: solid 2px white;
	text-decoration: underline;
	cursor: pointer;
}
*/

/* [RK] 20071231 - I wonder if this is a copy/paste fehler (It doesn't seem to fit the patern): */

/*
.mnuChapterfr:hover
{
	padding-left:2px;
	padding-right:1px;
}
*/

.Navigator
{
	float: left;
	height: 23px;
	width: 986px;
	color: Gray;
	text-align: left;
	padding-top:7px;
	padding-left:10px;
}

.navigation
{
	color: Gray;
	text-decoration: none;
}

/* UC Right */

.Shoppingcart, .Folder, .prdWijzer, .partner, .Login, .SearchBox
{
	float: right;
	width: 215px;
	margin-top:5px;
}

.topcart, .foldertop, .prdTop, .partnertop, .logintop, .searchtop
{
	/*background-color: #727272;*/
	background-image:url(gfx/bgRightTop.gif);
	background-repeat:no-repeat;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: White;
	width: 197px;
	min-height: 17px;
	padding: 9px;
	padding-bottom:6px;
}

.foldertop
{
	font-size:10pt;
}

.folder, .partnerbottom, .cart, .login
{
	padding: 10px;
	width: 193px;
	background-color: White;
	color: #333333;
	font-weight: bold;
	border: solid 1px #D4D4D4;
	text-align:left;
}

.bottomcart, .bottomlogin, .searchbottom
{
	background-image:url(gfx/bgRightBottom.gif);
	background-repeat:no-repeat;
	width:215px;
	height:18px;
}

.partnerbottom
{
	text-align:center;
}

.divFormula
{
	text-align:center;
	margin-bottom:10px;
}

.cart
{
	padding-top: 0px;
}

.tdCart
{
	border-bottom: solid 1px #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tdCart ul
{
	padding-left:15px;
	margin: 0;
	list-style-image:url(gfx/img_Kruimel.png);
}

.cartlink
{
	color: #333333;
}

a.cartlink:hover
{
	color: #FF9900;
}

.rightCart 
{
	color: #FF9900;
}
.rightCartIncEx
{ 
	color: #FF9900;
	font-size: smaller; 
}

.prdBottom
{
	width:215px;
	text-align:center;
}

/* Default Page */

.Salesdiv
{
	float:left;
	width:759px;
	padding:5px;
	padding-top:0px;
	padding-right:0px;
	border-bottom: dashed 1px black;
	margin-bottom:10px;
	/* height:375px; */
	/* overflow:hidden; */
}

.lblActionText
{
	font-weight: bold;
}

.Saleheader	
{
	float: left;
	height: 35px;
	width: 764px;
	margin-bottom:0px;
	overflow:hidden;
}

.aMoresale, .bMoresale
{
	float: right;
	border: none;
	margin-top:10px;
	margin-right:10px;
	color: #2A449B;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
}

.aMoresale:hover, .bMoresale:hover
{
	text-decoration:none;
}

.SaleBox, .AllSaleBox
{
	float: left;
	height: 275px;
	width: 180px;
	text-align: center;
	margin-right:9px;
	margin-bottom:10px;
	overflow:hidden;
}

.AllSaleBox
{
	margin-bottom:10px;
	margin-right:7px;
	margin-left:5px;
	overflow:hidden;
}

.TopSale
{
	text-align: center;
	background-color: white;
	height: 68px;
	width: 180px;
	color: #333333;
	font-weight:bold;
	vertical-align:top;
	padding:5px;
	padding-bottom:0px;
	border:solid 2px #D4D4D4;
	border-bottom:0px;
	overflow:hidden;
}

.ImageSale
{
	text-align:center;
	background-color:white;
	height:112px;
	width:180px;
	font-size: 9pt;
	border-left:solid 2px #D4D4D4;
	border-right:solid 2px #D4D4D4;
	padding:0px;
	overflow:hidden;
}

.saleImage
{
	width:149px;
	height:112px;
	font-size: 9pt;
}

.BottomSale
{
	background-image:url("gfx/bgSaleBottom.gif");
	background-repeat:repeat-x;
	height: 104px;
	width:176px;
	border:solid 2px #D4D4D4;
	text-align:center;
	color: White;
	overflow:hidden;
}

.tblPrice
{
	color: White;
	font-size: 11pt;
	font-weight: bold;
	margin-left:2px;
	overflow:hidden;
}

.tdPrice, .tdLink
{
	/*background-color: White;*/
	color: #484747;
	width: 76px;
	height: 33px;
	text-align: center;
	padding:0px;
	overflow:hidden;
}

.tdPrice
{
	background-image:url("gfx/bgSalePrice.gif");
}

.divLink
{
	text-decoration:none;
	background-image:url("gfx/btnOrderSale.gif");
	text-align:center;
	width:76px;
	height:25px;
	padding-top:8px;
	font-size:9pt;
	margin:0px;
	overflow:hidden;
}

.divLinkfr
{
	text-decoration:none;
	background-image:url("gfx/btnOrderSalefr.gif");
	text-align:center;
	width:76px;
	height:25px;
	padding-top:8px;
	overflow:hidden;
}

.aLink
{
	cursor:pointer;
	border:0px;
	width:76px;
	height:25px;
	color:#484747;
}

.Catalogdiv
{
	float:left;
	text-align: left;
	width:769px;
}

.Catalogheader
{
	width:769px;
	float:left;
}

.CatalogContent
{
	float:left;
	width:769px;
}

.imgChapter
{
	float:left;
	border:solid 1px #D6D6D6;
	text-align:center;
	height:125px;
	width:137px;
	cursor:auto;
	margin:6px;
	padding:0px;
	background-image:url("gfx/catMain.gif");
	background-repeat:repeat-x;
}

.imglink
{
	text-decoration:none;
	cursor:pointer;
	color:#484747;
}

.imglink:hover
{
	text-decoration:none;
	color:#484747;
}

.chpImage
{
	padding:5px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	height:80px;
}

.chpName
{
	height:35px;
	width:137px;
	text-align:center;
	font-weight:bold;
	color:#484747;
	font-size:10pt;
}

/* Sales Page */

.divSale
{
	border:solid 2px #D6D6D6;
	width:755px;
	float:left;
	margin-left:5px;
}

.prdSaleName
{
	float:left;
	width:511px;
	padding:10px;
	padding-left:30px;
	font-weight:bold;
}

.prdSaleInfo
{
	float:left;
	padding-left:10px;
	width:541px;
	min-height:50px;
}	

.prdSalePicture
{
	float:right;
	text-align:center;
	font-weight:bold;
	width:200px;
	min-height:150px;
}

.imgSale
{
	float:left;
	width:200px;
}

.tblSaleArticle
{
	float:left;
	width:735px;
	margin:5px;
}

.artSaleCart, .artSalePrice, .artSaleInfo, .artSaleNumber
{
	font-weight:bold;
	border-bottom:solid 1px #484747;
	border-left:solid 1px #484747;
	padding-left:5px;
}

.artSaleCart
{
	border-left:0px;
	width:120px;
}

.artSaleInfo
{
	width:501px;
}

.artSaleNumber
{
	width:60px;
}

.artSalePrice
{
	width:60px;
}

.artvNumber
{
	border-left:solid 1px #484747;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.artvInfo
{
	border-left:solid 1px #484747;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.artvPrice
{
	border-left:solid 1px #484747;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.artvCart
{
	border-left:solid 1px #484747;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Article Page */

.lblError
{
	margin:10px;
	font-weight:bold;
}

/*.fvArticle
{
	float:left;
	margin:0px;
	padding:0px;
	border: solid 2px #D4D4D4;
	width: 755px;
	margin-left:6px;
}*/

.tblArticle
{
	float: left;
	width:755px;
	border: solid 2px #D4D4D4;
	margin-left:5px;
	margin-bottom:15px;
}

.artLogo
{
	text-align: center;
}

.artName
{
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}

.artPicture
{
	width: 150px;
	vertical-align: top;
}

.artInfo
{
	width: 100%;
	padding-left: 30px;
	padding-bottom: 10px;
}

.artPrice
{
	width: 150px;
	vertical-align: top;
}

.divPrice
{
	/*background-color: #EDEDED;*/
	background-image:url(gfx/bgArtPrice.gif);
	background-repeat:no-repeat;
	color:White;
	width: 110px;
	margin: 20px;
	margin-top: 0px;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	height: 75px;
	padding-top: 10px;
	/*border:solid 1px #EDEDED;*/
}

.artTable
{
	padding: 10px;
}

.ArticleTable
{
	width: 100%;
}

.tblHeader, .tblCartHeader
{
	font-weight: bold;
	border-left: solid 1px #484747;
	border-bottom: solid 1px #484747;
	padding-left: 5px;
}

.tblCartHeader
{
	border-left: 0px;
}

.tcNumber, .tcInfo, .tcUnits, .tcHigh, .tcLow
{
	border-left: solid 1px #484747;
	padding-left: 5px;
	height: 20px;
}

.tcNumber
{
	width: 50px;
}

.tcUnits
{
	width: 35px;
}

.tcHigh
{
	width: 50px;
	text-decoration: line-through;
}

.tcLow
{
	width: 50px;
}

.tcCart
{
	width: 50px;
	border-left: 0px;
}

.imgCart
{
	border-width: 0px;
}

.Meer
{
	float:left;
	/**background-color: #727272;*/
	background-image:url("gfx/bgMore.gif");
	background-repeat:repeat-x;
	height: 20px;
	width: 750px;
	text-align: left;
	/*border:solid 1px #484747;*/
	margin-left:5px;
	padding-top:5px;
	padding-left:5px;
}

.lblExtra
{
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

.tblProducts
{
	float: left;
	border: solid 2px #D4D4D4;
	width: 755px;
	margin-bottom: 5px;
	margin-left:5px;
	margin-top: 10px;
}

.prdName
{
	font-weight: bold;
	height: 30px;
}

.prdPicture
{
	width: 150px;
	vertical-align: top;
}

.prdInfo
{
	width: 100%;
	padding-left: 20px;
	padding-bottom: 10px;
}

.artLink
{
	text-decoration:none;
	margin-left:5px;
	color:#FFBA00;
}

.prdLogo
{
	width: 150px;
	text-align: center;
}

.prdPrice
{
	width: 108px;
	height: 47px;
	margin: 20px;
	margin-top: 0px;
	/*background-color: #EDEDED;*/
	background-image:url("gfx/bgPrdPrice.gif");
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color:White;
	font-weight:bold;
	/*border:solid 1px #EDEDED;*/
}

/* Search Page */

.resultcontent
{
	text-align: left;
}

.kruimel
{
	margin-right:5px;
}

/* Cart */
.divEdit
{
	float:left;
	width:759px;
	text-align:left;
	margin-left:5px;
}

.cartNavi
{
	float: left;
	height: 60px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.Stap1, .Stap2, .Stap3, .Stap4, .naviTxt
{
	height: 29px;
	margin-right: 2px;
	margin-bottom: 2px;
	/*background-color: Black;*/
	background-image:url("gfx/bgMenuButton.gif");
	background-repeat:repeat-x;
	color: White;
	text-align: center;
	float: left;
	padding: 0px;
	font-size:9pt;
}

.Stap1sel, .Stap2sel, .Stap3sel, .Stap4sel
{
	height: 25px;
	background-color: #7A90D7;
	color: White;
	text-align: center;
	float: left;
	padding-top: 6px;
	margin-right: 2px;
	padding-left:10px;
	padding-right:10px;
	font-size:9pt;
}

.Stap2:hover, .Stap1:hover, .Stap3:hover, .Stap4:hover
{
	height: 31px;
	margin-bottom:0px;
	background-image:none;
	background-color: #7A90D7;
}

.nvButton
{
	border-width:0px;
	background-color:Transparent;
	text-align:center;
	color: white;
	cursor:pointer;
	padding-bottom:4px;
	font-family:Arial,Verdana;
	font-weight:normal;
	font-size:9pt;
	height:29px;
}

.nvButton:hover
{
	height:31px;
	padding-bottom:6px;
}

.naviTxt
{
	background-image:none;
	background-color: #7A90D7;
	width: 734px;
	text-align: left;
	padding-left: 15px;
	margin-right: 0px;
	padding-top:6px;
	height:23px;
}

.btnStap2, .btnVerder, .btnCalc, .btnStap1, .btnPrint, .btnBestel, .btnPrint2
{
	border: 0px;
	height: 29px;
	background-color:Transparent;
	text-align: center;
	font-size: 11pt;
	font-family: Arial,Verdana;
	color: White;
	cursor: pointer;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}

.btnPrint2
{
	width:79px;
	background-image:url("gfx/btnPrint2.gif");
	background-repeat:no-repeat;
}

.btnBestel
{
	width:115px;
	background-image:url("gfx/btnBestel.gif");
	background-repeat:no-repeat;
}

.btnPrint
{
	width:147px;
	background-image:url("gfx/btnPrint.gif");
	background-repeat:no-repeat;
}

.btnStap1
{
	width:133px;
	background-image:url("gfx/btnStap1.gif");
	background-repeat:no-repeat;
}

.btnCalc
{
	width:141px;
	background-image:url("gfx/btnCalc.gif");
	background-repeat:no-repeat;
}

.btnVerder
{
	width:133px;
	background-image:url("gfx/btnVerder.gif");
	background-repeat:no-repeat;
}

.btnStap2
{
	width:211px;
	background-image:url("gfx/btnStap2.gif");
	background-repeat:no-repeat;
}

.shopEdit
{
	float:left;
	width: 759px;
}

.shopEditButtons
{
	float:left;
	width:759px;
}

.shopEditHeader
{

	font-weight: bold;
	background-color: #EEEEEE;
	font-size: 9pt;
}

.shopEditRowA, .shopEditRowB
{
	border-bottom: solid 1px black;
	background-color: #EEEEEE;
}

.btnDelete
{
	border:0px;
	background-color:Transparent;
	cursor:pointer;
	font-size:8pt;
	font-family:Arial,Verdana;
	margin-bottom:3px;
	width:45px;
	height: 15px;
	text-decoration:underline;
}

.shopEditNumberHeader
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	padding: 5px;
	padding-right: 0px;
	width: 100px;
}

.shopEditNumber
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	font-size: 9pt;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.shopEditDescriptionHeader
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 5px;
	padding-right: 0px;
	font-size: 9pt;
}

.shopEditDescription
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: 9pt;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.shopEditAmountHeader
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	padding: 5px;
	padding-right: 0px;
	width: 80px;
	font-size: 9pt;
}

.shopEditAmount
{
	text-align:right;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	font-size:9pt;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.textbox
{
	width: 20px;
	text-align: right;
	background-color: White;
	border: solid 1px black;
	padding-right: 3px;
	font-size: 9pt;
}

.shopEditPrijsHeader
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 5px;
	padding-right: 0px;
	width: 85px;
	font-size: 9pt;
}

.shopEditPrijs
{
	text-align:right;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.shopEditTotaalHeader
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	padding: 5px;
	padding-right: 0px;
	width:85px;
	font-size: 9pt;
}

.shopEditTotaal
{
	text-align:right;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CCCCCC;
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.shopEditTotalsLabelTotal
{
	width: 110px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.shopEditTotalsLabelAmount
{
	width: 85px;
	padding: 5px;
	border-bottom: solid 1px black;
	text-align: right;
}

.shopEditTotalsRecalculate
{
	text-align: center;
}

.shopEditNextStep
{
	text-align: right;
}

.divPersonalData, .divPayment
{
	text-align:left;
	margin-left:5px;
}

.personalData	/*textbox*/
{
	width: 200px;
	text-align: left;
	padding-left: 2px;
	margin-left: 5px;
}

.tblPersonalData
{
	margin-left: 20px;
}

.popup
{
	color: #FFBA00;
}

.maillink
{
	color: Black;
	text-decoration:none;
}
.maillink:hover
{
	color: #FFBA00;
	font-weight: bold;
	text-decoration:underline;
}

.lblExtraCosts
{
	padding-left:20px;
}

/* supplie channel */

.menu, .boxb, .item
{
	background-color: White;
	color: #465560;
}

/* Privacy Policy Page */

.divPolicy
{
	background-color: White;
	text-align: left;
	padding: 10px;
}

li.PrepublisherInfo
{
	margin-left:13px;
}

div.crumbpath
{
	float:left;
	text-align : left;
}

a.crumb
{
	color:Black;
}
td.artInfo ul
{
	margin-left:0;
}

.SearchBox 
{
	display:none;	
}