/*Head Category*/
#exd_head {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #000000;
background: transparent;
}

#exd_navi {
border:1px solid #ff9900;
position:relative;
height:130px;
}

.storefilter ul {
padding: 0;
margin: 0;
list-style-type: none;
}

.storefilter li {
margin: 0;
padding-right: 25px;
text-align:left;
}

/*Entries Background - holds all entries*/
#exd_items {}

/*titelrow to click*/
.stretchtoggle{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
line-height: 100%;
background: #333333;
padding: 3px;
padding-bottom: 4px;
/*width:100%;*/
margin-top:0px;
cursor:pointer;
}

/*the links in titlerow*/
.stretchtoggle a:link, .stretchtoggle a:visited  {
color:#c6c6c6;
font-weight:bold;
text-decoration:none;
}

.stretchtoggle a:hover  {
color:#ff9900;
font-weight:bold;
text-decoration:none;
}

/*container that expands*/
.stretcher {
margin:0px;
padding:0px;
}

/*One Entry - gets the bg-color when opacity*/
.exd_item {
margin-top:5px;
padding:0px;
background: #000000;
}

/*field title*/
.exd_field {
width: 100px;
text-align:right;
padding:2px 5px 2px 2px;
background:#969696;
border-bottom:1px solid #FFFFFF;
}

/*field content*/
.exd_entry {
/*border-bottom:1px solid #636363;*/
padding:2px 2px 2px 5px;
}
