
/* Shop - Navigation
=====================================================*/

#shopnav {
  width:              150px;
  margin:             0 0 50px -50px;
  padding:            0;
  font:               12px/18px Times New Roman, Helvetica, Arial;
  text-align:         right;
}

#hamansutrastore {
  text-align:         right;
}

#hamansutrastore a {
  float:              right;
  display:            block;
  width:              137px;
  height:             15px;
  margin:             0 0 1em 0;
  background:         url(images/shop_hamansutra.jpg) no-repeat;
}

#hamansutrastore a span {
  display:            none;
}


#navigation #shopnav ul.nav_more {
  padding:            1em 0 0 0;
}

#navigation #shopnav ul li {
  padding:            1px 0;
}

#navigation #shopnav ul li.headline {
  font-weight:        bold;
  text-transform:     uppercase;
}

#navigation #shopnav ul li a {
  text-transform:     uppercase;
  font:               12px/18px Times New Roman, Helvetica, Arial;
  text-decoration:    underline;
}


#shopnav .shop_hr {
  display:           block;
  height:            3px;
  width:             155px;
  margin:            3px 0;
  background:        url(images/shop_hr.jpg) no-repeat;
}

/* Content
=====================================================*/

#content.standard {
  width:              650px;
  margin:             430px 0 0 20px;
}

#content.checkout {
  padding-top:        17px;
}

#content.checkout table th,
#content.checkout table td {
  padding:            3px 6px;
}


.wpsc_buy_button {
  margin: 30px 0 0 0;
}








