/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/********************************************************** Bidnett *****************************************************************/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/

/*************************************************************************************/
/*********************************************************** Common        ***********/
/*************************************************************************************/

#dwrAuctionDetailBidsWinner{
  color: #be0000;
  font-weight: bold;
  
}

.userIsWinner{
  color: Green;
}

.userCode{
  float: left;
}

.currency{
  float: right;
}

.uppercase{
  text-transform: uppercase;
}

.errorMsg{
  font-size: 12px;
}

.gallerycontainer{
  position: relative;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 40px;
  /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
}

.thumbnail:hover{
  background-color: transparent;
}

.thumbnail:hover img{
  border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: lightyellow;
  padding: 0px;
  left: -1000px;
  border: 0px solid #cccccc;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
  visibility: visible;
  top: 0px;
  left: 0px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}




BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	background: #f6f6f6;
}

H1 {
	color: #6a6a6a;
	font-size: 1em;
	font-weight: normal;
}

H1 A{
	color: #6a6a6a;
}

H2 {
	color: #234050;
	font-size: 0.8em;
	font-weight: normal;
}

H2 A{
	color: #234050;
}

H3 {
	color: #6a6a6a; /*color: red;*/
	font-size: 0.8em;
	font-weight: normal;
}

H4 {
	color: #234050;
	font-size: 0.7em;
	font-weight: normal;
}

H5 {
	font-size: 0.7em;
	padding: 5px;
	clear: both;
	margin-top: 20px;
	/*background: #A9C3DC;*/ 
}

HR {
	color: #cccccc;
	height: 1px;
	border: 1px dashed;
	clear: both;
	background: #ffffff;
}

A {
	text-decoration: none;
}

A:hover {
	color: #3C6F8B;
}

FORM{
	display: inline;
}

.imageRight{
	float: right;
	margin-left: 10px;
	border: 1px solid #234050;
}

.imageLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px inset #234050;
}

.published{
	font-size: 0.6em;
	color: #3C6F8B;
	float: right;
	margin-bottom: 10px;
}

.readMore{
	font-size: 0.6em;
}

#componentDocumentList .readMore{
	clear: both;
	float: left;
}

.readMore A{
	color: #3C6F8B;
	font-weight: bold;
}

.highLigth{
	background: Lime;
}

TD.assembler{
	vertical-align: top;
	background: #dadada;
}
TD.assemblerMain{
	vertical-align: top;
	background: #FFFFFF;
}

#assembler{
	background: yellow;
}

TD.containerRight{
  vertical-align: top;
  background: #FFFFFF;
  text-align: center;
}

TABLE.mainborder{
  border: 2px;
  border-style: solid;
  border-color: #bb0200;
}

.error{
	color: red;
  font-weight: bold;
	font-size: 10px;
}

.containerBox{
  width: 100%;
  margin-top: 3px;
}

/*---------------------------------------------------------- Common         ---------*/
/*************************************************************************************/
/*********************************************************** ContainerTop  ***********/
/*************************************************************************************/
#containerTop {
	width: 100%;
	text-align: center;
	background: #006400;
}

#tdLogoLeft{
	background: #006400;
}

#tdLogoRight{
}

#menuTop{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style: none;
	margin-left: 20px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menuTop LI{
	display: inline;
	padding-top: 3px;
	padding-bottom: 5px;
}

#menuTop A{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 5px;
}

 
#menuTop A:hover{
	color: #000000;
	background: #CCCCCC;
}

.formSearch{
	display: inline;
	float: right;
	margin-top: -30px;
	margin-right: 6px;
	padding: 0px;
}

.button1{
	background-image: url(/bidnett/default/icons//Button1BG.jpg);
	height: 17px;
	color: #404040;
	border-right: 1px #6a6a6a;
	border-bottom: 1px #6a6a6a;
	font-weight: bold;
}

.button1:hover{
  color: #be0000;
}

.button2{
	background-image: url(/bidnett/default/icons//Button2BG.jpg);
	color: #4c4c4c;
	border-top: 1px solid #c0bebe;
	border-bottom: 1px solid #3d3c3c;
	border-left: 1px solid #a8a7a7;
	border-right: 1px solid #5c5a5a;
  font-weight: bold;
  font-size: 11px;
}

.button2:hover{
  color: #be0000;
}

.buttonAucInfo{
	background-image: url(/bidnett/default/icons//Button2BG.jpg);
	color: #4c4c4c;
	border-top: 1px solid #c0bebe;
	border-bottom: 1px solid #3d3c3c;
	border-left: 1px solid #a8a7a7;
	border-right: 1px solid #5c5a5a;
  font-weight: bold;
  font-size: 11px;
  width: 135px;
}

.buttonAucInfo:hover{
  color: #be0000;
}
/*---------------------------------------------------------- ContainerTop   ---------*/
/*************************************************************************************/
/*********************************************************** ContainerMain ***********/
/*************************************************************************************/
.row1{
  background-color: #f6f6f6;
}
.row0{
  background-color: #ffffff;
}

#userProfile TABLE{
  width: 100%;
}

#userProfile TD{
  padding: 5px;
  border: 1px solid #DBDBDC;
  vertical-align: top;
}

#userProfile .left{
  font-weight: bold;
}

#bidnettForm{
  margin: 10px;
}

#bidnettForm .links{
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#bidnettForm TABLE{
  width: 0;
  padding: 0px;
  border: 1px solid #DBDBDC;
  border-collapse: collapse;
  background: #F6F6F6;
}

#bidnettForm TD{
  padding: 5px;
}

#bidnettForm IMG{
  border: 1px solid #cccccc;
}

#bidnettForm .width690{
  width: 518px;
}

#bidnettForm .heading{
  background: #DBDBDC;
  font-weight: bold;
}

#bidnettForm .headingBlur{
  background: #DBDBDC;
  font-weight: bold;
  color: #acacac;
}

#bidnettForm .delimiter{
  height: 3px;
}

#bidnettForm .subText{
  color: #6a6a6a;
}

#bidnettForm .error{
  color: #ffffff;
  background: #be0000;
}

#bidnettForm .txtbox{
  font-size: 11px;
  border-style: inset;
}

#bidnettForm .checkbox{
  border: 0px;
}

#bidnettForm .basketLines{
  border-bottom: 1px dashed;
}

#registrationAccount{
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  color: #6a6a6a;
  border: 1px solid #dbdbdc;
}

#registrationAccount A{
  color: #6a6a6a;
  font-weight: bold;
}

#registrationAccount .textbox{
  font-size: 10px;
  color: #be0000;
}

#registrationAccount .heading{
  font-weight: bold;
}

#registrationAccount .error{
  color: #be0000;  
}

#registrationAccount TD{
  border: 0px;
  padding-right: 20px;
}

#containerMain {
  margin-top: 0px;
  font-size: 11px;
}

#containerMain H1{
  font-weight: bold;
}

#containerMain H3{
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

#containerMain A{
  color: #be0000;
}

#componentDocumentList{
	margin: 0px;
	width: 100%;
}

#componentDocumentDetail{
	width: 100%;
}

#componentDocumentDetail P{
	font-size: 0.7em;
}

#componentDocumentDetail LI{
	font-size: 0.7em;
}

#componentStaticsList {
	width: 90%;
	margin: auto;
}

#componentStaticsList UL{
	list-style: none;
}

/********************************* Menu */
#containerMain LI.menu0{
	color: #234050;
	margin-left: 0px;
	font-size: 0.6em;
	font-weight: bold;
	list-style: none;
}

#containerMain LI.menu0 A{
	color: #234050;
}

#containerMain LI.menu1{
	margin-left: 10px;
	font-size: 0.6em;
}

#containerMain LI.menu1 A{
	color: #3C6F8B;
}

/*-------------------------------- Menu */

#rightBanner{
  margin: 3px;
  font-size: 12px;
  color: #be0000;
}

#rightBanner TD{
  /*background-image: url(/bidnett/default/icons//leftContainerBG.jpg);*/
  /*background: #be0000;*/
  margin-bottom: 5px;
  border: 1px solid #be0000;
  border-collapse: collapse;
}

#rightBanner IMG{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#componentAuctionListMain{
	margin: 0px;
	text-align: left;
}

#componentAuctionListMain TABLE{
  border-bottom: 1px dashed #cccccc;
	width: 100%;
}

#componentAuctionListMain TD{  
  padding: 0px;
  vertical-align: top;
}

#componentAuctionListMain H3{
	font-size: 14px;
	font-weight: bold;
  margin: 0px;
  color: #6a6a6a;
}

#componentAuctionListMain H1{
	font-size: 12px;
  font-weight: normal;
  margin: 0px;
  color: #5a5a5a;
}

#componentAuctionListMain H4{
	font-size: 12px;
  font-weight: normal;
  margin: 0px;
  color: #5a5a5a;
}

#componentAuctionListMain .bidButton IMG{
  float: right;
  border: 0px solid #ffffff;
}

#componentAuctionListMain IMG{
	float: left;
	border: 1px solid #cccccc;
}

#componentAuctionListMain .auctionInfoRight{
  float: right;
	width: 120px;
	height: 120px;
}

#componentAuctionListMain .auctionInfoRightPrice{
  font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	color: #6a6a6a;
}

#componentAuctionListMain A{
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
}

#componentAuctionListMain .auctionInfoRightTime{
	font-size: 10px;
	color: #be0000;
}

#componentRequestMainView{
	font-size: 0.7em;
}

#componentAuctionListCatalogPromotion TABLE{
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

#componentAuctionListCatalogPromotion .promo{
  background-image: url(/bidnett/default/icons//promoBG.png);
  border: 0px;
  width: 288px;
}

#componentAuctionListCatalogPromotion .promo TD{
  padding: 5px;
}

#componentAuctionListCatalogPromotion .text A{
  font-weight: bold;
  color: #6a6a6a;
}

#componentAuctionListCatalog TD{
  vertical-align: top;
}

#componentAuctionListCatalog IMG{
  border: 1px solid #ffffff;
}

#componentAuctionListCatalog A{
  color: #6a6a6a;
  font-weight: bold;
}

#componentAuctionListCatalog .eachAuction{
  width: 140px;
  height: 200px;
}

#componentAuctionListCatalog .row{
  border-bottom: 1px solid;
  border-right: 1px solid;
}

#componentAuctionListCatalog .price{
  font-size: 10px;
  font-weight: bold;
  vertical-align: bottom;
}

#componentAuctionListCatalog .btn{
  text-align: right;
  font-weight: bold;
  vertical-align: bottom;
}

#componentAuctionListRight{
  margin: 5px;
	text-align: left;
	color: #404040;
}

#componentAuctionListRight TABLE{
  background-image: url(/bidnett/default/icons//leftContainerBG.jpg);
  /*background: #be0000;*/
  margin-bottom: 10px;
  border: 1px solid #be0000;
}

#componentAuctionListRight .image{
  background: #ffffff;
}

#componentAuctionListRight .image IMG{
  border: 0px;
}

#componentAuctionListRight H3{
	font-size: 8px;
	font-weight: bold;
  margin: 0px;
  color: #6a6a6a;
}

#componentAuctionListRight H1{
	font-size: 12px;
  font-weight: normal;
  margin: 0px;
  color: #6a6a6a;
}

#componentAuctionListRight IMG{
	float: center;
	border: 1px solid #be0000;
}

#componentAuctionListRight .auctionInfoRight{
  float: right;
	width: 120px;
	height: 120px;
}

#componentAuctionListRight .auctionInfoRightPrice{
  font-size: 10px;
	font-weight: bold;
}

#componentAuctionListRight .auctionInfoRightName{
  font-size: 9px;
	font-weight: bold;
}

#componentAuctionListRight A{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #6a6a6a;
}

#componentAuctionListRight .auctionInfoRightTime{
	font-size: 9px;
	color: #be0000;
}

#componentAuctionUsersBidList{
	font-size: 9px;
}

#componentAuctionUsersBidList TH{ 
}


#componentAuctionUsersBidList TD{
	vertical-align: top;
  padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px dashed #918f8f;
}

#componentAuctionDetail{
  margin: 0px;
	font-size: 12px;
	color: #6a6a6a;
}

#componentAuctionDetail TABLE{
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}

#componentAuctionDetail H2{
	font-size: 18px;
	font-weight: bold;
	color: #6a6a6a;
}

#componentAuctionDetail H4{
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
}

#componentAuctionDetail TD{
	border: 0px;
	vertical-align: top;
}

#componentAuctionDetail A{
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	background-color: #CCCCCC;
}

#componentAuctionDetail IMG{
  border: 0px solid #CCCCCC;
}

#componentAuctionDetailInfo TD{
  border: 1px solid #CCCCCC;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#componentAuctionDetailInfo .details{
  background-image: url(/bidnett/default/icons//aucinfobg.jpg);
  height: 360px;
}

#componentAuctionDetailInfo .details TD{
  border: 0px;
  border-bottom: 1px dashed #CCCCCC;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
}

#componentAuctionDetailInfo .title{
  background: #dbdbdc;
  font-weight: bold;
  font-size: 14px;
}

#componentAuctionDetailInfo .aucEnd{
  font-size: 18px;
  text-align: right;
}

#componentAuctionDetailInfo .ticker{
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
  text-align: right;
}

#componentAuctionDetailInfo .giBud{
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  color: #be0000;
}

#componentAuctionDetailInfo .giBud2{
  font-size: 15px;
}

.bidbox{
  background: #be0000;
  height: 26px;
  width: 76px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#componentAuctionDetailInfo .buttons{
  text-align: center;
}

#componentAuctionDetailInfo .autobudInfotext A{
  float: left;
  font-size: 9px;
  font-weight: normal;
  background: none;
  margin-right: 5px;
}

#componentAuctionDetailInfo .info{
  font-weight: bold;
  font-size: 10px;
}

#componentAuctionDetailInfo .inforight{
  text-align: right;
  font-size: 10px;
}

#componentAuctionDetailProdInfo .bold{
  font-size: 11px;
  font-weight: bold;
}

#componentAuctionDetailProdInfo .vilkaar{
  font-size: 9px;
}

#componentAuctionDetailProdInfo .vilkaar A{
  background: #ffffff;
  font-size: 9px;
}

#componentAuctionDetailProdInfo HR{
  border: 0px;
  border-bottom: 1px solid #6a6a6a;
}

#componentAuctionDetailBidlist TABLE{
  border: 0px;
}

#componentAuctionDetailBidlist TD{
  border-bottom: 1px dashed #CCCCCC;
}

#componentAuctionDetailBidlist TD.head{
  border-bottom: 1px solid #6a6a6a;
  font-weight: bold;
}

.winnerBid{
  color: #be0000;
}

#componentRequestMainView INPUT{
	font-size: 12px;
}

#componentProductListHeading{
  width: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#componentProductListHeading H2{
	font-size: 30px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 0px;
	padding-top: 10px;
}

#componentProductList{
	width: 570px;
	margin: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style: none;
}

#componentProductList LI{
	float: left;
	margin: 10px;
	padding: 10px;
	border-bottom: 1px solid #dbdbdc;
	width: 540px;
	text-align: left;
}

#componentProductList H3{
  font-size: 10px;
}

#componentProductList IMG{
  border: 0px;
}

#componentProductList .productImage IMG{
  float: left;
  height: 120px;
  width: 120px;
  border: 1px solid #dbdbdc;
}

#componentProductList .productName{
  margin-left: 8px;
  float: left;
  width: 140px;
  height: 120px;
  overflow: hidden;
}


#componentProductList .productDescription{
  font-size: 9px;
  width: 180px;
  height: 50px;
}

#componentProductList .productPrice{  
  margin-left: 10px;
  float: left;
  width: 50px;
}

#componentProductList .productTimeLeft{
  float: left;
  width: 120px;
}

#componentProductList .productBids{
  float: left;
  width: 50px;
}

#componentProductList .productPlaceBid{
  float: right;
}

#componentProductList .bottom{
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
  border-bottom: 1px solid #dbdbdc;
}

#componentProductListTopRow{
  height: 25px;
  background-image: url(/bidnett/default/icons//auctionListTopRow.png);
  border-top: 1px solid #dbdbdc;
  border-bottom: 1px solid #dbdbdc;
  font-size: 14px;
  font-weight: bold;
  color: #a9a9aa;
}

#componentProductListTopRow .productImage_top{
  float: left;
  width: 120px;
}
#componentProductListTopRow .productName_top{
  float: left;
  width: 160px;
}
#componentProductListTopRow .productPrice_top{
  margin-left: 280px;
  float: left;
  width: 50px;
}
#componentProductListTopRow .productTimeLeft_top{
  float: left;
  width: 100px;
}
#componentProductListTopRow .productBids_top{
  float: left;
  width: 50px;
}
#componentProductListTopRow .productPlaceBid_top{
  float: right;
}
#componentProductListTopRow .bottom{
  clear: both;
}

#componentFrontPageList{
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#componentFrontPageList LI{
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 150px;
	text-align: center;
}

#componentFrontPageList H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#componentFrontPageList .productPrice{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B22222;
}

#componentFrontPageList .productImage{
	height: 180px;
}

#componentSplashList{
	width: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#componentSplashList LI{
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background: #CCCCCC;
	width: 535px;
	border: 2px solid #666666;
}

#componentSplashList H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#componentSplashList .productHeading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFD700;
}

#componentSplashList .productPrice{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #B22222;
}

#componentSplashList #imageSplash{
	float: left;
}

#componentSplashList #splashText{
	text-align: center;
}

#componentProductDetail{
	background-color: #FFFFFF;
	/*border: 1px solid #4f818d;*/
}

#componentProductDetail DIV{
	padding: 10px;
}

#productDetailInfo{
	float: right;
	width: 250px;
	/*border: 1px solid #4f818d;*/
}

#productDetailInfo H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#productDetailInfo H4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#productDetailInfo TABLE.productPurchase{
	width: 75%;
}

#productDetailInfo TD.productPrice{
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B22222;
	/*border: 1px solid #4f818d;*/
	
}

#productDetailInfo TD.productPurchase{
	text-align: right;
	
}

#productDetailImage{
	float: left;
	width: 250px;
	/*border: 1px solid #4f818d;*/
}
#productListRelative {
	background-color: #CCCCCC;
}

#productListRelative H4{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFFFFF;
}

#productListRelative UL{
   width:100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#productListRelative LI{
   float: left;
	padding: 0px;
	margin-right: 2px;
	width: 110px;
	/*border: 1px solid #000000;*/
	text-align: center;
}

#productListRelative LI H5{
	padding: 0px;
	margin: 0px;
	width: 100px;
	color: #666666;
	
}

#productListRelative A{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 5px;
}

/*********************************************************** Informasjon ***********/

#informasjon{

}

#informasjon .left{
  width: 290px;
  float: left;
}

#informasjon .right{
  width: 290px;
  float: right;
}

#informasjon .box{
  border: 1px solid #dbdbdc;
  margin: 10px;
}

#informasjon .box IMG{
  vertical-align: middle;
  margin: 8px 5px 9px 5px;
}

#informasjon .box h4{
  background-image: url(/bidnett/default/icons//info_back.png);
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #dbdbdc;
}

#informasjon .box ul{
  margin: 3px 0px 5px 0px;
  padding: 0px;
}

#informasjon .box li{
  margin-left: 35px;
	font-size: 11px;
	color: #6a6a6a;
}

#informasjon .box A{
  color: #be0000;
}

#informasjon .box A:hover{
  text-decoration: underline;
}
  
#informasjon .box li .blank{
  list-style: none;
}


/*---------------------------------------------------------- Informasjon  ---------*/

.bliMedlem{
  margin-left: 10px;
}

.bliMedlem H4{
  background-image: url(/bidnett/default/icons//info_back.png);
  border-top: 1px solid #dbdbdc;
  border-left: 1px solid #dbdbdc;
  border-right: 1px solid #dbdbdc;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

.bliMedlem IMG{
  vertical-align: middle;
  margin: 8px 5px 9px 5px;
}

/*---------------------------------------------------------- ContainerMain  ---------*/

/*************************************************************************************/
/*********************************************************** ContainerLeft ***********/
/*************************************************************************************/
#containerLeft {
	width: 212px;
	color: #404040;
	padding-left: 0px;
	background-image : url(/bidnett/default/icons//LeftPageBG.jpg);
}

#containerLeft TABLE{
  border: 0px;
  border-collapse: collapse;
}

#containerLeft .customer{
	color: #6a6a6a;
	font-size: 0.7em;
  width: 100%;
  border-top: 1px solid #a7a7a8;
  border-bottom: 1px solid #a7a7a8;
  background-image : url(/bidnett/default/icons//LeftContainerBG.jpg);
  margin-bottom: 2px;
}

#containerLeft .customer .bold{
  font-weight: bold;
}

#containerLeft .customer A{
  color: #be0000;
  font-weight: bold;
}

#containerLeft UL{
	list-style: disc;
	margin-left: 10px;
	padding: 0px;
}

#containerLeft LI{
	font-size: 1em;
	margin-bottom: 2px;
}

#containerLeft A{
	color: #000000;
}

#containerLeft A:hover{
	color: #000000;
	/* background: #000000; */
	text-decoration: none;
}

#containerLeft H3{
	color: #FFFFFF;
	margin-left: 10px;
}

#containerLeft2 {
	color: #404040;
	padding-left: 10px;
	background-image : url(/bidnett/default/icons//LeftPageBG.jpg);
}

#containerLeft2 IMG{
  border: 1px solid #cccccc;
}

/********************************* Menu */

#verticalMenuProducts{
/* visibility: hidden; */
/*  display: none; */
  background-image : url(/bidnett/default/icons//productTree_bg.png);
  border-top: 1px solid #a7a7a8;
  border-bottom: 1px solid #a7a7a8;
}

#verticalMenuProducts H4{
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #404040;
}

#verticalMenuProducts .menu0{
  border-top: 0px solid #a7a7a8;
  border-left: 1px solid #a7a7a8;
  border-right: 1px solid #a7a7a8;
}

#verticalMenuProducts .menu1{
  background-image : url(/bidnett/default/icons//productTreeSub_bg.png);
}

#verticalMenuProducts LI.last{
  border-bottom: 0px solid #a7a7a8;
}

#verticalMenuProducts UL.menu0{
  margin: 0px;
  list-style-image: url('/bidnett/default/icons/menu_back.png');
  list-style-position: inside;
}

#verticalMenuProducts UL.menu1{
  margin: 0px;
  list-style-image: url('/bidnett/default/icons/menu1_back.png');
  list-style-position: inside;
}

#verticalMenuProducts LI.menu0{
  color: #6a6a6a;
  padding-left: 0px;
  padding-top: 1px;
  padding-bottom: 4px;
	margin: 0px;
	font-size: 0.6em;
	font-weight: bold;
}

#verticalMenuProducts LI.menu0 A{
  color: #404040;
}

#verticalMenuProducts LI.menu0 A:hover{
  color: #be0000;
}

#verticalMenuProducts LI.menu1{
  border-top: 0px solid #a7a7a8;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
  color: #3C6F8B;
	font-size: 0.9em;
}

#verticalMenuProducts LI.menu1 A{
  color: #be0000;
}

/*-------------------------------- Menu */

.paylogo1{
  border: 1px solid #8e8e8e;
  margin-left: 35px;
}

.paylogo2{
  border: 1px solid #8e8e8e;
  margin-right: 35px;
  margin-left: 5px;
}

#navigation{
  margin-bottom: 10px;
  padding: 8px;
  background-image: url(/bidnett/default/icons/navigation_back.png);
}

/*---------------------------------------------------------- ContainerLeft  ---------*/
/*************************************************************************************/
/*********************************************************** ContainerRight **********/
/*************************************************************************************/
#containerRight {
	border: 0px solid #000; /*position: absolute;
  right:0px;
  top:140px;*/
	margin: 0px;
	text-align: center;
}

#componentNewsList H3{
	margin-bottom: -20px;
}

.NewsItem{
	background: #e6f1fb;
	border: 1px solid #e1e7f8;
	margin-bottom: 5px;
	padding: 4px;
	overflow: hidden;
}

.NewsItem .imageLeft{
	padding: 0px;
	margin-right: 4px;
	margin-bottom: -20px;
	border: 1px solid #e1e7f8;
	float: left;
}

.NewsItem .imageRight{
	padding: 0px;
	float: right;
	margin-left: 4px;
	border: 1px solid #e1e7f8;
	margin-bottom: -20px;
}

#containerRight H3 A{
	color: #234050;
	font-weight: bold;
}

.NewsItem H3{
	font-size: 0.6em;
	margin-top: 0px;
}

.NewsItem H4{
	font-size: 0.6em;
}

#containerRight LABEL{
	color: #FFFFFF;
	margin-left: 0px;
	font-size: 0.8em;
	font-weight: normal;
}

#containerRight H3{
	color: #6a6a6a;
	margin-left: 0px;
	font-size: 0.8em;
	font-weight: bold;
}

#containerRight #componentBasket A.basketLine{
	color: #FFFFFF;
	font-size: 0.7em;
}

#containerRight #componentBasket .basketAmount{
	color: #ffffff;
	font-size: 0.9em;
}

/********************************* Menu */
#containerRight UL{
	list-style: none;
}
#containerRight LI.menu0 A{
	color: #FFFFFF;
	margin-left: 0px;
	font-size: 0.8em;
	font-weight: normal;
}


#containerRight LI.menu1{
	color: #3C6F8B;
	margin-left: 10px;
	font-size: 0.7em;
}

#containerRight LI.menu1 A{
	color: #3C6F8B;
}

/*-------------------------------- Menu */
/********************************* Login/User */
.visitorTable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.6em;
}

.mainCompanyHeading{
	margin-left: 70px;
}

TABLE.userInfo {
	color: #333333;
	border: 1px solid #e1e7f8;
	font-size: 10px;
	background: #e6f1fb;
}

.userInfoHeading {
	font-size: 1em;
	font-weight: normal;
	color: #36464B;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

TD.userInfo {
	padding-left: 10px;
}

TD.userInfoLink {
	background: #FFFFFF;
}

A.userInfoLink {
	color: #333333;
	padding-left: 10px;
	text-decoration: none;
}

TD.userInfoLinkDelimeter{
	font-size: 0.6em;
}

/*-------------------------------- Login/user */
/********************************* Calendar */
.calendarHeading {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #234050;
}

.calendar,.calendarHead,.calendarOutOfMonth {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
}

TABLE.calendar{
	width: 160px;
	font-size: 0.7em;
	border: 1px solid #234050;
	background: #FFFFFF;
}

TH.calendarHead{
	font-size: 0.7em;
	color: #333333;
	background: #e6f1fb;
}

TH.calendar{
	background: #234050;
}

A.calendarActive,TD.calendarActive,TD.calendarOutOfMonthActive,TD.calendarSActive,TD.calendarOutOfMonthSActive{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #FF5200;
}

A.calendarHead{
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: #234050;
}

TD.calendar,TD.calendarOutOfMonth,TD.calendarS,TD.calendarOutOfMonthS {
	padding-top: 2px;
	padding-bottom: 1px;
	background: #234050;
}

TD.calendarS{
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 1px;
}

TD.calendarOutOfMonthS{
	color: #990000;
	padding-top: 2px;
	padding-bottom: 1px;
}

TD.calendarOutOfMonth {
	color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 1px;
}

/*-------------------------------- Calendar */
/*---------------------------------------------------------- ContainerRight ---------*/
/*************************************************************************************/
/*********************************************************** ContainerFooter *********/
/*************************************************************************************/
#containerFooter{
  width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #dadada;
	border-top: 1px solid #cccccc;
}

.footer{
	color: #666666;
	font-size: 10px;
}

/*---------------------------------------------------------- ContainerFooter --------*/
/*************************************************************************************/
/*********************************************************** ContainerLogin **********/
/*************************************************************************************/
#containerLogin {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#containerLogin H1{
	color: #dbdbdc;
	font-size: 1em;
}

.pw{
	color: #6a6a6a;
	font-size: 0.6em;
	font-weight: normal;
}

#containerLogin LABEL{
	color: #6a6a6a;
	font-size: 0.7em;
	font-weight: bold;
}

#containerLogin TABLE{
  width: 212px;
	background-image : url(/bidnett/default/icons//search_back.jpg);
	border-top: 1px solid #a7a7a8;
	border-bottom: 1px solid #a7a7a8;
  margin-bottom: 2px;
}

#containerLogin TD{
	color: #333333;
}

.textbox_left{
  background: #e6e6e8;
  border-style: inset;
}

#textboxScroller{
  background: #e6e6e8;
  border-top: 1px solid #404040;
  border-left: 1px solid #404040;
  border-right: 1px solid #c0bebe;
  border-bottom: 1px solid #c0bebe;
  border-style: inset;
  margin-left: 10px;
  width: 190px;
  height: 16px;
  font-size: 12px;
}

.textbox_main{
  margin-top: 50px;
  margin-bottom: 4px;
  background: #e6e6e8;
  border-style: inset;
  text-align: right;
  color: #be0000;
  width: 55px;
  font-size: 12px;
  font-weight: bold;
}

/*---------------------------------------------------------- ContainerLogin ---------*/
/*************************************************************************************/
/*********************************************************** ContainerTop  ***********/
/*************************************************************************************/
/*---------------------------------------------------------- ContainerTop  -----------*/
/*************************************************************************************/
/*********************************************************** ContainerLeft ***********/
/*************************************************************************************/
/*---------------------------------------------------------- ContainerLeft ----------*/
/*************************************************************************************/
/*********************************************************** ContainerMain ***********/
/*************************************************************************************/
/*---------------------------------------------------------- ContainerMain -----------*/
 
/*************************************************************************************/
/*********************************************************** TAGS ********************/
/*************************************************************************************/
#pageRequest FIELDSET {
	padding: 10px;
}

#pageRequest DIV.inputButton{
	text-align: right;
}

#pageRequest LEGEND {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

#pageRequest LABEL ,INPUT, SELECT, SPAN.inputText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
}

/*---------------------------------------------------------- TAGS -------------------*/
/*************************************************************************************/
/*********************************************************** request *****************/
/*************************************************************************************/
#requestContent{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.requestContent TEXTAREA {
	width: 95%;
	height: 100px;
}

.requestContent H3,.requestContent H4{
	margin-top: 0px;
	margin-bottom: 0px;
	background: #DDDDDD;
}

.requestContent H3{
	padding: 5px;
	font-size: 0.7em;
}

.requestContent H4{
	padding: 5px;
	font-size: 0.6em;
}

.requestContent .requestTextDescription{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-size: 0.7em;
	padding: 5px;
	background: #E7E7E7;
}

.requestContent .requestTextComment{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.6em;
	padding: 5px;
	background: #FFFFFF;
}

#buttonSaveRequest{
	font-size: 0.8em;
	width: 200px;
}

#requestHead #requestName{
	font-size: 0.8em;
	width: 99%;
}

#componentRequestList H3{
	margin-bottom: -20px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 2px;
	font-style: italic;
	color: #234050;
	font-weight: bold;
	font-size: 0.6em;
}

.RequestList {
	font-size: 0.6em;
	margin-left: 12px;
	padding-left: 5px;
}

.RequestList LI{
	margin-bottom: 5px;
}

.RequestList A{
	color: #3C6F8B;
}

.RequestList .open{
	list-style: url(http://intranet/gnt/default/icons/status/open.gif);
}

.RequestList .finnish{
	list-style: url(http://intranet/gnt/default/icons/status/finnished.gif);
}

.RequestList .working{
	list-style: url(http://intranet/gnt/default/icons/status/working.gif);
}

.RequestList .warning{
	list-style: url(http://intranet/gnt/default/icons/status/warning.gif);
}

.RequestList .alert{
	list-style: url(http://intranet/gnt/default/icons/status/alert.gif);
}

/*---------------------------------------------------------- requestContent ----------*/
/*************************************************************************************/
/*********************************************************** procedureContent ********/
/*************************************************************************************/
#procedureContent H2{
	font-size: 1em;
}

#procedureContent H3{
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 0px;
}

#procedureContent P,#procedureContent LI{
	font-size: 0.6em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

#procedureContent TABLE{
	font-size: 0.6em;
	background: #F5F5F5;
}

#procedureContent TD{
	margin-left: 10px;
	margin-right: 20px;
}

#procedureContent LABEL{
	margin-left: 10px;
	margin-right: 2px;
	color: #666666;
}

/*---------------------------------------------------------- procedureContent ---------*/
/***************************************************************************************/
/************************************************************ansatteTabell**************/
/***************************************************************************************/
.mainHeading{
	font-size: 0.6em;
}

.mainLabel {
	font-size: 1em;
	font-weight: bold;
}

.mainText A{
	font-size: 1em;
	color: #234050;
}

#componentSearch TABLE{
  margin-top: 3px;
  background-image : url(/bidnett/default/icons//search_back.jpg);
  border-top: 1px solid #a7a7a8; 
  border-bottom: 1px solid #a7a7a8;

}

#componentSearch TD{
  padding-top: 2px;
  padding-bottom: 4px;
  width: 212px;
  font-size: 1em;
  text-align: center;
}

input{
  color: #000000;
  border: 1px solid #a6a6a6
}

/********************************************************* Buttons */
/*********************************************************/
/********************************************************/

/********************************* ButtonCorners */
TD.bTL1, TD.bTL2, TD.bTL3,
TD.bTR1, TD.bTR2, TD.bTR3,
TD.bBL1, TD.bBL2, TD.bBL3, 
TD.bBR1, TD.bBR2, TD.bBR3,

TD.bDTL1, TD.bDTL2, TD.bDTL3,
TD.bDTR1, TD.bDTR2, TD.bDTR3,
TD.bDBL1, TD.bDBL2, TD.bDBL3, 
TD.bDBR1, TD.bDBR2, TD.bDBR3{
	background: transparent;
}
/*================================ ButtonCorners */
/*-------------------------------- ButtonCorners */

/********************************* ButtonEnabled */
TD.bBottom, TD.bTop, TD.bLeft, TD.bRight   {
	background-color: #666666;
}

TD.bBG {
	background-color:  #CCCCCC;
	background-image : url(../icons/bgButton.gif);
}
A.bLinkOLD {
	background-color: #CCCCCC;
	background-image : url(../icons/bgButton.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 0px;
	padding-top : 0px;
}

A.bLink {
	background-image: url(/bidnett/default/icons//Button2BG.jpg);
	color: #4c4c4c;
	font-size: 10px;
	border-top: 1px solid #c0bebe;
	border-bottom: 1px solid #3d3c3c;
	border-left: 1px solid #a8a7a7;
	border-right: 1px solid #5c5a5a;
  padding-left: 8px;
	padding-right: 8px;
  font-weight: bold;
  font-size: 11px;
}

A.bLink:hover {
	color: #FF0000;
}

/*================================ ButtonEnabled */
/*-------------------------------- ButtonEnabled */


/********************************* ButtonDisabled */
TD.bDBottom, TD.bDTop ,TD.bDLeft, TD.bDRight{
	background-color: #999999;
}

TD.bDBG {
	background-color: #CCCCCC;
	background-image : url(../icons/bgButton.gif);
}
A.bDLink {
	background-color: #CCCCCC;
	background-image : url(../icons/bgButton.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left : 4px;
	padding-right : 4px;
}
/*================================ ButtonDisabled */
/*-------------------------------- ButtonDisabled */
/*_________________________________________________________ Buttons */


.buy .submit{
	background: #f57900;
	color: #fff;
	font-weight: bold;
	border: 1px solid #404040;
	padding: .1em 0;
	width: 4em!important;
	font-size: 10px;
}

.buy .change{
	background: #a6a6a6;
	border: 1px #cccccc;
}

.buy .text{
  font-size: 12px;
	width: 20px;
	height: 14px;
}


.buy fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
