/* ============================================================ */
body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: url("images/bg.png") repeat-x top;
  line-height: 18px;
  margin: 0;
  text-align: center;
}
p {
  margin: 0 0 16px 0;
}

#wrap {
  width: 800px;
  margin: auto;
  text-align: left;
}

/* logo */
h1 {
  width:600px;
  height: 205px;
  background: url("images/logo.png") no-repeat;
  margin: 0 0 20px 100px;
}
* html h1 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/Muldahara/images/logo.png', sizingMethod='scale');
  background: none;
}
h1 span {
  display: none;
}

/* menu */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* structure */
#left {
  width: 220px;
  float: left;
}
#right {
  width: 560px;
  float: right;
}
.clear {
  clear: both;
}

/* left boxes */
.box {
  margin-bottom: 20px;
}
h3 {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 32px;
  background: url("images/title.png") no-repeat;
  padding: 18px 0 0 50px;
  margin: 0;
}
.content {
  color: #fff;
  background-color: #0d549d;
  padding: 20px;
}
.content li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0f61b5;
}
.content a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.content a:hover {
  padding-left: 4px;
}

/* content */
h2 {
  font: 24px "Trebuchet MS";
  font-weight: normal;
  margin: 0 15px 15px 15px;
  color: #ae3d02;
}
#main {
  padding: 15px;
  background: url("images/content.png") center no-repeat #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

/* footer */
#footer {
  background: url("images/foot.png") no-repeat;
  border-top: 1px solid #ddd;
  padding: 50px;
}
#footer a {
  color: #0066CC;
}
#footer a:hover {
  color: #003366;
  text-decoration: none;
}

/* rss */
#rss {
  display: block;
  color: #0066CC;
  background: url("images/rss.png") no-repeat 15px #eee;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 15px 15px 40px;
  text-decoration: none;
}
a:hover#rss {
  color: #990000;
  background-color: #f4f4f4;
}
/* ============================================================ */

/* form elements */
form {
  margin: 0;
}
input, button, textarea, select {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
button {
  padding: 2px 4px;
}
* html button {
  padding: 2px 0;
}
input, textarea {
  background: url('images/box-bg.gif') repeat-x #fff;
  border: 1px solid #ddd;
  padding: 3px 4px;
}
* html textarea {
  overflow: auto;
  background-attachment: fixed;
}
* html .checkbox {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 10px;
  background: none !important;
}

/* rss */
#rss {
  margin-top: 10px;
  display: block;
  color: #0066CC;
}
a:hover#rss {
  color: #0059B3;
  text-decoration: none;
}

/* category listing */
.products-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.products-img {
  width: 100px;
  margin-right: 10px;
  float: left;

  /* center */
  text-align: center;

}
.products-info {
  width: 410px;
  float: left;
}
.products-info span {
  font-weight: bold;
  color: #CC0000;
  display: block;
  margin-top: 5px;
}
.products-list a {
  color: #0066CC;
  display: block;
  font: 18px "Trebuchet MS";
  text-decoration: none;
  margin-bottom: 5px;
}
.products-list a:hover {
  color: #0059B3;
  text-decoration: underline;
}

#back {
  width: 30px;
  float: left;
}
#next {
  width: 30px;
  text-align: right;
  float: right;
}
#nums {
  margin: 0 30px;
  text-align: center;
}
#nums a {
  color: #0066CC;
  text-decoration: none;
}
#nums a:hover {
  color: #003399;
}

a img {
  border: 0;
}

/* shopping cart */
table {
  width: 100%;
}
table, th, tr, td {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table th {
  text-align: left;
}
#shopping-cart thead {
  color: #000;
  background-color: #f6f6f6;
}
#shopping-cart th, #shopping-cart td, #total {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
#total {
  font-weight: bold;
  text-align: right;
  margin-bottom: 8px;
}
#remove {
  background: url('images/remove.gif') no-repeat center #f6f6f6;
}
#buttons {
  width: 400px;
  float: left;
}
#check {
  width: 120px;
  text-align: right;
  padding-top: 4px;
  padding-right: 12px;
  float: left;
  text-transform: lowercase;
}
#check a {
  color: #0066CC;
  background-color: #fff;
}
#check a:hover {
  color: #004C99;
  background-color: #fff;
  text-decoration: none;
}
#shopping-cart a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
#shopping-cart a:hover {
  color: #CC0000;
  background-color: #fff;
}
#space {
  width: 30px;
}
* html #space {
  width: 20px;
}

/* view product */
#view-photos {
  width: 100px;
  margin-right: 10px;
  float: left;
}
#view-content {
  width: 400px;
  float: left;
}
#view-title {
  font: 18px "Trebuchet MS";
  color: #0066CC;
  margin: 0 0 10px 0;
}
#view-price span {
  color: #CC0000;
  font-weight: bold;
}

#view-content a {
  color: #0066CC;
}
#view-content a:hover {
  color: #004C99;
  text-decoration: none;
}

#view-nav {
  margin-top: 10px;
}
#view-nav li {
  height: 22px;
  padding-left: 26px;
}
#view-pics {
  background: url('images/pics.gif') no-repeat;
}
#view-add {
  background: url('images/add.gif') no-repeat;
}
#view-nav a {
  color: #000;
  text-decoration: none;
}
#view-nav a:hover {
  text-decoration: underline;
}

/* forms again */
.field {
  margin-bottom: 5px;
}
.field input {
  width: 120px;
}
.field textarea {
  width: 300px;
  height: 100px;
}
.field label {
  width: 100px;
  padding-right: 10px;
  float: left;
  text-align: right;
}
#submit {
  clear: both;
  margin-left: 110px;
}