.attention {
	margin-bottom: 20px;
}
.attention h2 {
	font-size: 19px;
	color: #f27000;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-weight: bold;
}
.attention_l {
	background-image: url(attentio.gif);
	background-repeat: repeat-y;
}
.attention_r {
	background-image: url(attentio.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.attention_t {
	background-image: url(attentio.gif);
	background-repeat: repeat-x;
}
.attention_b {
	background-image: url(attentio.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.attention_tl {
	background-image: url(attentio.gif);
	background-repeat: no-repeat;
}
.attention_bl {
	background-image: url(attentio.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.attention_tr {
	background-image: url(attentio.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.attention_br {
	background-image: url(attentio.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.attention_cont {
	padding: 18px 10px 18px 10px;
}

.at_line_first td{
	padding-bottom: 10px;
}
.at_img {
	margin: 9px 0px 3px 0px;
}
.at_img td {
	padding-bottom: 0px;
}
.at_img td {
	text-align: center;
	height: 70px;
	vertical-align: middle;
	width: 100px;
}
.at_title {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 7px;
}
.at_title a:link, .at_title a:visited {
	color: #000000;
}
.at_title a:hover {
	color: #FA8333;
}
.at_price {
	background-image: url(at_price.gif);
	height: 25px;
	width: 100px;
	text-align: center;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-size: 6px;
	cursor: pointer;
}
