#title { 
	width: 240px; 
}

#text1 { 
	width: 210px; 
}
#text2 {
	width: 570px;
	margin-bottom: 20px;
}
#image1 {
	margin-left: 10px;
}
#image2 {
	margin-bottom: 20px;
}

#resultsContainer { 
	width: 560px; 
	margin-top: 5px;
	margin-bottom: 10px;
}

#resultsInfo {
	width: 100%;
}

/*#searchParams {
	float: left;
}
#emailAFriendBtn {
	float: right;
	padding-right: 10px;
}*/
#noMatchText {
	margin-top: 10px;
}

#modifySearchContainer {
	margin-top: 10px;
}
#modifySearchHead {
	width: 292px;
}
#modifySearchBody {
	position: absolute;
	display: none;
}

#resultsPagination {
	text-align: right;
}

.resultsData {
	width: 100%;
}
.resultsData tr {
	height: 17px;
}
.resultsData td {
	padding-left: 10px;
}


/* Styles to maintain column sizes */
.col1_1 {
	width: 14%;
}
.col1_2 {
	width: 15%;
}
.col1_3 {
	width: 15%;
}

.col1 {
	width: 44%;
}
.col2 {
	width: 18%;
}
.col3 {
	width: 18%;
}
.col4 {
	width: 20%;
}

#thumbnailImg {
	visibility: hidden;
	position: absolute;
	left: 570px;
	cursor: pointer;
	cursor: hand;
}

/* Search form styles */
div.label{
 	width: 95px;
	padding-top: 3px;
	float: left;
}

#searchFormContainer {
	width: 300px;
	margin-right: 20px;
}

#basicSearchBody {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#newBasicSearchSubmit {
	text-align: right;
	padding-right: 15px;
}
#preownedBasicSearchSubmit {
	text-align: right;
	padding-right: 15px;
}

#advancedSearchHead {
	width: 190px;
	height: 21px;
}
#newAdvancedSearchContainer {
	display: none;
	position: absolute;
	width: 300px;
}
#preownedAdvancedSearchContainer {
	display: none;
	position: absolute;
	width: 300px;
}
#advancedSearchBody {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#advancedSearchClose {
	width: 175px;
}

#advancedSearchSubmit {
	text-align: right;
	padding-right: 15px;
}

.special {
	height: 55px;
}
.vehicleSpecialBanner {
	width: 100%;
	text-align: right;
	margin: -1px 0px 0px 1px;
	cursor: pointer;
}
#specialsPriceDisclaimer {
	position: absolute;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
	filter: alpha(opacity=80);
	opacity: .80;
}




/* Inventory Redesign -- Search Results Styles */
#results_searchWidget {
	float:left;
	width:202px;
	margin:0px 10px 0px 10px !important;
	margin:0px 10px 0px 0px;
	display:inline;	
	font-size:11px;
	position:absolute;
	z-index:10;
}

.results_searchWidget_inner {
	float:left;
	clear:left;
	width:188px;
	margin:5px 0px 4px 7px;
	display:inline;
	background-color:#ffffff;
	-moz-box-sizing:padding-box;
	box-sizing:padding-box;
	padding:0px 0px 4px 0px;
}

.results_searchWidget_innerGrad {
	float:left;
	clear:left;
	width:179px;
	margin:4px 0px 0px 4px;
	display:inline;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#ffffff;
	color:#333333;
}

#results_refineHeaderContainer {
	float:left;
	margin-left:4px;
	display:inline;
	font-family:Arial, sans-serif;
}

.results_vehicleCountHeaderText {
	font-size:16px;
	font-weight:bold;
	color:#030303;
}

#results_refineVerb {
	float:left;
	margin-right:5px;
}

#vehicleCount {
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

#results_refineNoun {
	float:left;
}

.results_searchCollapse {
	float:right;
	width:15px;
	height:15px;
	background-repeat:no-repeat;
	cursor:pointer;
	margin:2px 0px 0px 0px;
	position:relative;
}

.results_searchWidget_innerGrad .clear {
	float:left;
	clear:both;
	width:176px;
	margin:2px 0px 0px 4px;
	height:1px;
	background-repeat:repeat-x;
	display:inline;
	overflow:hidden;
	line-height:1px;
}

#results_refSearch_priBasic, #results_refSearch_priSecondary {
	float:left;
	clear:left;
	width:176px;
	margin:8px 0px 0px 4px;
	display:inline;
	font-family:Trebuchet MS, sans-serif;
	position:relative;
}

.results_searchWidgetArrow {
	position:absolute;
	top:58%;
	right:-16px;
	width:12px;
	height:20px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#results_refSearch_links {
	float:left;
	clear:left;
	width:100%;
	margin:0px 0px 12px 0px;
}

#results_link_startOver {
	float:left;
	margin:0px 0px 0px 4px;
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:9px;
}

#results_link_clearAll {
	float:right;
	margin:0px 8px 0px 0px;
	display:inline;

}

#results_link_startOver a:link, #results_link_startOver a:active, #results_link_startOver a:visited, #results_link_startOver a:hover,
#results_link_clearAll a:link, #results_link_clearAll a:active, #results_link_clearAll a:visited, #results_link_clearAll a:hover {
	color:#2f74a9;
	font-weight:bold;
}

#vehSearchPrimaryCriteria {
	width:176px;
	margin:0px 0px 0px 0px;
}

.checkboxRow {
	float:left;
	clear:left;
	width:172px;
	margin:0px 0px 0px 4px;
	display:inline;
}

.checkboxRow input {
	float:left;
}

.checkboxRow label {
	float:left;
	width:auto;
	margin:0px 4px 0px 2px;
	font-size:11px;
}

/*\*/ * html .checkboxRow label {
	margin-top:3px;
}

.chainedFieldRow {
	width:176px;
}

.chainedFieldLabel {
	float:left;
	width:55px;
	margin:3px 5px 0px 0px;
	font-size:12px;
	text-transform:capitalize;
	font-weight:normal;
	text-align:right;
}

#vehSearchSliders {
	margin:10px 0px 15px 6px;
}

#paymentCalculatorTermsLayer {
	font-family:Arial, sans-serif;
}

#results_showMeOnly {
	float:left;
	margin:0px 0px 0px 4px;
	color:#030303;
	width:120px;
	text-transform:uppercase;
	font-family:Trebuchet MS, sans-serif;
	font-size:14px;
}

.results_secondaryFilterContainer {
	margin-top:7px;
}

#secondaryFilters {
	float:left;
	width:176px;
	margin:0px 0px 15px 0px;
	font-family:Trebuchet MS, Helvetica, Verdana, sans-serif;
}

#filterItemList {
	float:left;
	clear:left;
	width:173px;
	padding:0px;
	margin:0px 0px 0px 0px;
	display:inline;
	color:#11527f;
}

#filterItemList .filterItem {
	float:left;
	clear:left;
	width:173px;
	height:21px;
	margin:0px 0px 4px 0px;
	background-repeat:repeat-x;
	background-position:0px 20px;
	font-weight:bold;
	text-transform:uppercase;
	
	position:relative;
	overflow:visible;
	font-size:12px;
	z-index:1;
}

#filterItemList .filterItem .filterName {

	width:100%;
}

#filterItemList .filterItem .filterToggleImage {
	float:left;
	width:10px;
	height:10px;
	margin:3px 5px 0px 5px;
	display:inline;
	background-repeat:no-repeat;
	cursor:pointer;
}

#filterItemList .filterItem .filterToggleImageOpen {
	float:left;
	width:10px;
	height:10px;
	margin:3px 5px 0px 5px;
	display:inline;
	background-repeat:no-repeat;
	cursor:pointer;
}

#filterItemList .filterItem .filterName input {
	float:left;
	margin:2px 5px 0px 3px;
}

*:first-child+html #filterItemList .filterItem .filterName input {
	margin-top:-3px;
}

#filterItemList .filterItem .filterName .filterLabel {
	float:left;
}

#filterItemList .openFilterItem {
	
}

#filterItemList .openFilterItem .filterName {
	background-color:#ffffff;
}

#filterItemList .filterItem .subFiltersContainer {
	position:absolute;
	top:18px;
	width:173;
	background-color:#ffffff;
	padding:2px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	left:-3000px;
	z-index:2;
}

#filterItemList .openFilterItem .subFiltersContainer {
	background-color:#fffff;
	left:0px;
}

#filterItemList .filterItem .subFiltersContainer .subFilterList {
	border:1px solid #7f9db9;
}

#filterItemList .filterItem .subFiltersContainer .subFilterList .filterName {
	width:100%;
	float:left;
	clear:left;
	padding:3px 0px 3px 2px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#filterItemList .filterItem .subFiltersContainer .subFilterList .filterName input {
	float:left;
	margin:0px 5px 0px 0px;
}

#filterItemList .filterItem .subFiltersContainer .subFilterList .filterName .filterLabel {
	
}






#results_resultsContainer p {
	font-size:12px;
	font-weight:normal
	color:#333333;
}




#results_listMask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#ffffff;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	margin-bottom:-3000px;
	padding-bottom:3000px;
	display:none;
}

#results_resultsContainer {
	float:left;
	width:764px;
	font-size:12px;
}

#results_resultsContainer p {
	margin:0px;
	padding:0px;
	line-height:1;
}

#results_tabRow {
	float:left;
	clear:left;
	width:100%;
	height:26px;
}

.results_tab {
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:6px 9px 0px 9px;
	height:21px;
	background-color:#c4d6e5;
	color:#1a3d5d;
	margin:4px 4px 0px 0px;
	cursor:pointer;
	font-size:12px;
	width:130px;
	letter-spacing:-1px;
}

.results_tabActive {
	background-color:#ffffff;
	color:#1a3d5d;
	height:26px;
	padding:9px 9px 0px 9px;
	margin-right:4px;
}

.results_firstTab {
	margin-left:9px;
	display:inline;
}

.results_tab img {
	float:left;
	margin:0px 5px 0px 0px;
}

.results_tab p {
	float:left;
	clear:none;
	font-weight:bold;
}

#results_topButtons {
	float:right;
	width:432px;
}

.results_topButton {
	float:right;
	margin:8px 25px 0px 0px;
	display:inline;
}

.results_topButton a:link, .results_topButton a:active, .results_topButton a:visited, .results_topButton a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.results_topButton a:hover {
	text-decoration:underline;
}

.hideMeDiv {
	display:none;
}

#results_listContainer {
	float:left;
	clear:left;
	width:100%;
	background-color:#ffffff;
	position:relative;
}

.results_controlBar {
	float:left;
	clear:left;
	width:754px;
	height:27px;
	margin:5px 0px 0px 5px;
	display:inline;
}

.mainCompareButton {
	float:left;
	margin:3px 0px 0px 3px;
	display:inline;
	cursor:pointer;
}

.backToTopButton {
	float:left;
	margin:3px 0px 0px 10px;
	cursor:pointer;
}

.controlBar_top {
	background-color:#2f74a9;
	color:#ffffff;
	margin-bottom:13px;
}

.controlBar_bottom {
	color:#666666;
}

.results_controlBar_controlItem {
	float:right;
	clear:none;
	margin:5px 8px 0px 22px;
	display:inline;
	font-size:12px;
}

.results_controlBar_controlItem_Bottem {
	margin-right:19px;
	}

.results_controlBar_controlItem p {
	font-size:11px;
}

.results_controlBar_controlItem .controlItem_text {
	float:left;
	padding:1px 3px 0px 0px;
	font-weight:bold;
}

.goToPageText {
	float:left;
	width:34px;
	border:1px solid #7f9db9;
}

.paginationLeft, .paginationRight {
	float:left;
	-moz-box-sizing:boder-box;
	box-sizing:boder-box;
	width:14px;
	height:13px;
	cursor:pointer;
	border:1px solid #ffffff;
	margin:0px 4px 0px 4px;
	padding-top:1px;
	text-align:center;
}

.paginationLeftOff, .paginationRightOff {
	float:left;
	-moz-box-sizing:boder-box;
	box-sizing:boder-box;
	width:14px;
	height:13px;
	cursor:pointer;
	border:1px solid #aaaaaa;
	margin:0px 4px 0px 4px;
	padding-top:1px;
	text-align:center;
}

.paginationInactive {
	border:1px solid #999999;
}

.controlBar_bottom .paginationInactive {
	border:1px solid #cccccc;
}

.controlBar_bottom .paginationLeft, .controlBar_bottom .paginationRight {
	border:1px solid #336699;
}

.results_controlBar_controlItem select {
	float:left;
	padding:0px;
	border:1px solid #7f9db9;
	margin:0px 0px 0px 0px;
	font-family:Arial, sans-serif;
	font-size:10px;
}

#results_resultsList {
	float:left;
	clear:left;
	width:754px;
	margin:0px 0px 0px 0px;
	display:inline;
	color:#333333;
	font-family:Verdana, sans-serif;
}

.results_resultItem {
	clear:left;
	width:764px;
	min-height:153px;
	height:auto;
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:5px 0px 0px 5px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.results_resultsRowEven {
	
	background-color:#ecf0f0;
}

.results_resultsRowOdd {
	background-color:#ffffff;
}

* html .results_resultItem {
	height:153px;
}

.results_mediaCol {
	float:left;
	width:150px;
	margin:0px 23px 0px 0px;
}

.results_resultItemPhotoContainer {
	/*float:left;*/
	width:150px;
	height:112px;
	border:1px solid #cccccc;
	display: table; 
	#position: relative; 
	overflow:hidden;
	/*-moz-box-sizing:border-box;
	box-sizing:border-box;*/
}

.results_resultItemPhotoContainer img {
	
}

.results_resultItemPhoto {
	width:148px;
	cursor: hand;
}

.results_mediaButton {
	float:left;
	clear:left;
	width:138px;
	height:23px;
	background-repeat:no-repeat;
	margin:3px 0px 0px 6px;
	display:inline;
}

.results_mediaButton a:link, .results_mediaButton a:visited, .results_mediaButton a:active, .results_mediaButton a:hover {
	text-decoration:none;
	color:#333333;
}

.results_mediaButton a:hover {
	text-decoration:underline;
}

.results_mediaCount {
	float:left;
	margin:0px 5px 0px 3px;
	display:inline;
}

.results_mediaCount img {
	float:left;
	margin:4px 1px 0px 0px;
	border:none;
}

.results_mediaCount .results_mediaLabel  {
	float:left;
	margin:3px 0px 0px 1px;
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.mediaDivider {
	float:left;
	width:1px;
	height:15px;
	margin:3px 0px 0px 0px;
	overflow:hidden;
	background-repeat:repeat-y;
}

.results_detailsCol {
	float:left;
	width:570px;
	cursor:pointer;
}

.results_vehicleHeader {
	float:left;
	width:570px;
	min-height:24px;
	height:auto;
	margin:2px 0px 0px 0px;
	background-position:0px 100%;
	background-repeat:repeat-x;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
}

* html .results_vehicleHeader {
	height:24px;
}

.results_vehicleHeader_category {
	color:#cccccc;
	text-transform:uppercase;
}

.results_vehicleName {
	float:left;
	margin-top:4px;
}
.results_vehicleNameyear {
	white-space: nowrap; 
	float:left;
}

.results_handCursor {
	cursor:hand;
	text-decoration:none;
	color:#333333;
}
.results_textUnderline {
	text-decoration:underline;
}
.results_vehicleName a:link, .results_vehicleName a:active, .results_vehicleName a:hover {
	text-decoration:none;
	color:#333333;
}
.results_vehicleName a:visited {
	text-decoration:none;
	color:#780032;
}

.results_featuredPrice, .results_salePrice, .results_payment {
	float:right;
	margin-left:4px;
}

.results_payment {
	width:auto;	
}

.results_salePrice {
	color:#bf272d;
}

.results_priceLabel {
	float:left;
	font-size:11px;
	padding:7px 2px 0px 0px;
}

.results_priceValue {
	float:left;
	font-size:19px;
	padding:1px 0px 0px 0px;
}
.paddRight_2px {
	padding:0px 2px 0px 0px;
}
.paddRight_2px_top_5px {
	padding:5px 2px 0px 0px;
}
.results_vehicleSubHeader {
	float:left;
	clear:left;
	width:570px;
	margin:2px 0px 0px 0px;
	font-weight:bold;
	font-size:13px;
}

.results_subheadItem {
	float:left;
	margin:0px 15px 0px 0px;
}

.results_resultItemBody {
	float:left;
	clear:left;
	width:100%;
	
}

.results_resultItemBody .results_description {
	float:left;
	margin:5px 0px 0px 0px;
	height:46px;
	overflow:hidden;
	position:relative !important;
	position:static;
	width:100%;
}

.results_seeMoreDetails {
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight:bold;
	font-size:11px;
	background-color:#ffffff;
	text-transform:capitalize;
	float:left;
	white-space: nowrap;
	color:#0066cc;
	width:100%;
	text-align:right;
}

.results_resultsRowEven .results_seeMoreDetails {	
	background-color:#ecf0f0;
}
.results_seeMoreDetails a:link, .results_seeMoreDetails a:active, .results_seeMoreDetails a:visited, .results_seeMoreDetails a:hover {
	color:#0066cc;
}

.results_specLabel {
	color:#666666;
	font-size:11px;
	float: left;
	height: 16px;
	
	padding-right: 5px;
	white-space: nowrap;
}

.results_specValue {
	color:#000000;
	float: left;
	height: 16px;
	padding-right: 5px;
	white-space: nowrap;
	font-size:7pt;
}

.one_icons .results_description {
	width:472px;
}

.two_icons .results_description {
	width:381px;
}

.three_icons .results_description {
	width:294px;
}

.results_resultIcons {
	float:right;
	width:auto;
}
.results_clickableZone {
	position:absolute; 
	z-index:0; 
	width:580px; 
	height:150px; 
	margin-left:170px; 
	cursor:pointer;
	background-color:#fff; 
	filter:alpha(opacity=0); 
	-moz-opacity:0.100;
}
.one_icons .results_resultIcons {
	width:91px;
}

.two_icons .results_resultIcons {
	width:182px;
}

.three_icons .results_resultIcons {
	width:276px;
}

.results_resultIcon {
	float:right;
	
	text-align:center;
	padding-bottom:2px;
	font-family:Trebuchet MS, sans-serif;
	width:91px;
}

.results_resultIcon img {
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.results_resultIcon p {
	float:none;
	margin:0px auto 0px auto;
	text-decoration:underline;
}

.results_specialIcon {
	cursor:pointer;
	color:#ff3333;
	position: relative;
}

.results_carfaxIcon {
	cursor:pointer;
	color:#3366cc;
	text-decoration:underline;
}

.results_itemBottom {
	float:left;
	clear:left;
	width:580px;
	margin:5px 0px 0px 0px;
}

.results_flexButtonsContainer {
	float:left;
	width:280px;	
}

.results_flexDivider {
	float:left;
	width:1px;
	height:11px;
	margin:8px 8px 0px 0px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.results_flexButton {
	float:left;
	height:23px;
	margin:0px 8px 0px 0px;
	cursor:pointer;
}

.results_flexButton img {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.results_flexButton input {
	float:left;
	margin:4px 2px 0px 0px;
	padding:0px;
}

.results_flexButton .results_flexLabel {
	float:left;
	font-family:Trebuchet MS, sans-serif;
	line-height:11px;
	font-size:10px;
	width:35px;
	height:23px;
	text-align:center;
}

.flex_blue {
	color:#0f476d;
}

.flex_green {
	color:#669900;
}

.results_dealerInfoContainer {
	float:right;
	width:285px;
	margin:0px 15px 0px 0px;
	overflow:visible;
	display:inline;
}

.results_dealerPhoneNumber {
	float:right;
	clear:right;
	width:285px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	}

.results_dealerAddress {
	float:right;
	clear:right;
	width:285px;
	font-weight:bold;
	text-align:right;
	font-size:10px;
}

#results_oopsText {
	font-size:18px;
	width:350px;
	margin-left:50px;
	font-family:Arial;
	color:#999999;
	font-weight:normal;
}

#results_oopsHelpText {
	float:left;
	clear:left;
	margin:19px 0px 0px 30px !important; /*moz margin*/
	margin:10px 0px 0px 20px ; /*IE margin*/
	width:700px;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#010202;
}
.buildacar,.finditforme {
	margin-top:0px !important;
	margin-left:0px !important;
	margin-top:-50px;
	margin-left:35px;	
}	

#results_oopsExplanation {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	width:500px;
	font-family:arial;
	margin-left:50px !important;
	margin-left:25px;
	margin-right:50px;
}

#results_seeAllVehiclesLink {
	margin-top:15px;
	margin-left:50px;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
}

#results_seeAllVehiclesLink a:link, #results_seeAllVehiclesLink a:active, #results_seeAllVehiclesLink a:visited, #results_seeAllVehiclesLink a:hover {
	color:#0066ff;
	font-weight:bold;
	font-family:arial;
}

#results_needHelpContainer {
	border:1px solid #2f74a9;
	background-color:#e5ebf0;
	font-weight:bold;
	font-family:Trebuchet MS;
	float: left;
	height: 29px;
	margin:0px 0px 0px -1px;
	width:764px;
	color: #4A5E81;
	font-size: 10px;
}

#downPointer {
	display:none;
}

#upPointer {
	margin-top:50px;
}

#pointer {
	visibility: hidden;
	position: absolute;
	left:464px;
	z-index: 21;
}
.highlight {
	background-color: #FFCC00;
	border:1px solid #cccccc;
}
.highlightdropdown {
	background-color: #FFCC00;
	height:14px;	
	width:170px;	
	border:1px solid #cccccc;
	margin-top:1px;
}
.horizantalLine {
	border-top: 1px solid thick;
	border-top-color: black;
	border-top-style: solid;
}
.selectedSortItem {
	margin-left:0px;
}
.takeActionText{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
}
.takeActionPos {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 7px;
}
.takeActionBtnText {
	padding-right: 5px;
	padding-top: 7px;
}
.takeActionCursor {
	cursor:pointer;
}
.specificationLabel {
	text-transform:lowercase;
}

.chainedViewFieldDefault, .chainedViewBottomFieldDefault {
	width:50px;
	height:17px;
	overflow:hidden;
	margin:1px 0px 0px 0px;
	padding:0px 10px 0px 3px;
	color:#2f74a9;
	font-size:12px;
	cursor:pointer;
}
.chainedFieldViewContainer, .chainedFieldViewBottomContainer {
	float:left;
	width:50px;
	height:19px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #7f9db9;
	background-color:#ffffff;
	background-position:34px 1px;
	background-repeat:no-repeat;
	position:relative;
	overflow:visible;
}
#dropdown_view, #dropdown_viewBottom {
	margin-left: 4px;
}
#viewDropdown, #viewBottomDropdown {
	border:1px solid #CCCCCC;
	top:16px;
	width: 65px;
}
.viewDropdownItem, .viewBottomDropdownItem {
	float:left;
	clear:left;
	padding: 4px 0px 0px 0px;
	width: 50px;
}
.viewItem, .viewBottomItem {
	margin-left:3px;
	cursor: pointer;
	color: #000000;	
	padding-right: 10px;
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	height:14px;
}
.viewItemPad {
	padding-left:5px;
}
.dimensions {
	height:15px !important;
	height:17px;
	width:35px;
	padding-top:2px;
}