
/* LIGHT */
td.lt-blue {
   background-color: #ffffff;
}

.lt-blue {
   background-color: #ffffff;
}

/* MED */
.info,
.details,
.search-result,
.basket-result {
        background-color: #ffffff;
}

/* DARK */
input.button
{
   background-color: #999999;
}

/* SIDEBAR */
td.grey {
   background-color: #F2F2F2;
}

/* SIDEBAR TEXT AND BORDERS */
.block-header {
  border: solid 1px #010101;
  color: #000000;
 
}

.block-body, .block-body-img {
  border-left: solid 1px #010101;
  border-right: solid 1px #010101;
  border-bottom: solid 1px #010101;

  color: #000000;
}

.block-header-txt {
  border-left: solid 1px #010101;
}

.block-header-lnk {
  border-left: solid 1px #010101;
}

.block-header a:link, 
.block-header a:visited, 
.block-header a:hover, 
.block-header a:active {
  color: #000000;
}

.block-hide {
	border: solid 1px #010101;
}

.block-hide a:link, 
.block-hide a:visited, 
.block-hide a:hover, 
.block-hide a:active {
  color: #000000;
}

.block-body a:link, 
.block-body a:visited, 
.block-body a:hover, 
.block-body a:active {
   color: #000000;
}


/* BORDER */
.title-img {
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
.title-txt {
  border: solid 1px #999999;
}
 
.details-header {
  border: solid 1px #999999;
}

.details-header-txt {
  
  border-left: solid 1px #999999;
}

.details-body {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

.info-header {
  border: solid 1px #999999;
}

.info-header-txt {
  border-left: solid 1px #999999;
  
}

.info-body, .info-body-top {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;

}

.info-body-top {
   border-top: solid 1px #999999;

 }
.info-body-top-empty {
   border: 0;
   border-top: solid 1px #999999;
 }

.search_msg {
	border: solid 1px #999999;
}

.navigation-full, .navigation-half {
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #999999;
 
}


.navigation-full {
  border-right: solid 1px #999999;
 
}

.msg-box {
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;

}

.creator-header {
  border: solid 1px #999999;
 
}

.creator-body {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  
     
}