button.orderitembutton{
width: 90px;
}

h2{
  margin-top:18px;
padding-bottom:2px;
font-weight:bold;
font-size:12px;
font-family:Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase;
border-bottom: #013355 1px solid;
}

.collapsible-control h1{
  margin-top:5px;
}

.collapsible-control h1 a, 
.collapsible-control h1 a:visited,
.collapsible-control h1 a:hover,
.collapsible-control h1 a:active{
  color:#013355;
text-decoration:none;
}

ul.tab-items{
border-bottom:#bdbfbf 1px dashed;
list-style-type:none;
margin:10px 0 0 0;
padding:0 0 10px 0;
width:466px;
}

ul.tab-items li{
display:inline;
margin:0 10px 0 0;
padding:0 0px 5px 25px;
cursor:pointer;
color:#0276C1;

height:25px;

background-image:url(/resources/dyn/files/26127z88da1048/_fn/unselected_radiobutton.gif);
background-position:0 -3px;
background-repeat:no-repeat;
}


ul.tab-items li.tab-selected{
 color:#432C18;
font-weight:bold;
text-decoration:none;
background-image:url(/resources/dyn/files/26130zfa5b4aa/_fn/selected_radiobutton.gif);
background-position:0 -3px;
background-repeat:no-repeat; 
}




ul.tab-items li.first{
border-right: #0276C1 1px solid;
padding-right:10px;
}

.message_container{
  border:red 1px solid;
}

.product_list{
  width:466px;
}

.product_list .name{
color:#432C18;
font-size:11px;
text-align:center;}


.product_list .product{
  border-bottom:#bdbfbf 1px dashed;
}

.product_list .quantity{
  text-align:right;
margin:0;
padding:0 20px 0 20px;
}

.product_list .total_quantity{
  text-align:right;
font-size:11px;
color:#013355;
text-transform:uppercase;
font-weight:bold;
padding:0;
background-color:#F5F9E4;
}
.product_list .total_quantity td{
padding:10px 0 10px 0;
margin:10px 0 0 0;
}


.product_list td span.product_packager_total_quantity{
   text-align:left;
padding:0 20px 0 20px;
}

#package_builder button {
background-color:#E5F6F9;
border:medium none;
color:#013355;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding:5px 11px;
text-transform:uppercase;
float:right;
position:relative;
right:20px;
top:20px;
margin:0;
}

#package_builder button:hover {
background-color:#013355;
color:#E5F6F9;
}

h4 a{
  font-weight:normal;
font-size:10px;
color:#0276C1;
}


