
/* Customer Classes XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.cust_nav{
	position: relative;
	display: inline;
	float: left;
	width: 180px;
	margin-left:25px;
	border: 0px solid red;
	
}

h3{
font-weight: bold;
margin-top: 15px;
}

p{
	margin-top: 10px;
}


#customer_care #block_plainPg{
	float: right;
	width:530px;
	margin-top: 75px;
	margin: 0px;
	margin-right: 10px;
}

.left-select-band{
	color: #669900;
	font-size:118%;
	font-weight:bold;
}
.left-link-bar{
	padding:4px;
	margin-top:1px;

}
.left-link-bar span{
	text-transform:uppercase;
	
	font-size:83%;
	font-weight:bold;
}
.left-link-bar ul{
	margin-top:0;
	margin-bottom:15px;
}

.left-link-bar li a{
	
	font-size:85%;
	color: #669900;
	margin-left: 1em;
}
.left-link-bar li li{
	font-weight: normal;
	padding:3px 0 0 10px;
	background: url(/images/header_menu-arrow.gif) no-repeat 0px 60%;
}

.cust_topic-head{
	font-weight: bold;
	margin-bottom: 2.em;
}

#customer_care label{
	font-weight:bold;
}
#customer_care #content_container input{
	margin:0 0 5px 0;
}
.li_fuji_accessories{
	float: right;
}
.li_fuji_digital_cameras {
	float: left;
	clear: left;
	
}

.li_fuji_film_technology{
	float: left;
	clear: left;
}

.li_fuji_film_technology{
	float: left;
	clear: left;
}

.li_fuji_parts{
	float: left;
	clear: left;
}
.li_refurb_cams{
	float: left;
	clear: left;
}
.li_fuji_specials{
	float: left;
	clear: left;
}
.li_fujz33wp{
	float: left;
	clear: left;
}


/*obsolete
.right-bar-head{ 
	font-weight: bold;
 	font-size: 110%;
}

.right-bar label{
	font-weight:bold;
}
.right-bar input{
	margin:0 0 5px 0;
}*/
/* Customer Classes END*/


/* ORDER TRACKING STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.ot_hdr1 {
	background-color: #e2dccc;
}

.ot_hdr1_txt, .ot_hdr2_txt, .ot_hdr3_txt  {

	font-size: 85%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.ot_listLine {
	height: 1px;
}

.ot_hdr2 {
	background-color: #FFFFFF;
}

.ot_hdr3 {
	background-color: #e2dccc;
}

#ot_viewOrder {
}

#ot_viewOrder span a:link {
	text-decoration: underline;
}

#ot_backToList {
	padding: 13px 0 0 0;
    overflow: hidden;
    background-image: url("/images/btn_backtolist_off.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:13px;
}

#ot_Logout {
}

#ordertrack-detail table {
width:			525px;
background-color: #eff6d9;
margin-top:		5px;
font-size:		85%;
}

#ordertrack-detail table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#669900;
color:			#fff;
font-weight:	bold;
border-top: 1px solid #fff;
 font-size: 110%;
}

#ordertrack-detail table .properText {
text-align:		left;
}

#ordertrack-detail table th, #ordertrack-detail table td {
margin:			0;
padding:		5px 10px;
text-align:		center;

}

#ordertrack-detail table th {
color:			#000;
background:		#d2e592;
font-weight: bold;
}

#ordertrack-detail img {
margin-top:		10px;
}

#ordertrack-list table {
width:			525px;
margin-top:		5px;
font-size:		85%;
}

#ordertrack-list table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
color:			#000;
font-weight:	bold;
border: 0px solid #000;
}

#ordertrack-list table caption p{
font-weight:	normal;
}

#ordertrack-list table .properText {
text-align:		left;
}

#ordertrack-list table th, #ordertrack-list table td {
margin:			0;
padding:		5px 10px;
text-align:		center;
}

#ordertrack-list table th {
color:			#fff;
background:		#669900;
font-weight: bold;
}

#ordertrack-list table img {
margin-top:		0;
}

#ordertrack-list img {
margin-top:		10px;
}

#ordertrack-detail a:link, #ordertrack-detail a:visited,
#ordertrack-list a:link, #ordertrack-list a:visited{
	font-weight: bold;
	margin: 10px;
	line-height:1.2em;
}
#ordertrack-detail a:hover, #ordertrack-detail a:focus, #ordertrack-detail a:active,
#ordertrack-list a:hover, #ordertrack-list a:focus, #ordertrack-list a:active{
}
/* ORDER TRACKING STYLES END*/