/*  Styling for the WebSite Baker Catalog module  */

/*  index styles  */ 

#catalog { background-color: transparent; border:1px solid #000; width:25%; float:left;}
#listhead { background-color: transparent; border:0; width:100%; text-align:center;}
#categorylist { text-align:center; background-color: transparent; color:green;}

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:underline;}
a:active { text-decoration:none;}

/*  elements styles  */ 

#listing { border:0px solid #000; width:70%; float:right;}
#listing ul {margin-bottom:2em;}
#listing li {margin:0.5em 0 0 2em; list-style-type:none;}
#listing li a {margin-bottom:1.5em; font-weight:bold;}
.nextprev { background-color: #F0F0F0; border:0; width:100%;}
.prev { float:left; width:25%;}
.centre { text-align:center; width:40%;}
.next { float:right; width:25%;}
#globhead { background-color: transparent;}
#globfoot { background-color: transparent;}
#sectheader { background-color: transparent;}
#sectfooter { background-color: transparent;}
#elements { margin: 0; padding-left: 10px; background-color: transparent;}
#elements a { text-decoration: none; background-color: transparent;}


/*  details styles  */

.nextprev { background-color: #F0F0F0; border:0; width:100%;}
.prev { float:left; width:25%;}
.centre { text-align:center; width:40%;}
.next { float:right; width:25%;}
#element { border-bottom: 1px solid #CCCCCC; margin-top: 5px; width:100%; background-color: transparent; float:left;}
#element dt { font-weight: bold; font-size: 14px; float:left; padding-bottom: 2px; background-color: transparent;}
#element dd { width:90%; float:right; padding-bottom: 2px; background-color: transparent;}
#urls { background-color:#555500;}
#urls a { text-decoration:underline;}
#pics { background-color:#bbbb00;}
#files { background-color:#eeee00;}
