/*
 *  css for prettypriceless.com
 *  written by Kenneth Kistler
 */
 
/* --- external font --- */
@font-face {
	font-family: LuzSans;
	src: url('LUZHPLRO.TTF');
}
/* --- end external font --- */ 
 
/* --- simple css for iframed content --- */
html,body {
  background: white;
  font-size: 14px;
  font-family: LuzSans;
  color: black;
  margin: 35px;
}

a {
  color: black;
}

.heading {
}

.section {
  margin-bottom: 35px;
}

.question {
  font-weight: bold;
}
/* --- end simple css for iframed content --- */

/* --- how it works page css --- */
.howitworks h1 {
  color: rgb(71,116,160);
  font-weight: normal;
  text-align: center;
}

.howitworks .clear {
  clear: both;
}

#hiw1 {
  margin: 0px 30px 20px 30px;
}

#hiw2 {
  margin: 25px 0px 5px 90px;

}

#hiwfig2 {
  float: left;
  margin: 5px 20px 15px 0px;
}

#hiwfig3 {
  margin-left: 100px;
}

#p3 {
  float: left;
  width: 250px;
}

#hiw3 {
  float: right;
  margin: 0px 130px 10px 0px;
}

#hiwfig4 {
  clear: right;
  float: left;
  margin-left: 50px;
}

#hiw4 {
  margin-left: 85px;
}

#hiwfig5 {
  float: right;
  margin: 0px 0px 15px 20px;
}
/* --- end how it works page css --- */

/* --- contact page css --- */
.contact {
  position: relative;
  height: 525px;
  margin: 0px;
  padding: 0px 0px 0px 40px;
  background: rgb(233, 239, 239);
}

.contact h1,
.contact h2,
.contact label,
.contact #address {
  color: rgb(71,116,160);
  font-weight: normal;
}

.contact h1 {
  width: 320px;
  text-align: center;
  margin: 0px;
  padding-top: 15px;
}

.contact .section {
  width: 340px;
  margin-bottom: 15px;
}

.contact input,
.contact textarea {
  width: 300px;
  height: 18px;
  margin-bottom: 8px;
  border: none;
  box-shadow: 3px 3px 8px black;
}

.contact textarea {
  height: 135px;
  resize: none;
}

.contact input[name*="submit"] {  
  width: 125px;
  margin-left: 180px;
  padding-top: 2px;
  background: rgb(71,116,160);
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 3px 8px black;
  cursor: pointer;
}

.contact #sidebar {
  position: absolute;
  top: 10px;
  left: 420px;
  width: 230px;
  height: 464px;
  background: white;
  text-align: center;
  box-shadow: 3px 3px 8px black;
}

.contact img {
  margin: 60px 5px 0px 5px;
  border: none;
}
/* --- end contact page css --- */

/* --- begin "data_display" css for use with wishlist, order history, and offer history --- */
.points {
  width: 31px;
  height: 31px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 31px;
  background: url('images/prettypoints.png');
  background-repeat: no-repeat;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
}

.delete {
  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.data_display {
  margin: 0px;
  padding: 1px 20px 20px 20px;
  background: rgb(233, 239, 239);
  text-align: center;
}

.data_display h1 {
  padding: 0px;
  color: rgb(71,116,160);
  font-weight: normal;
}

.data_display #table_container {
  padding: 10px;
  background: white;
  border: 2px solid rgb(222, 85, 231);
  border-radius: 10px;
}

.data_display #table_container p {
  height: 10px;
}

.data_display table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  background: white;
}

.data_display th {
  color: rgb(222, 85, 231);
  font-size: 16px;
  border-bottom: 2px solid rgb(222, 85, 231);
}

.data_display td {
  border: 2px solid rgb(238, 238, 238);
}

.data_display td, .data_display th {
  padding: 4px;
  text-align: center;
}

.data_display table tr:nth-child(even) td {
  background-color: rgb(238, 238, 238);
  border: 2px solid white;
}

.data_display .total {
  padding-right: 7px;
  text-align: right;
  font-weight: bold;
}

#buttons {
  margin-top: 15px;
  margin-left: 350px;
}

.data_display input[type*="submit"] {
  padding: 7px;
  background: rgb(222, 85, 231);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.data_display .highlight {
  background: pink !important;
}

.data_display #available_points {
  margin-top: 15px;
  float: left;
}

.data_display #alert {
  margin-left: 350px;
}
