/**
 * --------------------------------------------------------------------
 *
 *	HABERMATİK V2.1
 *	28.10.2012
 *
 *		http://www.habermatik.net
 *
 * --------------------------------------------------------------------
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea				{ margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section				{ display:block; }
body													{ line-height:1; }
ol, ul 													{ list-style:none; }
blockquote, q											{ quotes:none; }
blockquote:before, blockquote:after, q:before, q:after 	{ content:''; content:none; }
table 													{ border-collapse:collapse; border-spacing:0; }
a 														{ text-decoration:none; }
textarea												{ font:inherit; resize:none; }
input[type="submit"], a 								{ cursor:pointer; }
/* Reset End */

/* Constants */
body			{ background:#e8e8e8; font:12px Tahoma; color:#000; }
.clear			{ clear:both; }
.clearRight		{ clear:right; }
.clearLeft		{ clear:left; }
.fRight			{ float:right; }
.fLeft			{ float:left; }
.pRelative		{ position:relative; }
.pAbsolute		{ position:absolute; }
.pFixed			{ position:fixed; }
.hide			{ display:none; }
.dBlock			{ display:block; }
.dInlineBlock	{ display:inline-block; }
.aRight			{ text-align:right; }
.aCenter		{ text-align:center; }
.aLeft			{ text-align:left; }
.mTop5			{ margin-top:5px; }
.mRight5		{ margin-right:5px; }
.mBottom5		{ margin-bottom:5px; }
.mLeft5			{ margin-left:5px; }
.mTop10			{ margin-top:10px; }
.mRight10		{ margin-right:10px; }
.mBottom10		{ margin-bottom:10px; }
.mLeft10		{ margin-left:10px; }
.mTop15			{ margin-top:15px; }
.mRight15		{ margin-right:15px; }
.mBottom15		{ margin-bottom:15px; }
.mLeft15		{ margin-left:15px; }
.mTop20			{ margin-top:20px; }
.mRight20		{ margin-right:20px; }
.mBottom20		{ margin-bottom:20px; }
.mLeft20		{ margin-left:20px; }
.mRight1		{ margin-right:1px; }