#PFB_container
{
    position: relative;
    width: 100%;
    max-width: 2400px;
}
#PFB_header
{
    height: 30px;
}
#PFB_header img
{
    margin-left: 11px;
}
#PFB_RoundedContainer
{
    clear: both;
    width: 100%;
    background-color: #660c0e;
}
#PFB_RoundedContainer #PFB_RoundedTop
{
    background: url(../images/Product%20Finder/round_TopLeft.jpg) no-repeat top left;
    padding: 0px;
    width: 100%;
    height: 9px;
}
#PFB_RoundedContainer #PFB_RoundedTop #PFB_RoundedRight
{
    background: url(../images/Product%20Finder/round_TopRight.jpg) no-repeat bottom right;
    height: 9px;
    margin-left: 9px;
}
#PFB_RoundedContainer #PFB_RoundedMiddle
{
    background: url(../images/Product%20Finder/fade_inner_RightCenter.jpg) no-repeat top left;
    clear: both;
    width: 100%;
}
#PFB_RoundedContainer #PFB_RoundedMiddle #PFB_RoundedRight
{
    background: url(../images/Product%20Finder/fade_inner_RightCenter.jpg) no-repeat top right;
    margin-left: 9px;
}
#PFB_RoundedContainer #PFB_RoundedMiddle #PFB_RoundedRight #PFB_RoundedContent
{
    color: #FFF;
    font-size: 1.0em;
    line-height: 1.3em;
    text-align: justify;
    padding-right: 9px;
    background: url(../images/Product%20Finder/fade_inner_Center_repeat.jpg) repeat-x top left;
}
#PFB_RoundedContainer #PFB_RoundedMiddle #PFB_RoundedRight #PFB_RoundedContent p
{
    margin: 0px;
    padding-top: 15px;
}
#PFB_RoundedContainer #PFB_RoundedMiddle #PFB_RoundedRight #PFB_RoundedContent h2
{
    color: #0f2;
    font-size: 1.75em;
    font-weight: bold;
    margin: 0px;
    padding: 7px 0px;
}
#PFB_RoundedContainer #PFB_RoundedBottom
{
    background: url(../images/Product%20Finder/round_BottomLeft.jpg) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
}
#PFB_RoundedContainer #PFB_RoundedBottom #PFB_RoundedRight
{
    background: url(../images/Product%20Finder/round_BottomRight.jpg) no-repeat bottom right;
    height: 9px;
    margin-left: 9px;
}
#PFB_container #Main_ZipCodeSearch span.Main_Location
{
    display: none;
}
#PFB_container #Main_ZipCodeSearch #Main_DottedLine
{
    display: none;
}

/* Styles for the Product Finder box content */

#contentWrapper /*Wrapper for the entire control*/
{
    margin: 0;
    width: 100%;
    *height: 100% !important;
    height: 320px;
}

#contentWrapper #Main_ZipCodeSearch
{
	*position: relative !important;
	*top: 0px !important;
	*left: -10px !important;
}
.wrapperCommon /*Applies to each of the 4 wrapper divs*/
{
    float: left;
    margin: 0 5px 0 5px;
}

#wrapper1 /*Zip Code - Crop DDL - Maturity*/
{
    width: 25%;
    text-align: left;
    position: relative;
}
#locationHeader
{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #fff;
    padding-bottom: 2px;
}

#wrapper1 #postalCodeCtrl
{
    font-size: 10px;
}

#PFB_container #Main_ZipCodeSearch
{
    position: relative;
    margin-bottom: 5px;
    left: -8px;
}

#postalCodeLabel, #cropLabel
{
    position: relative;
    top: -5px;
    font-size: 12px;
    font-weight: bold;
}

#cropDropDown /*This places the drop down list control next to the label*/
{
    position: relative;
    top: -2px;
}

#cropDDL /*This places the drop down list + label on the page*/
{
}

#maturityCtrl
{
    position: relative;
    top: -5px;
}
#traitsFilterCtrl
{
    position: relative;
    border-top: 2px dotted #fff;
    padding: 10px 0px 0px 0px;
}
#traitsFilterCtrl table
{
    border-spacing: 0px;
}
#traitsFilterCtrl table td
{
    padding: 0px;
}

#wrapper2 /*Product List (Tag Cloud)*/
{
    width: 20%;
}

#productListCtrl label
{
    position: relative;
    top: 2px;
}

#prioritizeHeader
{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #fff;
    padding-bottom: 2px;
}

#productListCtrl
{
    position: relative;
    top: 3px;
}

div.RadTagCloud
{
    position: relative;
    top: 2px;
    height: 268px;
}

span.cloudResults
{
    position: relative;
    top: 5px;
}

.RadTagCloud_Default /*Overrides the RadTagCloud default skin*/
{
    height: 250px;
    width: inherit;
    background-color: #fff;
}
.RadTagCloud_Default .rtcTagList .rtcTagItem a /*Overrides the display text color*/
{
    color: #cd1d32;
    font-weight: bold;
}

#wrapper3 /*Map*/
{
    width: 50%;
}

#plotResultsHeader
{
    width: 137px;
    height: 23px;
    background-image: url('../images/Product%20Finder/tab_PlotResults.png');
}

#plotResultsControl
{
    position: relative;
    left: 0;
}

/* Google Maps Popup Styles */
#popup{color:Black;}
.PopupWrapper{}
.PopupTitle{}
.PopupDescription{}
#popup a:link {color:#df393d;text-decoration:underline;}
#popup a:visted {color:#df393d;text-decoration:underline;}
#popup a:hover {color:#df393d;text-decoration:underline;}
#popup a:active {color:#df393d;text-decoration:underline;}