#muscle {
}

#muscle-search {
    background: #f60 url(/images/search-bg.png);
    height: 44px;
    margin: 0 0 4px 0;
    color: #fff;
}

#muscle-search #search-query {
    margin: 7px 0 0 8px;
    width: 392px;
    padding: 6px;
    float: left;
}

#muscle-search #search-submit {
    width: 120px;
    height: 32px;
    margin: 6px 0 0 4px;
    float: left;
}

#muscle-search p {
    height: 44px;
    width: 208px;
    margin: 0;
    float: right;
    text-align: center;
    color: #fff;
}

#muscle-search p a {
    display: block;
    height: 44px;
    width: 208px;
    margin: 0;
    color: #000;
    text-decoration: underline;
}

#muscle-search p a span {
    display: block;
    padding-top: 14px;
}

#muscle-search p a:hover {
    text-decoration: none;
}

#muscle #muscle-controller {
    width: 792px;
    height: 40px;
    background: #222 url(/images/controller-bg.png);
    color: #fff;

}

#muscle #muscle-controller .action {
    width: 100px;
    padding-top: 8px;
    float: right;
}

#muscle #muscle-controller a {
    color: #fff;
}

#muscle-controller h1  {
    display: block;
    float: left;
    width: 264px;
    margin: 8px 0 0 8px;
    padding: 0;
    font-size: 10pt;
}

#muscle-controller h1.s  {
    width: auto;
}

#muscle-controller h1 a {
    display: block;
    padding: 4px 4px 4px 4px;
    color: #000;
    text-decoration: none;
}

#muscle-controller h1 a:hover {
    text-decoration: underline;
}

#muscle #muscle-filter {
    display: inline;
    float: right;
    width: 496px;
    margin: 7px 6px 0 0;
}

#muscle #muscle-filter select {
    float: right;
    margin: 0;
    padding: 4px;
}

#muscle-restorations-promo {
    margin: 4px 0;
    width: 792px;
    height: 120px;
    background: #000;
    background: url(/images/restorations-banner.jpg);
}

#muscle-restorations-promo a {
    display: block;
    width: 792px;
    height: 120px;
    color: #fff;
}

#muscle-restorations-promo a span {
    display: none;
}

#muscle .muscle-pager {
    margin: 4px 0 0 0;
    background: #222 url(/images/pager-bg.png);
    color: #fff;
    height: 40px;
}

#muscle .muscle-pager ul {
    padding: 0;
    margin: 0 0 0 8px;
    list-style: none;
}

#muscle .muscle-pager ul li {
    float: left;
    padding: 8px 0;
    margin: 0 4px;
}

#muscle .muscle-pager ul li strong {
    display: block;
    padding: 2px 0 0 0;
}

#muscle .muscle-pager ul li a {
    font-size: 9pt;
    display: block;
    width: 20px;
    height: 20px;
    background: #555;
    color: #fff;
    text-align: center;
    border: 1px solid #555;
    text-decoration: none;
}

#muscle .muscle-pager ul li a:hover {
    font-size: 9pt;
    display: block;
    width: 20px;
    height: 20px;
    background: #f60;
    color: #000;
    text-align: center;
    border: 1px solid #f60;
    text-decoration: none;
}

#muscle .muscle-pager ul li a.active {
    background: #f60;
    border: 1px solid #f60;
    font-weight: bold;
    color: #fff;
}

#muscle .muscle-pager ul li a span {
    display: block;
    margin-top: 2px;
}

#muscle ul#muscle-dataset {
    margin: 0;
    padding: 0;
}

#muscle ul#muscle-dataset li {
    display: block;
    margin: 4px 0;
    padding: 0;
    position: relative;
}

#muscle ul#muscle-dataset li a.i {
    display: inline;
    width: 140px;
    height: 96px;
    float: left;
    margin: 0;
    border: 4px solid #242424;
}

#muscle ul#muscle-dataset li a:hover.i {
    border: 4px solid #ffe807;
}

#muscle ul#muscle-dataset li a.i span {
    display: none;
}

#muscle ul#muscle-dataset li h3 {
    float: right;
    display: inline;
    width: 644px;
    height: 24px;
    margin: 0 0 8px 0;
    background: #000 url(/images/listing-h3-bg.png) repeat-x;
}

#muscle ul#muscle-dataset li h3.t {
    background: #000 url(/images/listing-h3-t-bg.png) top right;
}

#muscle ul#muscle-dataset li h3 a {
    display: block;
    padding: 4px;
    color: #ffe807;
    text-decoration: none;
}

#muscle ul#muscle-dataset li h3 a:hover {
    text-decoration: underline;
}

#muscle ul li span.tender {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url(/images/tender-sash.png) no-repeat;
}

#muscle ul li h3 a.tender {
    display: block;
    width: 160px;
    padding: 4px;
    color: #f60;
    text-decoration: none;
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: right;
    font-size: 9pt;
}

#muscle ul li h3 a.tender span {
    color: #f60;
}

#muscle ul#muscle-dataset li p {
    margin: 0 8px 0 156px;
}

#muscle #muscle-dataset #muscle-banner {
    width: 720px;
    height: 60px;
    text-align: center;
    margin: 4px 0;
}


