/*
 v20110428
*/

* {
	-webkit-font-smoothing: antialiased;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,  /*blockquote,p,*/ pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, /*table,*/ caption, tbody, tfoot, thead, th, 
article, aside, canvas, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, time, mark, audio, video /*, details, summary*/ {
 margin:0;
 padding:0;
 border:0;
 /*vertical-align:baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section /*, details*/ {display:block;}


/*ol, ul, li,*/
/*ol, ul  {list-style:none;}*/
ol, ul, li, p{margin:0; padding:0;}
li   {margin-left:0px;}/**/

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
blockquote  {padding:25px; margin:0;}
table		{border-collapse:collapse; border-spacing:0;} /*border-collapse:separate|collapse|initial|inherit;*/



/*
 GR
*/
img  {border:0px;}
label {cursor:pointer;}
*:focus {
    outline: none;
}
.tmp, #tmp {display:none;}

/* http://www.css3.info/preview/css3-transitions/ */
/* color 0.5s ease background-position 0s linear 0s   - bacground-position 1s ease*/
/** {transition: all 1s ease;}*/
* {transition-property: color, background-color, width, height;}
* {transition-duration: 0.4s;}
* {transition-timing-function: ease;}



