/***** Do a global search and replace contribute.whbrand.com *****/
/***** GLOBAL STYLES *****/
body{
	background-color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif
}

a{
	color: #000000;
	text-decoration: none
}

a:hover{
	color: #FF0000;
	text-decoration: underline
}

a:visited{
}

input{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px
}

select{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px
}

textarea{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px
}

h1{
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px
}

h2{
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 0px
}

h3{
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 12px;
	color: #FF0000
}

form, script{
	margin-bottom: 0px;
	margin-top: 0px
}

/***** MINI SEARCH STYLE *****/
#miniContainer{
	width: 200px;
	text-align: left;
	height: 120px;
	background-image: url(../i/bmw-search.jpg);
	background-repeat: no-repeat;
}

#miniTbl{
	width: 190px;
	margin-top: 5px;
	margin-left: 5px;
}

.miniLbl{
	font-size: 12px;
	padding-bottom: 3px;
	color: Black;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.miniVal{
	font-size: 11px;
	padding-bottom: 3px
}

.miniVal select{
	width: 120px;
	border: 2px solid White;
	font-size: 11px;
	background-color: Black;
	color: White;
	font-weight: bold;
}

.miniBtn{
	border: none;
	font-size: 11px;
	cursor: hand;
	background: transparent;
	color: Black;
	font-weight: bold;
}

.miniHeaderCell{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	}

.miniSpaceCell{
	text-align: left;
	
}
/***** SHARED STYLES *****/
#pageTitle{
}

#mainContent{
}

#selContainer{
	float: left;
	padding-left: 40px;
	padding-top: 30px
}

#selOptions{
	float: right;
	width: 300px;
	margin-right: 1px
}

#selOptionsTbl{
	float: right;
	width: 300px;
	margin-top: 1px;
	border: 1px solid #000000
}

#selOptionsTbl th{
	text-align: left;
	color: #000000;
	font-size: 11px;
	padding-left: 5px;
	height: 20px;
	font-weight: normal
}

#selOptionsTbl td{
	font-size: 11px;
	background-color: #DCDCDC;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px
}

#searchBtn{
	clear: both;
	text-align: right;
	margin-top: 1px;
	height: 30px
}

.menuSelect{
	width: 150px;
	height: 200px;
	background-color: #F5F5F5;
	border: 1px solid #696969
}

.advancedLink{
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.searchLink, .resetLink{
	float: right;
	height: 26px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px
}

.searchLink a, .resetLink a, #stockItemNav a{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 30px
}

.searchLink a:hover, .resetLink a:hover, #stockItemNav a:hover{
	color: #FF0000;
	text-decoration: none
}

.clear{
	clear: both;
	height: 1px
}


