body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 65%;
  text-align: left;
  color: #333;
  background: #fff;
  }

.links {
  padding-top: 3px;
  padding-left: 14px;
  padding-bottom: 3px;
  background: url(images/arrow.gif) no-repeat 0 4px;
}

A:link {
  color: #093;
  text-decoration: none;
  }

A:visited {
  color: #093;
  text-decoration: none;
  }

A:hover {
  color: #093;
  text-decoration: underline;
  }

A:active {
  color: #093;
  text-decoration: none;
  }

P {
margin-left:  50px;
margin-right: 50px;
}

.people {
line-height: 150%;
padding-left: 50px;
padding-right: 150px;
color: #999;
}

.title{
color: #f63;
font-weight: bold;
}


.nice {
line-height: 150%;
}

.photo {
background: #fff;
border: 1px solid #ccc;
padding: 2px;
margin: 10px;
}

.phototitle {
margin-top: 5px;
font-weight: bold;
}

.addtocart {
width: 200px;
text-align: center;
line-height: 125%;
}

.shop {
background: #eee;
border: none;
margin: 0px;
padding: 10px;
width: 550px;
}

.padded {
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
}

.framed {
background: #fff;
border: 4px solid #333;
padding: 15px;
margin: 10px;
}


input {
	font-size: 85%;
}

input.pbutton {
        color: #fff;
        height: 25px;
        width: 138px;
        background: transparent url(images/pay-button.gif) no-repeat center top;
        border: 0;
	cursor: pointer;
	cursor: hand;
}

input.cbutton {
        color: #fff;
        height: 25px;
        width: 73px;
        background: transparent url(images/change-button.gif) no-repeat center top;
        border: 0;
	cursor: pointer;
	cursor: hand;
}

input.dbutton {
        color: #fff;
        height: 25px;
        width: 138px;
        background: transparent url(images/del-button.gif) no-repeat center top;
        border: 0;
	cursor: pointer;
	cursor: hand;
}

input.button {
        color: #fff;
        height: 25px;
        width: 138px;
        background: transparent url(images/sub-button.gif) no-repeat center top;
        border: 0;
	cursor: pointer;
	cursor: hand;
}

input.datalong {
        color: #999;
        height: 14px;
        width: 230px;;
        background-color: #fff;
        border: solid 1px #999
}

input.data {
        color: #999;
        height: 14px;
        width: 25px;;
        background-color: #fff;
        border: solid 1px #999;
}

.bar {
        background: url(images/bar.gif) repeat-x center center;
}

.bold {
	font-weight: bold;
}

.error {
	color: #939F95;
	color: #900;
}


.printwidth {
	width:800px;
}


