/*====================================
Jellyneo's Petpet Park Guide
Collection Styles
|-> For use with the pretty tab box on the collections page
====================================*/

#collectionWrap {
margin:20px 10px;
}

#collectionTabs {
margin:0px;
padding:0px;
}

#collectionTabs a {
float:left;
font-size:80%;
color:#777767 !important;
text-align:center;
text-decoration:none !important;
background:#EEEFCF !important;
border-right: 2px solid #FFF;
border-bottom:none;
}
  
#collectionTabs span {
padding:8px 5px;
display:block;
border-top: 1px solid #E2E3B8;
border-right: 1px solid #E2E3B8;
border-left: 1px solid #E2E3B8;
}


#collectionTabs a {
color:#FFFFFF;
}

#collectionTabs a:hover {
background: #FF6600;
text-decoration:underline !important;
}

#collectionShowBox {
clear:both;
margin:0px;
padding:0px;
min-height:445px; /* height of 4 images of height 84px + 10px of margin on each image + 10px margin on the padding div */
background:#EEEFCF;
border:1px solid #E2E3B8;
}

#collectionShowBoxPadding {
margin:5px 10px;
}

#collectionShowBoxPadding img {
margin:5px;
border:0px;
cursor:pointer;
}
