@charset "utf-8";
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Verdana , Helvetica, sans-serif;	
}
td {
    font-size:12px;
}
.border_item {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.border_doubleLine {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
}
.border_product {
	padding: 3px;
	border: 1px solid #ededed;
}

a:link {
	color: #1a1104;
	text-decoration: none;
}
a:visited {
	color: #1a1104;
	text-decoration: none;
}
a:hover {
	color: #ff7d14;
	text-decoration:underline;
}
a.item:hover {
	color: #ff7d14;
	text-decoration:none;
}
.border_search {
	border: 1px solid #cecfce;
}
.border_search_key {
	font-size: 12px;
	border: 1px solid #ee7d3b;
	margin-top: 3px;
}
a.item_sel:link {
	color: #ff7d14;
	text-decoration: none;
	font-weight:bold;
}
a.item_sel:visited {
	color: #ff7d14;
	text-decoration: none;
	font-weight:bold;
}
a.item_sel:hover {
	color: #ff7d14;
	text-decoration:none;
	font-weight:bold;
}
.xline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-left: 2px;
}
.bg_top {
	background-image: url(../images/top_right_link.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	vertical-align: top;
}
.gray {
	color: gray;
}
