html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(/cms/images/petshq/background.gif);
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    background-color: #e8e8e8;
}

strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #257EC0;
    text-decoration: none;
}

a:hover {
    color: #222288;
    text-decoration: none;
}

h1 {
    color: #FF3300;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#main_content {
    margin: 0;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-right: solid 1px #E4E4E5;
    border-left: solid 1px #E4E4E5;
    background-color: #FFFFFF;
    text-align: left;
}

#main_content_left {
    padding: 0;
    margin: 0;
    width: 670px;
    float: left;
}

#main_content_right {
    margin: 0;
    width: 300px;
    float: right;
}

#footer {
    height: 30px;
    background-color: #FFFFFF;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

.left_50_col {
    padding: 0;
    margin: 0;
    width: 49%;
    float: left;
}

.right_50_col {
    padding: 0;
    margin: 0;
    width: 49%;
    float: right;
}

/* --------------   HEADER STYLES START   --------------*/

#homeheaderwrap {
    margin: 0;
    padding: 0;
    height: 120px;
    background-color: #FFFFFF;
}

#headerwrap {
    margin: 0;
    padding: 0;
    height: 160px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FF3300;
}

#headertop {
    margin: 0;
    width: 100%;
    height: 65px;
}

#sitesearch {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 325px;
    float: right;
    background-image: url(/cms/images/petshq/site-search-bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 10px;
}

#sitesearchform a {
    font-size: 9pt;
    background: url(/cms/images/petshq/site-search-icon.gif) no-repeat right center;
    padding-left: 5px;
    padding-right: 15px;
}

#sitesearchform .sitesearchselection input[type="radio"] {
    margin-top: 4px;
}

.sitesearchselection {
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

#sitesearchform .sitesearchselection span {
    margin-right: 2px;
}

/* Search Directory Component*/
#searchbox {
    font-weight: bold;
    background-color: #257EC0;
    border: solid 1px #FF3300;
    height: 180px;
    margin-bottom: 10px;
}

#searchbox a {
    text-decoration: underline;
}

#searchbox h2 {
    margin: 0;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 10px;
    height: 38px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/search-box-head-bg.gif) repeat-x top;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

#searchbox h2 .icon {
    background: url(/cms/images/petshq/search-box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
}

#searchbox h2 a {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#searchbox .box_content {
    margin: 0 20px 10px 20px;
}

#searchbox .title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

#divSrchFooter {
    position: relative;
    width: 100%;
    top: 75px;
    left: 0;
    z-index: 2;
}

#divSrchFooter a {
    color: #FFFFFF;
}

#divSrchFooter a:hover {
    color: #FFFFFF;
}

#divSrchFooterLeft {
    position: absolute;
    top: 24px;
    width: 383px;
    vertical-align: bottom;
}

#divSrchFooterRight {
    position: absolute;
    top: 0;
    right: 0;
}

#quickSearchBoxSubmit {
    border: 1px solid #FFFFFF;
}

#quickSearchBoxSubmit:hover {

}

#searchboxform #ctlSubCategory {
    width: 330px;
}

#searchboxform #ctlSubLocation {
    width: 266px;
    font-size: 90%
}

#searchboxform {
    margin: 0;
    padding: 0;
    border: 0;
}

#navstrip {
    margin: 0;
    height: 35px;
    border-bottom: 1px solid #FF3300;
}

#breadcrumb {
    margin: 0;
    padding-left: 8px;
    padding-top: 5px;
    text-align: left;
    float: left;
}

#headerquicksearch {
    margin: 0;
    padding-left: 8px;
    padding-top: 5px;
    text-align: left;
    float: left;
}

#page_actions {
    margin: 0;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    float: right;
}

#page_actions a {
    text-decoration: underline;
}

/* --------------   BOXES   --------------*/

.box_content {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.box_content li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}

.box_content ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 25px;
}

.box_content ul.tabs-nav li {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.box_content .tabs-container {
    background: none;
}

.noindent li {
    margin-left: 23px;
}

.box_content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box_content h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
    color: #222288;
}

.box_content h3 .icon {
    background: url(/cms/images/petshq/search-box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
}

.box_dash {
    border-top: dashed 1px #7d7d7d;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    height: 0;
}

/* --------------  Orange BOX   --------------*/
.box1 {
    border: solid 1px #257EC0;
    margin-bottom: 10px;
    background-color: #FFF9E9;
}

.nobg {
    background-color: #FFFFFF;
}

.box1 h2 {
    margin: 0;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    height: 28px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/box-head-bg.gif) repeat-x top;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.box1 h2 .icon {
    background: url(/cms/images/petshq/box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
    padding-top: 5px;
    height: 23px;
    display: block;
}

.box1 h2 a {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.box_fieldset {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.advertiser_details .label {
    width: 45px;
    display: block;
    float: left;
    font-weight: bold;
}

/* --------------   FORMS   --------------*/
.simpleform div {
    margin-bottom: 2px;
}

.simpleform label {
    float: left;
    display: block;
    width: 150px;
    text-align: right;
    padding-right: 15px;
}

.simpleformnarrow label {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    padding-right: 15px;
}

.simpleform legend {
    font-weight: bold;
}

.fatform form {
    padding-left: 100px;
    padding-top: 20px;
}

.fatform label {
    float: left;
    display: block;
    width: 200px;
    text-align: right;
    padding-right: 15px;
}

.fatform div {
    padding: 5px;
}

.fatform .button {
    font-size: 18px;
}

.fatform div.required label, .fatform label.required {
    background-image: url(/cms/images/common/required.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.buttons {
    float: right;
    padding-top: 5px;
}

form div.required label, label.required {
    background-image: url(/cms/images/common/required.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

/* --------------   MESSAGES   --------------*/
/* This is the style for the informational messages presented to the user */

span.errorsbox {
    background: url(/cms/images/common/icon-warning.gif) no-repeat 8px;
    padding-left: 30px;
    display: block;
    border: 2px solid red;
    background-color: #FFFFCC;

}

span.errorsbox span.fielderrors {
    display: block;
}

span.messagebox {
    background: url(/cms/images/common/icon-information.gif) no-repeat 8px;
    padding-left: 30px;
    display: block;
    border: 2px solid red;
    background-color: #FFFFCC;

}

span.messagebox span.messages {
    display: block;
}

/* --------------   GENERAL  --------------*/

.clearfloat {
    clear: both;
    height: 0;
    display: block;
}

#extra {
    margin: 0px auto;
    width: 100%;
    height: 8px;
}

.img_pad {
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
}

.img_pad_right {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: right;
}

.title {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 4px;
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}

#footer_b {
    clear: both;
}

#footer_b .col {
    width: 244px;
    float: left;
}
#footer_b .col_3 {
    width: 325px;
    float: left;
}

#footer_b .col p {
    font-weight: bold;
    color: #FF3300;
    font-size: 12px;
    margin-bottom: 5px;
}

#footer_b .col_3 p {
    font-weight: bold;
    color: #FF3300;
    font-size: 12px;
    margin-bottom: 5px;
}

#footer_b .col ul li {
    font-size: 11px;
    padding: 2px 0;
}

.box_content h1 {
    color: #222288;
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}

/* Ad Center */
.adCentre {
    border: solid 1px #257EC0;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.adCentre h4 {
    margin: 0;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    height: 28px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/box-head-bg.gif) repeat-x top;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.adCentre h4 .icon {
    background: url(/cms/images/petshq/box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
    padding-top: 5px;
    height: 23px;
    display: block;
}

.adCentreHelp {
    border: solid 1px #003D79;
    background-color: #FFFFFF;
}

.adCentreHelp h5 {
    margin: 0;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 1px;
    height: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/search-box-head-bg.gif) repeat-x top;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

fieldset {
    border: 1px solid;
    padding: 5px;
    margin-bottom: 10px;
}

legend {

}

.wordcount {
    color: black;
    font-weight: bold;
}

.limitreached {
    color: red;
    font-weight: bold;
}

/**
* Step Indicator
*/
#stepsindicator {
    background: url(/cms/images/petshq/header-tabs-bg.gif) repeat-x 0 0;
}

#stepsindicator table {
    margin: 0;
}

#stepsindicator table td {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;

}

#stepsindicator a {
    color: #FFF;
    font-weight: bold;
}

#stepsindicator a strong {
    color: #112650;
    cursor: pointer;
}

#stepsindicator a:hover strong {
    color: #FFF;
}

/**
* Active State
*/
#stepsindicator td.active {
    padding-top: 2px;
    padding-bottom: 0;
    background: none;
}

#stepsindicator td.active a {
    display: block;
    color: #e78723;
    background: url(/cms/images/petshq/stepsindicator-active-bg.gif) no-repeat top left;
}

#stepsindicator td.active a span {
    display: block;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 3px;

    color: #e78723;
    background: url(/cms/images/petshq/stepsindicator-active-cap.gif) no-repeat top right;
    text-align: center;
}

#stepsindicator td.active a strong,
#stepsindicator td.active a:hover strong {
    color: #e78723;
}

/**
* Glossary
*/
.glossary {
    color: #555;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    font-size: 11px;
}

.glossary ul {
    margin: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

}

.glossary ul li {
    display: block;
    margin: 5px 0;
    list-style: none;
}

.glossary strong {
    color: #000;
}

td.remember {
    padding-left: 10px;
}

td.form {
    padding-right: 10px;
}

/**
* Hint box
*/
.hint {
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 7px;

    background: #fff9e8 url(/cms/images/petshq/hint-bg.gif) repeat-x top left;
    border: 1px solid #ffbb55;
}

/**
* Welcome Text
*/
.welcome {
    padding: 10px;
}

/**
* Misc
*/
#adTypeForm .or {
    padding-top: 5px;
    padding-right: 125px;
    padding-bottom: 5px;
    padding-left: 0;

    text-align: right;
}

#adTypeForm .field {
    text-align: right;
}

.advertiserMenu {
    font-size: 110%;
    font-weight: bold
}

.advertiserMenu a {
    border: 1px solid;
    padding: 3px;
    background-color: #003D79;
    color: #FFF
}

/* CSS Document */

.plusad {
    width: 150px;
    height: 100px; /*display: block;*/
    vertical-align: middle;
    border: solid 1px #7D7D7D;
}

.adImage {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    border: solid 1px #7D7D7D;
    margin-top: 5px;
}

#quicksearch {
    background-color: #faa81a;
    border: 1px solid #7D7D7D;
}

#quicksearch h2 {
    background: transparent url(/cms/images/petshq/search-box-head-bg.gif) repeat-x scroll center bottom;
    margin: 0;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 1px;
    height: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

#quicksearch h2 .icon {
    background: url(/cms/images/petshq/search-box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
}

#quicksearch a {
    color: #1a497e;
    text-decoration: underline;
}

#quicksearch a:hover {
    color: #FFFFFF;
}

#quicksearchtable {
    width: 100%;
}

#quicksearchtable td {
    padding: 5px;
}

#quicksearchtable #ctlCategory {
    width: 150px;
}

#quicksearchtable #ctlSubCategory {
    width: 360px;
}

#quicksearchtable #ctlSubLocation {
    width: 200px;
}

#refinesearchtable {
    border-bottom: solid 1px #FF3300;
    width: 100%;
}

.searchresultstable {
    width: 100%;
}

.searchresults {
    color: #FF3300;
    border-bottom: solid 1px #FF3300;
    border-top: solid 1px #FF3300;
    font-weight: bold;
    padding-top: 2px;
}

.searchresults span.icon {
    padding-left: 15px;
    background-image: url(/cms/images/petshq/arrow_bottom_left.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#refinesortby td {
    border-bottom: 1px dashed #FF3300;
    padding: 5px 0 5px 0;
}

#refinesortby span {
    padding-right: 40px;
    padding-left: 5px;
}

#refinesortby span.icon {
    font-weight: bold;
    padding-left: 15px;
    background-image: url(/cms/images/petshq/search-box-head-icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#refinesearchby td {
    padding: 5px 0 5px 0;
}

#refinesearchby span {
    padding-left: 5px;
}

#refinesearchby span.icon {
    font-weight: bold;
    padding-left: 15px;
    background-image: url(/cms/images/petshq/search-box-head-icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

#refinesearchby .smaller {
    font-size: 90%
}

#refinesearchsubmit {
    border: 1px solid #FAA81A;
}

/* ---- AD LISTING --- */

.listingotheraddresses {
    margin: 0;
    padding: 0;
    width: 100%;
}

.listing {
    margin: 0;
    border: 0;
    padding: 0 0 5px 0;
    width: 100%;
}

.bordered {
    border: solid 1px #7d7d7d;
}

.highlighted .highlightbg {
    width: 100%;
    background-color: #fff8e5;
}

.listing .index {
    background-color: #FAA81A;
    height: 15px;
    width: 16px;
    text-align: center;
    margin-bottom: 2px;
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    font-size: 12px;
    display: block;
    float: left;
    margin-top: 2px;
}

.businessname {
    margin-left: 5px;
    font-size: 12pt;
}

.businesslistingheader {
    float: left;
    margin-left: 3px;
    width: 500px;
}

.businesslogo {
    float: right;
    width: 150px;
    height: 50px;
    overflow: hidden;
    text-align: right;
    margin-top: 3px;
    margin-right: 3px;
}

.businessshortdesc {
    display: block;
    margin-left: 3px;
    width: 450px;
    float: left;
}

.businessaddress {
    display: block;
    margin-left: 3px;
    margin-top: 10px;
    float: left;
    width: 450px;
}

.businesshotoffer {
    background: url(/cms/images/petshq/hq-offer-head.gif) no-repeat;
    display: block;
    width: 128px;
    border: solid 1px #7d7d7d;
    background-color: #FFFFFF;
    padding-top: 13px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    margin-top: 10px;
    margin-right: 3px;
}

.nobusinesshotoffer {
    display: none;
}

.contactactions {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.moreinfo {
    display: block;
    float: right;
    margin-right: 3px;
    margin-bottom: 3px;
}

.listingmoreinfo {
    border: 1px solid #e95f16;
}

.listingmoreinfo:hover {
    border: 1px solid #e95f16;
}

/* ---- BUSINESS PROFILE ---- */

.profile_wrapper {
    border: solid 1px #7d7d7d;
    background-color: #FFFFFF;
    padding: 5px;
}

.profile_wrapper li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

.profile_wrapper p {
    margin-top: 4px;
    margin-bottom: 4px;
}

#profile_header {
    display: block
}

.profilelogo {
    display: block;
    float: left;
    width: 300px;
    height: 205px;
    padding-bottom: 140px;
    text-align: left;
    vertical-align: top;
}

.profiletellthem {
    display: block;
    float: left;
}

.profilebusinessdetail {
    display: block;
    width: 50%;
    float: right;
    margin-bottom: 10px;
}

h1.profilebusinessname {
    color: #257EC0;
    font-size: 160%;
    margin: 0;
    font-weight: bold;

    vertical-align: top;
    padding: 0;
    height: auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    background: none;

}

.additionalImages {
    float: left;
    margin-left: 10px;
    margin-top: -145px;
    width: 300px
}

.tellthisbusiness {
    margin-top: -43px;
    margin-left: 130px;
    float: left;
    width: 300px;
}

.profileprimarycontact {
    display: block;
    font-weight: bold;
    border-bottom: solid 2px #dadbdb;
    font-size: 110%;
}

.profileprimarycontact .label {
    display: block;
    width: 55px;
    float: left;
}

/* --------------  Dark Blue BOX   --------------*/
.profileaddress_box {
    border: solid 1px #7d7d7d;
}

.profileaddress_box h2 {
    margin: 0;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 0;
    height: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/search-box-head-bg.gif) repeat-x top;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.profileaddress_box h2 .icon {
    background: url(/cms/images/petshq/box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
}

.profileaddress {
    float: left;
    display: block;
    width: 30%;
    padding: 5px;
}

.profilecontact {
    display: block;
    float: left;
    width: 38%;
    padding: 5px;
}

.profileactions {
    float: right;
    display: block;
    width: 145px;
}

.profileactions img {
    padding-bottom: 2px;
}

#profilenews {
    float: left;
    display: block;
    width: 48%;
    padding: 5px;
    border-bottom: solid 1px #a3a3a3;
}

#profilenews h2 {
    font-size: 110%;
    padding-left: 8px;
    color: #FF3300;
    border-bottom: solid 1px #FF3300;
    border-top: solid 1px #FF3300;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#profileproductservice {
    float: right;
    display: block;
    width: 48%;
    padding: 5px;
    border-bottom: solid 1px #a3a3a3;

}

.featureimage {
    float: left;
    width: 80px;
    overflow: hidden;
    text-align: left;
    padding-right: 5px;
}

#profileproductservice h2 {
    font-size: 110%;
    padding-left: 8px;
    color: #FF3300;
    border-bottom: solid 1px #FF3300;
    border-top: solid 1px #FF3300;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.profile_hotoffer {
    padding: 5px;
}

.profile_hotoffer h3 {
    font-size: 1.4em;
    margin: 0;
    font-weight: bold;
    color: #FF3300;
}

.profileservices {
    display: block;
    background-color: #EBF2F9;
    padding: 4px;
}

.profileservicescontent {
    margin-top: 10px;
}

.profileservices h3 {
    display: block;
    background-color: #9EC1E1;
    padding: 2px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #257EC0;
    text-align: left;
}

.profilepaymentmethods {
    width: 100%;
    padding: 4px;
    margin: 0;
    border: 0;
}

/* Image Gallery*/

.adImagesGallery {
    width: 200px;
    float: left;
    padding-top: 10px;
}

.gallery_container {
    margin: 0 auto 60px auto;
    height: 530px;
    width: 500px;
    float: right;
    border-left: 3px solid #9EC1E1;
    padding-left: 10px;
    padding-top: 10px;
}

.galleryHeader {
    border-bottom: 10px solid #9EC1E1;
    width: 100%;
}

.galleryLogo {
    display: block;
    float: left;
}

.galleryBsuinessName {
    display: block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10px;
    line-height: 30px;
    color: #257EC0;
}

#Nav, #NavSub, #Nav li, #Nav li ul li {
    margin: 0;
    padding: 0;
    z-index: 5;
}

#menuBar {
    width: 1001px;
    height: 35.6px;
}

#Nav li {
    background-image: url(/cms/images/petshq/left-menu-bg.gif);
    border-right: 1px solid white;
    display: inline;
    float: left;
    line-height: 35.6px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 165.5px;
. width : 165.5 px;
}

li#NavO {
    background-image: url(/cms/images/petshq/right-menu-bg.gif);
    border-right: 1px solid white;
    display: inline;
    float: left;
    line-height: 35.6px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 166.5px;
. width : 169 px;
}

#Nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
}

#Nav li ul li a {
    font-size: 10px;
    font-weight: normal;
}

#Nav {
    height: 35.6px;
}

/*li:hover#Nav*/
#Nav li:hover {
    background-image: none;
    background-color: #9EC1E1;
}

li:hover#NavO {
    background-image: none;
    background-color: #FF3300;
}

/* The next level  */
#Nav li ul {
    background-color: #9EC1E1;
    background-image: none;
    display: none;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
}

/* Make the list visible on hover*/
#Nav li:hover ul {
    display: block;
}

#Nav li ul li {
    border-bottom: 1px solid white;
    background-image: none;
    border-right: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    list-style: none;
}

#Nav li ul li:hover {
    background-color: #257EC0;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.noBorder {
    border: none;
}

.topBorder {
    border-top: 1px solid white;
}

/* CSS Document */

#divMainCmb {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 4;
}

/*	Category div 	*/
#divCatCmb {
    position: absolute;
    top: 0;
    z-index: 4;
}

#divList {
    display: none;
}

.divImg {
    background-image: url(/cms/images/petshq/select-default.gif);
    width: 29px;
    height: 39px;
    border: 1px;
    border-color: #BCBDBF;
    border-style: solid; /*position:absolute;*/
    float: left;
}

.divImg:hover {
    background-image: url(/cms/images/petshq/select-hover.gif);
}

/*	Location div	*/
#divLocCmb {
    position: absolute;
    top: 0;
    left: 355px;
    z-index: 4;
}

#divLocList {
    display: none;

}

/*	Styles	*/
.txtbox {
    position: absolute;
    height: 38px;
    width: 250px;
    padding-left: 4px;
    padding-top: 10px;
}

input.newText {
    height: 1.4em;
. height : 18 px;
    padding: 10px;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #BCBDBF;
    color: dimgray;
    width: 280px;
}

#subCategoryCombo #txtCombo {
    width: 280px;
    margin-right: -4px;
    background-color: white;
    float: left;
}

#keywordInput #keywordtxt {
    width: 280px;
}

#txtLocCmb {
    width: 213px;
    margin-right: -4px;
    background-color: white;
    float: left;
}

/*
.selCombo {
    width:250px;
}
*/

/*	Headers 	*/
#divHeader {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
}

.browseby {
    border: solid 1px #003D79;
    background-color: #FFFFFF;
}

.browseby h2 {
    margin: 0;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 10px;
    height: 38px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/cms/images/petshq/search-box-head-bg.gif) repeat-x top;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.browseby h2 .icon {
    background: url(/cms/images/petshq/search-box-head-icon.gif) no-repeat left center;
    padding-left: 15px;
}

.browseby_content .category_group {
    float: left;
    width: 365px;
    height: 300px;
    min-height: 230px;
    background: #fff9e9;
    border: 1px solid #F90;
    margin: 0;
    padding-left: 0;
}

.box1 .browseby_content {
    background-color: #FFFFFF;
}

.browseby_content {
    padding: 10px;
}

.browseby_content .category_group ul {
    padding-left: 40px;
}

.browseby_content .category_group ul li {
    margin: 5px 0;
    list-style-image: url(/cms/images/petshq/search-box-head-icon.gif);
}

#browseby_groups_list {
    padding: 0;
    float: left;
    width: 280px;
    margin: 0;
}

#browseby_groups_list li {
    position: relative;
    display: block;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;

    color: #F90;
    border-bottom: 1px dotted #7c8081;
    font-weight: bold;
    list-style: none;
    zoom: 1;
}

#browseby_groups_list li.active {
    margin: 0 -2px 0 0;
    background: #fff9e9;
    border-top: 1px solid #F90;
    border-bottom: 1px solid #F90; /*z-index: 99;*/
}

#browseby_groups_list li a:link,
#browseby_groups_list li a:visited {
    position: relative;
    display: block;
    color: #F90;
}

/**
 * Business Phase - Stylesheet to pretty-up the tabs
 *
 * @package Small Business [HQ]
 * @subpackage Frontend
 * @author sm2.com.au
 * @version 1.0
 * @copyright SM2 2008.
 * @created 2008-02-21
 */
#businessphase_tabs {
    position: relative;
    zoom: 1;
    float: right;
}

#businessphase_tabs .tab {
    position: relative;
    clear: both;
    padding: 0;
    border: 1px solid #7d7d7d;
    zoom: 1;
    z-index: 1;
    width: 667px;
    height: 197px;
}

#businessphase_tabs .tab strong {
    color: #041f4a;
}

#businessphase_tabs .tab img {
    margin: 0 0 -3px 0;
    padding: 0;
    border: 0;
}

#businessphase_tab_list {
    position: relative;
    clear: both;
    float: right;
    width: 667px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#businessphase_tab_list td {
    padding: 0;
    background: none;
    vertical-align: top;
    font-size: 10px;
}

#businessphase_tab_list td div {
    position: relative;
    display: block;
    margin: 0 1px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3px;

    color: #FFF;
    background: url(/cms/images/petshq/inline/tab.bg.gif) no-repeat top left;
}

#businessphase_tab_list td div a {
    display: block;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 22px;

    color: #FFF;
    background: url(/cms/images/petshq/inline/tab.bg.gif) no-repeat top right;
    cursor: pointer;
    height: 30px;
}

#businessphase_tab_list td div a strong {
    display: block;
    margin: 0 0 0 -12px;
    padding: 0 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;

    background: url(/cms/images/petshq/inline/quarter.down.arrow.gif) no-repeat 0 3px;
    cursor: pointer;
    font-size: 12px;
}

#businessphase_tab_list td.active div {
    margin-bottom: -1px;
    padding-bottom: 1px;
    color: #061d46;
    background-image: url(/cms/images/petshq/inline/tab.active.gif);
    z-index: 1;
}

#businessphase_tab_list td.active div a {
    color: #061d46;
    background-image: url(/cms/images/petshq/inline/tab.active.gif);
}

#businessphase_tab_list td.hover div,
#businessphase_tab_list td.hover div a {
    color: #FAA719;
}

#businessphase_tab_list td.active.hover div,
#businessphase_tab_list td.active.hover div a {
    color: #dc7e1e;
}

#businessphase_tab_list td.first div {
    margin-left: 0;
}

#businessphase_tab_list td.last div {
    margin-right: 0;
}

#advert_tabs .tab {
    position: relative;
    clear: both;
    border: 1px solid #7d7d7d;
    zoom: 1;
    z-index: 1;
}

#advert_tabs .tab img {
    margin: 0 0 -3px 0;
    padding: 0;
    border: 0;
}

#about_tab_list {
    margin: 0 0 20px 0;
    padding: 0;
}

#about_tab_list td {
    padding: 0;
    background: none;
    vertical-align: top;
    font-size: 10px;
}

#about_tab_list td div {
    position: relative;
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3px;
    margin: 0 1px;
    color: #FFF;
    background: url(/cms/images/petshq/inline/tab.inverted.bg.gif) no-repeat bottom left;
}

#about_tab_list td div a {
    display: block;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 22px;
    color: #FFF;
    background: url(/cms/images/petshq/inline/tab.inverted.bg.gif) no-repeat bottom right;
    cursor: pointer;
}

#about_tab_list td div a strong {
    display: block;
    margin: 0 0 0 -12px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;

    background: url(/cms/images/petshq/inline/quarter.down.arrow.gif) no-repeat 0 3px;
    cursor: pointer;
    font-size: 12px;
}

#about_tab_list td.active div {
    margin-top: -1px;
    padding-top: 1px;
    color: #061d46;
    background-image: url(/cms/images/petshq/inline/tab.inverted.active.gif);
    z-index: 1;
}

#about_tab_list td.active div a {
    color: #061d46;
    background-image: url(/cms/images/petshq/inline/tab.inverted.active.gif);
}

#about_tab_list td.hover div, #about_tab_list td.hover div a {
    color: #FAA719;
}

#about_tab_list td.active.hover div, #about_tab_list td.active.hover div a {
    color: #dc7e1e;
}

#about_tab_list td.first div {
    margin-left: 0;
}

#about_tab_list td.last div {
    margin-right: 0;
}
