/* Package Options styling */
.trimPack{
	float: left;
	position: relative;
}
.trimPackInfo{
	color:#ED1C24;
	margin:0 5px;
	float:left;
	position:relative;
}
.trimPackLabel{
	float: left;
	position: relative;
	cursor: default !important;
}

.trimPackPopup {
	color:white;
	float:left;
	font-weight:bold;
	margin-top:20px;
}

.AccPacInfo {
	background-color: #3d3d3d;
	position: fixed;
	top: 190px;
	left: 800px;
	width: 392px;
	z-index: 16;
}

.bprAccDesc li {
	color:white !important;
	font-weight:bold !important;
}
/* ---------------------- */

/* Trims & Packages and Accessories Tabs */
.vehTabContentWhite{
	width: 730px;
	background-color: #fff;
	clear:both;
	float:left;
}
.vehTrimAndPackTabSelected, .vehTrimAndPackTab {
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #ED1C24;
	float:left;
	width: 149px;
	text-align: center;
	background: transparent url(/MMNA/images/vehicle/vehTrimAndPacTab-active.en-us.jpg) no-repeat;
	text-transform: uppercase
}
.vehTrimAndPackTab > a {
	color: #505050;
}
.vehAccTab, .vehAccTabSelected {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	margin-top: 4px;
	float:left;
	width: 115px;
	text-align: center;
	background: transparent url(/MMNA/images/vehicle/vehAccTab-inactive.en-us.jpg) no-repeat;
	text-transform: uppercase
}
#trimsAndPacks .vehAccTab a {
	color: #505050;
}
.vehTrimAndPackTab {
	background: transparent url(/MMNA/images/vehicle/vehTrimAndPacTab-inactive.en-us.jpg) no-repeat;
}
.vehAccTabSelected {
	color: #ED1C24;
	background: transparent url(/MMNA/images/vehicle/vehAccTab-active.en-us.jpg) no-repeat;
}
/* --------------------------------------- */

ul li {
	padding-left: 1em;
	text-indent: -1em;
}

div.vehTrimCopyHeader ul, div.vehTrimCopy ul {
	list-style-type: none;
	/*color: #ed1c24;*/
}

#trimsAndPacks .vehTrimContainer .vehTrimHeaderRow {
	border: 0px !important;
}

.vehTrimContainer:first-child, .vehTabContentWhite .first_child {
	border-bottom:0px !important;
}

.vehTrimContainer:last-child {
	border-bottom:none;
	padding-bottom:10px;
}
.vehTrimHeaderTitle{
	font-size: 12px;
	font-weight: bold;
}
.vehTrimCopyTitle{
	font-size: 12px;
	font-weight: bold;
}
.vehTrimTitle{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ed1c24;
}
.vehTrimPrice, .vehTrimPackOptions{
	color: #888888;
}
.vehTrimPackOptions{
	font-weight: bold;
	float:left;
}
