* 
{
    padding:0;
    margin:0;
}

body 
{ 
    font-family:Arial, Sans-Serif;
    font-size:12px;
    color:Black;
    margin:0;
    padding:0;
    line-height:1.5em;
    min-height:800px;
    text-align:center;
}
a
{
    text-decoration:none;
    color:#003063;
}
a:hover
{
    text-decoration:underline;
}

#header
{
  background-image:url('/images/logos/breeders_market_banner.png');
  background-position:top center;
  background-repeat:no-repeat;
  min-height:90px;
}

#main
{
  margin-left:auto;
  margin-right:auto;
  width:800px;
  text-align:left;
}

#content
{
    padding-left:10px;
    padding-right:10px;
   
}

#footer
{
    line-height:1.2em;
    text-align:center;
    font-size:90%;
}

#footer a:hover
{
    text-decoration:underline;
}
#footer a
{
    text-decoration:none;
}


h1
{
    font-size:120%;
    margin:0;
    padding:0;
    margin-bottom:5px;
    line-height:1em;
}
p
{
    margin:0;
    padding:0;
}



.products
{
    float:left;
    width:100%;
    clear:both;
    margin-bottom:10px;
}

.products .pigeon_product
{
    border:1px solid #bbb;
    background-color:#efefef;
    padding:10px;
    margin:3px;
    float:left;
    text-align:center;
    height:260px;
    width:232px;
    font-size:10px;
    line-height:1.4em;
    margin-bottom:3px;
}

.products .sold_pigeon_product
{
    border:1px solid #bbb;
    background-color:#efefef;
    padding:10px;
    margin:3px;
    float:left;
    text-align:center;
    height:170px;
    width:232px;
    font-size:10px;
    line-height:1.4em;
    margin-bottom:3px;
}
.products .pigeon_product h1
{
    font-size:12px;
    color:#003063;
}

.products .sold_pigeon_product h2
{
    font-size:14px;
    color:green;
}



.products .sold_pigeon_product img,
.products .pigeon_product img
{
    height:70px;
    padding:2px;
    background-color:white;
    border:1px solid #bbb;
    margin:2px;
    
}


.products .sold_pigeon_product h2,
.products .pigeon_product h2
{
    color:green;
    font-size:12px;
}

.products .pigeon_product .buy_now
{
    padding:3px;
    margin:4px;    
}


#market.show .pigeon_ad
{
    background-color:white;
    padding:0;
    margin:0;
}
#market.show .pigeon_ad .content
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

#market.show .pigeon_ad h1
{
    font-size:16px;
    background-color:#efefef;
    padding:10px;
    border-bottom:1px solid #bbb;
}
#market.show .pigeon_ad a
{
    font-weight:bold;
}
#market.show .pigeon_ad img
{
    height:inherit;
    width:inherit;
    max-width:400px;
    padding:5px;
    margin:5px;
}
#market.show .pigeon_ad h2
{
    color:green;
    font-size:14px;
}
#market.show .pigeon_ad p
{
    line-height:1.35em;
    margin:3px;
}
#market.show .pigeon_ad .buy_now_buttons
{
    text-align:center;
    background-color:#efefef;
    padding:10px;
    border-top:1px solid #bbb;
    clear:both;
}

#market .logo
{
    float:right;
    margin:10px;
    margin-top:6px;
    
}