@charset 'utf-8';

/* ----------------------------------------------------- Page layout */

/* reset */ 
ol, ul {
	list-style: none;
}
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* page */
html, body {
  height: 100%;
}

body{
	color: #020a49;
	background: #b1b1b1;
	font: 11px/14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
a {
	color: #020a49;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a.next {
	padding: 0 10px 0 0;
}
a.previous {
	padding: 0 10px 0 0;	
}
h1 {
	font-size: 1.8em;
	line-height: 120%;
	padding: 10px 0;
}
h2{
	background: #ff6600;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 120%;
	padding: 5px 10px;
	clear: both;
}
strong {
	font-weight: bold;
}
#wrapper{
	width: 810px;
	height: 590px;
	position: absolute;
	margin-top: -300px;
	margin-left: -405px;
	top: 50%;
	left: 50%;
	font-size: 1em;
}
#lang {
	position: absolute;
	top: -28px;
	right: 0;
}
#lang img{
	margin: 0 0 0 6px;
}
/* complete navigation */
#bar #logo img {
	margin: 4px 0 0 135px;
}
#bar p {
	padding: 8px 0 9px 0;
	text-align: center;
}
#bar p a{
	margin-right:10px;
}
ul#navigation {
	margin: 38px 3px 5px 0;
}
ul#navigation li {
	padding: 6px 0px 3px 2px;
}
ul#navigation li.active {
	/*border-bottom: 1px solid #666666;
	width: 543px;*/
	padding: 6px 0px 3px 2px;
}
* html ul#navigation li.active {
	border: 0;
	width: 110px;
}
ul#navigation li.active {
	font-weight: bold;
}
ul#navigation li.spacer {
	height: 165px;
}

/* trial button */
#trial {
	position: absolute;
	right: -8px;
	top: -5px;
	z-index: 98;
	background: url(../img/redesign/trial.png) no-repeat 0 0;
}
#trial map {
	position: relative;
}

#trial #postit {
  position: absolute;
  top: -50px;
  left: -264px;
  z-index: 150;
}

/* content */
#content {
	float: right;
	padding: 0 25px 10px 20px;
}
#content p {
	padding: 0 0 8px 0;
	line-height: 1.3em;
}
#content p a{
	text-decoration: underline;
}

#content a strong, #content strong a {
	text-decoration: none;
}

#content table {
	border-spacing: 3px;
	margin: 3px 0 6px 0;
}
#content table td{
	padding-right: 10px;
}
#content table td p{
	padding: 2px;
}

#content ul li.extralong a{
	border: 1px solid #ff6600;
	width: 130px;
	height: 20px;
	padding-top: 6px;
	margin: 2px 2px 2px 80px;
	color: #ff6600;
	text-align: center;
	display: block;
}
* html #content ul li.extralong a{
	height: 22px;
}
#content ul li.superlong a{
	border: 1px solid #ff6600;
	height: 20px;
	padding-top: 6px;
	margin: 2px 2px 2px 2px;
	color: #ff6600;
	text-align: center;
	display: block;
}
* html #content ul li.superlong a{
	height: 22px;
}
#content ul li.center a{
	height: 80px;
	margin: 2px 2px 2px 2px;
	text-align: center;
	display: block;
	color: #ff6600;
}
#content ul li.center a img{
	border: 1px solid #ff6600;
}
#content ul li.space{
	height: 30px;
	margin: 2px 2px 2px 2px;
	text-align: center;
	display: block;
}
#content ul li.superlong a:hover{
	color: #fff;
	background: #ff6600;
}
#content ul.list {
	margin: 6px 15px;
	list-style-type: disc;
}
#footer {
	position: absolute;
	bottom: 5px;
}
#footer ul li{
	float: left;
	text-align: center;
	margin-right: 2px;
}
* html #footer ul li{
	margin-right: 1px;
}
#footer ul li a{
	border: 1px solid #ff6600;
	width: 98px;
	height: 22px;
	padding-top: 6px;
	float: left;
	color: #ff6600;
}
#footer ul li.interview a{
	padding-top: 0;
	height: 28px;
}
* html #footer ul li a{
	height: 22px;
}
#footer ul li a:hover{
	color: #fff;
	background: #ff6600;
}

/* special content welcome */
#welcome #wrapper{
	background: #fff url(../img/bg/welcome.jpg) no-repeat left top;
}
#welcome #footer ul {
	padding-top: 40px;
}
#welcome #footer ul li{
	text-transform: uppercase;
	color: #a0a0a0;
	float: left;
	font-weight: bold;
	font-size: 1.25em;
}
#welcome #footer ul li span{
	color: #ff6600;
	font-weight: bold;
	padding: 0 8px;
}


/* special content campus */
#campus #wrapper{
	background: #fff url(../img/bg/campus.jpg) no-repeat left top;
}
/* special content studiengaenge */
#course_studies #wrapper{
	background: #fff url(../img/bg/courses1.jpg) no-repeat left top;	
}
#course_studies.daily #wrapper{
	background: #fff url(../img/bg/courses2.jpg) no-repeat left top;
}
#course_studies.abroad #wrapper{
	background: #fff url(../img/bg/course_studies_abroad.jpg) no-repeat left top;
}
#course_studies.night #wrapper{
	background: #fff url(../img/bg/courses3.jpg) no-repeat left top;
}
#course_studies.education #wrapper{
	background: #fff url(../img/bg/course_studies_education.jpg) no-repeat left top; 
}
#course_studies.weekend #wrapper{
	background: #fff url(../img/bg/courses4.jpg) no-repeat left top;
}

/* special content studienorte */
#place_studies #wrapper{
	background: #fff url(../img/bg/places0.jpg) no-repeat left top;
}
#place_studies.berlin #wrapper {
	background: #fff url(../img/bg/places1.jpg) no-repeat left top;
}
#place_studies.wiesbaden #wrapper {
	background: #fff url(../img/bg/places2.jpg) no-repeat left top;
}
#place_studies.london #wrapper {
	background: #fff url(../img/bg/place_studies_london.jpg) no-repeat left top;
}
#place_studies.miami #wrapper {
	background: #fff url(../img/bg/places4.jpg) no-repeat left top;
}

/* special content dozenten & kunden */
#lecturer #wrapper{
	background: #fff url(../img/bg/lecturer.jpg) no-repeat left top;
}

/* special content absolventen */
#graduate #wrapper{
	background: #fff url(../img/bg/job0.jpg) no-repeat left top;
}
#graduate.company #wrapper{
	background: #fff url(../img/bg/graduate_business.jpg) no-repeat left top;
}
#graduate.agency #wrapper{
	background: #fff url(../img/bg/graduate_agency.jpg) no-repeat left top;
}
#graduate.organizations #wrapper{
	background: #fff url(../img/bg/graduate_organizations.jpg) no-repeat left top;
}
#graduate.overseas #wrapper{
	background: #fff url(../img/bg/graduate_overseas.jpg) no-repeat left top;
}

/* special content news und presse */
#news #wrapper{
	background: #fff url(../img/bg/news.jpg) no-repeat left top;
}
#news.meet-the-boss #wrapper{
	background: #fff url(../img/bg/news2.jpg) no-repeat left top;
}
#news.guestbook #wrapper{
	background: #fff url(../img/bg/news3.jpg) no-repeat left top;
}
#student_work .listwrapper, #news .listwrapper {
	height: 415px;
	border: 0;
}
#news.meet-the-boss .listwrapper {
	height: 350px;
}
#news.guestbook .listwrapper {
	height: 335px;
}

/* special content richtig bewerben */
#application #wrapper{
	background: #fff url(../img/bg/application.jpg) no-repeat left top;
}
#application.form #wrapper{
	background: #fff url(../img/bg/application_form.jpg) no-repeat left top;
}
#application.test #wrapper{
	background: #fff url(../img/bg/application_test.jpg) no-repeat left top;
}
#application.finance #wrapper{
	background: #fff url(../img/bg/application_finance.jpg) no-repeat left top;
}
#application.finance #text ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: disc;
}
#application.finance #textabove {
	padding-top: 20px;
}
#application.finance #textabove ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: disc;
}
#application.finance #text ul li a{
	color: #ff0000;
	font-weight: bold;
}
#application.finance #text ul li a:link{
	color: #ff0000;
	font-weight: bold;
}
#application.finance #text ul li a:hover{
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

/* special content infos anfordern */
#information #wrapper{
	background: #fff url(../img/bg/information.jpg) no-repeat left top;
}

/* special content probestudium */
#probe #wrapper,
#probe2 #wrapper {
	background: #fff url(../img/bg/information.jpg) no-repeat left top;
}

/* special content student work */
#student_work.movie #wrapper{
	background: #fff url(../img/bg/work1.jpg) no-repeat left top;
}
#student_work.portfolio #wrapper{
	background: #fff url(../img/bg/work2.jpg) no-repeat left top;
}
#student_work.gkp #wrapper{
	background: #fff url(../img/bg/work3.jpg) no-repeat left top;
}
#student_work.diploma #wrapper{
	background: #fff url(../img/bg/work4.jpg) no-repeat left top;
}

/* special content imk shop */
#shop #wrapper{
	background: #fff url(../img/bg/shop.jpg) no-repeat left top;
}

iframe {
	width: 440px;
	height: 340px;
}

/* special content members area */
#members #wrapper{
	background: #fff url(../img/bg/members.jpg) no-repeat left top;
}

/* special content kontakt */
#contact #wrapper{
	background: #fff url(../img/bg/contact.jpg) no-repeat left top;
}
#contact.map #wrapper{
	background: #fff url(../img/bg/contact_map.jpg) no-repeat left top;
}
#contact.imprint #wrapper{
	background: #fff url(../img/bg/contact_imprint.jpg) no-repeat left top;
}
#contact.berlin #wrapper{
	background: #fff;
}
#contact.wiesbaden #wrapper{
	background: #fff;
}
#contact.wiesbaden #content {
	float: right;
	width: 635px;
	padding: 0 80px 0 20px;
}
#contact.berlin #content {
	float: right;
	width: 635px;
	padding: 0 80px 0 20px;
}
#contact #content div.small{
	font-size: 9px;
	line-height: 10px;
}
#contact.imprint #textabove {
	margin-bottom: 54px;
}
#contact.map #textabove {
	margin-bottom: 210px;
}
#contact #textabove {
	margin-bottom: 421px;
}
* html #contact.imprint #textabove {
	margin-bottom: 80px;
}
* html #contact.map #textabove {
	margin-bottom: 196px;
}
* html #contact #textabove {
	margin-bottom: 116px;
}
*+ html #contact.imprint #textabove {
	margin-bottom: 83px;
}
*+ html #contact.map #textabove {
	margin-bottom: 215px;
}
*+ html #contact #textabove {
	margin-bottom: 124px;
}

#contact h4 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #020A49;
  padding-bottom: 9px;
}

#contact h4.right {
  float: right;
}

#contact ul.right,
#contact ul.left {
  position:relative;
	width: 160px;
	float: left;
	height: 55px;
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
}
/** html #contact ul.left {
  width: 200px;
  height: 30px;
  margin: 0 0 5px 0;
}
*+ html #contact ul.left {
  height: 40px;
  margin: 0 0 20px 0;
}
*/

#contact ul.left img{
	position: absolute;
  left: 0;
  top: 0;
  height: 51px !important;
  width: 36px !important;
}

#contact ul.right li.job, #contact ul.left li.job {
	margin-top: 14px;
	border-bottom: 2px solid #ff6600;
}

#contact ul.right li.name, #contact ul.left li.name {
	font-weight: bold;
}
#contact ul.right {
  	float: right;
  	margin: 0 0 20px 0;
  	padding: 0 40px 0 0;
}

#contact ul.right img{
	position: absolute;
  right: 0;
  top: 0;
}

#contact ul.right li {
	text-align: right;
}

/** html #contact ul.right {
  width: 200px;
  height: 30px;
  margin: 0 0 5px 0;
}
*+ html #contact ul.right {
  height: 40px;
  margin: 0 0 20px 0;
}

#contact ul.right li.name {
	margin-top: 14px;
	font-weight: bold;
}
* html #contact ul.right li.name {
	margin-top: 0;
}
#contact ul.right li.job {
	border-top: 2px solid #ff6600;
	padding-left: 5px;
}
*/
/* special content probestudium */
#trial_studies #wrapper{
	background: #fff url(../img/bg/trial.jpg) no-repeat left top;
}
#trial_studies #content {
	width: 485px;
	padding: 0 25px 0 20px;
}


/* special content list */
#list_friday #wrapper{
	background: #fff url(../img/bg/guests1.jpg) no-repeat left top;	
}
#list_customers #wrapper{
	background: #fff url(../img/bg/guests2.jpg) no-repeat left top;	
}
#list_agencyday #wrapper{
	background: #fff url(../img/bg/guests3.jpg) no-repeat left top;	
}
#list_jury #wrapper{
	background: #fff url(../img/bg/guests4.jpg) no-repeat left top;	
}

.listwrapper {
	height: 290px;
/*  overflow: auto;*/
	border: 1px solid #FF6600;
}
#news .listwrapper {
	border: none;
}

/* Newslist */
.news{
	float: left;
	margin: 0 0 3px 0;
	border: 1px solid #FF6600;
	padding: 5px 0 5px 5px;
}
.news img{
	float: left;
}
.news h3{
	margin: 0 5px;
	font-weight: bold;
}
.news p{
	padding: 5px !important;
}
.news .content {
	float: right;
	width: 298px;
}

.imagelist {
	margin: 10px 0;
	float: left;
}
.imagelist .thumbnail {
	background: #ffffff;
	float: left;
	width: 126px;
	margin: 0 10px 15px 0;
	color: #555555;
	text-align: center;
	min-height: 90px;
	height: auto !important;
	height: 93px;
}
.imagelist .thumbnail p.name {
	margin: 0 5px;
	border-bottom: 1px solid;
}
.imagelist .thumbnail p.description {
	margin: 0 5px;
	height: 28px;
	padding: 0;
	padding-top: 5px;
	font-size: 9px;
	overflow: auto;
}
.imagelist .thumbnail p {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
	text-align: center;
}

/* default */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* slideshow */

#slideshow p {
	margin: 0;
	padding: 0;
}
#slideshow ul {
	margin: 0;
	padding: 0;
}
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 2px solid #ff6600;
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: absolute;
right: 44px;
margin-top: -185px;
list-style-type: none; 
}
.stripTransmitter ul li{ 
width: 20px; 
margin: 0 1px 1px 0;
/*float: left;*/
} 
.stripTransmitter a{ 
font: 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
color: #020a49;
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #ff6600;
color: #fff; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #020a49; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}


/* image rollovers */
.rollover {
	margin: 3px 0;
}
.rollover a {
	display:block;
	width:300px;
	height: 75px;
	background: #fff;
	text-align: center;
	color:#ff6600;
	margin: 5px 0;
}
.rollover a.news {
	background: transparent url(../img/buttons/bt_news.jpg) 0 0 no-repeat;
}
.rollover a.meet {
	background: transparent url(../img/buttons/bt_meettheboss.jpg) 0 0 no-repeat;
}
.rollover a.gbuch {
	background: transparent url(../img/buttons/bt_gbuch.jpg) 0 0 no-repeat;
}
.rollover a.freitag {
	background: transparent url(../img/buttons/bt_freitagskunden.jpg) 0 0 no-repeat;
}
.rollover a.kunden {
	background: transparent url(../img/buttons/bt_grosse_Kunden.jpg) 0 0 no-repeat;
}
.rollover a.agency {
	background: transparent url(../img/buttons/bt_agencyday.jpg) 0 0 no-repeat;
}
.rollover a.jury {
	background: transparent url(../img/buttons/bt_jurygaeste.jpg) 0 0 no-repeat;
}
.rollover a.film {
	background: transparent url(../img/buttons/bt_film.jpg) 0 0 no-repeat;
}
.rollover a.portfolio {
	background: transparent url(../img/buttons/bt_portfolio.jpg) 0 0 no-repeat;
}
.rollover a.gkp {
	background: transparent url(../img/buttons/bt_auswahl_gkp.jpg) 0 0 no-repeat;
}
.rollover a.diplom {
	background: transparent url(../img/buttons/bt_auswahl_diplom.jpg) 0 0 no-repeat;
}
.rollover a.campus {
	background: transparent url(../img/buttons/bt_campshop.jpg) 0 0 no-repeat;
/*	color:#191468; */
}
.rollover a.international {
	background: transparent url(../img/buttons/bt_internshop.jpg) 0 0 no-repeat;
/*	color:#b22222; */	
}
.rollover a.sports {
	background: transparent url(../img/buttons/bt_sportshop.jpg) 0 0 no-repeat;
/*	color:#36713b; */
}
.rollover a:hover.news,
.rollover a:hover.meet,
.rollover a:hover.gbuch,
.rollover a:hover.freitag,
.rollover a:hover.kunden,
.rollover a:hover.agency,
.rollover a:hover.jury,
.rollover a:hover.film,
.rollover a:hover.portfolio,
.rollover a:hover.gkp,
.rollover a:hover.diplom,
.rollover a:hover.campus,
.rollover a:hover.international,
.rollover a:hover.sports {	
	background-position: 0 -75px;
	color: #fff;
}

.rollover a.over{
	background-position: 0 -75px;
	color: #fff;
}


/**
* Homepage Styles Redesign IMK
* 
* http://www.imk.de
* 
* The follwing styles have been written by netz98 new media gmbh
* 
* @project	IMK
* @version	0.1
* @package	xhtml-css
* @author	
* @copyright	2009 by netz98 new media gmbh
*
* @colordef	#020a49	Text
* @colordef	#fff	Links
/**

/* @section general */

body { 
	background: #e5e7e8 url(../img/redesign/bg_body.png);
}

#wrapper {
	border: 5px solid #c3d5ed;
	margin-left: -472px;
	width: 954px;
}


/* @section main navigation */
#bar {
	padding-left: 3px;
	position: absolute;
	background: transparent url(../img/redesign/bg_navi.png) no-repeat 0px 0px;
	height: 600px;
	left: 90px;
	top: -5px;
	width: 330px;
}
* html #bar {
	top: 0;
}

#bar ul#navigation {
	background: transparent url(../img/redesign/bg_navi_ul.png) no-repeat top left;
	margin: 26px 0px 0px 127px;
	padding-top: 5px;
	width: 139px;
}

#bar ul#navigation li, #bar ul#navigation li.active {
	background: #5286c1;
	border-bottom: 1px solid #8caed6;
	color: #fff;
	padding-left: 12px;
	width: 127px;
}

#bar ul#navigation li.active {
	background: #ff6600;
}

#bar ul#navigation li.over {
	background: #9cb8dc;
}

#bar ul#navigation li.spacer {
	background: transparent url(../img/redesign/bg_navi_ul.png) no-repeat bottom left;
	border-bottom: 0px;
}

#bar ul#navigation li a {
	color: #fff;
}

#bar ul#navigation li.over a {
	color: #1a225c;
}

/* @section SubNavigation */

/* subnavigation */
ul#subnavigation {
	background: transparent url(../img/redesign/bg_subnavi.png) no-repeat bottom left;
	height: 20px;
	left: 35px;
	margin-left: 0;
	margin-bottom: 10px;
	padding:0 35px 4px 455px;
	position: absolute;
	top: 72px;
	width: 440px;
	z-index: 99;
}
ul#subnavigation li {
	display: inline;
	white-space: nowrap;
}

ul#subnavigation li a {
	text-align: center;
	padding: 4px 6px;
	background: #ff6600;
	float: left;
	border-right: 1px solid #fff;
	color: #fff;
}
ul#subnavigation li.active a,
ul#subnavigation li a:hover {
	background-color: #fd9f60;
}

/* @section content */

#content {
	margin-top: 112px;
	width: 440px;
	height: 470px;
	overflow: auto;
}

/* @section extra links */
#content ul.extra {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 480px;
}
#content ul.extra li {
	float: left;
}
#content ul.extra li a,
#content ul li.extra a,
#content input.submit,
#content input.next,
#content input.prev,
#content input.send {
	background: transparent url(../img/redesign/bg_a_extra.png) no-repeat top left;
	color: #fff;
	padding: 10px 5px 10px 20px;
	margin: 0 !important;
	width: 130px;
	height: 20px;
	display: block;
}

* html #content ul.extra li a,
* html #content ul li.extra a {
	height: 22px;
}

#graduate #content ul.extra li a {
	background: transparent url(../img/redesign/bg_a_extra_big.png) no-repeat top left;
	width: 190px;
}

#content input.submit,
#content input.next,
#content input.prev,
#content input.send {
	border: none;
	height: 35px;
	width: 150px;
	text-align: left;
	font-size: 11px;
}

/* @section content lightbox */
#mb_overlay {
	z-index: 100;
}
#mb_center {
	z-index: 101;
}


/* Layer for studen-work (make it better then netz98) */

#layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../img/shadow.png);
  z-index: 250;
  text-align: center;
}

#layer #placeholder {
  margin: 5% auto 0 auto;
  position: relative;
}

#layer #placeholder.youtube {
  width: 640px;
  height: 385px;
}

#layer #placeholder.image {
  width: 800px;
  height: auto;
}

#layer #placeholder.image img {
  width: 100%;
}

#layer #placeholder.pdf {
  width: 800px;
  height: 400px;
}

#layer #close {
  display: block;
  background: transparent url(../img/x.gif) no-repeat;
  position: absolute;
  top: -18px;
  right: -18px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 16px;
  height: 16px;
}

/* hompage teaser */

.teaser_list {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding-top: 48px;
}

.teaser_list li {
	float: left;
	width: 140px;
}

.teaser_image {
	width: 120px;
}

.teaser_head {
	padding: 10px 10px 0px 0px;
	text-align: left;
	line-height: 14px;
	font-family: inherit;
	font-size: 11px;
	font-style: inherit;
	font-weight: bold;
	margin: 0;
	color: #020A49;
	text-transform: none;
}

.teaser_text {
	padding: 0px 10px 0px 0px;
	text-align: left;
	line-height: 14px;
	font-family: inherit;
	font-size: 11px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	color: #020A49;
	text-transform: none;
}
