/* -- press list styles -- */
#presslist {
	height: 1%; /* IE6 has layout fix for bottom padding */
	overflow: hidden; /* contain child floats */
	padding-bottom: 40px;
}

#presslist .introduction {
	background: url(/img/dashline.png) repeat-x 0 0;
	color: #777;
	padding-top: 4px;
	width: 466px;
}

#presslist .introduction span {
	background: url(/img/dashline.png) repeat-x 0 100%;
	display: block;
	padding-bottom: 4px;
}

#presslist div {
	display: inline; /* stop IE6/7 double margin bug */
	float: left;
	margin-right: 29px;
	padding-top: 14px;
	text-transform: uppercase;
	width: 218px;
}

#presslist div.last {
	margin-right: 0;
}

#presslist div img {
	display: block;
	margin-bottom: 8px;
}

#presslist div h4 {
	background: url(/img/dashline.png) repeat-x 0 0;
	padding-top: 2px;
}

#presslist div h4 a {
	background: url(/img/dashline.png) repeat-x 0 100%;
	color: #000;
	display: block;
	padding-bottom: 2px;
}

#presslist div p {
	color: #777;
	margin: 0;
}

/* -- press detail styles -- */
#col2right h4 {
	background: url(/img/dashline.png) repeat-x 0 100%;
	color: #000;
	margin-bottom: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#col2right h4 span {
	color: #777;
	display: block;
}

#backtopresslist {
	background: url(/img/dashline.png) repeat-x 0 100%;
	padding-bottom: 2px;
}


