html { height: 100%; margin-bottom: 1px; }

body {
    /*background: url("../images/all-bg-02.jpg") repeat-x scroll center top #FFFFFF;*/
    margin: 0;
    background-color: #FAFAFA;
    background-image: url("../images/Page-Bg.png");
    background-repeat: repeat-x;
    color: #505050;
    font-family: Arial;
    font-size: 12px;
    padding: 0;
}

td {
    vertical-align: top;
    padding: 5px;
}

h2 {
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

.formPage {
    margin: 0 auto;
    color: #2e2e2e;
    font-size: 10pt;
}

.formPage a {
    color: #3890d2;
}

td.err {
    padding: 3px;
    color: #CA0002;
    background: #F0F0F0;
    border: 1px solid #CECECE;
    text-align: left;
}

td.msg {
    padding: 3px;
    color: #CA0002;
    background: #F0F0F0;
    border: 1px solid #CECECE;
    text-align: left;
}
ul li{ list-style:none;}
.label {
    text-align: left;
    width: 22%;
}
.label_detail {
    text-align: left;
    width: 14%;
}
.link {
   /* font-size: 16px;*/
}

.buttons {
    border-top: 1px solid #D9D9D9;
    text-align: center;
}
#links p {
    margin: 0 0 7px 0;
}
.url {
    color: #6f6f6f;
}

.text {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text, select {
    color: #2e2e2e;
    border: 1px solid #c5c5c5;
    background: url('../images/input_bg.jpg') repeat-x #ececec;
    padding: 3px;
    width: 445px;
}
textarea.text {
    font-size: 8pt;
    color: #2e2e2e;
    border: 1px solid #c5c5c5;
    background: url('../images/input_bg.jpg') repeat-x #ececec;
    padding: 3px;
    width: 445px;
}

select {
    font-size: 8pt;
}

.captcha {
    border: 1px solid #3E81B4;
    margin-top: 10px;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none !important;
}

span.req {
    margin-left: 3px;
    color: #CA0002;
    font-weight: bold;
}

div.errForm, span.errForm {
    margin: 0px 0 0px 0px;
    padding: 2px 0px 2px 0px;
    color: #FFA814;
    background: #FFFFF3;
    border: 1px solid #cccccc;
    text-align: left;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 4px;
}
.small, .small a {
    padding: 0px;
    margin: 0px;
    color: #909090;
    font-size: 7pt;
    text-decoration: none;
}
.sort {
    color: #000000;
}
div.pr {
    font-size: 6pt;
    color: #000000;
    float: left;
    height: 30px;
    margin-right: 5px;
}
div.prg {
    width: 40px;
    border: 1px solid #999999;
    height: 3px;
    font-size: 1px;
}
div.prb {
    background: #5eaa5e;
    height: 3px;
    font-size: 1px;
}

.price {
    border: 1px solid #A0A0A0;
}
.price table td{
    margin: 0;
    padding: 2px;
    vertical-align: bottom;
}

.paging-links,
.paging-info {
    text-align:right;
}

.paging-info {
    font-style: italic;
}

.limit_field {
    border: 0 solid transparent;
    border-width:0;
}

#toggleCategTree {
    display:block;
    cursor:pointer;
    cursor:hand;
    color:#6A8AD4;
}

#categtree {
    margin:3px 0;
    height:200px;
    width:300px;
    overflow:auto;
    border:1px dotted #9EC2F3;
    border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
    margin:0 0 5px;
    padding:2px;
    text-align:center;
    color:#3E81B4;
    background:#DDE5F3;
    vertical-align:middle;
}

#categtree #close_tree {
    right:0;
    padding:1px;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item {
    clear:both;
    margin:3px 5px;
    padding:2px 5px;
    display:block;
    border:1px dotted #CBE2EC;
    border-width:1px 0;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item img {
    margin-right:1em;
}

#categtree .odd {
    background:#F8F8FC;
}

#categtree .even {
    background:#fff;
}

#categtree .categ-item:hover {
    background:#eee;
}

/* --------------------------------------------------------------- */

.center {
    margin: 0 auto;
    width: 960px;
}

.center1 {
    margin: -50px auto 0;
    width: 993px;
    min-height: 600px;
    background: url("../images/box_border.png") repeat-y scroll 0 0 transparent;
}

.header {
    height: 77px;
    width: 960px;
    margin: 0 auto;
}

.headerLogo {
    float: left;
    margin: -6px 0 0 14px;
}

.headerSearch {
    float: right;
    color: #FFFFFF;
}

.searchLabel {
    float: left;
    margin: 4px 5px 0px 0px;
    color: #1A4E80;
}

.searchInput {
    background-color: #E5EAEE;
    border: 1px solid #D5DCE3;
    padding: 2px;
    float: left;
    width: 260px;
    height: 18px;
}

.searchBtn {
    height: 18px;
    float: left;
    margin: 2px 0px 0px 5px;
}

.searchBtnLeft {
    background: url("../images/searchBtnLeft.gif") no-repeat;
    height: 18px;
    width: 5px;
    float: left;
}

.searchBtnCenter {
    background: url("../images/searchBtn.png") no-repeat!important;
    height: 28px;
    width:58px;
    border: 0;
    float: right;
    margin-top: 14px;
    cursor: pointer;
    background-color:none;
    background-image:none;
    margin:-4px 16px 0px 0px!important;
}

.searchBtnRight {
    background: url("../images/searchBtnRight.gif") no-repeat;
    height: 18px;
    width: 5px;
    float: left;
}

.userBar {
    clear: right;
    float: right;
    margin: 10px 40px 0px 0px;
    color: #CA0002;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
    color: #CA0002;
    text-decoration: underline;
}

.userBar a:hover {
    color: #3E81B4;
}

/*-------------------*/

.hMenuContainer {
    background: url("../images/menu_l.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 4px;
    padding-left: 12px;
    width: 711px;
}
.hMenu_r {
    background: url("../images/menu_r.png") no-repeat scroll right top transparent;
    margin-left: 12px;
    margin-right: -32px;
    padding-right: 24px;
}
.hMenu {
    background: url("../images/menu_c.png") repeat-x scroll 0 0 transparent;
    height: 45px;
}
.hMenu ul{
    float: left;
    height: 36px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.hMenu li {
    background: url("../images/menu-bg2.png") no-repeat scroll right 3px transparent;
    float: left;
    height: 36px;
    padding-right: 1px;
    margin-top: 3px;
}
.hMenu li a {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 12px;
    text-decoration: none;
    line-height:3em;
    text-shadow: 1px 1px 0 #AA4107;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.hMenu li a:hover{
    color: #f9f1bc;
 }
/*.hMenu a:link, .hMenu a:active, .hMenu a:visited {
    float: left;
    display: block;
    height: 37px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 10px 0px 10px;	
}

.hMenu a:hover {    
    background: #E56500 !important;
}

.hMenu img {
    float: left;
}
*/
/*-------------------*/

.path {
    color: #585858;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    padding-left: 10px;
    width: 690px;
    }

.path a:link, .path a:active, .path a:visited {
    color: #084B62;
    font-family: Georgia,serif;
    font-size: 17px;
    font-style: italic;
    text-decoration: none;
}

.path a:hover {
    text-decoration: underline;
}

.path img {
    margin: 0px 5px 1px 5px;
}

/*-------------------*/

.leftContainer {
    float: left;
    width: 215px;
    background-color: #FFFFFF;
}

/*-------------------*/

.centerContainer {
    float: left;
    padding: 10px;
    width: 685px;
}

.centerContainerT {
    height: 6px;
    width: 530px;
}

.centerContainerB {
    clear: both;
    height: 6px;
    margin: 0;
    width: 530px;
}

.centerContainerM {
    width: 690px;
    padding: 8px 1px 0px 1px;
}

.catHome {
    float: left;
    width: 146px;
    padding: 0px 0px 18px 30px;
    background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
    color: #CA0002;
    font-weight: bold;
    text-decoration: none;
}

a.catHomeMain:hover {
    text-decoration: underline;
}

.catHomeSubcats {
    margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
    color: #000000;
    text-decoration: none;
}

a.catHomeSub:hover {
    color: #000000;
    text-decoration: underline;
}

.catHomeCount {
    color: #CA0002;
    font-weight: bold;
}

/*-------------------*/

.articleContent {
    padding: 0px 13px 0px 13px;
}
.jmap {
    width: 100%;
    height: 400px;
    margin: 10px;
}
/*-------------------*/

.rightContainer {
    background: url("../images/widget_bg.png") repeat-y scroll 0 0 transparent;
    float: left;
    margin-top: -11px;
    width: 280px;
}

/*-------------------*/

.footer {     
    background: url("../images/footer_bg.png") repeat-x scroll 0 0 transparent;
    height: 198px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

.footerCat {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #B32B26;
    width: 700px;
}

#footer_content {
    height: 163px;
    margin: auto;
    width: 980px;
}

#footer_content td {
    padding: 20px 50px 20px 20px;
    vertical-align: top;
    border: none;
}
#footer_content tbody tr:hover th,
#footer_content tbody tr:hover td {
        background:inherit;
    }
#footer_content table {
    margin: 0;
    padding: 0;
    border: none;
}
#footer_content a {
    color: #FFFFFF;
    display: block;
    font: 12px/24px Arial;
    text-align: left;
    text-decoration: none;
}
#footer_content a:hover {
    text-decoration: underline;
}
.footer a {
    color: #F0672D;
    text-decoration: underline;
}
.footer a:hover {    
    text-decoration: underline;
    color: #CA0002;
}
/*-------------------*/

.box {
    margin: 0px 0px 20px 12px;
}

.boxTopLeft {
    float: left;
    background: url("../images/boxTopLeft.gif") no-repeat;
    width: 6px;
    height: 25px;
}

.boxTopCenter {
    float: left;
    width: 178px;
    height: 19px;
    padding-top: 6px;
    color: #707070;
    text-align: center;
    font-weight: bold;
}

.boxTopRight {
    float: left;
    background: url("../images/boxTopRight.gif") no-repeat;
    width: 6px;
    height: 25px;
}

.boxMiddle {
    clear: both;
}

.boxBottom {
    width: 190px;
    height: 6px;
}

/*-------------------*/

.boxStats {
    padding: 10px 0px 10px 20px;
    margin: 0;
    list-style: none;
}

.boxStats li {
    padding-bottom: 2px;
}

/*-------------------*/

.boxSponsored {
    margin: 0px 7px 0px 7px;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 7px 10px 7px;
    color: #707070;
    line-height: 15px;
    font-size: 10px;
}

.boxSponsoredLast {
    margin: 0px 7px 0px 7px;
    padding: 15px 7px 8px 7px;
    color: #707070;
    line-height: 15px;
    font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
    color: #3E81B4;
    text-decoration: none;
    font-weight: bold;
}

a.boxSponsoredA:hover {
    color: #CA0002;
    text-decoration: underline;
    font-weight: bold;
}

/*-------------------*/

.boxPopCats {
    padding: 10px 10px 10px 20px;
    margin: 0;
    list-style: none;
}

.boxPopCats li {
    background: url("../images/arrow.png") no-repeat scroll 0 9px transparent;
    padding: 6px 21px;
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
    color: #F97322;
    text-decoration: none;
}

.boxPopCats li a:hover {
    text-decoration: underline;
}

/*-------------------*/

.noResults {
    margin-left: 20px;
}

.noResults p {
    color: #CA0002;
    margin: 0px 0px 15px 0px;
}

.noResults ul {
    margin: 0;
    padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
    padding: 5px;
    color: #CA0002;
    font-weight: bold;
}

.mainPaging {
    float: right;
}

.pagingLinks {
    color: #CA0002;
    font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
    color: #3E81B4;
    text-decoration: none;
}

.pagingLinks a:hover {
    color: #CA0002;
    text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
    color: #1E5965;
    text-decoration: none;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

a.link:hover {
    text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
    color: #f0672d;
    font-weight: normal;
    text-decoration: none;
}

a.readMore:hover {
    text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
    color: #3E81B4;
    text-decoration: none;
}

a.readMoreFeat:hover {
    color: #CA0002;
    text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
    color: #CA0002;
    font-weight: bold;
    text-decoration: none;
}

.searcCat a:hover {
    color: #CA0002;
    font-weight: bold;
    text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
    color: #6F6F6F;
    text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
    color: #1E5965;
    text-decoration: none;
}

.paymentTable td {
    border-right: 1px solid #D9D9D9;
    text-align: center;
}

/*-------------------*/

.bid {
    width: 68px;
}

.bidFunds {
    background: url("../images/bidBg1.gif") no-repeat;
    width: 68px;
    height: 23px;
    padding-top: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
    display: block;
    background: url("../images/bidBg2.gif") no-repeat;
    width: 68px;
    height: 31px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

a.bidL1:hover {
    text-decoration: underline;
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
    display: block;
    background: url("../images/bidBg3Middle.gif") repeat-y;
    width: 68px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

a.bidL2:hover {
    text-decoration: underline;
}

.bidBg3 {
    background: url("../images/bidBg3.gif") no-repeat;
    width: 68px;
    height: 4px;
}

---------------
legend {
    border-width: 1px;
    border-color: #D9D9D9;
    border-style: dotted;
    padding:      3px;
    font-weight:  bold;
    color:        #3E81B4;
}


label {
    cursor: pointer;
}

table.comment {
    border-width: 1px;
    border-color: #D9D9D9;
    border-style: dotted;
    margin-top:   5px;
}

tr.comment {
    background-color: #E5EAEE;
    color: #000000;
}

h4 {
    color: #3E81B4;
    font-size: 8pt;
    padding: 0;
}

.link_rating {
    padding: 0px;
    padding-right: 5px;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    color: #6b6b6b;
    width: 200px;
}

.link_rating img {
    display: block;
    float: left;
    margin-right: 2px;
}

.link_rating span.review {
    display: block;
    float: right;
    color: #000000;
    padding-top: 3px;
}

.frontend_actions {
    float: right;
    width: 36px;
    height: 36px;
}

.float_tiny {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}


/* login slider related */

#panel {
    background: #E51D25;
    display: block;
    color: #ffffff;
    /* padding: 10px 20px 10px 20px;*/
    position: absolute; 
    z-index: -1; 
    top: 0px; 
    width: 960px;
    height: 110px;
}

#panel a{
    color: #ffffff;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 4px #CA0002;
    background: #E51D25;
    text-align: right;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
    color: #ffffff;
    text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

.fields {
    width: 503px;
    height: auto;
    /*min-height: 140px;*/
    background: url('../images/fields_bg.jpg') repeat-y;
}

.fields_c {
    width: 503px;
    height: auto;
    /*min-height: 140px;*/
    background: url('../images/fields_top.jpg') no-repeat;
}

.fields_b {
    width: 503px;
    height: 7px;
    background: url('../images/fields_bot.jpg') no-repeat;
    line-height: 0px;
    overflow: hidden;
}

.fields_c h3 {
    border: none;
    padding-top: 10px;
    color: #284c6f;
    padding-left: 15px;
}

.underlined {
    color: #909090;
    border-bottom: 1px solid #e1dddd;
}

input.btn {
    background: url("../images/srch_btn.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 15px;
    height: 28px;
    padding: 0 5px;
}

#additional_links td {
    padding: 0 3px 3px 0;
}
#top_menu {
    background: url("../images/menu_top_l.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    width:960px;
    margin:auto;
    margin-bottom:10px;
}
#top_menu_c{
    background: url("../images/menu_top_c.png") repeat-x scroll 0 0 transparent;
    height: 40px;
}
#top_menu_r {
    background: url("../images/menu_top_r.png") no-repeat scroll right top transparent;
    margin-left: 2px;
    margin-right: -10px;
    padding-right: 7px;
}
#top_menu ul{
    float: right;
    height: 35px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#top_menu ul li {
    background: url("../images/menu-bg.png") no-repeat scroll right 3px transparent;
    float: left;
    height: 35px;
    padding-right: 1px;
    width:85px;
}
#top_menu ul li a {
    color: #FFFFFF;
    display: block;
    font: 13px/36px Arial;
    text-align: center;
    text-decoration: none;
}
#top_menu ul li a:hover {
    color: #FFFFFF;
}
#search_box {
    background: url("../images/search_bg.png") no-repeat transparent;
    width: 400px;
    height: 46px;
    float:right;
}
#search_box input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 26px;
    margin: 15px 13px 13px 8px;
    width: 298px;
    padding-left:10px;
    color: #656565;
    font: 11px/12px Arial;
}
#menu_box {
    background: url("../images/menu_box.png") no-repeat scroll 0 0 transparent;
    height: 96px;
    margin: -4px auto 0;
    width: 988px;
}
#sortable_right li .box h4 {
    background-image: url("../images/wtitle.png");
    color: #FFFFFF;
    font-family: 'GyreHeros',Arial;
    font-size: 22px;
    font-weight: normal;
    height: 25px;
    padding: 10px 12px;
    width: 245px;
    text-shadow: 1px 1px 1px #052228;
}
#sortable_right li:first-child h4 {
    font-size: 22px;
    padding: 10px 12px;
    height: 25px;
    line-height: 42px;
    width: 200px;
    font-family: 'GyreHeros',Arial;
    color: #052228;
    font-weight: normal;
    background: none;
    text-shadow: none;
}
.flink {
    background-image: url("../images/flink.png");
    height: 55px;
    margin-left: -37px;
    width: 723px;
}
.flink h3 {
    color: #FFFFFF;
    font-family: PTSans;
    font-size: 26px;
    font-weight: normal;
    line-height: 55px;
    margin: 0;
    padding: 0 0 0 34px;
}
#sortable_central h3, .main_title {
    color: #FFFFFF;
    font-family: PTSans;
    font-size: 26px;
    font-weight: normal;
    line-height: 55px;
    margin: 0;
    padding: 0 0 0 34px;
    background-image: url("../images/flink.png");
    height: 55px;
    margin-left: -37px;
    width: 690px;
}

.flink_box {
    background-image: url("../images/box_bg.png");
    background-position: right center;
    background-repeat: repeat-y;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -1px 1px #FFFFFF inset;
    margin-bottom: 25px;
    padding: 5px 12px;
    width: 660px;
}
#sortable_central table, #articles table, #links table {
    background-image: url("../images/box_bg.png");
    background-position: right center;
    background-repeat: repeat-y;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -1px 1px #FFFFFF inset;
    margin-bottom: 25px;
    padding: 5px 12px;
    width: 690px;
}
.link_url {
    color: #1E5965;
    text-decoration: none;
    font-size: 11px;
}
.main_cat{
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d0;
}
.footer_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 0 0;
    height: 35px;
    margin: 0px auto auto;
    width: 960px;
}
.footer_box span{
    color: #A4A4A4;
    display: block;
    float: left;
    font: 11px/3.5em Arial;
    padding-left: 20px;
    width: 245px;
}
.footer_box a:hover{
    text-decoration: underline;
}
#page {
    background-image: url("../images/page_main.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: auto;
    min-height: 218px;
    width: auto;
}
.right_bot {
    background-image: url("../images/right_bot.png");
    width:280px;
    height: 53px;
}
.main_cat h2{
    background: url("../images/arrow.png") no-repeat scroll 0 9px transparent;
    padding: 6px 21px;
}
.main_cat table{
    background: url("../images/main_cat_city.png") no-repeat scroll 0 9px transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    height:73px;
}
.pricebox {
    background-color: #F0F0F0;
    border: 1px solid #D1D1D1;
    margin: 10px;
    padding: 5px;
    width: 660px;
}
.price {
    border: none;
    color: #940000;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
}
.pricebox ul {
    list-style: none;
}
.pricebox ul li {
    background: url("../images/arrow.png") no-repeat scroll 0 6px transparent;
    padding: 2px 20px;
}
.star{
    background: url("../images/star.gif") repeat scroll 0 0 transparent;
    float: right;
    height: 18px;
    width: 109px;
}
fieldset {
    background-color: #F0F0F0;
    border-color: #D6D6D6 #FFFFFF #FFFFFF #D6D6D6;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    margin: 7px;
    padding: 5px 20px;
}
.thumb {
    border: 2px solid #084c64;
}
.soc_box {
    float: left;
    margin-left: 6px;
    width: 32px;
}
.soc_field {
    margin-top: 5px;
    width: 150px;
    margin-left: -28px;
}
.article_title {
    color: #1E5965;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.article_title:hover {
    text-decoration: underline;
}
.top_line {
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    height: 1px;
    margin: 0px 0 10px;
}
.soc_field_link {
    width: auto;
    float: right;
}
.soc {
    float: left;
    width: 24px;
}
.phpld-widget h3 {
    /*background-image: url("../images/wtitle.png");
    color: #FFFFFF;
    font-family: 'GyreHeros',Arial;
    font-size: 22px;
    font-weight: normal;
    height: 25px;
    padding: 10px 12px;
    text-shadow: 1px 1px 1px #052228;*/
    color: #E69A44;
    font-family: "Lucida Sans";
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    height: 25px;
    padding: 10px 12px;    
}
.ym-col1 .phpld-widget h3 {
    background-image: url("../images/wtitle.png");
    color: #FFFFFF;
    font-family: 'GyreHeros',Arial;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding-left: 47px;
    text-shadow: 0 1px 0 #0F333B;
    line-height: 28px;

}
.ym-col2 .phpld-widget h3 {
    background-image: url("../images/wtitle.png");
    color: #FFFFFF;
    font-family: 'GyreHeros',Arial;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding-left: 13px;
    text-shadow: 0 1px 0 #0F333B;
    line-height: 28px;
}
.ym-col2 .phpld-widget:first-child h3 {
    background: none repeat scroll 0 0 transparent;
    color: #052228;
    font-family: 'GyreHeros',Arial;
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
}
#widget_61 .listingsList{
    padding-left: 11px;
}

#widget_61 h3 {
    background: none;
    color: #052228;
    font-family: 'GyreHeros',Arial;
    font-size: 22px;
    text-shadow: none;
    font-weight: normal;
}
.ym-col3 .listing-style-list{
    padding: 5px;
}
.ym-col1 .listingsList{
    border: 1px solid #f96a1f;
    margin-left: 2px;
    padding-top: 5px;
    width: 222px;
    border-radius: 0 0 6px 6px;
}
.ym-col1 .rssFeed{
    border: 1px solid #f96a1f;
    margin-left: 2px;
    padding-top: 5px;
    width: 222px;
    border-radius: 0 0 6px 6px;
}
.ym-col1 .boxPopCats{
    border: 1px solid #f96a1f;
    margin-left: 2px;
    padding-top: 5px;
    width: 192px;
    border-radius: 0 0 6px 6px;
}
.ym-col2 .listingsList{
    margin-left: 2px;
    padding-top: 5px;
    width: 222px;
}
.ym-col2 .rssFeed{
    border: 1px solid #f96a1f;
    margin-left: 2px;
    padding-top: 5px;
    width: 222px;
    border-radius: 0 0 6px 6px;
}
.ym-col2 .boxPopCats{
    /*border: 1px solid #f96a1f;*/
    margin-left: 2px;
    padding-top: 5px;
    width: 192px;
    border-radius: 0 0 6px 6px;
}
.ym-col3 .phpld-widget h3 {
    background: url("../images/flink.png");
    color: #FFFFFF;
    font-family: PTSans;
    font-size: 26px;
    font-weight: normal;
    height: 35px;
    padding-left: 47px;
    text-shadow: 0 1px 0 #0F333B;
    line-height: 28px;
    margin-left: -35px;
}
.ym-col3 .listingsList{
    padding-top: 5px;
    border-radius: 0 0 6px 6px;
}
.ym-col3 #widget_51{
    border: 1px solid #D0D0D0;
}
.ym-col3 .phpld-widget{
    border-radius:17px 17px 0 0;
}

#widget_56{
    background: none;
}
#widget_56 h3{
   background: url("../images/flink.png") no-repeat scroll 0 0 transparent;
   height: 45px;
   line-height: 33px;
}
#widget_56 .listingsList{
    border: none;
}
#widget_56 .listing-style-list{
    border: none;
}
#widget_56 .listing-style-list .ym-gbox {
    background-image: url("../images/box_bg.png");
    background-position: right center;
    background-repeat: repeat-y;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -1px 1px #FFFFFF inset;
    margin-bottom: 25px;
    padding: 5px 12px;
    width: 690px;
    margin-left: 0;
}
#widget_56 .listing-style-list .ym-gbox h4 {
    color: #1E5965;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus{
    background:none!important;    
}

.headerLogo h1{
    background:url("../images/logotype.2.png") no-repeat scroll 0 0 transparent;
    text-indent:-9999px;
    width:216px;
    margin:8px 0 0 -37px;  
    height:60px;
}
#widget_1, #widget_65 {
    background: none;
}
.ym-col3 .phpld-widget h {
    background: url("../images/wtitle_center_img.png") no-repeat scroll 8px 8px transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'GyreHeros',Arial;
    font-size: 18px;
    font-weight: normal;
    height: 49px;
    line-height: 49px;
    padding-left: 47px;
    text-shadow: 0 1px 0 #0F333B;
}
#widget_2 #submitForm .contactPage{
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
}
.listing-details h1 a{
    color: #F97322;
    font-family: "Monotype Corsiva","Apple Chancery",fantasy;
    font-weight: 700;
    line-height: 55px;
    text-shadow: none;
    padding-left: 0px;
}
.listing-details h1 a:hover{
    text-decoration: none;
}
#hierarchy {
    float: none;
    margin: 0;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    padding-right: 15px;
    font-weight: normal;
}
.ym-fbox-select {
  /*  text-align: center; */
}
#ok {
    margin-right: 0;
    margin-bottom: 15px;
}
.ym-col3 .phpld-widget .old_frame {
    background: url("../images/flink.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    line-height: 33px;
    color: #FFFFFF;
    font-family: PTSans;
    font-size: 26px;
    font-weight: normal;
}
#widget_2 {
    background: none;
}
.box_frame {
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
    padding-bottom: 15px;
}
#submitForm .box_frame .ym-equalize {
    background-color: #F0F0F0;
    border: 1px solid #D1D1D1;
    margin: 10px;
    padding: 5px;
    width: 685px;
}
.ym-fbox-text ul li {
    background: url("../images/arrow.png") no-repeat scroll 0 6px transparent;
    padding: 2px 20px;
}

.price {
    border: medium none;
    color: #940000;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0px;
}
.submit_frame {
    background-color: #F0F0F0;
    border: 1px solid #D1D1D1;
    margin: 10px;
    padding: 5px 0 15px 15px;
    width: 660px;
}
#menuLog {
    display: block;
}
.listing-list-item  {
    background-image: url("../images/box_bg.png");
    background-position: right center;
    background-repeat: repeat-y;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -1px 1px #FFFFFF inset;
    margin-bottom: 25px;
    padding: 5px 12px;
    width: 94%;
}
.ym-col3 .listing-list-item  {
    width:  97%;
}
.ym-col3 .listingsList .featured .listing-list-item  {
    background-image: url("../images/box_bg_f.png");
    background-position: right center;
    background-repeat: repeat-y;
    border: 1px solid #F97322;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -1px 1px #FFFFFF inset;
    margin-bottom: 25px;
    padding: 5px 12px;
    width: 98%;
}
#widget_8{
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
    border-radius: 0 0 0 0;
}
.listing-list-item .listing-title{
    color: #f97322;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    display: block;
}
.box_img_bot{
    background: url("../images/main_cat_city.png") no-repeat scroll right bottom transparent;
    padding-bottom: 20px;
    margin-top: 10px;
}
.contactPage .float-right {
    float: none;
}
.contactPage .ym-fbox-button{
    text-align:center;
}
.contactPage h1 {
    background: url("../images/flink.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: PTSans;
    font-size: 26px;
    font-weight: normal;
    height: 54px;
    line-height: 51px;
    margin-left: -35px;
    padding-left: 47px;
    text-shadow: 0 1px 0 #0F333B;
}
#widget_2 .contactPage{
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
    }
#widget_6{
    background-image: url("../images/main_cat.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
    margin-top: -23px !important;
    padding: 20px;
    border-radius: 0;
}
.ym-gbox h4 a {
    color: #F97322;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 5px;
}

.ym-gbox h4 {
    background: url("../images/arrow.png") no-repeat scroll 0 8px transparent;
    padding: 6px 14px;
    margin: 0;
}
.ym-gbox .listing-grid h4 {
    background: none;
    padding: 6px 0px;
    margin: 0;
}
.parent #main_title{
    color: #505050;
    font-family: Arial;
}
.parent{
    color: #F97322;
    font-size: 16px;
    padding-left: 8px;
}
.category-description {
    padding-left: 8px;
}
fieldset {
    background-color: #FFFFFF;
    background-image: url("../images/bg4.png");
    border-color: #D6D6D6 #FFFFFF #FFFFFF #D6D6D6;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    margin: 7px;
    padding: 5px 20px;
}

fieldset legend {
    background-color: #F4FAFF;
    border: 1px outset #99CCFF;
    border-radius: 12px 12px 12px 12px;
    color: #F97322;
    font-weight: 700;
    padding: 2px 14px;
}
.url .link{
    color: #666666 !important;
    font-size: 10pt !important;
    font-weight:normal !important;
}
.description-detail {
    border-left: 1px dashed #AC0000;
    color: #F97322;
    margin: 1em 2em;
    padding-left: 1em;
}
.description-detail:first-letter {
    color: #F97322 ;
    float: left;
    font-family: "Monotype Corsiva","Apple Chancery",fantasy;
    font-size: 220%;
    font-weight: 700;
    margin: -5px 7px 5px 0;
}
.deep_links .ym-label{
    color: #6F6F6F;
    font-family: Arial;
    font-size: 12px;
}
.deep_links .smallDesc a {
    color: #666666 !important;
    font-size: 10pt !important;
    font-weight: normal !important;
}
fieldset u {
    clear: left;
    display: block;
    float: left;
    font-weight: 700;
    padding: 5px;
    text-decoration: none;
    width: 100px;
}
.listthumb {
    border: 1px solid #000;
    margin: auto;
    width: 160px;
}
.thumbshots {
    width: auto;
    text-align: center
}
.link-category {
    width: 100%;
    margin: auto;
}
.deep_links {
    width: 100%;
    display: block;
}
.link-category-title {
    color: #6F6F6F;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.link-category-title a{
    font-weight: normal;
    color: #666666;
    font-size: 10pt;
    font-weight: normal;
}
.url label {
    font-weight: bold;
}
.deep_links .ym-label {
    font-weight: bold;   
}
.a2a_kit {
    padding-top: 5px;
}
.nopadding .button_rate {
    background-color: #F4FAFF !important;
    border: 1px solid #f9e4cd !important;
    border-radius: 10px 10px 10px 10px !important;
    color: #F97322 !important;
    padding: 0px !important;
    width: auto !important;
    background-image: none !important;
    margin-top: -2px !important;
}
.link-category h1{
    color: #F97322;
    font-family: "Monotype Corsiva","Apple Chancery",fantasy;
    font-size: 220%;
    font-weight: 700;
}
.spotlight {
    text-align: center;
    padding-top: 10px;
}
.spotlight a {
    color: #F97322;
}
.top_line {
    border-bottom: 1px solid #D3D3D3;
    clear: both;
    height: 1px;
    margin: 0 0 10px;
}
.listing-list-item p {
    margin: 0;
}
#additional_links_table td {
    border: none;
}
#additional_links_table {
    border: none;
    width: auto;
}