/*
 *  css for prettypriceless.com
 *  written by Kenneth Kistler
 */

/* --- external font --- */
@font-face {
	font-family: LuzSans;
	src: url('LUZHPLRO.TTF');
}
/* --- end external font --- */

.bold {
  font-weight: bold;
}

/* --- major blocks of the layout --- */
html {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html,body {
  margin: 0px;
  padding: 0px;
  color: black;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#container {
  position: relative;
  width: 960px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 63px;
  margin-top: 10px;
  padding-left: 18px;
  /*background: rgb(233, 239, 239);*/
  background: #edf2f2;
}

#main {
  position: relative;
  width: 960px;
  height: 595px;
  margin: 10px 0px;
  background-repeat: no-repeat;
}

/* page specific backgrounds */
.home #main { background-image: url(images/home_background.png); }
.account #main { background-image: url(images/account_background.png); }
.prettypoints #main { background-image: url(images/prettypoints_background.png); }
.shop #main { background-image: url(images/shop_background.png); }

.ad-slot-right {
  position: absolute;
  width: 200px;
  top: 70px;
  right: -210px;
}

#footer {
  padding: 4px 13px;
  color: rgb(92, 94, 94);
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}
/* --- end major blocks --- */

/* --- header section --- */
#login {
  position: absolute;
  top: 14px;
  right: 0px;
  margin: 0px;
}

#login .entry {
  float: left;
  position: relative;
}

#login .entry label,
#login .entry input {
  position: relative;
  padding-left: 0px;
  font-size: 11px;
  line-height: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  z-index: 2;
}

#login .entry input {
  width: 125px;
  padding-left: 8px;
  color: rgb(92, 94, 94);
  border: 2px solid rgb(200, 200, 200);
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgb(100, 100, 100);
  background: transparent;
  background: rgba(255,255,255,.7);
  z-index: 3;
}

#login .entry input.non-empty {
  background: white;
}

label[for*="username"] {
  left: 65px;
}

#username {
  left: 24px;
}

label[for*="password"] {
  left: 50px;
}

#password {
  left: -15px;
}

#forgot_link {
  position: absolute;
  top: 43px;
  left: 666px;
  color: rgb(134, 133, 134);
}

#submit, #logout {
  position: absolute;
  top: 43px;
  left: 820px;
  width: 106px;
  height: 13px;
  color: white;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background: rgb(101, 136, 173);
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgb(100, 100, 100);
}

#login input[name*="submit"] {
  position: absolute;
  top: 27px;
  left: 217px;
  width: 106px;
  height: 15px;
  padding: 0px;
  color: white;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background: rgb(101, 136, 173);
  cursor: pointer;
  border-radius: 10px;
  border: 0px;
  box-shadow: 3px 3px 4px rgb(100, 100, 100);
}

#logged_in {
  position: absolute;
  top: 8px;
  left: 708px;
  color: rgb(101, 136, 173);
  font-size: 11px;
}


#logged_ic {
  position: absolute;
  top: 8px;
  left: 708px;
  color: rgb(101, 136, 173);
  font-size: 11px;
   cursor: pointer;
}

/* --- end header section --- */

/* --- nav menu --- */
.nav_box {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  position: relative;
  top: 100px;
  left: 55px;
  width: 185px;
}

.nav_box li {
  padding: 3px;
  color: rgb(247, 229, 218);
  font-size: 26px;
  font-family: LuzSans;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  display: block;
}

.nav_box li a {
  display: block;
  text-decoration: none;
  color: rgb(247, 229, 218);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav_box:hover li a {
  text-shadow: 0px 0px 5px #0d1a3a;
  color: transparent;
}
.nav_box li a:hover {
  color: rgb(247, 229, 218);
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  padding-left: 10px;
}

/* dark page tweaks */
.account .nav_box,
.prettypoints .nav_box,
.shop .nav_box {
  top: 75px;
  left: 45px
}
.account .nav_box:hover li a,
.prettypoints .nav_box:hover li a,
.shop .nav_box:hover li a {
  text-shadow: 0px 0px 5px rgb(247, 229, 218);
}
/* --- end nav menu --- */

/* --- defaults main section --- */
#flower{
  position: absolute;
  top: 132px;
  left: 521px;
  cursor: pointer;
}

#message_box, #signup, #thankyou, #panel, #login_reminder, #forgot {
  position: absolute;
  top: 22px;
  left: 569px;
  width: 383px;
  height: 534px;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 3px 3px 3px rgb(120, 120, 120);
}

#signup, #thankyou, #panel {
  /*display: none; setting this via php now */
  z-index: 4;
}
#login_reminder, #forgot {
  display: none;
}

#login_reminder, #forgot {
  width: 350px;
  height: 240px;
  padding: 15px;
  text-align: center;
  color: rgb(222, 85, 231);
  font-family: LuzSans;
}

#thankyou, #panel {
  left: 535px;
  width: 390px;
  height: 480px;
  padding-top: 40px;
  padding-left: 10px
}

#thankyou, #panel {
  padding: 10px;
  font-family: LuzSans;
  color: rgb(222, 85, 231);
  text-align: center;
  font-size: 16px;
}

#thankyou h1, #panel h1 {
  margin: 0px;
  padding: 0px;
  font-size: 28px;
}

#thankyou a, #panel a {
  color: rgb(71,116,160);
}

.thankyou_ad_box {
  margin-top: 30px;
}

#thankyou #adsense {
  float: right;
  margin: 5px;
}

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

#heading {
  margin-left: 4px;
}

.main {
  margin: 0px 0px 12px 0px;
  color: rgb(81, 82, 82);
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* temporary border for placement */
  border: 0px solid grey;

}

#line1 {
  margin: 6px 0px 12px 35px;
}

#signup_link {
  color: rgb(71, 116, 160);
  text-decoration: underline;
  cursor: pointer;
}

#beauty {
  color: rgb(81, 82, 82);
  font-size: 10px;
  font-family: LuzSans;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgb(222, 125, 180);
}

.spacer {
  clear: left;
  float: left;
  height: 16px;
}

#spacer1 { width: 60px; }
#spacer2 { width: 80px; }
#spacer3 { width: 90px; }
#spacer4 { width: 100px; }
#spacer5 { width: 105px; height: 24px; }
#spacer6 { width: 100px; }
#spacer7 { width: 95px; }
#spacer8 { width: 90px; }
#spacer9 { width: 80px; }
#spacer10 { width: 60px; }

#product_heading {
  margin: 20px 0px 10px 30px;
}

#products_box {
  position: relative;
  width: 382px;
  height: 186px;
  overflow: hidden;
}

#products {
  margin: 5px 2px 5px 6px;
  height: 186px;
  width: 1512px;  /* must be PRODUCT_WIDTH * #_of_products */
}

#products div {
  float: left;
  position: relative;
  width: 122px;
  height: 170px;
  margin: 0px 2px;
}

#products img {
  position: absolute;
  bottom: 0px;
}

/* signup form */
#signup, #signup a {
  color: rgb(81, 82, 82);
}
#signup_heading {
  margin-left: 15px;
}
#signup h1 {
  margin: 2px 0px 0px 125px;
  color: rgb(101, 136, 173);
  font-family: LuzSans;
  font-size: 18px;
}
#signup_form label {
  margin-left: 40px;
  font-size: 12px;
}
#signup_form label[for*="zip"] { margin-left: 15px; }
#signup_form input {
  width: 125px;
  margin: 5px 0px 3px 2px;
  border-width: 0px;
  box-shadow: 3px 3px 3px rgb(80, 80, 80);
}
#signup_form input[name*="address"] { width: 200px; }
#signup_form input[name*="state"] { width: 30px; }
#signup_form input[name*="zip"] { width: 75px; }
#signup_form input[name*="agree"] { width: 20px; }
#signup .agreement {
  margin: 5px 0px 5px 40px;
}
#signup #expl {
  position: absolute;
  bottom: 3px;
  left: 4px;
  padding: 2px;
  font-size: 10px;
}
#signup_form input[name*="submit"] {
  margin-left: 110px;
  padding: 0px 10px 0px 10px;
  width: 155px;
  color: rgb(247, 229, 218);
  font-size: 24px;
  font-family: LuzSans;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  background: rgb(222, 85, 231);
  border-radius: 10px;
  box-shadow: 3px 3px 8px black;
  cursor: pointer;
}
/* end signup form */

/* login reminder */
#login_reminder h1 {
  font-size: 28px;
  font-weight: normal;
}
#login_reminder p,
#forgot p {
  font-size: 18px;
}
#fp_form input[name*="email"] { width: 200px; }

#login_reminder #reminder_signup_link {
  text-decoration: underline;
  cursor: pointer;
}
/* end login reminder */

#main_bottom_bar {
  position: absolute;
  bottom: 7px;
  left: 18px;
  width: 896px;
  height: 22px;
  padding: 0px 27px 0px 0px;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 3px 3px 8px rgb(120, 120, 120);
}

.bar {
  color: rgb(81, 82, 82);
  font-size: 13.33px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  transform:scale(.83,.7);
  -webkit-transform:scale(.83,.7);
  -moz-transform:scale(.83,.7);
  -ms-transform:scale(.83,.7);
  -o-transform:scale(.83,.7);
  float: left;
  margin: 3px 15px 0px 0px;
}

.bar a {
  color: rgb(81, 82, 82);
}

.social {
  float: right;
  margin: 0px;
}
.social img {
  border: none;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
#content_frame {
  display: none;
  position: fixed;
  width: 730px;
  height: 450px;
  border-width: 0px;
  box-shadow: 3px 3px 10px black;
  z-index: 6;
}
#lightbox_close {
  display: none;
  position: fixed;
  padding-left: 5px;
  width: 80px;
  background: white;
  font-size: 17px;
  font-family: LuzSans;
  border: 1px solid lightgrey;
  cursor: pointer;
  z-index: 7;
}
#lightbox_close #x{
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* --- end defaults main section --- */

/* ------- prettypoints icon ------------*/
.points {
  display: inline;
  padding: 8px 11px;
  margin: 0px;
  text-align: center;
  line-height: 31px;
  background: url('images/prettypoints.png');
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
}
/* ------end prettypoints icon ---------*/


/* --- account page specific main section --- */
.account #message_box {
  top: 25px;
  left: 545px;
  width: 387px;
  height: 514px;
  color: black;
  font-family: LuzSans;
  background: rgb(247, 229, 218); /* The Fallback */
  background: rgba(247, 229, 218, 0.76);
  box-shadow: 3px 3px 3px black;
}

.account #news {
  padding: 3px;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  max-height: 55px;
  overflow: auto;
}

#news_divider {
  margin: 0px auto 3px auto;
  padding: 0px;
  width: 80%;
  color: black;
  background-color: black;
  height: 1px;
  border: none;
}

#account_heading, #prettypoints_heading {
  text-align: center;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}

#account_heading { width: 387px; font-size: 22px; padding: 4px; }
#prettypoints_heading {
  width: 355px;
  font-size: 19px;
  padding: 10px 10px 0px 0px;
}


.tooltip{
  display: inline;
  position: relative;
}
 .tooltip:hover{text-decoration:none}
 .tooltip:hover:after{
   width: 300px;
   line-height: 13px;
   font-size: 12px;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   background:#111;
   background:rgba(0,0,0,.8);
   border-radius:5px;
   bottom:18px;
   color:#fff;
   content:attr(tooltip);
   display:block;
   left: -10px;
   padding:5px 15px;
   position:absolute;
   /* white-space:nowrap;*/
   z-index:98
  }
  .tooltip:hover:before{
    border:solid;
    border-color:#111 transparent;
    border-width:6px 6px 0 6px;
    bottom: 12px;
    content:"";
    display:block;
    left: 2px;
    position:absolute;
    z-index:99
   }

.account {
  font-size: 13px;
}

.account #account_info {
  margin: 0px 0px 20px 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}

.account .info_label {
  font-weight: bold;
}

.account .info_data {
  margin-right: 7px;
}

.account #prettypoints_box{
  width: 352px;
  height: 190px;
  margin: 0px 0px 0px 16px;
  background: #edf2f2;
  border: 2px solid rgb(222, 85, 231);
  border-radius: 10px;
  overflow: hidden;
}

#prettypoints_tally {
  margin: 5px 0px 0px 3px;
  color: rgb(71,116,160);
  font-size: 14px;
}

#prettypoints_tally img,
#wish_list_link img {
  position: relative;
  top: 8px;
}

#prettypoints_tally span {
  margin-left: 2px;
}

#lipstick {
  margin: 14px 6px 0px 0px;
  float: right;
}

#wish_list_link {
  margin: 5px 0px 0px 47px;
}

#wish_list_link a {
  color: rgb(222, 85, 231);
  font-size: 16px;
}

.tooltip {
  font-size: 12px;
}

.account p {
  margin: 20px 0px 0px 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
}

.account p a {
  color: rgb(0, 0, 0);
}

.account p img {
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}

#account_referral {
	position: absolute;
	top: 355px;
	margin-left: 25px;
	font-size: 12.5px;
}

#account_referral span {
  float: left;
  width: 130px;
  height: 8px;
}

#account_referral img {
  position: relative;
  top: 10px;
  margin-left: 4px;
}

#account_referral a {
  color: black;
}

.account #main_bottom_bar {
  box-shadow: 3px 3px 3px black;
}
/* --- end account page main section --- */

/* --- prettypoints page specific main section --- */
.prettypoints #prettypoints_heading {
  position: absolute;
  top: 5px;
  left: 540px;
  margin: 0px;
  padding: 0px;
  color: rgb(89,197,218);
  font-size: 28px;
  font-family: LuzSans;
}
.prettypoints #prettypoints_heading img {
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.prettypoints .social_label {
  margin-left: 3px;
  color: white;
}

.prettypoints #tut {
  position: absolute;
  width: 190px;
  top: 45px;
  left: 522px;
  padding: 5px;
  color: black;
  font-family: LuzSans;
  font-size: 10px;
  line-height: 12px;
  background: white;
  box-shadow: 3px 3px 3px black;
}
.prettypoints #tut a {
  color: rgb(71,116,160);
}

.prettypoints #message_box {
  top: 125px;
  left: 522px;
  width: 430px;
  height: 430px;
  color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 3px 3px 3px black;
  overflow: scroll;
}

.prettypoints #message_box a {
  color: rgb(71,116,160);
}

.prettypoints .offer_title {
  font-size: 14px;
}

#ppftd {
  margin: 2px;
  padding: 3px;
  color: rgb(71,116,160);
  font-family: LuzSans;
  font-size: 20px;
  background: rgb(238, 238, 238);
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.prettypoints #socials {
  position: absolute;
  top: 45px;
  left: 735px;
  width: 300px;
}
#fblike, #twfollow, #ppfb, #pptw {
  float: left;
  margin-left: 10px;
  color: rgb(71,116,160);
  font-size: 11px;
  font-family: LuzSans;
  border: none;
}
#ppfb, #pptw {
  margin-top: 6px;
  margin-left: 1px;
  min-width: 200px;
}
#twfollow {
  margin-left: 40px;
}

.prettypoints table {
  width: 100%;
  border-collapse: collapse;
}

.prettypoints td {
  padding: 7px;
  border-bottom: 2px solid rgb(238, 238, 238);
}

.prettypoints tr:last-child td {
  border-bottom: none;
}

.prettypoints #more {
  position: absolute;
  top: 520px;
  left: 530px;
  width: 410px;
  height: 38px;
  color: rgb(71,116,160);
  font-size: 14px;
  font-family: LuzSans;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 3px 3px 3px black;
}

.prettypoints #more p {
  margin-top: 6px;
  padding: 0px;
  text-align: center;
  line-height: 12px;
}
.prettypoints #more a {
  color: rgb(71,116,160);
  text-decoration: none;
}
.prettypoints #more span {
  text-decoration: underline;
}

.prettypoints #main_bottom_bar {
  box-shadow: 3px 3px 3px black;
}
/* --- end prettypoints page main section --- */

/* --- shop page --- */
.shop a {
  color: rgb(122,122,122);
}
.shop .nav_box {
  top: 50px;
  left: 20px;
  width: 115px;
}
.shop #message_box {
  top: 12px;
  left: 130px;
  width: 808px;
  height: 542px;
  color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  background: rgb(255, 255, 255);
  box-shadow: 3px 3px 3px black;
}
.shop #shop_heading {
  margin-top: 3px;
  color: rgb(238,117,71);
  font-size: 18px;
  font-family: LuzSans;
}
.shop #shop_description {
  margin-left: 10px;
  text-align: left;
}
.shop #display {
  width: 802px;
  height: 476px;
  margin: 2px;
  padding: 1px;
  background: rgb(238, 238, 238);
  /*overflow: auto;*/
}
.shop .floater {
  display: none;
  position: absolute;
  top: 89px;
  left: 20px;
  width: 700px;
  padding: 30px;
  z-index: 1;
  border: 4px solid rgb(91,91,91);
  background: rgb(255, 255, 255);
  max-height: 500px;
  overflow: scroll;
}
.shop .floater .group {
  float: left;
}
.shop #brand_list {
  margin: 15px;
}
.shop .lvl2 {
  display: block;
  margin: 10px 0px 0px 5px;
  font-size: 16px;
}
.shop .lvl3 {
  display: block;
  margin: 2px;
}
.vert_line {
  float: left;
  height: 100px;
  width: 1px;
  margin: 10px;
  border-left: 1px solid rgb(200, 200, 200);
}

.shop #catbar {
  height: 24px;
  margin: 1px;
  padding: 0px;
  background: rgb(255, 255, 255);
}
.shop #catbar ol {
  margin: 0px;
  padding: 5px;
  cursor: pointer;
}
.shop #catbar li {
  display: inline;
  list-style-type: none;
  font-size: 13px;
  padding: 5px 15px;
}
.shop .darken {
  color: rgb(255,255,255);
  background: rgb(91,91,91);
}
.shop #filters {
  float: left;
  width: 190px;
  height: 418px;
  margin: 1px;
  padding: 5px;
  background: rgb(255, 255, 255);
}
.shop input[name*="search"] {
  float: left;
  margin: 5px;
  width: 140px;
  border-radius: 10px;
}
.shop input[name*="submit"] {
  float: left;
  height: 20px;
  width: 20px;
  margin: 5px;
  padding: 0px;
  border: none;
  background: url(images/search.png) no-repeat center top;
  cursor: pointer;
}
.shop hr {
  clear: left;
}
.shop .filter_box {
  margin-bottom: 25px;
  width: 185px;
  height: 145px;
  overflow: auto;
}
.shop #pricefilter a {
  text-decoration: none;
}
.shop .item {
  position: relative;
  float: left;
  width: 191px;
  height: 203px;
  margin: 1px;
  padding: 5px;
  background: rgb(255, 255, 255);
  margin-bottom: 5px
  text-align: center;
  padding-left: 2px;
}
.shop .item img {
  height: 135px;
  border: 0px;
}
.shop .item a {
  color: black;
  text-decoration: none;
}
.shop .item #cost {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.shop .item .add_link {
  position: absolute;
  padding: 1px;
  right: 5px;
  bottom: 5px;
  color: rgb(122,122,122);
  text-decoration: underline;
  cursor: pointer;
}
.shop #navbar {
  height: 20px;
  font-size: 12px;
  color: rgb(122,122,122);
}
.shop #navbar a {
  /*text-decoration: none;*/
}
.shop #navlinks {
  float: left;
  padding: 2px 0px 0px 20px;
}
.shop .pagination {
  float: right;
  padding: 2px 20px 0px 0px;
}
.shop .pagination a {
  padding: 5px;
}
}
.shop #main_bottom_bar {
  box-shadow: 3px 3px 3px black;
}
/* --- end shop page --- */

/* --- shop item detail page --- */
.shop #detail_box {
  padding: 20px;
}
.shop #detail_img {
  float: left;
  max-width: 300px;
}
.shop #detail_body {
  float: left;
  max-width: 455px;
}
.shop .left {
  text-align: left;
  padding-left: 50px;
}
.shop .detail_link {
  float: left;
  width: 150px;
  margin: 20px 30px;
  line-height: 20px;
  padding: 5px;
  background: rgb(222, 85, 231);
  border-radius: 10px;
}
.shop .detail_link a,
.shop #detail_box .add_link {
  color: white;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

