@charset "UTF-8";
/* CSS Document */

/* defines styling for the rednodec class used in international device list pages */

.rednodec {
	color: #e01c01;
}

/* takes away left and right margins that were applied in the maincontent div */

#pageWrap #pageContent #pageContentRight #mainContent table p {
	margin-right: 0px;
	margin-left: 0px;
}

.alphabetList {
	color: #e01c01;
	width: 395px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.graycap {
	font-size: 10px;
	font-weight: bold;
}

#pageWrap #pageContent #pageContentRight #mainContent h5 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.centeredImages {
	text-align: center;
	width: 395px;
}

