.facebook_like {
	border: none; overflow: hidden; width: 50px; height: 40px; clear: both; margin: 10px 10px 0 0; display: block; float: left;
}

.twitter-share-button {
	border: none; overflow: hidden; width: 100px; height: 20px; margin: 12px 10px 0 0; display: block; float: left;
}

.loading {
	background: #fff url('/images/icons/loading.gif') no-repeat center;
	min-height: 100px;
  height: auto !important;
  height: 100px;
}

.loadingm {
	background: url('/images/icons/loading_mini.gif') no-repeat center;
	min-height: 20px;
}

a.button, a.smallbutton {
	float: left;
	display: block;
	padding: 0 20px;
	font-weight: bold;
	background: #02379F;
	cursor: pointer;
	line-height: 28px;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.smallbutton {
	padding: 0 8px;
	font-size: 11px;
	line-height: 20px;
}

a.button:hover, a.smallbutton:hover {
	color: #fff;
}

.err_msg { background: #FFF2F2 url('/images/icons/error.png') 9px 9px no-repeat; padding: 9px 9px 4px 33px; border: 1px solid #CFCFCF; margin: 0 0 20px 0; }

.err_msg h4 {
	color: #222;
	font-size: 18px;
	margin: 0 0 6px 0;
}

.err_msg p { color: #c00; font-weight: bold; font-size: 13px; line-height: 18px; margin: 0 0 5px 0; }

.disabled { opacity: 0.25; }

.imgleft,
.imgleft20 { float: left; margin: 0 20px 20px 0; clear: both; }
.imgleft10 { float: left; margin: 0 10px 0 0; clear: both; }

.imgright,
.imgright20 { float: right; margin: 0 0 20px 20px; clear: both; }
.imgright10 { float: right; margin: 0 0 10px 10px; clear: both; }

div.msg {
	background: #3365CC url('/images/icons/tick.png') no-repeat 7px center;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px 8px 28px;
	margin: 0 0 20px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.msg a { color: #fff; text-decoration: underline; }

ul.errmsg { margin: 0; padding: 0; }
ul.errmsg li { margin: 0; padding: 0; border: none; width: auto; float: none; }

div.col50p { width: 50%; float: left; }

.hide { display: none !important; }

.bold { font-weight: bold !Important; }

.noborder {	border: 0 !important; }

.flleft {	float: left !Important; }

.flright { float: right !Important; }

.tcenter { text-align: center !Important; }

.tleft { text-align: left !important; }

.tright { text-align: right !important; }

.err { color: #c00; }

.black { color: #000; }

/* Text Icon  Links */
a.arrow, a.arrow2, a.pdf, a.email, a.excel, a.mp3, a.video, a.word, a.rss { line-height: 16px; text-decoration: none; }

a.arrow, a.lnkarrow { background: url(/images/icons/arrow_next.png) right center no-repeat; font-weight: bold; padding: 1px 11px 1px 0 !Important; }

a.arrow2 { background: url(/images/icons/arrow_prev.png) left center no-repeat; font-weight: bold;	padding: 1px 0 1px 11px !Important; }

a.pdf, a.lnkpdf { background: url(/images/icons/pdf.png) center left no-repeat; padding: 3px 0 3px 24px !Important; }

a.email, a.lnkemail {	background: url(/images/icons/email.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.excel, a.lnkexcel {	background: url(/images/icons/excel.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.mp3, a.lnkmp3 {	background: url(/images/icons/mp3.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.video, a.lnkvideo {	background: url(/images/icons/video.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.word, a.lnkword { background: url(/images/icons/word.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.zip, a.lnkzip { background: url(/images/icons/zip.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.rss { background: url(/images/icons/rss.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

/* padding/margin and clearfixes */

.padd10 { padding: 10px; }
.padd10t { padding-top: 10px; }
.padd10r { padding-right: 10px; }
.padd10b { padding-bottom: 10px; }
.padd10l { padding-left: 10px; }

.padd20 { padding: 20px; }
.padd20t { padding-top: 20px; }
.padd20r { padding-right: 20px; }
.padd20b { padding-bottom: 20px; }
.padd20l { padding-left: 20px; }

.marg10 { margin: 10px; }
.marg10t { margin-top: 10px; }
.marg10r { margin-right: 10px; }
.marg10b { margin-bottom: 10px; }
.marg10l { margin-left: 10px; }

.marg20 { margin: 20px; }
.marg20t { margin-top: 20px; }
.marg20r { margin-right: 20px; }
.marg20b { margin-bottom: 20px; }
.marg20l { margin-left: 20px; }

.clfx10 { height: 10px; clear: both; }
.clfx20 { height: 20px; clear: both; }
.clfx30 { height: 30px; clear: both; }
.clfx40 { height: 40px; clear: both; }

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clfx {
	display: inline-block;
}

html[xmlns] .clfx {
	display: block;
}

* html .clfx {
	height: 1%;
}

/* Debug Panel */

div#debug {
	width: 330px;
	height: 100%;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	border: 2px solid #ededed;
}

div#debug ul { margin: 5px; padding: 0; }
div#debug ul li { margin: 0; padding: 5px 0; list-style: none; font-size: 10px; text-align: left; border-bottom: 1px solid #ededed; }
div#debug ul li label { float: left; width: 100px; font-weight: bold; }
div#debug ul li input, div#debug ul li textarea { float: left; border: 1px solid #ededed; padding: 1px; width: 190px; font-size: 11px; }

div#deliverto, div.deliverto { min-width: 280px!important; }