
/*********************************************/
table.dog {
    width: 100%;
}

table.dog th {
    text-align: left;
}

table.dog th.name,
table.dog td.price {
    padding-bottom: 10px;
}

table.dog th.sub-title span {
    display: block;
    border-bottom: solid 1px #c0c0c0;
    margin-top: 25px;
}

table.dog th.sub-title span.left {
    margin-right: 19px;
}

table.dog td.price {
    text-align: right;
}

table.dog td.video {
    vertical-align: top;
    padding-bottom: 7px;
}

table.dog td.description {
    text-align: justify;
    vertical-align: top;
    width: 370px;
}

table.dog td.enquire {
    vertical-align: bottom;
    text-align: right;
    padding-top: 15px;
}

table.dog a.buttons {
    display: block;

    font-family: arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #666;

    border-top: 1px dotted #B2B2B2;

    padding:2px 20px 2px 12px;
    *padding:2px 20px 3px 12px;

    width: 150px;

    font-weight: bold;
    padding-left: 1px;
    padding-bottom: 0;
    width: 157px;
    color: maroon;
}

div.dog-listing a.button:hover {
    color: black;
}

table.dog a img.button {
    left:-3px;
    margin-bottom:-3px;
    margin-right:-3px;
    position:relative;
    top:-3px;
    border: none;
}

table.dog td.performance,
table.dog td.details {
    vertical-align: top;
}
table.dog td.details {
    padding-right: 20px;
}

table.dog dl {
    margin: 10px 0 0 0;
}

table.dog dl dt {
    clear: both;
    float: left;
}

table.dog dl dd {
    margin-left: 175px;
}

table.dog td.details dl dd {
    margin-left: 125px;
}

table.dog td.performance p.note {
    margin: 10px 0;
}

table.dog td.performance dl dt,
table.dog td.performance dl dd {
    height: 20px;
}

table.dog td.performance dl dd {
    background: url(../img/star-off.gif) repeat-x;
    display: block;
    width: 160px;
}

table.dog td.performance dl dd span {
    display: block;
    height: 16px;
    background: url(../img/star-on.gif);
}

table.dog td.performance dl dd span.rated1 {
    width: 16px;
}

table.dog td.performance dl dd span.rated2 {
    width: 32px;
}
table.dog td.performance dl dd span.rated3 {
    width: 48px;
}
table.dog td.performance dl dd span.rated4 {
    width: 64px;
}
table.dog td.performance dl dd span.rated5 {
    width: 80px;
}
table.dog td.performance dl dd span.rated6 {
    width: 96px;
}
table.dog td.performance dl dd span.rated7 {
    width: 112px;
}
table.dog td.performance dl dd span.rated8 {
    width: 128px;
}
table.dog td.performance dl dd span.rated9 {
    width: 144px;
}
table.dog td.performance dl dd span.rated10 {
    width: 160px;
}

div.gallery {
    width: 780px;
    margin: 0;
}
div.gallery div {
    float: left;
    width: 240px;
    height: 180px;
    margin: 19px 19px 0 0;
}

div.breed {
    border-bottom: solid 1px #c0c0c0;
    margin: 25px 0 20px 0;
    clear: both;
    text-align: justify;
    /*padding: 0 10px;*/
}
div.breed h3 {
    margin-top: 0;
}
div.breed-first {
    margin-top: 10px;
}
div.breed p {
    margin-top: 0;
}

div.wide div.dog-list {
    width: 785px;

}


/** Listing of dogs on Breed page *********************************************/
div.dog-listing {
    display: block;
    clear: both;
    padding-top: 20px;
}

div.dog-listing div.photo {
    width: 206px;
    height: 152px;
    float: right;
    padding: 8px;
    border: 1px solid #D2D2D2;
}

div.dog-listing div.photo a {
    line-height: 152px;
}


div.dog-listing dl {
    margin-left: 6px;
}

div.dog-listing dd {
    margin-left: 60px;
}

div.dog-listing dt,
div.dog-listing dd {
    line-height: 19px;
}

div.dog-listing a.button {
    margin-top: 1.5em;
    display: block;
}
