.right_justify {
	text-align: right;
}

.bank_micr_error {
	background: none repeat scroll 0 0 #FFD5D5;
	border: 1px solid #FFACAD;
	margin: 14px 6px 3px;
}

.order_confirmation_details_error {
	background: none repeat scroll 0 0 #FFD5D5;
	border: 1px solid #FFACAD;
	margin: 14px 160px 3px;
}
.remove_adjustments{
	background: url("../images/yes.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 20px;
	left: 116px;
	position: absolute;
	top: 50px;
	width: 46px;
}

.dont_remove {
	background: url("../images/no.png") no-repeat scroll 0 0 transparent;
	width: 46px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50px;
	left: 178px;
}

.error_micr_pattern {
	color: #CF3738;
}

.micr_pattern_empty {
	padding-right: 5px;
}

/* fix for defect #310. removed padding */
.micr_pattern_empty_2 {
	#padding-right: 6.5px;
}

.invisible_style {
	visibility: hidden;
}

.show_visible a {
	visibility: show;
}

input.error {
border:2px solid #CF3738;
}

input.error_msg {
border:2px solid #CF3738;
}

select.error {
border:2px solid #CF3738;
}

img.error
{
border:2px solid #CF3738;	
}
.error{
color:#CF3738;
}
.error_msg
{
	color: #CF3738;
}

.product_home {overflow:hidden;padding-top:45px;overflow:hidden;
padding-bottom:15px;
padding-top:30px;
width:391px;}

.product_home h3{float:left;
padding:0 30px 0 10px;}
.p_pager_frst, .p_pager_last, .p_pager_prev, .p_pager_nxt  {
width:64px;
}
.product_home a{color:#0000FF;
display:inline;
float:left;
font-family:arial;
font-size:16px;
margin:1px 0 0 5px;}

.product_home return_head_btn {left:140px;top:4px;position:absolute}

.w400 {width:400px !important;}
/* Below two ccs are a fix for the auto suggest result list to not break the div in add new customer page*/
div.auto_suggest_div{
style="overflow:visible; height:32px;"}
 
.add_customer_style .maintablen {
        height:auto; 
}

.custom_product_details_style  {
	padding: 0pt; 
	width:300px
}
 


