body {
    font-family: Arial, Helvetica, sans-serif;
}

td {
  vertical-align: top;
}

div.main {
  margin-left: 20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  color: brown;
  margin-bottom: 7px; 
  padding: 0px;
}

h2 {
    text-align: center;
    font-size: 13px;
}

div.format {
    display: inline;
}

hr {
  border: solid black 1px;
}

.section .monoline {
  float: left;
  width: 200px;
}

.section .multiline {
  float: left;
}

.product {
  padding: 0;
  margin: 0;
  text-align: center;
}

.friend {
  /* border: solid red 1px; */
  text-align: center;
  font-size: 0.8em;
  padding: 5px;
  margin: 0;
}

.front .product {
  float: left;
  width: 170px;
  height: 180px;
}

.front .imgcontainer {
  height: 80px;
}

img {
  border: 0;
}

em {
  color: #8888ff;
}

.productname {
  background: white;
  font-size: 0.8em;
  height: 35px;
}

.price {
  color: brown;
  font-weight: bold;
}

ul.sectionmenu {
  list-style-image: url(/design/pics/dot.gif);
  margin: 0px 15px 25px 25px;
  padding-left: 0;
  font-size: 0.8em;
}

div.powerbar {
  padding: 5px;
  width: 220px;
  border: dotted brown 3px;
}

div.powerbar h4 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

div.powerbar hr {
  border: dashed brown 1px;
}

div.powerbar h2 {
  text-align: left;
  margin: 0px 0px 6px 0px;
}

.minicart {
  font-size: 0.7em;
}

.minicart td {
}

small {
  font-size: 0.7em;
  font-style: italic;
}

.smallsummary {
  font-size: 0.7em;
  font-style: italic;
  height: 60px;
}

.monoline .smallsummary {
  width: 200px;
}

.multiline .smallsummary {
  width: 400px;
}

.monoline, .multiline {
  border: dashed brown 1px;
  margin: 1px;
  padding: 4px;
}


.section .product {
   float: left;
   width: 200px;
   height: 260px;
   text-align: center;
}

.product h4 {
   font-size: 11px;
   font-weight: normal;
}

.friends .product {
   float: left;
   border: dashed brown 1px;
   margin: 4px;
   padding: 6px;
}

div.friends h2 {
  text-align: left;
}

.checkout h2 {
  margin: 5px 0px 5px 0px;
  text-align: left;
  font-size: 15px;
}

label {
	font-size: 11px;
	font-weight: normal;
	display:block;
	margin-bottom: 0px;
}

label.radio {
    display: inline;
}

.warning {
    color: red;
}

#paymentbutton {
  height: 30px;
  padding-left: 30px;
  background-image: url(/images/greedbagtitch.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
