<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.partycart_tabnav
{
margin-bottom: 1em;
}

.partycart_tabnav ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.partycart_tabnav li{
display: inline;
margin: 0;
}

.partycart_tabnav li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(media/tabright.gif) top right no-repeat;
}

.partycart_tabnav li a:visited{
color: black;
}

.partycart_tabnav li a:hover{
background-color: #CDDADA;
color: navy;
}

.partycart_tabnav li a.active{
background-color: #CDDADA;
color: navy;
}

div.new_party_cart
{
    margin: 0px auto;
    text-align: center;
    width: 450px;
}

div.shopping_cart_partycart
{
    /*color: navy;*/
    font-size: 14px;
}

.partycart_header
{
    font-family: tahoma, arial, sans-serif;
    color: #85859c; /*#6633cc;*/
    font-size: 14px;
    font-weight: bold;
}

div.order_total
{
    text-align: left;
    width: 200px;
    font-size: 12px;
}

#partycart_main
{
    min-height: 480px;
    _height: 480px;
}

#partycart_review_details
{
    width: 300px;
    float: left;
    font-size: 12px;
    text-align: left;
    color: #8989b6;
    margin-left: 35px;
    /*
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    */
}

#partycart_review_orders
{
  width: 500px;
  float: right;

  font-size: 12pt;
  margin-bottom: 1px;
  padding: 1px 0px 1px 1px;
  border-color: #9e9ec3;
  /*
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  */
  color: #8989b6;
}

td.currency_column
{
    text-align: right;
    width: 60px;
}

</style>


