root {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;/* "Liberation Sans" */
    font-size: 14px; /*14*/
    color: #555;
    margin: 0;
}

#pageContainer {
    min-width: 980px;
    max-width: 1200px;
    margin: auto;
    padding: 3px 10px;
}

h1, h2 {
    font-size: 17px; /*17*/
    margin-top: 2em;
}

h3 {
    font-size: 16px; /*16*/
}

#topNavDiv {
    padding: 0 20px 0 20px;
    margin: 0 0 0.5em 0;
    border-bottom: solid 1px #52A835;
    height: 27px !important;
    background-color: #FEF7F7;
    min-width: 966px;
}

#crossSiteTabsDiv {
    float: left;
}

#crossSiteTabsDiv a {
    color: #0000EE;
}

#crossSiteTabsDiv a:visited {
    color: #0000EE;
}

.crossSiteSelectedTabLeftDiv {
    float: left;
    background-image: url(/gui/images/background/image_map.png);
    background-position: -1270px 0px;
    height: 25px;
    width: 17px;
    padding: 0;
    margin-top: 3px;
}

.crossSiteSelectedTabRightDiv {
    float: left;
    background-image: url(/gui/images/background/image_map.png);
    background-position: -1287px 0px;
    height: 25px;
    width: 17px;
    padding: 0;
    margin-top: 3px;
}

.crossSiteSelectedTabCenterDiv {
    float: left;
    border-top: solid 1px #52A835;
    background-color: #FFF;
    line-height: 24px;
    height: 26px;
    margin-top: 3px;
    font-weight: bold;
    padding: 0 0.5em;
}

.crossSiteNotSelectedTabDiv {
    float: left;
    line-height: 26px;
    margin: 0 10px;
}

.phoneNumber {
    text-align: right;
    color: #333;
    font-weight: bold;
    /*width: 100%;*/
    line-height: 26px;
}

#homeLink {
    position: absolute;
    bottom: -20px;
    left: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
}

#homeLink:visited {
    color: #666;
}

#currentPagePointer {
    background-image:url(/gui/images/background/image_map.png);
    background-repeat: no-repeat;
    overflow: visible;
    display: inline-block;
    vertical-align: bottom;
    width: 6px;
    height: 11px;
    padding: 0 0;
    margin: 3px 0px 2px -10px;
}

.boundingBox0  #currentPagePointer {
    background-position: -1270px -25px;
}

.boundingBox1  #currentPagePointer {
    background-position: -1276px -25px;
}

.boundingBox2  #currentPagePointer {
    background-position: -1282px -25px;
}

#headerDiv a #currentPagePointer {
    background-position: -1288px -25px;
    width: 5px;
    margin: 0px 2px 1px 0;
}


a:visited {
    color: #559;
}

#mainContainer {
    margin: 2em 1em;
}

#leftColumn {
    width: 230px;
    float: left;
    position: relative;
    z-index: 1;
}

#centerColumn {
    min-width: 512px;
    margin-left: 250px;
    margin-right: 200px;
    z-index: 0;
    position: relative;
}

#headerDiv {
    height: 65px;
    position: relative;
    border-bottom: solid 2px #328815;
    margin-bottom: 2em;
    z-index: 1;
}

.logoDiv {float:left;}

.logo {
    margin-left: 12px;
    border: none;
}

.searchFormDiv {
    text-align: center;
    border: solid 3px #CCC;
    max-width: 506px; /*width in ie6 breaks layout.  This is a workaround*/
    min-width: 506px; /*width in ie6 breaks layout.  This is a workaround*/
    margin: 0 auto;
    position: relative;
    -moz-border-radius: 5px; /*round border for firefox only*/
    -webkit-border-radius: 5px;
}

.searchFormDiv form {
    margin: 0;
}

.searchFormDiv  form table{
    margin-right: auto;
    margin-left: auto;
}

.searchNavDiv {
    position: relative;
    padding-top: 50px;
    white-space: nowrap;
}

.searchNavDiv a, .searchNavDiv b{
    padding: 0 0.2em;
}

.searchNavPriceSpan {
}

.searchNavPriceImg {
    position: absolute;
    bottom: 15px;
}

#searchValue {
    margin: 10px 0;
    width: 315px;
}

#doSearchButton {
    margin: 10px 0;
    width: 11em;
}

#jsFloatingImage {
    position: absolute;
    padding: 0.5em;
    border: dotted 1px gray;
    background-color: white;
    z-index: 99;
}

.listingsSearchResultsCountSpan {
    float: right;
}

.searchResultsDiv {
    padding: 0;
}

.searchResultsDiv ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.searchResultsDiv > ol > li {
    list-style-type: none;
    margin: 0;
    margin-top: 2em;
    padding: 1em;
}

.searchResultsDiv ol li h2 {
    margin: 0;
}

.searchResultsDiv ol li img{
    float: left;
    border: none;
    width: 100px;
    height: 78px;
    padding: 2px;
    border: solid 1px #CCC;
}

.searchDetailsDiv {
    margin-left: 115px;
}

.numBedBaths {
    margin: 1em 0;
    font-weight: bold;
    font-size: 10pt;
    padding: 0 0.6em;
}

.shortSearchDescription {
    padding: 0.5em 0.6em;
}

#centerColumn h2:first-line, #centerColumn h1:first-line {
    padding-left: 0.5em;
}

#centerColumn h2, #centerColumn h1 {
    background-color: #F3F3FF;
    border-color: #CCC;
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-left: 0.5em;
}

#centerColumn p {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

#horizontalNavDiv {
    background-color: #328815;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    padding: 0 25px;
}

#horizontalNavDiv:after {
    clear: both;
    content: " ";
    display: block;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#horizontalNavDiv ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#horizontalNavDiv ul li {
    float: left;
    height: 36px;
    white-space: nowrap;
}

#horizontalNavDiv ul li a {
    background-color: #469327;
    color: #fff;
    margin: 1px 1px 1px 0;
    padding: 9px 7px;
    text-decoration: none;
    display: block;
}

#horizontalNavDiv ul li a:hover {
    background-color: #388C28;
    color: #fff;
}

#horizontalNavDiv ul li a:visited {
    color: #fff;
}

.boundingBoxBody {
    font-size: 14px;
    padding: 0.5em 12px 0;
    background-image: url(/gui/images/background/image_map.png);
    background-position: -1016px 0px;
}

.boundingBoxBody a {
    color: #777;
    text-decoration: none;
}

.boundingBoxBody a:hover {
    color: #555;
}

.boundingBoxBody a:visited:hover {
    color: #777;
}

.boundingBoxBody ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1.3em;
}

.boundingBoxBody ul li {
    padding: 1em 1.5em 0 0em;
}

.boundingBoxBody a:visited {
    color: #AAA;
}

.boundingBoxFooter {
    height: 37px;
    padding: 5px 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    background-image: url(/gui/images/background/image_map.png); /*rounded_bottom.png);*/
    background-repeat: no-repeat;
    background-position: -762px 0px;
}


.boundingBoxHeader {
    height: 25px;
    padding: 17px 0 0 32px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-image: url(/gui/images/background/image_map.png);
}

.boundingBoxHeader a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.boundingBox0 .boundingBoxHeader {
    background-position: 0px 0px;
}

.boundingBox1 .boundingBoxHeader {
    background-position: -254px 0px;
}

.boundingBox2 .boundingBoxHeader {
    background-position: -508px 0px;
}

.boundingBox0, .boundingBox1, .boundingBox2 {
    width: 254px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    left: -12px;
}

#footerDiv {
    clear: both;
    border-width: 1px 0 0 0;
    border-color: #777;
    border-style: solid;
    padding: 4px;
    text-align: center;
    /*line-height: 8px;*/
}

/*new listing style below*/
div.listing_container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 512px;
    border-style: solid;
    border-color: #555;
    border-width: 2px;
}

#expanded_image {
    border-style: none;
    /*border-color: #555;
    border-width: 0 0 2px 0;*/
    width: 512px;
    height: 400px;
}

img.expanded_image {
    border-color:#555;
    border-style:solid;
    border-width:0 0 2px 0;
    height:400px;
    width:512px;
}

div.price_div {text-align: left; margin: 0px auto;padding: 0px;border:0px solid; height: 62px; width: 500px; position: relative;}

.price_div_address>h3 {
    text-align: center;
    font-size: 7pt;
    font-weight: normal;
    margin-bottom: 2.5em;
    border: 0px solid;
}

.price_div_address>h3:first-line {font-size: 10pt; font-weight: bold;}

div.virtual_tour_div {
    position: absolute;
    top: 5px;
    left: 450px;
    text-align: center;
}

.virtual_tour_logo {
    border: none;
}

div.more_images_div {
    position: absolute;
    top: 0px;
    left:5px;
    text-align: center;
    width: 80px;
}

div.more_images_div .more_images_border{
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    width: 60px;
    background-color: #EEF;
    padding: 0.5em;
    margin: 0.5em;
}

div.price_div_address {position: absolute; top: 0px; left: 89px; width: 360px; border: 0px solid;}


div.details_div>ul {
    padding:  0 0.5em 0 0.5em;
    margin: 0;
    list-style: none;
}

/*div.price_div>h3 {
    text-align: center;
    font-size: 7pt;
    font-weight: normal;
    margin-bottom: 2.5em;
}

div.price_div>h3:first-line {
    font-size: 10pt;
    font-weight: bold;
}*/

img.mlsr_logo {
    margin-right: 1em;
    float: right;
}

p.notify_offer_p {
    float: right;
    width: 250px;
    margin: 1em;
}

div.details_div>p.notify_offer_p {
    margin: 0;
    padding: 0;
}

/*div.more_images_div {
    padding: 0.5em;
    margin: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    width: 60px;
    float: right;
    text-align: center;
    background-color: #EEF;
}*/



#virtualTourLink {
    position: absolute;
    right: 0;
}
div.listing_footer {
    padding:  0 0.5em 0 0.5em;
}

/*div.price_div {
    padding:  0 0.5em 0 0.5em;
}*/

div.details_div {
    padding:  0.5em;
    border-style: solid;
    border-width: 0 0 2px 0;
    background-color: #EEF;
    border-color: #555;
}

div.description_div {
    padding:  0 0.5em 0 0.5em;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #555;
}
/*end of new listing style*/

/*listing page style below*/
div.image_area {
    position: relative;
    width: 515px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 12px 0 ;
}

/*.moreInfoImg {
    visibility: hidden;
}*/

/*div.image_area > img.moreInfoImg {
    visibility: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 10;
}*/
a.moreInfoImg{
    text-decoration: none;
}

a.moreInfoImg > img {
    visibility: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 10;
    border: 0;
}

img.thumbnail {
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 7px;
    width: 100px;
    height: 78px;
    float: left;
}

img.thumbnail:hover {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 2px;
}

img.mlsr_logo {
    float: right;
}

div.container {
    margin-left: auto;
    margin-right: auto;
    min-width: 520px;
}

div.listing_details {
    text-align: left;
}

div.listing_details p {
    padding: 0 0.5em 0.5em 0.5em;
    text-align: left;
}

p.retrieval_date {
    font-size: 10pt;
    margin: 0;
    background-color: #F3F3FF;
    border-color: #CCC;
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-left: 0.5em;
}

.eco_list {
    margin: 0;
    list-style: none;
    padding: 0 1em 2.5em 0.7em;
    margin-left: 300px;
}

.eco_list a {
    text-decoration: none;
}

.eco_list a img{
    border: none;
}

.eco_list a span {
    text-decoration: underline;
}

.listing h2:first-line, .listing h1:first-line {
    font-size: 16pt;
}

.listing h2, .listing h1 {
    text-align: center;
    font-size: 9pt;
    font-weight: normal;
    background-color: #F3F3FF;
    border-color: #CCCCCC;
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-left: 0.5em;
    position: relative;
}

.listing_details_lists {
    width: 512px;
    margin: auto;
}

ul.eco_list>li {
    padding-bottom: 0.5em;
}

ul.details_list {
    margin: 0;
    list-style: none;
    padding: 0.9em 1em 0 0.5em;
    width: 220px;
    float: left;
}

ul.details_list li {
    padding-top: 0.4em;
}

.googleMapDiv {
    text-align: center;
    margin: 1em;
}

iframe{
    width: 100%;
    height: 350px;
}

.twitter {
    height: 40px;
    position: absolute;
    right: 1em;
}

.twitter img {
    border: none;
}

.twitter a {
    color:#038AED;
    text-decoration:none;
    font-weight: bolder;
    margin-bottom: 1em;
}
/*end of listing page style*/




/*Listing search nav div*/
#mortgageRateDiv {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#rightColumn {
    position: relative;
    margin: 0;
    width: 180px;
    float: right;
    z-index: 1;
    padding-top: 0;
}

.listingsSearchNavHeader {
    font-size: 12px;
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 3px 10px;
    background-color: #F57908;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#forSaleTab {
    position: relative;
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(245, 121, 8);
    overflow: hidden;
    text-align: right;
    width: 117px;
    height: 14px;
}

#forLeaseTab {
    position: relative;
    margin: 0pt;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(255, 185, 104);
    width: 37px;
    overflow: hidden;
    text-align: right;
    height: 14px;
}

#forLeaseTab div {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
    height: 16px;
    right: 0;
}

#forSaleTab div {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
    height: 16px;
    right: 0;
}

.listingsSearchNavHeaderContainer {
    margin: 1em 0;
}

.listingsSearchNavHeader a, .listingsSearchNavHeader a:visited {
    color: #fff;
    text-decoration: none;
}
/*end of right lisitng search nav div style*/


.listingsSearchNav, .listingsSearchNav ul {
    margin:0;
    padding:0;
    list-style:none;
}

.listingsSearchNav {
    width:200px;
}

.listingsSearchNav li {
    margin:0;
    padding:0;
    margin-bottom:1px;
}

.listingsSearchNav a, .relatedSearches ul li a {
    display:block;
    background-repeat: no-repeat;
    background-position: -2px 4px;
    padding:2px 0;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}



.listingsSearchNav a:visited {
    color: #777;
}

.listingsSearchNav a:hover {
    color: #F57908;
}

/*.listingsSearchNav a:visited:hover {
    color: #555;
}*/

.listingsSearchNav ul li {
    padding-left: 7px;
}

.listingsSearchNav ul a, .relatedSearches ul li a  {
    background-image: url(/gui/images/background/image_map.png);
    background-repeat: no-repeat;
    background-position: -1304px 3px;
    padding-left: 15px;
    color: #777;
    font-size: 12px;
    font-weight: normal;
}

.listingsSearchNav ul a:visited {
    color: #AAA;
}

.listingsSearchNav ul a:visited:hover {
    color: #777;
}

.listingsSearchNav ul a:hover, .relatedSearches ul li a:hover {
    background-position: -1304px -28px;
    color: #555;
}

.hidden {
    display:none;
}

/*auto home finder form style*/
#autoHomeFinderDiv {
    text-align: left;
    padding: 1px 0.5em 0.5em 0.5em;
    background-color: #EEE;
    border-top: dashed 1px #666;
}

#autoHomeFinderDiv input {
    font-size: 10px;
    border: 1px solid #CCC;
    margin-right: 2px;
}

#autoHomeFinderDivButton {
    border: #000 1px solid;
    background-color: #AAA;
    color: #fff;
    font-weight: bold;
}

#autoHomeFinderDivButton:hover {
    background-color: gray;
}
/*end of auto home finder form style*/

/*tooltip css start*/
#autoHomeFinderTooltip {
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    cursor: help;
    border-bottom: dotted #000 1px;
}

.bubbleTooltip {
    width: 200px;
    color: #000;
    font: 0.7em sans-serif;
    text-decoration: none;
    text-align: center;
}

.bubbleTooltip span.top {
    padding: 30px 8px 0;
    background: url(/gui/images/background/bubble.gif) no-repeat top;
}

.bubbleTooltip span.bottom {
    padding:3px 8px 15px;
    color: #000;
    background: url(/gui/images/background/bubble.gif) no-repeat bottom;
}
/*end of tooltip css*/

.photoOfTheDay {
    /*margin: 5px;*/
    margin: 3px;
    border-left: solid white 4px;
    border-right: solid white 4px;
    -moz-box-shadow: 3px 3px 12px #CCCBC0;
    -webkit-box-shadow: 3px 3px 12px #CCCBC0;
    box-shadow: 3px 3px 12px #CCCBC0;
}

#rightColumn .photoOfTheDay {
    width: 170px;
}



/*admin pages style*/

.contentItemAdminDiv .contentButtons {
    position: absolute;
    top: 0;
    z-index: 99;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-right: dotted 1px green;
    border-bottom: dotted 1px green;
    background-color: rgba(255, 255, 255, 0.7);
}
.contentButtons img {
    border: none;
    margin: 0.5em;
    cursor: pointer;
}

.contentItemAdminDiv {
    position: relative;
    border: dotted 1px green;
    min-height: 38px;
    z-index: 10;
}

label.error {
    float: none;
    width: 202px;
    color: red;
    vertical-align: top;
    display: block;
}

#workingWithRealtorDiv{
    padding: 0;
    overflow: hidden;
    display: none;
    background-color: #FEE;
    font-size: 12px;
}

#toolTipDivWrapper{
    overflow: hidden;
    white-space: nowrap;
    width: 505px; /* for Chrome and Safari */
}

.staticHTMLContent, taggedArticle {
    position: relative;
}

.taggedArticle {
    min-height: 190px;
}

.relatedSearches {
    background-color: #FFF9E8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #F57908;
    margin-left: auto;
    margin: 0.5em;
    float: right;
    padding: 0.5em;
    font-weight: bold;
}

.relatedSearches ul {
    padding-left: 0px;
    margin: 0.5em 0 0 0;
    list-style: none;
    font-weight: normal;
}

.next_open_house b {
    color: #F57908;
}

.searchRefinementDiv {
    width: 505px;
    margin: 0.5em auto;
    font-size: 13px;
}

.searchRefinementDiv p {
    text-align: center;
    padding: 0 !important;
}

.searchRefinementDivCommercial {
    width: 505px;
    margin: 0.5em auto;
    font-size: 13px;
    display: block;
}

.quickLinksDivCommercial{
    width: 505px;
    margin: 0.5em auto;
    font-size: 13px;
    display: none;
}

.searchRefinementDivCommercial p, .quickLinksDivCommercial p {
    text-align: center;
    padding: 0 !important;
}

.searchRefinementDivCommercial p p, quickLinksDivCommercial p p {
    text-align: center;
    padding: 0 !important;
}


/*Quick Search Content Item*/
#quickSearchDiv {
    display: none;
}

#headerDiv > #quickSearchDiv {
    display: block;
    width: 370px;
    margin: auto;
    padding-top: 0.5em;
    /*padding-left: 40px;*/
    font-weight: bold;
    color: #666;
    z-index: 1;
}

#quickSearchResidentialDiv {
    float: left;
    padding-right: 3em;
    margin-left: 50px;
    text-align: center;
}


#quickSearchCommercialDiv {
    float: left;
    padding-left: 0.5em;
    text-align: center;
}

#quickSearchCommercialOptionsDiv {
}

#quickSearchCommercialOptionsDiv {

}

#quickSearchResidentialSaleOptionDiv {
    width: 75px;
    background-color: #E4F7D5;
    border: solid 1px #8c6;
    position: relative;
}

#quickSearchCommercialSaleOptionDiv {
    background-color: #8DC7F4;
    border: solid 1px #69c;
    position: relative;
}

#quickSearchCommercialLeaseOptionDiv {
    background-color: #D4E6F4;
    border: solid 1px #6ac;
    position: relative;
}

.quickSearchOptionDiv {
    text-align: center;
    padding: 3px 12px;
    /*display: inline-block;*/
    float: left;
    margin: 0.2em;
    font-weight: normal;
    color: #555;
}

#quickSearchLabelDiv {
    border-bottom: solid 1px #DDD;
    font-weight: bold;
    margin-bottom: 0.6em;

}


#quickSearchResidentialSaleOptionDiv:hover .dropDown {
    display: block;
    background-color: #E4F7D5;
    border: solid 1px #8c6;
    width: 150px;
}

#quickSearchCommercialSaleOptionDiv:hover .dropDown {
    display: block;
    background-color: #8DC7F4;;
    border: solid 1px #69c;
    width: 110px;
}

#quickSearchCommercialLeaseOptionDiv:hover .dropDown {
    display: block;
    background-color: #D4E6F4;
    border: solid 1px #6ac;
    width: 110px;
}


#quickSearchResidentialSaleOptionDiv  li {
    border-bottom: solid 1px #BD9;
}

#quickSearchCommercialSaleOptionDiv  li {
    border-bottom: solid 1px #6BE;/*#99D3FF;*/
}

#quickSearchCommercialLeaseOptionDiv  li {
    border-bottom: solid 1px #9CF;
}


.dropDown {
    text-align: left;
    font-size: 12px;
    position: absolute;
    top: 22px;
    left: -1px;
    z-index: 1;
    display: none;
}

.dropDown ul {
    margin: 0;
    padding: 10px 10px 10px 10px;
    list-style: none;
}

.dropDown ul li {
    padding: 0.4em 0.5em 0.3em 0.5em;
}
/*End of Quick Search Content Item*/

/* Added by kandony */
.featuredHeading {font-weight: bolder; font-size: 13px; padding: 0px 0px 3px 0px;}

.featuredContainerParent {width:512px; margin: 0.5em auto;}
.featuredContainerParent  p {text-align: center;padding: 0 !important;}

.featuredPageContainer {
    position:relative;
    width: 490px;
    height:105px;
    background-color: #ffffdd;
    border: solid 1px #ccc;
    padding: 8px 10px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}
.innerFeaturedPageContainer {position:absolute; width: 450px; left: 30px; height: 105px; background-color: #fff; border: solid 1px #000; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.featuredPageLeftContainer{position:relative; top: 0px; left:0px; border: none; width: 130px;}
.featuredPageLeftContainer img{position:absolute; cursor: pointer; top: 6px; left:6px; padding: 0px; border: solid 1px #ccc}
/*.featuredPageLeftContainer div{position:absolute; font-size:13px; padding: 0px 0px 0px 0px; height: 18px; top:0px; background-color: #fffcdd; color: #000 !important; text-align: center; border: solid 1px #000; border-top: none;}*/
.featuredPageLeftContainer p{position:absolute; top:80px; left: 0px; width: 100%; font-size: 10px; padding: 0px 0px 0px 19px !important; text-align: left; margin-top:8px;}

.featuredPageRightContainer{position:relative; top: 0px; left:100px; height: 100px; width: 340px; padding:2px 5px 5px 5px;}
.featuredPageRightContainer h1 {position:relative; top:0px; left:10px; width: 310px; font-size: 11px; padding-bottom:5px; margin:0px;
                                text-align: center; border: none !important; background-color: #fff !important;}
.featuredPageRightContainer div {position:relative; top: 2px; left:20px; width:300px; font-size: 10px; text-align: justify;}
.featuredPageRightContainer .moreInfo{position:absolute; top: -2px; left: 328px; border: none;}

.featuredPageRightContainer .pointsLeft {position:absolute; top: 60px;  left: 0px; color: #328815; padding:5px 0px 0px 30px; line-height: 16px; font-size: 10px;}
.featuredPageRightContainer .pointsLeft font{ color: #525151; font-size: 10px; line-height: 11px;}

.featuredPageRightContainer .pointsRight {position:absolute; top: 60px; left: 200px; color: #328815; padding:5px 0px 0px 10px; line-height: 16px;}
.featuredPageRightContainer .pointsRight font{ color: #525151; font-size: 10px; line-height: 11px;}

.featuredPageLeftNav{position:absolute; top:50px; left: 0px;}
.featuredPageLeftNav a{text-decoration: none; border: none; outline: none;}
.featuredPageLeftNav img{height:30px; width: 30px; border: 0;}

.featuredPageRightNav{position:absolute; top:50px; left: 482px;}
.featuredPageRightNav a{text-decoration: none; border: none; outline: none;}
.featuredPageRightNav img{height:30px; width: 30px; border: 0;}


