body {}

#basket {		background-color: #FFFFFF;
}

#basket .button a {		color: #FFFFFF;}

.aside {}

.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 {}

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

#basket-checkout .button a {		background-color: #FFFFFF;}
#basket-checkout .button {		border-color: #FFFFFF;}

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

.section .button input, .content .downloadlist input.submit {}
.section .button, .content .downloadlist .button {}

.lines .button input.submit {}
ul.tabselect.tabs li.active a {
	 background-color: #FFFFFF;		color: #FFFFFF;}
ul.tabselect.tabs li.active a, .tabselect.content {
	border-color: #FFFFFF !important;
}
.tabselect.tabs li a {
	border-color: #FFFFFF;}
.section .line-info img.packshot {
	min-height: 120px;
}/* custom block */h1 {
  color: black;
  text-align: Left;
  font-family: 'Roboto Mono', monospace;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 7px;
}

h2 {
  color: black;
  text-align: Left;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 7px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #ffffff;
}

body, p {
  display: block;
  font-family: 'Roboto' ;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: grey;
  text-transform: lowercase;
}

li a {
  display: block;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  color: black;
  padding: 4px 0px;
  text-decoration: none, underline;
}

/* mouse over link */
a:hover {
  color: transparent;
	text-shadow: 0 0 2px #000;
  text-decoration: underline;
}


#departments .button a {
  list-style-type: none;
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  font-weight: 300;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  width: 150px;
  background-color: white;
}

#departments .button a  {
  display: block;
  color: black;
  padding: 7px 0px;
  text-decoration: none;
}

/* Change the link color on hover */
#departments .button a:hover {
  color: transparent;
	text-shadow: 0 0 2px #000;
}

/* Change the link color on active */
#departments .button a:active {
  font-size: 18px;
}

.button {
  border:none;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
}

input[type=text] {
    border: 1px solid black;
    padding: 7px 4px 7px 7px;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
}

#search button {
    border: 4px double black;
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 30px;
    color: white;
    background: black;
    text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 14px;
}

#basket {
    background-color: white;
    border-radius: 1px;
    border-color: black;
    padding: 1px 1px 1px 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
    padding: 20px 1px 20px 1px;
}


address {
  color: black;
  text-align: Left;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 7px;
}

#footer .wrapper .button a {
    text-align: center;
    padding: 5px;
    background-color: white;
    font-family: 'Roboto Mono', monospace;
    font-color: #000000;
  font-weight: 400;
  font-size: 15px;
}

#news .item p {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    text-decoration: none;
    color: black;
    padding-right: 20px;
}

display: block;
    min-height: 1.5rem;
  display: block;
}

.social-links {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.social-links {
  top: 15%;
}

/* Style the icon bar links */
.social-links a {
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  color: black;
  font-size: 20px;
}

.button input[type="submit"] {
border: 4px double black;
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 30px;
    color: white;
    background: black;
    text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 14px;
}/* finish custom block */
