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

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

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

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

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

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

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

  color: #ffffff;
}

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

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

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

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

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

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


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

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

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

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

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

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

}

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

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

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

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


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

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

}

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

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