/* #at_table table.at_card CSS */

#at_table table.at_card{
	width: 640px;
	margin-bottom: 20px;
	border: 1px solid #FFBC52;
	border-collapse: collapse;
}


#at_table table.at_card th,
#at_table table.at_card td{
	padding: 3px;
	border: 1px solid #FFBC52;
	font-size: 13px;
	line-height: 1.2;
	border-collapse: collapse;
}


#at_table table.at_card th{
	padding-left: 7px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	background: #FFBC52;
}


#at_table table.at_card td.image{
        width: 105px;
	text-align: center;
}


#at_table table.at_card td.price{
	background: #FFDDA7;
}

#at_table table.at_card td.price2{
	text-align: right;
}

#at_table table.at_card td.price3{
	width: 60px;
	text-align: center;
        background: #FFDDA7;
}

#at_table table.at_card td.price4{
	width: 60px;
	text-align: center;
}


#at_table table.at_card td.button{
	width: 100px;
	text-align: center;
}


#at_table table.at_card td.comment{
	padding: 0;
}


#at_table table.at_card a img{
	border: none;
}


#at_table p{
	margin: 6px;
	font-size: 13px;
}


#at_table table.at_card dl{
	padding: 2px;
	margin: 0;
}


#at_table table.at_card dt,
#at_table table.at_card dd {
	margin: 0.1em 5px;
}


#at_table table.at_card dt {
	margin-top: 0.2em;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


#at_table a,
#at_table a:link{
	color: #0F2E8A;
	text-decoration: underline;
}

#at_table a:visited{
	color: #0088FF;
	text-decoration: underline;
}

#at_table a:hover{
	color: #ff3300;
	text-decoration: underline;
}


