/* ==== reset CSS ==== */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

hr,legend {
	display: none;
}

a,ins,del {
	text-decoration: none;
}

q,blockquote {
	quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: '';
}

a,:focus,input,textarea,select {
	outline: none !important;
}

object {
	display: block;
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
}

ul,ol {
	list-style: none;
}

acronym,abbr {
	cursor: help;
}

sup,sub {
	vertical-align: baseline;
}

html {
	font-size: 100.01%;
}

body {
	font-size: 12px;
	line-height: 1;
	font-family: Arial;
}

img,fieldset {
	border: 0;
}

input,select,textarea {
	font-size: 100%;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,th {
	text-align: left;
}

td,th {
	vertical-align: top;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

a { color: inherit; }