/* CSS Document */

/*background-color:#E4ECFC;
border:solid 5px #A8BDE1;*/
/*width:100%;*/


/*

searchModules is a class that wraps each of the four forms, under the 
four search links (quick, dimension, model, full)

*/
.searchModules
{
padding:5px;
text-align:center;
margin:0px 5px;
font-size:10px;
color:#0D1E5D;
display:block;
border:0px;
border-style:solid;
border-color:red;
}
.searchModules>div{
margin:0px auto;
}
.Expandable_Search_Container{
	font-size:10px;
}
#ctl00_SearchTabForms1_searchmodel_UpdatePanel1{ /* model search */
	margin:0px 22%;
}
#ctl00_SearchTabForms1_searchfull_Panel1{ /* full search options */
    width:600px;
}
#fullSearch > div{
	margin:0px 20%;
}
/* Top Submit Button on the full search module */
#ctl00_SearchTabForms1_searchfull_Button2{
	margin-bottom:6px;
}
/* Search button on dimension search */
#ctl00_SearchTabForms1_searchdimension_Button1{
	margin-top:6px;
}
/* Search button on bottom of full search */
#ctl00_SearchTabForms1_searchfull_Button1{
	margin-top:6px;
}
/*
select drop downs in the dimemsion search */
#ctl00_SearchTabForms1_searchdimension_Panel1 select{
	width:160px;
}
/*

Loading

*/


.ModelSearchFormUpdateProgress{
	padding: 12px 222px 0 0px; 
	
}
#ctl00_SearchTabForms1_searchmodel_UpdateProgress1{
	/* This is the parent of the loader for the model search drop downs */
	float: right;
	overflow:hidden;
}

/*

Model Search Form 

*/

#Panel_ModelSearchForm .inputpulldown {
   width:300px;
}

#Panel_ModelSearchForm .subSearchBox {
width:500px;
background-color:#FFF4F0;
border:solid 2px red;
margin:5px;
padding:3px;
padding-bottom:5px;
}

#Panel_ModelSearchForm .promptcolumn {
   text-align:right;
   font-weight:bold;
   width:40%;
   font-size:12px;
}

#Panel_ModelSearchForm .listcolumn {
   text-align:left;
   width:60%;
}

#Panel_ModelSearchForm .table {
   width:400px;
   padding:2px;
   /*border-spacing:50px;*/
   border-width:0px;
   border-style:solid;
   border-color:red;
}
.dimensionSearchLabel{
	text-align:left;
	margin:1px 0px 1px 90px;
}

/*

Model Search Form  (END)

*/












.doSearch{
/*background-color:#CCCCCC;
border:solid 1px #999999;
padding:1px 5px;
*/
}
#dimensionTypeBox{
width:500px;
}
#fullSearchDimensionTypeBox{
width:500px;
}
#searchTabContainer{
position:absolute;
top:188px;
z-index:3;
width:100%
}
.mainSearchTab{
float:left;
height:28px;
width:181px;
background-image:url(images/buttons/searchTabs/down.png);
background-repeat:no-repeat;
font-size:small;
font-weight:bold;
padding-top:20px;
text-align:center;
cursor:pointer;
overflow:visible;
}
#searchContent{
padding-top:0px;
width:100%;
text-align:center;
}
#typeOfSearch{
color:#666666;
font-size:x-large;
font-weight:bold;
}
.mainSearchButton{
background-image:url(images/buttons/medium_orange.png); 
background-repeat:no-repeat;
height:45px;
width:176px;
float:left;
font-weight:bold;
font-size:small;
color:#FFFFFF;
padding-top:9px;
cursor:pointer;
margin:5px;
}
#mainSearchNav{
padding:2px 2px;
width:750px;
}
.search{
padding:0px;
}

.subSearchBox {
width:500px;
background-color:#FFF4F0;
border:solid 2px #ffffff;
margin:5px;
padding:3px;
padding-bottom:5px;
}




.searchWindow{
	width:100%;
	margin:2px 0px 2px 0px;
	background-color:#FFFFFF;
}
.searchWindow td.nw, .searchWindow td.ne, .searchWindow td.sw, .searchWindow td.se{
	background-image:url(images/peach_window/corners.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.searchWindow td.n, .searchWindow td.s{
	background-image:url(images/peach_window/north-south.jpg);
	background-repeat:repeat-x;
}
.searchWindow td.e, .searchWindow td.w{
	background-image:url(images/peach_window/west-east.jpg);
	background-repeat:repeat-y;
}
.searchWindow td.nw{
	background-position: 0px 0px;
}
.searchWindow td.n{
	background-position: 0px 0px;
}
.searchWindow td.ne{
	background-position: -7px 0px;
}
.searchWindow td.e{
	background-position: -7px 0px;
}
.searchWindow td.w{
	background-position: 0px 0px;
}
.searchWindow td.sw{
	background-position: 0px -7px;
}
.searchWindow td.s{
	background-position: 0px -7px;
}
.searchWindow td.se{
	background-position: -7px -7px;
}


/*


*/
#searchFilterWindow{
	width:100%;
}
#searchFilterWindow td.nw, #searchFilterWindow td.ne, #searchFilterWindow td.sw, #searchFilterWindow td.se{
	background-image:url(images/search_filter_window/corners.jpg);
	background-repeat:no-repeat;
	width:9px;
	height:7px;
}
#searchFilterWindow td.n, #searchFilterWindow td.s{
	background-image:url(images/search_filter_window/north-south.jpg);
	background-repeat:repeat-x;
}
#searchFilterWindow td.e, #searchFilterWindow td.w{
	background-image:url(images/search_filter_window/east-west.jpg);
	background-repeat:repeat-y;
}
#searchFilterWindow td.nw{
	background-position: 0px 0px;
}
#searchFilterWindow td.n{
	background-position: 0px 0px;
}
#searchFilterWindow td.ne{
	background-position: -9px 0px;
}
#searchFilterWindow td.e{
	background-position: -9px 0px;
}
#searchFilterWindow td.w{
	background-position: 0px 0px;
}
#searchFilterWindow td.sw{
	background-position: 0px -7px;
	height:14px;
}
#searchFilterWindow td.s{
	background-position: 0px -7px;
}
#searchFilterWindow td.se{
	background-position: -9px -7px;
}

.infoButton{
padding:4px;
font-size:12px;
}
.CategoryLinkButton{
	font-size:12px;
}
/*
*/
#searchFooter{
text-align:center;
font-size:small;
font-weight:bold;
padding:5px 0px;
display:none;
}
#searchFooter a{
cursor:pointer;
}

.Expandable_Search_Container{
border:2px solid #FC924D;
margin-bottom:1px;
}

.Expandable_Search_Container .Heading{
background-color:#FFDDCE;
height:28px;
margin-bottom:2px;
font-size:12px;
}

.Expandable_Search_Container .CheckBox{
float:right;
width:70px;
border-left:1px solid #FFFFFF;
text-align:center;
padding:4px 2px
}

.Expandable_Search_Container .ExpandIcon{
padding:7px 2px 2px 4px;
float:left;
cursor:pointer;
}

.Expandable_Search_Container .HeadingText{
padding-top:5px;
padding-left:4px;
font-weight:bold
}

/*

Search tab links ...

*/
#quickSearchLinks
{
text-align:center;
font-size:12px;
font-weight:bold;
padding:0px 0px 0px 6px;
}
#quickSearchLinks a{
padding:6px 10px;
}

/*
  these are actually TD's 
*/
.compareCheckbox {
   display:none;
}
.CompareButtonCell {
   display:none;
}
