@charset "utf-8";

/* -----------------------------------------------------------

	Title: results.css
	Created: 2009-1-3
	Last Up Date: 2009-1-15
	
----------------------------------------------------------- */
/* 
	
	menu
	new
	stripe
	
----------------------------------------------------------- */
/*

	menu
	
----------------------------------------------------------- */


div#results div#menu {
	background-color: #e5e9ef;
	margin: 0 0 15px;
	padding: 2px 0 0;
}

div#results div#menu ul {
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

div#results div#menu ul li {
	float: left;
	display: inline;
	width: 155px;
	height: 50px;
	margin: 0 0 2px 2px;
}

div#results div#menu ul li img {
	vertical-align: bottom;
}

/* -----------------------------------------------------------

	new
	
----------------------------------------------------------- */

div#results div#new {
	margin: 0 0 15px;
}

div#results div#new dl {
	clear: both;
	/*font-size: 85%;*/
}

div#results div#new dl dt {
	float: left;
	background: url(../../common/image/arrow_b.gif) right 50% no-repeat;
	padding: 0 20px 0 0;
}

div#results div#new dl dd {
	background: url(../../common/image/line_dot_x.gif) bottom repeat-x;
	margin: 0 0 10px;
	padding: 0 0 10px 8em;
}

/* -----------------------------------------------------------

	stripe
	
----------------------------------------------------------- */

div#results div.stripe table td {
	padding: 3px 8px;
	border: none;
}
