/* Customer Classes XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.cust_nav{
	position: absolute;
	display: block;

	top:50px;
	left:20px;
	width: 200px;
	
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-right-color: #808080;
	border-bottom-color: #808080;
	
}

#customer_care #block_plainPg,
#contact_thankyou #block_plainPg
{
	/*margin-left:230px;*/
	margin-top: 75px;
	position: relative;
	width:420px;
	float:right;
}


.left-select-band{
	padding: 5px;
	font-weight:bold;
}
.left-link-bar{
	padding:5px 5px 5px 17px;
	margin-top:1px;
	
}
.left-link-bar span{
	text-transform:uppercase;
	font-weight:bold;
}
.left-link-bar ul{
	margin-top:0;
	margin-bottom:15px;
}

.left-link-bar li {
	color: #191970;
	margin-left: 1em;
}
.left-link-bar li li{
	font-weight: normal;
	padding:3px 0 0 10px;
}


.cust_topic-head{ /*usually attached to a <h2>*/
	font-weight: bold;
	margin-bottom: 0.75em;
	color:#0C5B8C;
}

#customer_care label{
	font-weight:bold;
}
#customer_care input{
	margin:0 0 5px 0;
}
#customer_care #promo input{
	margin:0px;
}

#custcare_byphone, #custcare_bymail{
	border: 1px solid #fff;
	background-color: #EFEFEF;
	position: relative;
	display: inline;
	width: 180px;
	float: left;
	padding: 5px;
	height: 80px;
	margin-left: 10px;
}



#custcare_byphone .fn{
	display:none;
}

.cust_product-line{
	width: 100%;
	display: inline;
	float: left;
	margin-bottom: 1.2em;
}
.cust_product-line h3{
width: 100%;
border-bottom: 1px dashed #462916;

}
.cust_product-line ul{
	margin-top: 5px;
	margin-right: 10px;
	font-size:85%;
}
.cust_product-line ul li{
	padding:2px 0px;
}
/* Customer Classes END*/


/* ORDER TRACKING STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.ot_hdr1 {
	background-color: #fff;
}

.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("http://www.clifbarstore.com/images/btn_backtolist_off.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:13px;
}

#ot_Logout {
}


#ordertrack-login{ 	 /*Needed to place the footer below the #content_block_top image*/ 
	height: 340px;
}


#ordertrack-detail table {
width:			595px;
background-color: #fff;
margin-top:		5px;
}

#ordertrack-detail table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#6F4D2F;
color:			#fff;
font-weight:	bold;
border-top: 1px solid #fff;
}

#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:			#fff;
background:		#6F4D2F;
font-weight: bold;
}

#ordertrack-detail img {
margin-top:		10px;
}

#ordertrack-list table {
width:			595px;
margin-top:		5px;
}

#ordertrack-list table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
color:			#000;
font-weight:	bold;
/*border: 1px 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:		#6F4D2F;
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*/