/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.contentWrapper {
	width: 100%;
	padding: 5px 0px 0px 0px;
	clear: both;
}

.rightColumn {
	background: #FFFFFF;
	border-left: 1px solid #bce0fb;
	border-right: 1px solid #bce0fb;
	border-bottom: 1px solid #bce0fb;
	width: 585px;
	float: left;
	margin-left: 10px;
}

.article p {
	padding-top: 0px;
}

.article h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.article fieldset {
	text-align: left;
	width: 585px;
}

.rightRightColumn {
	float: right;
	width: 155px;
}

.formatContent {
	float: right;
	margin: 0px;
}

.brandSelector select {
	border: 1px solid #8eb1e3;
}

.brandList {
	margin: 0px;
	padding: 0px;
}

.brandList ul {
	width: 548px;
	display: block;
	margin: 0px 0px 0px 12px;
}

.brandList ul li {
	display: block;
	width: 136px;
	height: 84px;
	float: left;
	border-right: 1px solid #8eb1e3;
	text-align: center;
}

.brandList ul li.noStyle {
	border: none;
}
