BODY, DIV, P, SPAN, TD, TH, UL, OL, A {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	/*text-align: left;*/
}
BODY {
	background-color: #FFFFFF;
	/*text-align: center;*/
	margin: 0px;
	padding: 0px;
}
A {
	font-weight: bold;
	text-decoration: underline;
}
A:HOVER {
	text-decoration: underline;
}
A SPAN {
	text-decoration: none;
}
TD {
	background-image: none;
}
P {
	text-align: justify;
	margin: 10px 10px 10px 6px;
}
P.margin {
	margin-left: 86px;
}
FORM {
	margin: 0px;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.form {
	margin: 10px 0px 10px 6px;
}
INPUT.formItem {
	height: 15px;
	font-size: 10px;
	border-top: 1px solid #505C5D;
	border-right: 1px solid #505C5D;
	border-bottom: 1px solid #505C5D;
	border-left: 1px solid #505C5D;
}
INPUT.formItem-file {
	height: 19px;
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #505C5D;
	border-right: 1px solid #505C5D;
	border-bottom: 1px solid #505C5D;
	border-left: 1px solid #505C5D;
}
INPUT.formItem-radio {
	height: 17px;
}
SELECT.formItem {
	height: 17px;
	font-size: 10px;
	border-top: 1px solid #505C5D;
	border-right: 1px solid #505C5D;
	border-bottom: 1px solid #505C5D;
	border-left: 1px solid #505C5D;
}
TEXTAREA.formItem {
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #505C5D;
	border-right: 1px solid #505C5D;
	border-bottom: 1px solid #505C5D;
	border-left: 1px solid #505C5D;
}

.main {
	margin-left: auto;
	margin-right: auto;
}

/* Columns */
#topCol, #leftCol, #middleCol, #middlerightCol, #rightCol, #bottomCol {
	margin: 0px;		/* Opera 5.0 */
	background-color: #FFFFFF;
}
#topCol {

}
#leftCol {

}
#middleCol {
	
}
#rightCol {

}
#bottomCol {
	clear: both;
}

.end-align {
	height: 1px;
	font-size: 1px;
	margin-top: -1px;
	clear: both;
}
.float-margin {
	margin: 0px;		/* Opera 5.0 */
}

/* Top col */
#language {
	padding-top: 5px;
}
#dirbanking {
	margin: 0px 8px 0px 6px;
}
#topCol .login {
	padding-top: 5px;
}
#loginButtons {
	position: relative;
}
#loginButtons DIV {
	position: absolute; top: 0px; left: 0px;
	z-index: -1;
}
#loginButtons DIV A {
	display: block;
	width: 100%;
	height: 100%;
}
#loginButtons DIV.csButtonMB, #loginButtons DIV.csButtonEL, #loginButtons DIV.enButtonMB, #loginButtons DIV.enButtonEL {
	width: 181px;
	height: 54px;
	z-index: 2;
	cursor: pointer;
}
#loginButtons DIV.csButtonMB {
	background-image: url("/img/common/cs/btn_login_mb.gif");
}
#loginButtons DIV.csButtonEL {
	background-image: url("/img/common/cs/btn_login_elplus.gif");
}
#loginButtons DIV.enButtonMB {
	background-image: url("/img/common/en/btn_login_mb.gif");
}
#loginButtons DIV.enButtonEL {
	background-image: url("/img/common/en/btn_login_elplus.gif");
}

/* Left col */
#leftCol A {
	font-size: 10px;
	color: #505C5D;
	text-decoration: none;
}
#leftCol A:HOVER {
	text-decoration: none;
}

/* left menu*/
/*#leftCol .leftMenu TD { background-color: #D3D6D6; }
#leftCol .leftMenu TD.small A { font-size: 9px; }
#leftCol .leftMenu .border { background-color: #505C5D; }*/
#leftCol .leftMenu TD { background-color: #CCD2D7; padding-left: 10px; }
#leftCol .leftMenu TD.sep { background-color: #ffffff; }
#leftCol .leftMenu A,
#leftCol .leftMenu A:HOVER,
#leftCol .leftMenu A:VISITED { font-family: "Tahoma CE", Tahoma; font-weight: bold; }
#leftCol .leftMenu TD.small A { font-size: 9px;}
#leftCol .leftMenu .border { background-color: #505C5D; }

#leftCol .white TD { background-color: transparent; }
#leftCol .white A,
#leftCol .white A:HOVER,
#leftCol .white A:VISITED { color: #2D4548; font-weight: normal; }
#leftCol .white TD.sep { background-color: #CCD2D7; }

#leftCol .leftMenu TD.ovr { background-color: #566B7C; cursor: pointer; }
#leftCol .leftMenu TD.ovr A,
#leftCol .leftMenu TD.ovr A:HOVER,
#leftCol .leftMenu TD.ovr A:VISITED{ color: #ffffff;}

#leftCol .white TD.ovr { background-color: #EEF0F2; }
#leftCol .white TD.ovr A,
#leftCol .white TD.ovr A:HOVER,
#leftCol .white TD.ovr A:VISITED { color: #2D4548; }

#leftCol .leftMenu TR.current TD { background-color: #9DA9B3; }
#leftCol .leftMenu TR.current A,
#leftCol .leftMenu TR.current A:HOVER,
#leftCol .leftMenu TR.current A:VISITED { color: #ffffff; }

#leftCol .white TR.current TD { background-color: #EEF0F2; }
#leftCol .white TR.current A,
#leftCol .white TR.current A:HOVER,
#leftCol .white TR.current A:VISITED { color: #2D4548; }

#leftCol .leftMenu IMG.flagMenu { float: right; margin-right: 3px; }
#leftCol .leftMenu IMG.flagLang { float: right; margin-right: 3px; margin-top: 1px; }

/* /left menu*/

#leftCol .leftMenu .search TD { padding: 3px 0px;}
#leftCol .leftMenu .search .formItem {
	width: 95px;
	height: 14px;
	font-size: 10px;
	background-color: #EEF0F2;
	border: solid 1px #CCD2D7;
}
#leftCol .leftMenu .search .submit {
	font-size: 10px;
	background-color: transparent;
	border: none;
	font-size: 9px;
	color: #2D4548;
	font-family: "Tahoma CE", Tahoma;
	padding: 3px 5px 2px 5px;
	* margin-top: 1px;
	* padding: 3px 1px 3px 3px;
}
#leftCol .leftMenu .search INPUT.ovr {
	background-color: #EEF0F2;
	cursor: pointer;
}
#leftCol .igoogle {
	display: block;
	margin: 0px 8px 0px 8px;
	padding: 5px 0px 5px 21px;
	background: url("/img/common/u/ico_igoogle.gif") 0% 50% no-repeat;
	font-weight: bold;
	color: #1964BF;
}
/* Middle col */
#middleCol .border {
	background-color: #505C5D;
}
#middleCol .noborder {
	background-color: #ffffff;
}
#middleCol .borderhp {
	background-color: #CCD2D7;
}
#middleCol .img IMG {
	margin-bottom: 5px;
}
#middleCol A {
	/*font-weight: normal;*/
}

/* Right col */


/* Bottom col */
#bottomCol .leftBgr {
	background-color: #E8EAEA;
}
#bottomCol .border {
	background-color: #505C5D;
}
#bottomCol .copyright {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-top: 2px;
}
#bottomCol .copyright A.rss {
	font-weight: normal;
	padding-left: 17px;
	padding-right: 5px;
	background: url("/img/common/u/ico_rss.gif") 0% 50% no-repeat;
}

/* FG Menu */
.m1Menu-1, .m2Menu-1 {
	border: 1px solid #FFFFFF;
}
.m1Item-1, .m1Item-1ovr {
	width: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 15px;	/* Mozilla */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
.m1Item-1 .text, .m1Item-1ovr .text {
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}
.m2Item-1, .m2Item-1ovr {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
.m2Item-1 .text, .m2Item-1ovr .text {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 3px 3px 4px;
}
.lastItem .m1Item-1, .lastItem .m1Item-1ovr, .lastItem .m2Item-1, .lastItem .m2Item-1ovr {
	border-bottom: none;
}

#dirbanking {
	margin-left: 5px;
}


/* Homepage */
#hp { background-color: #B0BECF; }		/* #B0BECF #FFFFFF */
#hp .main {
	/*width: 735px;*/
	width: 780px !important;
	width /**/: 788px;
	padding-left: 8px;
	background-color: #FFFFFF;
	/*background-image: url("/img/u/bgr.gif");*/
}
/*#hp #dirbanking {
	margin-left: 38px;
	margin-left: 3px;
}*/
/*#hp .main .color-E { background-color: #8D9799; }*/
#hp .main .color-E { background-color: #ccd2d7; }
#hp .rlSmall {
	cursor: pointer;
	cursor: hand;
}
#hp .cutSmallRl {
	padding: 8px 0px 7px 0px;
}

#hp #middleCol .img IMG {
	margin: 8px 13px 0px 8px;
}

#hp #middleCol .info { padding: 5px 2px 5px 0px; }

#hp #rightCol .infoline .border { background-color: #69839c; }
#hp #rightCol .infoline .info { background-color: #f2f4f6; padding: 10px; }

#hp #rightCol .stock { cursor: pointer; }
#hp #rightCol .stock .info TD { background-color: #fcf2f5; padding: 10px; }
#hp #rightCol .stock .info TD TD { padding: 0px; }
#hp #rightCol .stock .anchor, #hp .stock .anchor A, #hp .stock .anchor A:HOVER, #hp .stock .anchor A:VISITED { color: #cc0033; }
#hp #rightCol .stock .border { background-color: #cc0033; padding: 0px; }
#hp #rightCol .stock .info { background-color: #fcf2f5; padding: 10px; }

#hp #rightCol .infoduty TR TD.info A, #hp #rightCol .infoduty TR TD.info A:HOVER, #hp #rightCol .infoduty TR TD.info A:VISITED { color: #CC0033; }
#hp #rightCol .infoduty TR TD.border { background-color: #69839C; padding: 0px; }
#hp #rightCol .infoduty TR TD.img { cursor: pointer; background-color: #FCF2F5; margin: 0; padding: 10px 0 0px 10px; }
#hp #rightCol .infoduty TR TD.img IMG { margin: 0 0 10px 0; }
#hp #rightCol .infoduty TR TD.info { cursor: pointer; background-color: #FCF2F5; color: #434343; margin: 0; padding: 10px 15px 5px 0px; }

#hp #rightCol .pr TD { padding: 0px 10px 10px 10px; }
#hp #rightCol .pr A { font-weight: normal; text-decoration: none; }
#hp #rightCol .pr A:HOVER { text-decoration: underline; }

#hp #middleCol TR.hypo TD { cursor: pointer; background-color: #ebf1f9; color: #1963a9; padding: 0px; }
#hp #middleCol TR.hypo TD A { color: #1963a9; }
#hp #middleCol TR.hypo TD.border { background-color: #1963a9; padding: 0px; }
#hp #middleCol TR.hypo TD DIV.fl { float: left; width: 50%; }
#hp #middleCol TR.hypo TD DIV.fl SPAN { width: 100px; }
#hp #middleCol TR.hypo TD IMG.motive { float: left; display: inline; margin: 10px 12px 10px 8px; }
#hp #middleCol TR.hypo TD SPAN { float: left; display: inline; margin: 10px 8px 0px 0px; padding-bottom: 10px; width: 260px; color: #1963A9;}

#hp #middleCol TR.callme TD { cursor: pointer; background-color: #edf0f3; color: #566b7c; padding: 0px; }
#hp #middleCol TR.callme TD A { color: #566b7c; }
#hp #middleCol TR.callme TD.border { background-color: #69839c; padding: 0px; }
#hp #middleCol TR.callme TD DIV.fl { float: left; width: 50%; }
#hp #middleCol TR.callme TD DIV.fl SPAN { width: 100px; }
#hp #middleCol TR.callme TD IMG.motive { float: left; display: inline; margin: 10px 12px 10px 8px; }
#hp #middleCol TR.callme TD SPAN { float: left; display: inline; margin: 10px 8px 0px 0px; padding-bottom: 10px; width: 260px; color: #566b7c;}

#hp #middleCol TR.infoduty TD { cursor: pointer; background-color: #FCF2F5; color: #CC0033; padding-bottom: 2px; }
#hp #middleCol TR.infoduty .img { padding: }
#hp #middleCol TR.infoduty .img IMG { margin-top: 2px; }
#hp #middleCol TR.infoduty TD A { color: #CC0033; }
#hp #middleCol TR.infoduty TD.border { background-color: #CC0033; padding: 0px; }
#hp #middleCol TR.infoduty TD.info { padding: 0px 5px 12px 0px; }

#hp TR.row TD { cursor: pointer; }

/* ------------ Navigation ------------ */
#nav {
	width: 424px;
}
#nav #track {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 6px;
}
#nav #track A.text-E {
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
}
#nav #track A:HOVER.text-E {
	text-decoration: underline;
}
/* ------------ Content ------------ */
/* Titles */
H1 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 6px;
	margin: 0px;
	border-top: 3px solid;
	border-bottom: 1px solid;
}
H2 {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px 3px 19px;
	margin: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-image: url("/img/u/dot_h2.gif");
	background-position: 6px 7px;
	background-repeat: no-repeat;
}
H3 {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px 3px 6px;
	margin: 0px;
	border-bottom: 1px solid;
}
/* !!!! */
#content .t3 .text-X {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px 3px 6px;
}
H4 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 0px 6px;
	margin: 0px 0px -5px 0px;
}
H1 SPAN, H2 SPAN, H3 SPAN, H4 SPAN {
	position: absolute;
}
/* Table */
#content .tab {
	margin: 10px 0px;
}
#content .tab TH, #content .tab TD {
	padding-left: 0px;
	padding-right: 12px;
}
#content .tab .color-E TH {
	text-align: right;
	color: #FFFFFF;
	vertical-align: top;
}
#content .tab TH.center {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#content .tab TH.left, #content .tab TD.text-E {
	text-align: left;
	padding-left: 5px;
	padding-right: 0px;
}
#content .tab TD {
	text-align: right;
	border-bottom: 1px solid;
}
#content .tab TR.l TD {
	text-align: left;
}
#content .tab TR.col2paddding TD, #content .tab TR.col2paddding TH {
	text-align: left;
	padding-left: 20px;
}

#content .tab TD.c {
	text-align: center;
}
#content .tab .t3 {
	font-weight: bold;
}
#content .tab .color-K .text-F, #content .tab .color-B .text-K {
	font-weight: normal;
	border-bottom: none;
}
.note {
	font-style: italic;
	text-align: left;
	padding: 3px 5px 0px 5px;
}
TABLE.tableNote TR TD {
	border: 0 !important;
	text-align: left !important;
}

TABLE.tableNote TR TD.note {
	padding-left: 6px !important;
}
/* Table - nonformat */
#content .tabn {
	margin: 10px 0px 20px 0px;
}
/* Index (table) */
#content .index .date {
	font-weight: bold;
	padding: 3px 0px 3px 6px;
}
#content .index .title, #content .index .text {
	text-align: justify;
	padding: 3px 10px 3px 6px;
}
#content .index .text .files {
	padding: 5px 10px 5px 0px;
}
#content .index .title A {
	font-weight: normal;
	text-decoration: none;
}
#content .index .title A:HOVER {
	text-decoration: underline;
}
/* Press Release */
#content .release .date, #content .release .srcinfo {
	font-style: italic;
	text-align: right;
	margin: 10px 10px 10px 6px;
}
#content .release .item .right .title .color-A {
	font-size: 11px;
	font-weight: bold;
	text-align: left;		/* IE 4.0 */
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 10px 6px;
}
/* Commercials */
#content .commercials P STRONG {
	width: 70px;
	display: inline;
	float: left;
}
#content .commercials P SPAN {
	display: inline;
	float: left;
}
.offer-month-1 th {
	color: #ffffff;
}
.offer-month-1 th.left, .offer-month-1 .right td.left {
	text-align: left !important;
}
.offer-month-1 th.right {
	text-align: right !important;
}
.offer-month-1 .right td {
	text-align: right;
	border-bottom: 1px solid #bc5153;
}
/*#content .release .item .right .text .t4 .text-E {
	margin-bottom: 5px;
}*/
/* List */
.list {
	padding: 0px;
	margin-left: 5px;
}
.list UL {
	list-style-type: square;
	margin: 10px 10px 10px 15px;
	padding-left: 5px;		/* N7.0 */
}
.list UL.l2 {		/* TBE vnoreny seznam - dalsi uroven */
	padding-left: 20px;		/* N7.0 */
}
.list UL UL {
	margin-right: 0px;
}
.list OL {
	margin: 10px 10px 10px 25px;
	padding-left: 5px;		/* N7.0 */
}
.list OL OL {
	margin-right: 0px;
}
.list LI {
	text-align: justify;
	margin-bottom: 3px;
	padding: 0px;
}
/*.list LI A {
	text-decoration: none;
}
.list LI A:HOVER {
	text-decoration: underline;
}*/
/* News */
.news .item {
	padding: 5px 6px 5px 6px;
}
.news .item .date .text-E {
	font-weight: bold;
}
.news .item .title .text-E {
	font-weight: bold;
}
.news .item .title A {
	font-weight: normal;
	text-decoration: none;
}
.news .item .title A:HOVER {
	text-decoration: underline;
}
.news .item .cont {
	text-align: justify;
}
/* 2 cols */
.two-cols {
	margin: 10px 0px;
}
.two-cols .l {
	float: left;
	width: 212px;
}
.two-cols .r {
	float: right;
	width: 212px;
	text-align: left;	/* IE 4 */
}
/* 3 cols */
.three-cols {
	margin: 10px 0px;
}
.three-cols .l {
	float: left;
	width: 141px;
}
.three-cols .m {
	float: left;
	width: 142px;
}
.three-cols .r {
	float: left;
	width: 141px;
	text-align: left;	/* IE 4 */
}
.two-cols P, .three-cols P {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Document links */
#content .files {
	padding: 5px 10px 10px 6px;
}
#content .files IMG {
	vertical-align: middle;
}
/* Sitemap */
.sitemap {
	padding: 0px;
	margin-left: 0px;
}
.sitemap UL {
	margin: 10px 10px 15px 0px;
	padding-left: 5px;		/* N7.0 */
	list-style-image: url("/img/common/u/inf/dot_s1.gif");
/*	background-color: #FF0000;*/
}
.sitemap UL LI {
	margin-bottom: 15px;
}
.sitemap UL UL {
	margin: 2px 0px 15px 20px;
	list-style-image: url("/img/common/u/inf/dot_s2.gif");
/*	background-color: #00FF00;*/
}
.sitemap UL UL UL {
	margin: 2px 0px 5px 20px;
	list-style-image: url("/img/common/u/inf/dot_s3.gif");
/*	background-color: #0000FF;*/
}
.sitemap UL UL UL UL {
	margin: 2px 0px 5px 15px;
	list-style-image: url("/img/common/u/inf/dot_s4.gif");
/*	background-color: #FFFFFF;*/
}
.sitemap UL UL LI {
	margin-bottom: 5px;
}
.sitemap UL UL UL LI, .sitemap UL UL UL UL LI {
	margin-bottom: 0px;
}
.sitemap UL LI A {
	font-size: 12px;
	font-weight: bold;
}
.sitemap UL UL LI A {
	font-size: 11px;
	font-weight: bold;
}
.sitemap UL UL UL LI A {
	font-size: 11px;
	font-weight: normal;
}
.sitemap UL UL UL UL LI A {
	font-size: 10px;
	font-weight: bold;
}
.sitemap UL LI A {
	text-decoration: none;
}
.sditemap UL LI A:HOVER {
	text-decoration: underline;
}

/* Others */
.print {
	display: none;
}
.topLnk {
	width: 100%;
	text-align: right;
	margin: 10px 0px 10px 0px;
}
.topLnk A {
	margin-right: 10px;
}
.help {
	padding: 5px 10px 5px 10px;
	border: 1px solid #505C5D;
}
.alert {
	font-style: italic;
	color: #FC0019;
	padding: 5px 6px 0px 6px;
}
SPAN.alert {
	padding: 0px 0px 0px 3px;
}
.error {
	font-style: italic;
	color: #0000FF;
	padding: 3px 6px 0px 6px;
}
.disable {
	font-weight: bold;
	color: #8D9799;
}
.green-phone {
	font-weight: bold;
	color: #008040;
}
.c-red {
	color: #B00019;
}
.itemTitle {
	font-weight: bold;
	margin-bottom: -5px;
}
/* ------------ Tools ------------ */
/* Text */
#tools .text {
	padding: 0px 7px 3px 3px;	/* TABLE cellspacing=1 */
	margin-top: -1px;
}
#tools .text .color-A .text-W {
	font-weight: bold;
}
/* Buttons */
#tools .buttons {
	padding: 0px 7px 3px 3px;	/* TABLE cellspacing=1 */
	margin-top: -1px;
}
/* Banner */
#tools .banners {
	margin: 0px 8px 8px 4px;
}
/*Certification Wizard */
#tools #certWizard {
	margin: 0px 0px 6px 4px;
	* margin-bottom: 3px;
}

IMG.pl-ill {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
IMG.pl-ill-r {
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
}
IMG.pl-logo {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
/* ------------ EU Ponte - kontakty ------------ */
.consultingCompany {
	clear: both;
	margin-top: 20px;
	padding-bottom: 0px;
	float: left;
	width: 100%;
}
.consultingCompany.last {
	padding-bottom: 20px;
}

.consultingCompany IMG {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.consultingCompany P {
	float: left;
	margin: 0px;
}
/* ------------ EU Point Index ------------ */
#eu-point-index {
	border-top: 1px solid #2C426D;
	border-bottom: 1px solid #2C426D;
	padding: 13px 0px 13px 0px;
}
#eu-point-index #index-value {
	width: 101px;
	height: 76px;
	line-height: 100px;
	background: url("/img/u/com/ponte/bg_eu_point_index.gif") 0 0 no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 21px 0px 0px 31px;
}
#eu-point-index H2 {
	font-size: 18px;
	border: none;
	background: none;
	padding-left: 12px;
	margin-bottom: 12px;
}
#eu-point-index div.l {
	width: 141px;
}
#eu-point-index div.r {
	width: 256px;
}
#eu-point-index div.r P {
	margin-bottom: 6px;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-position: 204px 50%;
}
#eu-point-index div.r P.grow {
	background-image: url("/img/u/com/ponte/grow.gif");
}
#eu-point-index div.r P.fall {
	background-image: url("/img/u/com/ponte/fall.gif");
}
#eu-point-index div.r P.stagnation {
	background-image: url("/img/u/com/ponte/stagnation.gif");
}
#eu-point-index div.r P SPAN {
	display: none;
}
#tools_banner {
	margin-left: 1px;
}
