/*.address_book_title
{
background: url(../imgs/interface/bkgd_header_yellow.png) repeat-x scroll 0 0;
height:15px;
padding:6px;
font-weight: bold;
}

.address_book_title a
{
text-decoration: none;
font-weight: bold;
}*/

.address_book_title
{
background: url(../imgs/interface/bkgd_header_yellow.png) repeat-x scroll 0 0;
color:#000;
height:15px;
width: 460px;
padding:5px;
}

.address_book_title #address_nav
{
display:block;
font-weight: bold;
vertical-align: center;
}

.address_book_title a:link, .address_book_title a:visited {
color:#000;
font-size:11px;
font-weight:bold;
text-decoration: none;
vertical-align: center;
}

.address_book_title a{
color:#000;
font-size:11px;
font-weight:bold;
text-decoration: none;
vertical-align: center;
}

#container-1 ul li a, #container-1 ul li a:visited 
{
background-image:url(../imgs/interface/tab-120.jpg);
background-position:left top;
background-repeat:no-repeat;
font-size: 11px;
color:#FFFFFF;
width:115px;
}
	

/* ################ Order History ################  */
.orderfieldtitle
{
color:#157495;
background-color:#EFEFEF;
font-size: 12px;
}

.orderfieldvalue
{
background-color: #F8F8F8;
color:#5c5c5c;
font-size: 12px;
}

.orderfieldvalue a
{
text-decoration: none;
color:#5c5c5c;
}

.orderfieldvalue a:hover
{
text-decoration: underline;
}

/* ################ Order Detail ################  */
.detailfieldname
{
text-align: left;
}

.orderhisdetail
{
text-align: left;
}

.orderhisdetail b
{
font-size: 12px;
}