@CHARSET "ISO-8859-1";


.doglist {}
.doglist th.title     {background:url('../images/doglist/header.jpg') no-repeat left bottom;height:61px;width:159px;text-align:center;vertical-align:bottom;padding-bottom:11px;}
.doglist td.top_title {background:url('../images/doglist/list_top.jpg') no-repeat left bottom;height:61px;width:10px;}
.doglist td.dog       {border-bottom:1px #eaeaea solid;padding-top: 6px;padding-right: 15px;padding-bottom: 6px;padding-left: 15px;width:129px;}
.doglist td.repeater  {background:url('../images/doglist/list_repeat.jpg') repeat-y;width:10px;}
#area {background:#F2F1ED;}


.pp_holder    {width:640px;margin:auto;}
.pp_top       {height:49px;background:url('../images/passport/bg_pasport_top.jpg');}
.pp_content   {height:366px;background:url('../images/passport/bg_pasport_center.jpg');vertical-align:top;}
.pp_bottom    {height:65px;background:url('../images/passport/bg_pasport_bottom.jpg');}

.table_pages  {width:640px;height:366px;border-collapse:collapse;}
.left_page    {width:50%;vertical-align:top;padding-left:30px;color:#000;}
.right_page   {width:50%;vertical-align:top;color:#000;padding-left:30px;padding-right:30px;}
.right_page p {margin-bottom:20px;}

.dog_image       {border:none;}
.dog_image_one   {margin-right:10px;margin-bottom:10px;}
.dog_image_two   {margin-bottom:10px;}
.dog_image_three {margin-right:10px;}

div.dogName         {font-size:14pt;font-weight:bold;margin-bottom:10px;width:100%;text-align:center;}
.nav_dog_next       {text-align:right;margin:0;padding:0;vertical-align:top;height:20px;padding-right:28px;cursor:pointer;}
.nav_dog_next:hover {color:red;}
.nav_dog_prev       {vertical-align:top;height:20px;padding-left:25px;cursor:pointer;}
.nav_dog_next:hover {color:red;}
/* prev, next, prevPage and nextPage buttons */
a.prev_dog, a.next_dog {
    display:block;
    width:18px;
    height:18px;
    background:url('../images/left.png') no-repeat;
    float:left;

    cursor:pointer;
}

a.prev_dog:hover, a.next_dog:hover {
    background-position:0px -18px;      
}


/* next button uses another background image */
a.next_dog {
    background-image:url('../images/right.png');
    clear:right;   float:right; 
}

.norm_dog_name {font-weight:normal;}
.bold_dog_name {font-weight:bold;}


select.filterDogs {margin:0;padding:0;font-size:11px;}
