/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */
 @font-face{
	font-family:"Humnst777 BT Roman";
	src:url("Humnst777-BT-Roman.ttf"),url("Humnst777-BT-Roman.eot");
}

/* Eric Meyer Reset Reloaded */
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: Humnst777 BT Roman;   }

#r_box{padding-left: 10px;}

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }


#codetype .select_box{width:142px;height:34px;padding-top:5px;padding-left:40px;}
#codetype div.tag_select{display:block;color:#000;width:122px;height:22px;background:transparent url("select1.gif") no-repeat 0 0;padding:0 10px;line-height:22px;}
#codetype div.tag_select_hover{display:block;color:#000;width:122px;height:22px;background:transparent url("select1.gif") no-repeat 0 -22px;padding:0 10px;line-height:22px;}
#codetype div.tag_select_open{display:block;color:#000;width:122px;height:22px;background:transparent url("select1.gif") no-repeat 0 -44px;padding:0 10px;line-height:22px;}
#codetype ul.tag_options{position:absolute;margin:0;list-style:none;background:transparent url("select1.gif") no-repeat left bottom;width:100px;padding:0 0 1px;margin:0;width:121px;}
#codetype ul.tag_options li{background:transparent url("select1.gif") repeat-y -143px 0;display:block;width:103px;padding:0 10px;height:22px;text-decoration:none;line-height:22px;color:#000;}
#codetype ul.tag_options li.open_hover{background:transparent url("select1.gif") no-repeat 0 -88px;color:#000}
#codetype ul.tag_options li.open_selected{background:transparent url("select1.gif") no-repeat 0 -66px;color:#19555F}
