a.btn {
	color: black;
	text-decoration: none;
}

a:hover.btn {
	color: black;
	text-decoration: none;
}
a.a_blue {
	color: blue;
}
.star {
	color: red;
}
hr.dashed {
	border: 1px dashed gray;	
}
div.indicator {
	background: url(images/indicator.gif) no-repeat left;
	padding-top: 5px;
	padding-left: 16px;
	width: 16px;
	height: 16px;
}
div.btn_blue {
	border: 1px solid #97c2dd;
	background:#d3ebf9;
	width: 116px;
	text-align: center;
	margin-left: 15px;
	line-height:190%;
	float: left;
	cursor: pointer;
	
}

.images_box image{border: 1px solid #85acc2; padding:1px; margin-bottom:10px; width:150px; height:150px;}

div.image {
	width: 150px;
	margin-left: 18px;
	margin-top: 6px;
	float: left;
	line-height:160%;
}

div.image span {color:#0156a7;}

div.image_none{
	border:1px solid #ccc;
	width: 150px;
	height: 100px;
	text-align:center;
	color:#aaa;
	margin-top: 18px;
	float: left;
	padding-top:50px;
}

div.top_line {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed gray;
}
div.bottom_line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed gray;
}
div.btn_purple {
	border: 1px solid #ebad78;
	background:#f5d0b1;
	width: 116px;
	text-align: center;
	margin-left: 15px;
	float: left;
	line-height:190%;
	cursor: pointer;
}
div.mar_top {
	margin-top: 60px;	
}
.float_left {
	float: left;
	color: black;
}

.list_title{line-height:300%;padding-top:3px;color:#0156a7;background:url(images/arrow_blue.gif) no-repeat left;padding-left:15px;}
.notes{border:1px solid #79aac8;background:#edf5f8;margin:10px 0 20px 0;}
.notes_content{padding:8px;}
.notes_title{background:#458ab4;color:#fff; text-align:center;line-height:200%;}

.btn_address{width:150px;;margin:0 auto;}

div.mar_lite_top {
	margin-top: 20px;
}
div.sales_addr {
	text-align: center;
	background-color: #999999;
	cursor: default;
}
div.center {
	text-align: center;
}
div.addr {
	text-align: center;
	background-color: #CCCCCC;
	cursor: default;
}
p.p_center {
	text-align: center;
}
p.indent {
	text-indent: 25px;
}
p.mar_left {
	margin-left: 10px;
}
p.float_left {
	float: left;
}
table.table_customer {
	border-top: 1px solid #BBBBBB; 
	margin: 0px; 
	border-left: 1px solid #BBBBBB; 
}
textarea.fit {
	width: 444px;
	height: 150px;
}


.table_customer th {
	background-color: #ddecf4;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.table_customer td {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
}
.clear {
	clear: both;
}
.dashed {
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
}
.text_large {
	width: 432px;
}
.text_no {
	width: 200px;
}
.text_full {
	width: 200px;
}

#countCheck {
	float: left;
	color: gray;
}

#count {
	color: red;
	font-weight: bold;
}

input.submit{font-size:11px;font-family:"Arial"; background:url(images/search_bg.gif) repeat-x;border:1px solid #85acc2;padding-top:2px;width:50px}

.btn_back{clear:both;text-align:center;padding:10px;}
