@charset "UTF-8";

a{text-decoration: none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

a.txt{text-decoration: none;}
a.txt:link {color: #333;text-decoration: none;}
a.txt:visited {color: #333;text-decoration: none;}
a.txt:hover {color /**/: #333;text-decoration /**/: none;border-bottom /**/:1px #333 dotted;position /**/:relative;}


#Brand{
	float: left;
	width:180px;
	height:175px;
	margin-bottom:30px;
	margin-right:38px;
	display: table;
	overflow:hidden;
}
#Brand.Side{
	margin-right:0;
}

#Main{
	padding-top:30px;
	border-top:1px dotted #dedede;
	width:620px;
	text-align: left;
}

#Main.Brand{
	padding-top:0;
	border-top:1px dotted #dedede;
	width:620px;
	text-align: left;
}

#Main #Text{
	padding:20px 0;
	border-top:1px dotted #dedede;
	width:620px;
}
#Main #Text #Name{
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}