/*
	Photography Masters Cup

	Website:		thecolorawards.com
	File Name:		list.css
	Description:	Winners/Nominee list stylesheet
	Last Updated:	2010.06.10
*/

h2 { padding-top: 10px; }

h3, br {
	clear: left;
	padding-top: 20px;
}

h3 { border-bottom: 1px solid #666; }

.title, .name {
	color: #666;
	float: left;
	overflow: auto;
	padding: 3px 0px;
	width: 240px;
}

.title {
	clear: left;
	font-style:italic;
/*	font-weight: bold;
	text-transform: uppercase;*/
}

.nom {
	color: Black; /* #333;*/
	border-bottom: 1px dotted  silver; 
}
.first { color: Black; 	border-bottom: 1px dotted  gray; }
.second { color: Black; 	border-bottom: 1px dotted  gray; }
.third { color: Black; 	border-bottom: 1px dotted  gray; }
.first2 { color: Black;  	border-bottom: 1px dotted  gray; }
.second2 { color: Black;  	border-bottom: 1px dotted  gray; }
.third2 { color: Black; 	border-bottom: 1px dotted  gray; }


/*
}
.first { color: #da0; }
.second { color: #b80; }
.third { color: #960; }
.first2 { color: Black; font-weight: bolder; }
.second2 { color: #ccc; font-weight: bolder; }
.third2 { color: #999;font-weight: bold; }*/
