* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #eee7d6;
 text-align: center;
}

img {
 display: block;
}

div {
 text-align: left;
}

.heading {
 margin-bottom: 12px;
}

.bold {
 font-weight: bold;
}

.standard {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
}

.standard_bold {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
}

.standard_bold_italic {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: italic;
 font-weight: bold;
}

.standardwhite {
 color: white;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
}

.standardwhite a {
 color: white;
 text-decoration: underline;
}

.standardwhite a:visited {
 color: white;
 text-decoration: underline;
}

.standardwhite a:hover {
 color: red;
}

.productDescription {
 color: black;
 font-family: arial, verdana, sans-serif;
 font-size: 12px;
 line-height: 18px;
}

.productDescription p {
 margin-bottom: 12px;
}

.bigList {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}

.mainButton {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
}

.sidebarTitle {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
}

.itemTitle {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
}

.subTitle {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
}

.itemPrice {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
}

.mapPrice {
 text-decoration: line-through;
}

.nonMapPrice {
 display: none;
}

.standardcheckout {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}

.titleButton {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
}

.titleButton a {
 color: black;
 text-decoration: none;
}

.titleButton a:visited {
 color: black;
}

.titleButton a:hover {
 color: black;
}

table.pages {
 color: black;
 font-family: verdana, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
}

table.pages td {
 background: #dddddd;
 padding: 2px 4px 2px 4px;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
}

table.pages td a {
 font-weight: bold;
 color: black;
 text-decoration: none;
}

table.pages td a:visited {
 color: black;
}

table.pages td a:hover {
 color: black;
}

table.pages td.active {
 font-weight: bold;
 background: transparent;
}

ul.pDesc {
 margin: 0px 0px 10px 0px;
}

ul.pDesc li {
 margin: 0px 0px 3px 20px;
}

.hoverlink {
 border-bottom: 1px dashed green;
}

a {
 color: blue;
 text-decoration: none;
}

a:visited {
 color: blue;
 text-decoration: none;
}

a:hover {
 color: red;
 text-decoration: none;
}

a.imagelink img {
 border: 1px solid black;
}

a.imagelink:hover img {
 border: 1px solid red;
}

a.zoomlink {
 color: white;
 text-decoration: none;
}

a.zoomlink:visited {
 color: white;
}

a.zoomlink:hover {
 color: red;
}

a.blacklink {
 color: black;
 text-decoration: none;
}

a.blacklink:visited {
 color: black;
}

a.blacklink:hover {
 color: red;
}

a.mapAddToCart {
 color: red;
 font-weight: bold;
 text-decoration: underline;
}

a.mapAddToCart:visited {
 color: red;
}

a.mapAddToCart:hover {
 color: black;
}

.hr {
 margin: 0;
 padding: 0;
 border-bottom: 1px dotted #000000;
}

* html .hr {
 border-bottom: none;
 padding: 1px;
 background: url('/graphics/background_dot.gif') repeat-x bottom;
}

