/* ------------------------------------------------------------------------ 		
			
	 RESET

	 ------------------------------------------------------------------------		*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

html,
body,
label {
	margin: 0;
	padding: 0;
}
ul,
ol {
	margin: 0 0 0 30px;
	padding-left: 25px;
}
ul {
	list-style: disc;
}

code,
pre,
samp {
	white-space: pre-wrap;
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 21px; }
.m-reset { margin: 0 !important; }
.p-reset { padding: 0 !important; }

li ul,
li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

textarea, table, td, th, code, pre, samp, div, p {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label {
	font-size: 1em; /* equiv 14px */
}

/* links */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* paragraphs */
p {
	margin: 0;
	padding: 5px 0 10px 0;
}
p a { color: #333333; }

/* pictures */
img {
	vertical-align: middle;
}
a img { border: 0; }

sup {
	vertical-align: super;
	font-size: 9px;
}







/* ------------------------------------------------------------------------ 		
			
	 FORM RESET

	 ------------------------------------------------------------------------		*/
input[type=submit] {
}
option {
	padding: 0 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Corrects excess space around these inputs in IE8/9 */
	*width: 13px; *height: 13px; /* Corrects excess space around these inputs in IE7 */
}
input[type="search"] { -webkit-appearance: textfield; }



/* ------------------------------------------------------------------------ 		
			
	 SHORTCUTS

	 ------------------------------------------------------------------------		*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.center    { margin: auto; }
.txtleft   { text-align: left; }
.txtright  { text-align: right; }
.txtcenter { text-align: center; }

.display-none { display: none; }
.bold { font-weight: 700; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.upper { text-transform: uppercase; }

.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.padding1020 { padding: 10px 20px; }

.w3    	{ width: 3%; }
.w5    	{ width: 5%; }
.w7    	{ width: 7%; }
.w8    	{ width: 8%; }
.w10    { width: 10%; }
.w12    { width: 12%; }
.w13    { width: 13%; }
.w15    { width: 15%; }
.w20    { width: 20%; }
.w22    { width: 22%; }
.w23    { width: 23%; }
.w24    { width: 24%; }
.w25    { width: 25%; }
.w30    { width: 30%; }
.w33    { width: 33.333%; }
.w35    { width: 35%; }
.w40    { width: 40%; }
.w45    { width: 45%; }
.w48    { width: 48%; }
.w49    { width: 49%; }
.w50    { width: 50%; }
.w55    { width: 50%; }
.w58    { width: 58%; }
.w60    { width: 60%; }
.w66    { width: 66.666%; }
.w68    { width: 68%; }
.w70    { width: 70%; }
.w75    { width: 75%; }
.w80    { width: 80%; }
.w82    { width: 82%; }
.w85    { width: 85%; }
.w90    { width: 90%; }
.w95    { width: 95%; }
.w100   { width: 100%; }

.mt25 { margin-top: 25px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }
