
.BrowseDiv
{
	width: 97%;
	margin-bottom: 4px;
	margin-right:auto;
	margin-left:auto;
}

.BrowseTypeButtons
{

	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
/*width and space above for the type buttons table*/
.BrowseFilterDiv
{
	width: 97%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.BrowseFilterRefineDiv
{
	width: 97%;
	text-align:center;
	padding:5px;
	border: solid 2px #4361B7;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
}


.BrowseFilterRefineText
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	color:#FFFFFF;
}

.BrowseFilterText
{
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	color:#ffffff;
}

.BrowseFooterDiv
{
	width: 95%;
	margin-top: 4px;
	margin-right:auto;
	margin-left:auto;
	
}

.BrowseFooterText
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Verdana;
	color:#ffffff;
}

.BrowseRowDiv, .BrowseRowDiv_Special, .BrowseRowDiv_Special1, .BrowseRowDiv_Special2, .BrowseRowDiv_Special3
{
   border:#808080 solid 2px;
   width: 875px;
}

.BrowseRowSpacing
{
	padding-bottom: 3px;
	padding-top: 5px;
}

.BrowseRowHeader, .BrowseRowHeader_Special, .BrowseRowHeader_Special1, .BrowseRowHeader_Special2, .BrowseRowHeader_Special3
{

}

.BrowseRowVehicleTitleText, .BrowseRowVehicleTitleText_Special, .BrowseRowVehicleTitleText_Special1, .BrowseRowVehicleTitleText_Special2, .BrowseRowVehicleTitleText_Special3
{
   text-decoration:none;
   font:Bold 18px/14px Arial, verdana;
   color: #4361B7;
   text-align:left;
   padding-top:7px;
}

.BrowseRowVehicleTitleText:hover, .BrowseRowVehicleTitleText_Special:hover, .BrowseRowVehicleTitleText_Special1:hover, .BrowseRowVehicleTitleText_Special2:hover, .BrowseRowVehicleTitleText_Special3:hover
{
   text-decoration:none;
   font:Bold 18px/14px Arial, verdana;
   color: #FFFFFF;
   padding-top:7px;
}

.BrowseRowImageSect, .BrowseRowImageSect_Special, .BrowseRowImageSect_Special1, .BrowseRowImageSect_Special2, .BrowseRowImageSect_Special3
{
	padding:8px;	
}

.BrowseRowImageBorder, .BrowseRowImageBorder_Special, .BrowseRowImageBorder_Special1, .BrowseRowImageBorder_Special2, .BrowseRowImageBorder_Special3
{
	border: #808080 2px solid;
}

.BrowseRowInfoDiv, .BrowseRowInfoSect
{
	padding-left: 3px;
	padding-top: 3px;
	text-align: left;
}

.BrowseRowInfoLabel, .BrowseRowPriceLabel, .BrowseRowSpecialPriceLabel
{
	color:#ffffff;
	font:Bold 12px/14px Arial, verdana;
	text-align:right;
}

.BrowseRowInfoValue, .BrowseRowPriceValue
{	
	font:Bold 12px/14px Arial, verdana;
	color:#ffffff;
}



.BrowseRowSpecialPriceValue, .BrowseRowSpecialPriceLabel
{	
	color:#FFFFFF;
	font-size:16px;
}

/*    FUNCTION DIVs     */
.BrowseRowFunctionSect1, .BrowseRowFunctionSect1_Special, .BrowseRowFunctionSect1_Special1, .BrowseRowFunctionSect1_Special2, .BrowseRowFunctionSect1_Special3
{
	padding-left: 2px;
	padding-top: 2px;
	width:100px;
	vertical-align:middle;
}

.BrowseRowFunctionSect2, .BrowseRowFunctionSect2_Special, .BrowseRowFunctionSect2_Special1, .BrowseRowFunctionSect2_Special2, .BrowseRowFunctionSect2_Special3
{
	padding-left: 2px;
	padding-right:10px;
	padding-top: 2px;
	width:100px;
	vertical-align:middle;
}


/*   RowMajor Specials Classes:*/
.ColRowMajorDIV
{
	width:100%;
}

.ColRowMajor_FooterDIV
{
	text-align: center;
	width:100%;
	padding:5px;
}

.ColRowMajor_ContentTD
{
	text-align: center;
	padding: 20px;
}
.ColRowMajor_RowFieldLabel, .ColRowMajor_PriceLabel
{
	color:#3366cc;
	font:Bold 10px/12px Arial, verdana;
	text-align:right;    
}
.ColRowMajor_RowFieldValue, .ColRowMajor_Price1
{
   font:Bold 10px/12px Arial, verdana;
}
.ColRowMajor_SpecialPrice
{
   font:Bold 14px verdana;
   color:red;
}
.ColRowMajor_RowFieldsTD
{   
   text-align:center;
   
   /*this forces the info section to align to the top so when the title wraps it stays in the same spot*/
   height:100%;

}
/*use width: to force each special to hold a max width and wrap the title, also setting height will keep a minimum height so they are all the same*/
.ColRowMajor_RowTABLE
{
   border:#cc0000 solid 2px;
   margin-top:25px;
   padding:0px;
   text-align:center;
   width:200px;
   height:210px;
}
.ColRowMajor_RowImageTD
{
   padding:4px;

}
.ColRowMajor_RowTitleTD
{
      
}
.ColRowMajor_RowTitleText
{
     color:#cc0000;
     font-size:12px;
     font-weight:bold;
}

.ColRowMajor_RowPricesTD
{
   padding-bottom:10px;
}

.ColRowMajor_FooterText
{
	font:Bold 11px verdana;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}


/* new header and footer paging classes */

.BrowsePage-active {
    color: black;
    cursor: pointer;
}

.BrowsePage-inactive {
    color: #C0C0C0;
}

.BrowsePage-select {
    color: red;
    cursor: pointer;
}

.BrowsePageImage-active {
    cursor: pointer;
}

.BrowsePageImage-inactive {
    cursor: default;
}