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

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

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

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

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

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

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

  color: #;
}

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

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

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

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

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

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


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

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

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

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

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

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

}

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

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

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

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


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

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

}

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

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