/*
   Standard colours:
   
   Blue1      #b2d2eb
   Blue2      #0317aa ?
   Blue3      #cbd9e4
   Blue4      #4dc3eb
   Grey1      #d0d0d0 ?
   Grey2      #a0a0a0 ?
   Grey3      #62829b ?
   Red        #c00000 ?
   Yellow     #ffffc0 ?
   */
body
{
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 10px;
  }
em
{
  background-color: #ffffc0;
  }
div.help
{
  background-color: #ffffc0;
  border: thin solid #d0d0d0;
  margin: 10px;
  padding: 0px;
  padding-left: 70px;
  padding-right: 10px;
  background-image: url('../img/icons/help.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 70px;
  }
.error
{
  color: #c00000;
  font-weight: bold;
  font-size: 1.2em;
  }
#sidebar a,
#sidebar a:visited
{
  color: #000000;
  text-decoration: none;
  }
a
{ 
  color: #0317aa;
  }
input:hover,
textarea:hover,
button:hover,
a:hover
{
  background-color: #ffffc0;
  }
hr
{
  clear: both;
  border: none;
  border-bottom: thin solid #d0d0d0;
  }
select,
input,
textarea,
button
{
  font-size: 10px;
  font-family: Verdana, Arial, helvetica, sans-serif;
  }
input.miniSize
{
  width: 25px;
  }
div#sidebarSearch button,
button.miniSize
{
  width: 35px;
  }
.halfsize
{
  width: 330px;
  }
.fullsize
{
  width: 500px;
  }
textarea
{
  height: 150px;
  }
textarea.fullsize
{
  height: 300px;
  }
#sidebar
{
  margin-right: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  }
#sidebar div.sidebarProducts
{
  margin: 5px;
  padding: 0px 5px;
  border: solid 1px #000000;
  background-color: #b2d2eb;
  }
#sidebar ul
{
  list-style-type: square;
  margin: 15px 10px 20px 20px;
  padding: 0px;
  }
#sidebar li.category
{
  list-style-type: circle;
  list-style-image: url(../img/icons/arrow.png);
  margin-top: 5px;
  }
#sidebar li.selectedCategory,
#sidebar li.selectedCategory a,
#sidebar li.selectedCategory a:visited
{
  list-style-type: disc;
  list-style-image: url(../img/icons/arrowBlue.png);
  margin-top: 5px;
  color: #0317aa;
  font-weight: bold;
  }
#body
{
  width: 500px;
  margin-left: 200px;
  margin-right: 10px;
  text-align : left;
  }
div.product
{ 
  padding: 10px;
  }
div.product div.productImage
{ 
  width: 170px;
  float: left;
  text-align: center;
  }
div.product div.productImage img
{ 
  padding: 10px;
  }
div.product div.productText
{ 
  margin-left: 170px;
  }
div.product div.productImage button img
{
  /* Make sure "remove image" button is ok */
  padding: 0px;
  }
div.product div.productEditCheckbox
{
  width: 110px;
  float: left;
  }
div.footer,
p.clear
{
  clear: both;
  }
h1,
span.price,
h2
{
  font-weight: bold;
  font-size: 1.5em;
  }
h3,
h4,
h5,
h6,
h7,
h8,
h9
{
  font-weight: bold;
  font-size: 1.2em;
  }
table
{
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 10px;
  width: 100%;
  border: thin solid #d0d0d0;
  border-bottom: none;
  border-collapse: collapse;
  margin-bottom: 10px;
  }
tr.header
{
  background-color: #cbd9e4;
  }
th,
strong
{
  font-weight: bold;
  }
td,
th
{
  padding: 3px 5px;
  border-bottom: thin solid #d0d0d0;
  vertical-align: top;
  text-align: left;
  }
table.onsale td
{
  text-align: center;
  }
.wideColumn
{
  width: 99%;
  }
div#sidebarSearch
{
  padding: 5px;
  }
div#sidebarSearch input
{
  width: 100px;
  }
div#sidebarCart
{
  padding: 10px;
  margin: 5px;
  border: solid 1px #000000;
  background-color: #cbd9e4;
  }
div.footer
{
  color: #a0a0a0;
  }
div.footer a
{
  color: #a0a0a0;
  text-decoration: none;
  }
div.footer table td
{
  border: none;
  text-align: left;
  }
table.borderless,
table.borderless th,
table.borderless td
{ 
  border: none;
  }
.admin
{
  background-color: #4dc3eb;
  }
div.border,
div.admin
{
  margin: 5px;
  padding: 0px 5px;
  border: solid 1px #000000;
  }
#sidebar div.admin a,
#sidebar div.admin a:visited
{
  text-decoration: underline;
  }
#sidebar div.admin ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
  }
#sidebar div.admin h3
{
  margin: 0px;
  font-size: 1em;
  }
.small 
{
  font-size: 0.8em;
  }
.right 
{
  text-align: right;
  }
img
{
  border: none;
  }
img.right
{
  float: right;
  }
img.left
{
  float: left;
  }
img.mini
{
  border: none;
  }
form
{
  margin: 0px;
  padding: 0px;
  display: inline;
  }
#sidebar p.credits
{ 
  margin: 10px;
  }
#sidebar .credits,
#sidebar .credits a,
#sidebar .credits a:visited
{
  color: #a0a0a0;
  }

.line-through {
  text-decoration: line-through;
}
.red {
       /* color: #ee0000; */
       color: #c00000;
}
