/*******************************************
 *
 *	e7Studio css definitions file
 *  http://www.e7studio.com
 *
 *******************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0px;
}

.middle {
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.black {
	color: #000;
}

/*
 *	TEXT
 */

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

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.tjustify {
	text-align: justify;
}

.upper {
	text-transform: uppercase;
}

.b {
	font-weight: bold !important;
}

.n {
	font-weight: normal !important;
}

.through {
	text-decoration: line-through;
}

/*
 * FONTS
 */
.f9 {
	font-size: 9px;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f25 {
	font-size: 25px;
}

.f30 {
	font-size: 30px;
}

/*
 * MARGIN
 */
.mt2 {
	margin-top: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt75 {
	margin-top: 75px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr20 {
	margin-right: 22px;
}


.mr30 {
	margin-right: 30px;
}

.ml2 {
	margin-left: 2px;
}

.ml5 {
	margin-left: 5px;
}

.ml15 {
	margin-left: 15px;
}

.ml25 {
	margin-left: 25px;
}

.ml200 {
	margin-left: 200px;
}

.m12 {
	margin: 12px;
}

.mlr3 {
	margin-left: 3px;
	margin-right: 3px;
}

.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mlr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mrb10 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.m0 {
	margin: 0px;
}

.m10 {
	margin: 10px;
}

.m20 {
	margin: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mrb5 {
	margin-right: 5px;
	margin-bottom: 5px;
}

/*
 * PADDING
 */
.p0 {
	padding: 0px;
}

.p2 {
	padding: 2px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p35 {
	padding: 35px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pb5 {
	padding-bottom: 5px;
}

/*
 * WIDTH
 */
.w100p {
	width: 98%;
}

.w20p {
	width: 19%;
}

.w25p {
	width: 24%;
}

.w30p {
	width: 29%;
}

.w40p {
	width: 39%;
}

.w48p {
	width: 46%;
}

.w50p {
	width: 48%;
}

.w60p {
	width: 58%;
}

.w100p {
	width: 99%;
}