/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #598621;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:1.1em; line-height:1em;  background: #dee8d1; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.tabs a:hover           { background-color:#cae7a7; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#598621;  font-weight:bold; color:#fff; }

.padder .add-tag-box .input-box input	 { width: 300px; }
.padder .add-tag-box .input-box			 { width: 300px; float:left; margin-right: 10px;}
