body {		background-color: #000000;}

#basket {
}

#basket .button a {}

.aside {		border-color: #FFFFFF;}

.packshot {		border-color: #FFFFFF;}

/* FIXME - Should not need .navi a */
html, body, p, .navi a, #footer, body a, .paging .current, .paging .previous, .paging .next, #footer a,
.content a, tr.headings th, #basket-postage a, #basket-postage input {		color: #000000;}

h1,h2,h3,h4,h5 {		color: #414147;		font-size: 100%;}

#basket-checkout .button a {}
#basket-checkout .button {}

#departments .button a, .paging.button .wrapper, .paging.button a, #footer .button .wrapper, #footer .button .wrapper a, #news .navi li a, #search_button {		color: #000000;		background-color: #FFFFFF;}
#departments .button, .paging.button, #footer .button, #news .navi li {		border-color: #000000;}

.section .button input, .content .downloadlist input.submit {		background-color: #000000 !important;}
.section .button, .content .downloadlist .button {		border-color: #FFFFFF;}

.lines .button input.submit {}
ul.tabselect.tabs li.active a {
	 background-color: #FFFFFF;}
ul.tabselect.tabs li.active a, .tabselect.content {
	border-color: #FFFFFF !important;
}
.tabselect.tabs li a {
	border-color: #FFFFFF;		color: #000000;}
.section .line-info img.packshot {
	min-height: 120px;
}/* custom block */#controls { 
width: 200px; 
}
#header {
padding-top: 0px;
}
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
l
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
body {
   font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
 font-weight: 300;
}
::-moz-selection {
       background-color: #000;
       color: #FFF;
}
::selection {
       background-color: #000;
       color: #FFF;
}
::-webkit-selection  {
       background-color: #000;
       color: #FFF;
}
::-o-selection {
background-color: #000;
color: #FFF;
}
::-ms-selection {
background-color: #000;
color: #FFF;
}
.mwrapper {
  margin: auto auto;
  width: 500px;
  height: 100%;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

#artists, #departments, #content, #footer, #basket, #help {
  padding: 10px 10px 10px 10px;  
  margin: 10px 5px;
  height: 100%;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}/* finish custom block */
