/* Created for CardShop.ie */
/* Copyright 2008 OSD Ltd, Sligo, Ireland - www.osd.ie */
/*** HTML Elements ****/
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #cccccc;
  font: normal 11px verdana, arial, sans-serif;
  line-height: 150%;  
  color: #555555;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}
h1 {
  font: bold 26px century gothic, verdana, sans-serif;
  color: #666666;
}
h2 {
  color: #ff66cc;
  font: normal 24px century gothic, sans-serif;
}
h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #5D6F73;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}

/* Links */
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: underline;
  color: #666666;
}
a img {
  border: 0;
}
a img.border {  
  border: 1px solid #000;
}
a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}
/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}
img.floatLeft {
  margin: 5px 10px 10px 0;
}
ol li {
  font-weight: bold;
  color: #668FA3;
}
ol li span {
  font-weight: normal;
  color: #444;
}
/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/*** Form Elements ***/
form {
  padding: 0;
  margin: 0;
}
/* If you're finding the input elements get pushed down, increase the width */
input,
textarea,
file,
select {
  padding: 2px;
  font: normal 12px verdana, sans-serif;
  color: #666666;
  background: #ffffff;
  border: 1px solid #666666;
}
input.button {
  padding: 2px 8px;
  font: bold 10px verdana, serif;
  cursor: pointer;
  color: #ffffff;
  background: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #8880 #888;
}
input.radio {
  background: none;
  border: 0px;
}
.file_button {
  padding: 2px;
  font: normal 12px verdana, sans-serif;
  color: #666666;
  background: #ffffff;
  border: 1px solid #666666;
}
input.disabled { 
  background: #eff7ff;
  border: none;
  border-bottom: 1px solid #666666;
  color: #ff66cc;
  font-weight: bold;
}