/* CSS Document */
html {
}

body {
}
#wholepage {
  padding: 5px;
  height:100%;
  width: 100%;
}
#popup_header{
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display:block;
  height: 61px;
}

#popup_ruler{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/tracinglinetest.png) repeat-x;
  height: 23px;
}

#popup_logo{
  display:inline;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 100px;
  height: 60px;
}
h1.Abecedarian{
  color: #3A348D;
  font-size:x-large;

  text-align:right;
}
#product_overview{
  text-align: center;
}
#product_overview input.close{
width: 35%;
margin-bottom: 15px;
}
#product_overview h3{
  color: #3A348D;
  font-size: large;
  text-align:center; 
}
#product_overview h2{
  color: #3A348D;
  text-align: center;
  font-size: large;
}
#product_overview p{
  color: #3A348D;
  text-align: center;
  font-size: medium;
}
#product_overview h4{
  color: #3A348D;
  text-align: center;
  font-size: medium;
}
#add_to_cart
{

}
#success{
}
.centered{
	text-align: center;
}
.indented{
	margin-left: 2em;
	margin-right: 2em;
}

