/* CSS Document */

/*--------------------------------------- General Structure -----------------------------------------*/

.tag {border-bottom:1px solid #CCCCCC; display:block; padding:10px 0px 2px 0px;}
a.tag_title {color:#333333; font-weight:bold;  font-size:14px; display:block; text-decoration:none;}
a:hover.tag_title span { text-decoration:underline; }
a.tag_title span.dte { text-decoration:none; color:#95b956; display:block; font-weight:normal; font-size:12px !important; font-style:italic;}
a:hover.tag_title span.dte { text-decoration:none !important; }
.tags_holder {display:block; float:right;}
#tag_header span {color:#fff; font-size:16px; background:#67922A; padding:5px;}
#tag_header {display:block; border-bottom:3px solid #67922A; padding:0px 0px 5px 0px; }
.tags_holder a {display:block; text-decoration:none; float:right; font-size:11px; background:#95B956; color:#fff; padding:1px 4px 1px 4px; margin:5px 0px 5px 5px;}

.tags_holder a:hover {background:#67922A;}

#tags_listing{ position:relative; width:100%; margin-top:20px; border-top:1px solid #999; padding-top:5px; padding-bottom:40px; }
#tags_list{ position:absolute; right:0px; }
#tags_listing #tags_list a {display:block; text-decoration:none; float:left; font-size:11px; background:#3F8428; color:#fff; padding:1px 4px 1px 4px; margin:5px 0px 5px 5px;}
#tags_listing #tags_list  a:hover {background:#356D23;}
#tags_listing #tags_list  span {display:block; background:url(/images/arrow.jpg) no-repeat right 50%; float:left; font-size:12px; font-weight:bold; color:#3F8428; padding:1px 8px 1px 0px; margin:5px 5px 5px 0px;}
