/* 
    Document   : test
    Created on : Oct 24, 2012, 10:39:43 AM
    Author     : Rob
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
a{
    color: #6599FF;
}
body{
    overflow-x: hidden;
    height: 99.9%;
    margin:0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-width: 0;
    border: 1px solid #AAA /*{c-body-border}*/;
    color: #FFF /*{c-body-color}*/;
    text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #000 /*{c-body-shadow-color}*/;
    background: #777 /*{c-body-background-color}*/;
    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

#page{
    padding-bottom: 44px;
    min-height: 756px;
    display: block;
    overflow: visible;
    top: 0;
    left: 0;
    width: 100%;
    position:absolute;
    outline: none;
    padding: 0;
    margin: 0;
    text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #000 /*{c-body-shadow-color}*/;
}

#header, #footer{
    position: relative;
    border-left-width: 0;
    border-right-width: 0;
    zoom: 1;
    border: 1px solid #333 /*{a-bar-border}*/;
    background: #111 /*{a-bar-background-color}*/;
    color: #FFF /*{a-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ black /*{a-bar-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #3C3C3C /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/));
    background-image: -webkit-linear-gradient( #3C3C3C /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
    background-image: -moz-linear-gradient( #3C3C3C /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
    background-image: -ms-linear-gradient( #3C3C3C /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
    background-image: -o-linear-gradient( #3C3C3C /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
    background-image: linear-gradient( #3C3C3C /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
}

#header .title, #footer .title{
    min-height: 1.1em;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: .6em 30% .8em;
    padding: 0;
    text-overflow: visible;
    
    white-space: nowrap;
    outline: 0 !important;
}
#header .title a, #footer .title a{
    color: #FFF;
    text-decoration: none;
}
#header .title a{
    font-variant:small-caps;
}
#footer{
   /* position: absolute; */
    bottom: 0;
    width:100%;
}

.content{
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 15px;
}

.content ul#related-1, ul#afs_top_ads, ul#afs_bottom_ads, ul#ws_results{
    margin: -15px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
    counter-reset: listnumbering;
}

.content ul#related-1 li{
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    position: relative;
    overflow: visible;
    text-align: left;
    border-width: 0;
    border-top-width: 1px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #555 ), to( #333 ));
    background-image: -webkit-linear-gradient( #555 , #333 );
    background-image: -moz-linear-gradient( #555 , #333 );
    background-image: -ms-linear-gradient( #555 , #333 );
    background-image: -o-linear-gradient( #555 , #333);
    background-image: linear-gradient( #555 , #333 );
}

.content ul#related-1 li:first-child{
    background-image: none;
    border-top: none;
    border-top-width: 0px;
}
.content ul#related-1 li:last-child{
    border-bottom-width: 1px;
}
.content ul#related-1 li a{
    padding-right: 40px;
    padding: .7em 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #FFA300 /*{c-bup-color}*/;
    text-decoration: none !important;
    background: url("/images/bullet_doublearrow_orange.png") no-repeat scroll 90% 50% transparent;
}
.content ul#related-1 li:first-child a{
    background: none;
    color: #CCC;
}
form{
    display: block;
    margin-top: 0em;
}
form div{
    border-width: 0;
    padding: 0;
    margin: 2em 0;
    max-width: 100%;
    overflow: visible;
    display: block;
    clear: both;
    
}
form div fieldset{
    margin: 0;
    padding: 0;
    zoom: 1;
    border-width: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    
}
form div fieldset label{
    vertical-align: top;
    display: inline-block;
    width: 20%;
    margin: 0 2% 0 0; 
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    cursor: default;
}
form div fieldset input[type="text"]{
    width: 50%;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
    padding: .4em;
    line-height: 1.4em;
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
    -moz-border-radius: .6em /*{global-radii-blocks}*/;
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
    border: 1px solid #AAA /*{c-body-border}*/;
    color: #333 /*{c-body-color}*/;
    text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ white /*{c-body-shadow-color}*/;
    background: #F9F9F9 /*{c-body-background-color}*/;
}
form div fieldset input[type="submit"]{
   font-size: 12.5px;
    padding: .55em 11px .5em;
    min-width: .75em;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
    -moz-border-radius: 1em /*{global-radii-buttons}*/;
    -webkit-border-radius: 1em /*{global-radii-buttons}*/;
    border-radius: 1em /*{global-radii-buttons}*/;
    border-top: 1px solid white;
    border-color: rgba(255, 255, 255, .3);
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #222 /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ white /*{c-bup-shadow-color}*/;
}

/* search result specific */
ul#afs_top_ads, ul#afs_bottom_ads, ul#ws_results{
    margin-bottom: 30px;
}

#afs_top_ads li, #afs_bottom_ads li, #ws_results li{
    background: transparent url(/images/bullet_solidstar_orange.png) 6px 2px no-repeat;
    padding: 0 0 0 40px;
    margin: 20px 0px 5px 0px;
}
#afs_top_ads li:first-child, #afs_bottom_ads li:first-child, #ws_results li:first-child{
    background: none;
}
#afs_top_ads li:first-child a, #afs_bottom_ads li:first-child a, #ws_results li:first-child a{
 color: #ccc;
 text-decoration: none !important;
}
a.adtitle {
    font-size: 1.0em;
    line-height: 1.14em;
    color: #ff9900;
}

 span.adtext {
    color: #F3F3F3 !important;
    font-size: .92em;
    line-height: 1.78em;
    display: block;
}

 a.adurl {
    color: #79B837;
    font-size: .92em;
    line-height: 1em;
}
#fsBanner{background-image: url("/images/fs_banner_grd_mobile.png");background-color:#DB3233; background-position: left bottom; background-repeat: repeat-x; color: #FFFFFF;font-size: 14px;font-weight: bold;height:35px;text-align: center;overflow:hidden; position: absolute; width: 100%; z-index: 10001;}
#fsBanner a{color:#FFFFFF !important;}
.simple #fsBanner, .generic #fsBanner{position:relative !important;}
.modern #fsBanner .Banner .Title{margin: 25px 0 0 125px !important; }
#fsRibbon{z-index: 10001; background-image: url("/images/fs_ribbon.png");background-repeat: repeat;height: 135px;position: absolute;right: 0;top: 0;width: 138px;cursor: pointer;}
#fsCorner{background-image: url("/images/for_sale_tr.png");background-repeat: no-repeat;height: 110px;position: absolute;right: 0;top: 0;width: 110px;cursor: pointer; z-index:10001;}