html { overflow-x: auto; } 

BODY {
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000; 
    background-color : #a6a6a6; 
    margin : 0; 
} 



BR {
    font-size : 5px; 
    margin : 0; 
}

/********** LINKS ****************/

A:link {
    COLOR: #5678a2; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:visited {
    COLOR: #5678a2; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:hover {
    COLOR: #F56655;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

A:active {
    COLOR: #5678a2;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*margin: 0px 0px 0px 0px;*/
    /*list-style-image: url('./images/point.gif');*/ 
    /* background: url('./images/point.gif') no-repeat 0 12px; */
    /*padding: 2px 2px 2px 20px;*/
    /*padding: 10px 2px 2px 16px;*/
    /*display:block;*/
    /*display:list-item;*/
    
    list-style-image: url('./images/point.gif'); 
    padding: 0px 0px 0px 0px; 
 
}

ul.category_ul {
    /*list-style-image: url('./images/point.gif');*/
    /*padding: 0px;
    margin: 0px 0px 0px 0px;*/
    /*margin: 2px 2px 2px 20px;*/
    /*padding: 2px 2px 2px 20px;*/
    margin-left: 20px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

/* Status line row/font style */

.status_line {
    background-color:#000000;
    color:#ffffff;
    font-size: 9px;
    font-family: Verdana, Arial, Sans-Serif;
    height: 25px;
}
 
.status_line a:link, .status_line a:visited {
    color: #ffffff;
    font-size : 9px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

.status_line a:hover {
    color: #DB1700;
    text-decoration: underline;
}

#status_line_right { padding-right: 10px; }

#headerarea {
	background-color: #9C841A;
}

/* Company listings styles */

.company_default {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4, .company3, .company2, .company1 {
    font-size: 14px;
    font-weight: bold;
}


.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color: red;
    font-size: 9px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F7; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 1px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    border: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
}

td.table_header {
    border: 1px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 {
    border-bottom: 1px #dadada solid;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow2 {
    border-bottom: 1px #dadada solid;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 A:link,td.altrow1 A:visited,td.altrow1 A:hover, td.altrow2 A:link,td.altrow2 A:visited,td.altrow2 A:hover { color: #9C841A; text-decoration: none; }
td.altrow1 A:hover, td.altrow2 A:hover { color: #d6d6d6; text-decoration: underline; }	

table.bodyborder {
    border-bottom : 0px;
    border-left : 0px;
    border-right : 0px;
    border-top : 0px;
}

td.border {
    border-bottom : 1px solid #DADADA;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
}

td.border2 {
    background-image: url(images/cell-background.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
    padding : 5;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    background-color:#E9E9E9; 
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.textarea_tall {
    width: 300;
    height: 300;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.input_default {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 0px;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300;
    height: 200;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }

INPUT , SELECT {
    background-color : #FFFFFF; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000;
} 

TEXTAREA {
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

/********** TEXT STYLES *************************/
span.text {
    color: #525163;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft_bold {
    color: #959598;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_large_bold {
    font-size: 14px;
    font-weight: bold;
    text-decoration : none;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_small {
    font-size: 11px;
    text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_large_bold_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration : none; 
    color: 888888;
}

span.text_small_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration : none; 
    color: 888888;
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}


/********** ADDITIONAL ITEMS ****************/

#sitecontainer { width: 800px; background-color: #ffffff; }

#headermenu { font-size: 14px; height: 30px; background-color: #000000; text-align: left;  padding-left: 15px; font-weight: bold; color: #ffffff; }
.headermenudivider { padding-left: 20px; padding-right: 20px; }

#headermenu A:link,#headermenu A:visited,#headermenu A:hover { color: #ffffff; text-decoration: none; }
#headermenu A:hover { color: #9C841A; text-decoration: none; }

#container { width: 800px; background-color: #ffffff; }
#secondmenubox {  height: 30px; background-color : #9F9F9F; font-size: 10px; padding-left: 5px; color: #ffffff; }
.secondmenudivider { padding-left: 8px; padding-right: 5px; }
A.secondmenu:link,A.secondmenu:visited,A.secondmenu:hover { color: #ffffff; text-decoration: none; font-weight: bold; }
A.secondmenu:hover { color: #a6a6a6; text-decoration: underline; }
.outsideborder { border: 2px solid #e2e2e2; }
#contentareabottom { border-bottom: 0px; }

#homemainmenu, #hometopmenu, #homebottommenu { background-color: #000000; color: #ffffff; text-align: right; padding-right: 15px; font-size: 12px; font-weight: bold; }
#homecontentarea, #homebottomcontent { background-color: #ffffff; padding-bottom: 30px; }
#hometopmenu { font-size: 9px; }
#homebottommenu { height: 30px; text-align: center; font-size: 10px; color: #a6a6a6; }
#homebottomcontent { font-size: 12px; padding: 25px; text-align: center; color: #808080; }
#homemainmenu A:link,#homemainmenu A:visited,#homemainmenu A:hover { color: #ffffff; text-decoration: none; }
#homemainmenu A:hover { color: #9C841A; text-decoration: none; }

p { font-size: 12px; }
img { border: 0px; }

.magazine, .maps { padding: 15px; }

#slogan { font-size: 14px; color: #808080; margin-top: 25px; margin-right: 10px; }


.sidelistingtitle { margin: 0px; font-size: 12px; }
.sidelistinglocation { font-size: 10px; font-weight: bold; }
.sidelistingtext { margin: 0px; font-size: 10px; color: #808080; }
.sidecategorytitle { margin: 0px; margin-bottom: 10px; font-size: 10px; font-weight: bold; }

.resultsline { padding-top: 6px; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6; }

resultsarea.A:link,resultsarea.A:visited,resultsarea.A:hover { color: #9C841A; text-decoration: none; }
resultsarea.A:hover { color: #d6d6d6; text-decoration: none; }

.resultsbox1 .resultscompany { padding-right: 5px; font-size: 14px; }
.resultsbox1 .resultscity { font-size: 12px; padding-right: 15px; }
.resultsbox1 .resultsphone { font-size: 12px; }

.resultsbox3 { padding: 0px; border: 0px solid #a6a6a6; background-color: #ffffff; }
.resultsbox3 .resultscompany { padding-right: 5px; font-size: 16px; font-weight: bold; }
.resultsbox3 .resultslogo { float: left; margin-right: 15px; }
.resultsbox3 .resultscity { font-size: 12px; font-weight: bold; }
.resultsbox3 .resultsdescription { font-size: 12px; }
.resultsbox3 .resultsphone { padding-left: 30px; font-size: 12px; font-weight: bold; }

.resultsbox4 { padding: 3px; border: 0px solid #a6a6a6; background-color: #efefef; }
.resultsbox4 .resultscompany { padding-right: 5px; font-size: 16px; font-weight: bold; }
.resultsbox4 .resultslogo { float: left; margin-right: 15px; }
.resultsbox4 .resultscity { font-size: 12px; font-weight: bold; }
.resultsbox4 .resultsdescription { margin: 0px; margin-bottom: 15px; font-size: 12px; }
.resultsbox4 .resultsphone { padding-left: 30px; font-size: 12px; font-weight: bold; }
.resultsbox4 .resultswebsite { padding-right: 20px; font-size: 12px; font-weight: normal }
.resultsbox4 .resultsemail { font-size: 12px; font-weight: normal; }

#listingbox { margin: 10px; margin-bottom: 45px; }
.detailsbox { width: 150px; margin-left: 25px; border-left: 1px solid #dadada; height: 100%; }
.detailscompany { font-size: 20px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #dadada; margin-bottom: 10px; }
.detailslogo { float: left; width: 40%; border: 0px; margin-right: 15px; margin-bottom: 0px; }
.detailsmapnumber { background: url('./images/mapcircle.gif') no-repeat; font-size: 12px; width: 20px; padding-top: 2px; color: #ffffff; height: 20px; display: block; }
.detailsdescription, .detailsaddressbox, .detailslocatormap { margin: 0px; margin-bottom: 10px; font-size: 12px; }
.detailslocatormap { margin-top: 25px; width: 300px; border: 1px solid #a6a6a6; padding: 10px; }
.detailslocatortext { font-size: 12px; line-height: 18px; }
.detailslocatornumber { font-size: 10px; } 
.detailsaddressbox { margin-top: 15px; }
.detailswebbox { font-size: 12px; margin: 0px; margin-bottom: 5px; margin-top: 0px; }
.detailsother { margin: 0px; font-size: 12px; margin-bottom: 30px; line-height: 22px; }
.detailsitemtitle { font-weight: bold; margin-right: 10px; }
#detailsmenubox { margin-bottom: 15px; }
.detailsmenucell { font-size: 12px; text-align: left; padding: 3px; padding-right: 20px; margin-bottom: 15px; }
.ratingcount { font-size: 9px; }
.lastdetailsmenucell { text-align: left; }
.detailsmenuimage { margin: 0px; padding-right: 5px; margin-bottom: 5px; }
.detailsdoctitle { font-size: 10px; font-weight: bold; margin: 0px; margin-bottom: 5px; }
.detailsdocdescription { margin: 0px; font-size: 10px; color: #808080; }
.sidedetailstitle { font-size: 12px; font-weight: bold; padding-left: 10px; padding-bottom: 5px; border-bottom: 1px solid #dadada; margin: 0px; margin-bottom: 15px; }

.categorytitle { background-image: url(images/categoryback.gif); background-repeat: repeat-x; border: 1px solid #dadada; margin: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 22px; font-weight: bold; padding: 6px; }
.categorydescription { padding-left: 15px; font-size: 9px; font-weight: normal; }
.categorynavigation { margin: 0px; margin-bottom: 20px; padding-left: 0px; font-weight: bold; font-size: 10px;  }
A.categorytitlelink:link,A.categorytitlelink:visited,A.categorytitlelink:hover { color: #000000; text-decoration: none; font-weight: normal; font-size: 10px; }
A.categorytitlelink:hover { color: #F56655; text-decoration: underline; }
#categorybox { border: 0px solid #DADADA; padding: 0px; }

.subcatbox { margin: 0px; margin-top: 5px; line-height: 18px; font-size: 10px; color: #808080; padding-right: 15px; }
.subcattitle { font-weight: bold; }
.subcatcount { margin-left: 5px; }
.subcatbox a:link, .subcatbox a:visited, .subcatbox a:hover { font-size: 10px; color: #5678a2; text-decoration: none; }
.subcatbox a:hover { color: #F56655; text-decoration: underline; }

#resultscountbox { color: #808080; font-size: 12px; text-align: center; }
#resultstitle { padding-right: 5px; }
#resultsamount { color: #000000; font-weight: bold; }
#resultsnotice { padding-left: 80px; }

.formbasic  { padding: 0; border: 0; margin: 0; }
.formbasic .formselect { font-size: 10px; }

.contentbox { padding: 15px; margin-bottom: 40px; }
.contentbox p { font-size: 12px; line-height: 18px; }
.contentbox a { font-weight: bold; }
.sidebar { float: right; width: 135px; margin-left: 20px; margin-bottom: 20px; border: 1px solid #a6a6a6; background-color: #D6CEFF; padding: 10px; }
.sidebar p { margin: 0px; margin-bottom: 15px; }

.usernews { font-size: 10px; margin:0px; }
.usernews p { margin: 0px; padding-bottom: 8px; border-bottom: 1px dashed #dadada; margin-bottom: 8px; }


#firstonpage { margin-top: 0px; }

.sectionheader { font-size: 12px; font-weight: bold; margin-top: 25px; margin-bottom: 10px; background-color: #dadada; border: 1px solid #808080; padding: 6px; }

#tosbox { background-color: #ffffff; padding: 15px; }


#divMessage { text-align: center; height: 20px; visibility: hidden; }