html { background-color: #eae9dd; }
body {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 948px;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

a.chirplink { display: none; }

#header {
  height: 80px;
  background: url(/images/head_phone.jpg) right top no-repeat;  
  text-transform: lowercase;
  text-align: right;
}
#header p {
  margin: 0;
  padding: 52px 10px 0 0;
}
#header a:link, #header a:visited {
  padding-left: 1em;
  color: #999;
}
#header a:hover, #header a:focus {
  text-decoration: none !important;
  color: #666;
}

#tagline {
  margin: 0 0 0 2px;
  line-height: 56px;
  font-size: 18px;
  color: #666;
}

#intro {
  float: left;
  width: 650px;
  margin: 25px 0;
  line-height: 20px;
  font-size: 14px;
}
#intro h1 {
  margin: 0;
  font-size: 16px;
  color: #000;
}
#intro p {
  margin: 8px 0 0;
}
#intro p span {
  color: #666;
}
#browse {
  float: left;
  width: 240px;
  margin: 25px 0 25px 30px;
}
#browse h3 {
  margin-top: 0;
}

#content {
  padding: 0 20px 20px 0;
  vertical-align: top;
  line-height: 1.4;
}
#content pre {
  padding: 1em 2em;
  line-height: 9px;
}

a:link, a:visited {
  text-decoration: none;
  color: #93192F;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
}
a:hover, a:focus {
  text-decoration: underline !important;
  color: #808080;
}

h1 {
  font-weight: normal;
  font-size: 24px;
}
h2 { 
  font-size: 18px;
  color: #666;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

#rhs {
  padding-bottom: 20px;
  vertical-align: top;
}
#rhs h3 {
  font-size: 13px;
}
#rhs ul, #browse ul {
  list-style-type: none;
  margin: 1em 0 2em;
  padding: 0;
}
#rhs li, #browse li {
  margin: 4px 0;
}
#rhs ul a:link, #rhs ul a:visited, #browse ul a:link, #browse ul a:visited {
  color: #333;
}
#rhs ul.categories a:link, #rhs ul.categories a:visited, #browse ul.categories a:link, #browse ul.categories a:visited {
  color: #999;
}

#orderlist {
  padding: 0.5em 1em;
  background: #93192f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  color: #fff;
}
#orderlist p {
  opacity: 0.9;
  margin: 4px 0;
}
#orderlist a:link, #orderlist a:visited {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}

#footer {
  height: 89px;
  padding: 12px 0 0 16px;
  background: #e6e6e6 url(/images/foot_phone.jpg) left bottom no-repeat;
}
#footer a:link, #footer a:visited {
  padding-right: 8px;
  font-size: 13px;
  color: #999;
}

#products_matrix {
  clear: both;
  padding-bottom: 2em;
  border: 2px solid #ab4d5e;
  background-color: #f6eaeb;
}
#products_matrix div {
  float: left;
  margin: 32px 2px 0 32px;
  width: 150px;
  height: 210px;
}
#products_matrix img {
  margin-bottom: 4px;
  background: rgba(255,255,255,0.5);
}
#products_matrix a:link, #products_matrix a:visited {
  color: #000;
}

img.thumb {
  margin: 16px 30px 0 0;
}

#details {
  padding-left: 20px;
  color: #666;
}
#details big {
  font-size: 17px;
  color: #000;
}

#price {
  padding: 4px 0 4px 3em;
  background: url(/images/icon_price.jpg) left no-repeat;
}
#pricing table {
  border-collapse: collapse;
  border: 1px solid #fff;
}
#pricing th {
  padding: 3px 6px;
}
#pricing td {
  padding: 3px 6px;
  border: 1px dashed #ccc;
  text-align: center;
}

#sizes {
  margin: 0 0 1em;
  padding: 4px 0 4px 36px;
  border-bottom: 2px solid #999;
  background: url(/images/icon_sizes.jpg) left no-repeat;
}
#colourchart {
  margin: 0 0 1em;
  padding: 4px 0 4px 48px;
  border-bottom: 2px solid #999;
  background: url(/images/icon_colourchart.jpg) left no-repeat;
}

.related .tabs {
  height: 23px;
  background: url(/images/related-border.gif) left bottom repeat-x;
}
.related .tabs a, .related .tabs a:link, .related .tabs a:visited {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  width: 100px;
  height: 23px;
  background: url(/images/related-tab-grey.gif) left top no-repeat;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
  color: #333;
}
.related .tabs a.current, .related .tabs a.current:visited {
  background: url(/images/related-tab-white.gif) left top no-repeat;
  color: #333;
}
.related-content {
  clear: both;
  padding: 1em;
  overflow: hidden;
  border: solid #999;
  border-width: 0 2px 2px 0;
  border-left: 1px solid #ccc;
}

#orderdetails {
  margin: 2em 0 1em;
  padding: 0.5em 1em;
  background: #f1dbdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#orderdetails form {
  margin: 0;
}
#orderdetails p {
  margin: 4px 0;
}

input[type=text], textarea {
  font-size: 12px;
  color: #454545;
}

table.collapse th {
  color: #666;
}

table.orders {
  margin: 1em 0;
  border-collapse: separate;
  border: 1px solid #ccc;
}
table.orders:hover {
  border: 1px solid #666;
}
.orders tr {
  vertical-align: top;
}
.orders thead td, .orders tfoot td {
  background-color: #ccc;
  font-size: 11px;
  color: #00637a;
}
.orders tbody th {
  background-color: #eee;
  text-align: right;
  font-size: 11px;
}
.orders tbody td {
  background-color: #eee;
}

#checkout a.edit:link, #checkout a.edit:visited {
  opacity: 0.8;
  padding: 2px 4px;
  background: #787878;
  border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
#checkout a.edit:hover, #checkout a.edit:focus {
  opacity: 1.0;
  text-decoration: none !important;
}

.box {
  display: block;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border: 1px solid #93192F;
  background-color: #fff;
  font-size: 12px;
}
.box h4 {
  margin: 0;
  padding: 6px 0.5em;
  background-color: #93192F;
  font-weight: normal;
  color: #fff;
}
.box p {
  margin-left: 0.5em;
  margin-right: 0.5em;
}


