*{
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  width:  100%;
  margin:auto;
}

form {
  margin: 0;
  padding: 0;
}

table {
	border:none;
	border-spacing:0px;
}

img {
	border:none;
	border-spacing:0px;
}

body {
	color:#555555;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:100%;
	height:800px;
	height:auto !important;
	min-height:800px;	
	background-color: #FFFFFF;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	font-family:'Trebuchet MS',sans-serif;
}

h2{
	color:#E2001A;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:130%;
	margin:10px 0 0;
	text-transform:uppercase;
}

.clearall{
	clear: both;
	height: 0px;
}

a, a.pagenav{
	color:#E2001A;
	text-decoration:none;
	cursor:pointer !important;
}

a:hover {
	text-decoration:underline;
}

label{
	font-size: 90%;
}

.rs{
	float:right;
	position:relative;
	width:965px;
}

.ls{
	float:left;
	position:relative;
	width:965px;
	left:-756px;
}

.l_inf, .m_inf, .r_inf, .m_inf_full, .m_inf_right, .m_infleft{
	float:left;
	position:relative;
}
.l_inf{
	left:756px;
	margin-right:26px;
	width:184px;
	overflow:hidden;
}
.m_inf{
	left:755px;
	width:524px;
	font-family:Arial,sans-serif;
	font-size:85%;
	overflow: hidden;
}

.m_inf_right{
	left:755px;
	width:735px;
	font-family:Arial,sans-serif;
	font-size:85%;
	overflow: hidden;
}

.m_inf_full{
	left:755px;
	width:965px;
	font-family:Arial,sans-serif;
	font-size:85%;
}

.m_infleft{
	left:755px;
	width:755px;
	font-family:Arial,sans-serif;
	font-size:85%;
	overflow: hidden;
}

.r_inf{
	left:790px;
	width:196px;
}

.m_inf h4, .m_inf_right h4{
	color:#3F77B2;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
}

.m_inf h5 {
color:#333333;
font-size:80%;
margin-bottom:4px;
}

#conteiner{
	position:relative;
	margin:0 auto;
	width:966px;
	padding-top: 10px;
	background-color:#FFF;
}

UL{
	padding-left:5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

UL LI{
	color:#555555;
}

OL{
	list-style-type: decimal;
	padding-left:25px;
}

OL LI{
	list-style-type: decimal;
	padding-bottom:7px;
	margin-left:30px;
}

/***** Tabs Content *******/
#content-top #pane {
	height:40px;
	background:transparent url(../images/tabInWidBkg.gif) repeat-x scroll 0 bottom;
	padding: 15px 0 0 1px;
	overflow: hidden;
}

#pane .tLeft{
	float:left;
	height:40px;
	width:7px;
}

#pane .tMiddle{
	float:left;
	height:40px;
	font-size:0.9em;
	
}

#pane .tRight{
	height:40px;
	line-height: 40px;
	float:left;
}

#pane .open .tLeft{
	background:transparent url(../images/tab_sx_on.gif) no-repeat scroll left 0;
}

#pane .open .tMiddle{
	background:transparent url(../images/tab_back_on.gif) repeat-x scroll 0 0;
}

#pane .open .tRight{
	background:transparent url(../images/tab_dx_on.gif) no-repeat scroll right 0;
	width:28px;
}

#pane .closed .tLeft{
	background:transparent url(../images/tab_sx_off.gif) no-repeat scroll left 0;
}

#pane .closed .tMiddle{
	background:transparent url(../images/tab_back_off.gif) repeat-x scroll 0 0;
	float:left;
	height:40px;
	font-size:0.75em;
}

#pane .closed .tRight{
	background:transparent url(../images/tab_dx_off.gif) no-repeat scroll right 0;
	width:22px;
}

#pane  .open .tCaption{
	font-family:"Trebuchet MS",Arial,sans-serif;
	color:#D23636;
	font-weight:normal;
	height:40px;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:8px;
	top:12px;
	left:4px;
	font-size:12.2333px;
}

#pane  .closed .tCaption{
	font-size: 10.2px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	color:#515151;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	padding-right:10px;
	top:17px;
	left:10px;
}

.moduletable-ctabbed{
/*	height: 285px! important; */
}

.ctabbed_wrapper{
	background:transparent url(../images/tab_bottom.gif) repeat-x scroll 0 bottom;
}

#content-top .current{
	padding:  0px! important;
	margin:  0px! important;
	display:block;
	width: 100%;
	height:190px;
	overflow:hidden;
}


/***** End Tabs Content *******/
/***** Creative blocks *********/

#content-top dd{
	padding: 0;
	margin: 0;
	width: 100%;
	height:190px;
	overflow: hidden;
	float: left;
}

table.tabs{
	margin:0 auto;
	vertical-align:top;
}

table.tabs td{
	vertical-align:top;
}

table.tabs H2{
	color:#333333;
	font-size:130%;
	font-weight:bold;
	left:-2px;
	margin-bottom:0.2em;
	padding-top:15px;
	position:relative;
	text-transform:uppercase;
}

table.tabs h3 {
	color:#3F77B2;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
	padding:5px 0;
}

table.tabs ul, table.tabs li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

table.tabs li {
	background:transparent url(../images/7x4-red.gif) no-repeat scroll left 3px;
	font-size:80%;
	padding:0 0 8px 10px;
}

table.tabs  li a {
	color:#555555;
	text-decoration:none;
}

table.tabs .bannerblock{
	position:relative;
	top:-30px;
	padding:0 5px;
}
#conteiner .bannerblock img.banner{
	padding: 0;
	margin: 0;
}

table.tabs a.link {
	background:white url(../images/readmore-square.gif) no-repeat scroll left bottom;
	color:#E2001B;
	display:block;
	font-size:80%;
	height:19px;
	left:54px;
	line-height:19px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	text-indent:10px;
	top:-19px;
	width:115px;
}

table.tabs .bannerblock a:hover.link {
	text-decoration:underline;
}


.contentheading, .componentheading, H1{
	color:#E2001A;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:130%;
	margin:10px 0 0;
	text-transform:uppercase;
}

a.readon{
	color: #4b4b4b;
	text-decoration: none;
	font-weight: bold;
	padding-left: 14px;
	background:transparent url('../images/readmore.jpg') no-repeat scroll left 5px;
}

#conteiner  table.contentpaneopen p, #conteiner table.contentpaneopen div{
	color:#555555;
	font-size:90%;
	margin:0;
}

#conteiner  table.contentpaneopen UL LI{
	color:#555555;
	font-size:90%;
	list-style-type:disc;	
	margin-left:30px;
}

/* tables */

#conteiner table.contentpaneopen table {
	border:medium none;
	font-size:80%;
	width:100%;
	border:2px solid #FFFFFF;
}
#conteiner table.contentpaneopen table td, #conteiner table.contentpaneopen table thead th {
	text-align:center;
	border:1px solid #FFFFFF;
}
#conteiner table.contentpaneopen table th, #conteiner table.contentpaneopen table .first {
	text-align:left;
}
#conteiner table.contentpaneopen table thead {
	font-family:'Trebuchet MS',serif;
}
#conteiner table.contentpaneopen table thead td, #conteiner table.contentpaneopen table thead th {
	color:black;
}
#conteiner table.contentpaneopen table thead th {
	font-weight:normal;
	padding-bottom:4px;
	text-transform:uppercase;
}
#conteiner table.contentpaneopen table tbody, #conteiner table.contentpaneopen table thead, #conteiner table.contentpaneopen table tr, 
#conteiner table.contentpaneopen table th, #conteiner table.contentpaneopen table td {
	padding:0;
	vertical-align:top;
}
#conteiner table.contentpaneopen table th, #conteiner table.contentpaneopen table td {
	color:#555555;
	padding:5px 13px;
	border-collapse:collapse;
}
/*
.conTableGrey tbody td, .conTableGrey tbody th {
	background:none repeat scroll 0 0 #E4E4E4;
	font-weight:normal;
}
*/
#conteiner table.contentpaneopen table tbody tr{
	background:none repeat scroll 0 0 #E4E4E4;
}

#conteiner table.contentpaneopen table tbody tr.even{
	background:none repeat scroll 0 0 #F1F1F1;
}

#conteiner table.contentpaneopen table tbody tr:hover, #conteiner table.contentpaneopen table tbody tr:hover.even{
	background-color:#dcdcdc;
}

#conteiner table.contentpaneopen table tbody th {
	border-right:9px solid white;
}

/*
.conTableGrey tbody .even td, .conTableGrey tbody .even th {
	background:none repeat scroll 0 0 #F1F1F1;
}
*/

/*#conteiner table.contentpaneopen table, #conteiner table.contentpaneopen table td {
	border:1px solid #543019;
	border-collapse:collapse;
	padding:0;
}
#conteiner table.contentpaneopen table {
	margin:5px auto;
	width:98%;
}
#conteiner table.contentpaneopen table td {
	padding:5px;
}
*/

#conteiner table.contentpaneopen .tbl-rw-odd{
	background-color: rgb(234, 245, 232);
	border: 1px solid rgb(84, 48, 25);
}

#conteiner table.contentpaneopen table td.tblcsl{
	border-right: 1px solid rgb(255, 255, 255);
	border-left: 1px solid rgb(255, 255, 255);
}

#conteiner table.contentpaneopen .tblcs, #conteiner table.contentpaneopen  table td.tblcst, #conteiner table.contentpaneopen  table td.tblcsb{
	border: 1px solid rgb(255, 255, 255); 
	padding: 0px; 
	width: 5px; 
	background-color: rgb(255, 255, 255);
}

#conteiner table.contentpaneopen tr.tbl-rw-odd td.tblcs, #conteiner table.contentpaneopen tr.tbl-rw-even td.tblcs{
	padding: 0px; 
	width: 5px; 
	border-bottom:1px solid #FFFFFF;
}

#conteiner table.contentpaneopen tr.tbl-rw-odd td, #conteiner table.contentpaneopen tr.tbl-rw-even td{
	border: medium none;
	padding:5px;
}

#conteiner table.contentpaneopen table.short tr.tbl-rw-odd td, #conteiner table.contentpaneopen table.short tr.tbl-rw-even td {
	padding:1px 0px 0px 5px;
}

#conteiner table.contentpaneopen table.short tr.tbl-rw-odd td.tblcs, #conteiner table.contentpaneopen table.short tr.tbl-rw-even td.tblcs {
	padding:0;
	width:2px;
}

#conteiner table.contentpaneopen  table td.tblcst{
	border-top: 1px solid rgb(84, 48, 25);
	padding: 0px;
	width:5px;
	border-bottom:1px solid #FFFFFF;
}

#conteiner table.contentpaneopen  table td.tblcsb{
	border-bottom: 1px solid rgb(84, 48, 25);
	padding: 0px;
	width:5px;
}

#conteiner table.contentpaneopen  table tr.tblrbottom td, #conteiner table.contentpaneopen  table tr.tblrbottom th{
	background-color: rgb(84, 48, 25);
	border: 1px solid rgb(84, 48, 25);
	color: #FFFFFF;
}

#conteiner table.contentpaneopen table td.tblcsr{
	border-left: 1px solid rgb(255, 255, 255);
}

.blog-ref {
	width: 100%;
}

table.contentpaneopen-ref{
	height:635px;
	width:100%;
}

#conteiner img{
	margin:0 10px;
}

#conteiner table.contentpaneopen table.noborder, #conteiner table.contentpaneopen table.noborder td {
	border: none medium;
}

#conteiner table.contentpaneopen table.cleared, #conteiner table.contentpaneopen table.cleared td, 
#conteiner table.contentpaneopen table.cleared tr, #conteiner table.contentpaneopen table.cleared tr:hover, 
#conteiner table.contentpaneopen table.cleared tr:hover.even, #conteiner table.contentpaneopen table.cleared tr.even,
#conteiner table.contentpaneopen table.cleared table{
	border:medium none;
	background-color: transparent;
	font-size:100%;
}

#contactForm {
	width:755px;
	font-size:90%;
}

#conteiner  form#contactForm  table.cleared td{
	font-weight:normal;
	vertical-align:top;
}

#conteiner   #userinformation table, #conteiner   #userinformation table td{
	border:medium none;
}

table.blog{
	width:100%;
}

/* tabs */
#tnewspane dt.open{
	height:30px;
	float:left;
	overflow: hidden;
}

#tnewspane dt.closed{
	height:30px;
	float:left;
	overflow: hidden;
}

#tnewspane{
	height: 30px;
	background:transparent url(../images/tnewstabsbg.jpg) repeat-x scroll 0 23px;
}

#tnewspane .tnewsLeft {
	float:left;
	height:30px;
	width:4px;
}
#tnewspane .tnewsMiddle {
	float:left;
	font-size:100%;
	height:30px;
	line-height:30px;
	color:#D5080D;
}
#tnewspane .tnewsRight {
	float:left;
	height:30px;
}
#tnewspane .open .tnewsLeft {
	background:transparent url(../images/tnewsLeft.gif) no-repeat scroll left 0;
}
#tnewspane .open .tnewsMiddle {
	background:transparent url(../images/tnewsMiddle.gif) repeat-x scroll 0 0;
}
#tnewspane .open .tnewsRight {
	background:transparent url(../images/tnewsRight.gif) no-repeat scroll right 0;
	width:19px;
}
#tnewspane .closed .tnewsLeft {
	background:transparent url(../images/tnewsLeftOff.gif) no-repeat scroll left bottom;
}
#tnewspane .closed .tnewsMiddle {
	background:transparent url(../images/tnewsMiddleOff.gif) repeat-x scroll 0 top;
	float:left;
	font-size:85%;
	color:#555555;
	height:30px;
}

#tnewspane  .open h4, #tnewspane  .open h4 a{
	padding: 0 10px 0 15px;
	color:#D23636;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

#tnewspane  .closed h4, #tnewspane  .closed h4 a{
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 10px 0 14px;
	color:#555555;
}

#tnewspane .closed .tnewsMiddle a:hover{
	color:#D5080D;
}

#tnewspane .closed .tnewsRight {
	background:transparent url(../images/tnewsRightOff.gif) no-repeat scroll right bottom;
	WIDTH: 15px! important;
}

/* End tabs */


/****************************************************/
/*************** MODULES *****************************/
/****************************************************/

#mod_panel{
	margin:0 auto;
	width:966px;	
}

#mod_topbar_wrapper{
	background:#E6E6E6 url(../images/tb_bg.gif) repeat-x scroll left top;
	height:21px;
	min-width:966px;
	overflow:hidden;
}

#mod_topbar_wrapper.baropenned{
	background:#98000E url(../images/bgTool.jpg) no-repeat scroll center top;
	min-width:966px;
	height:236px;
}

#mod_panel, #mod_topbar_content{
	margin:0 auto;
	height:21px;
	width:966px;
	position:relative;
}

#mod_topbar_content{
	height: 191px;
}

#mod_topbar{
	color:#555555;
	font-size:65%;
	position:relative;
	text-transform:uppercase;
	height:21px;
	line-height:19px;
	float:right;	
}

#mod_topbar a{
	color:#555555;
	cursor:pointer !important;
	padding: 0 11px 0 11px;
	text-decoration:none;
}

#mod_topbar a:hover {
	color:#000000;
	text-decoration:none;
}

#mod_links{
	float:right;
	padding: 0 5px 0 0;
}

#mod_topbar_hand, #mod_topbar_hand a{
	background:transparent url(../images/unicreditgroup.gif) repeat-x scroll center bottom;
	color:#FFFFFF;
	display:inline;
	float:right;
	text-transform:none;
	height:21px;
	cursor:pointer !important;
	line-height:19px;
}

#mod_topbar_hand{
	width:107px;
}

#mod_topbar_hand a{
	padding:0 18px 0 13px;
}
/* **************** UniCredit Group **************/
.ucg{
	width:980px;
	position:relative;
	background-color:transparent;
	font-family:"Trebuchet MS",Arial;
	font-size:130%;
	margin:0 auto;
	padding:0;
}

.ucg .items {
	margin:28px 0 0;
	padding:0;
	float:left;
	width:681px;
	padding:0 50px 0 0;
}

.ucg .items .item {
	float:left;
	height:40px;
	margin:0;
	padding:0 0 34px 0;
	width:227px;
}

.ucg .items2 {
border-left:1px solid #980803;
float:left;
margin-left:-35px;
margin-top:18px;
width:250px;
}

.ucg .items2 .item {
float:left;
height:40px;
margin:0;
padding:10px 0 29px 35px;
width:240px;
} 

#contShad{
	background:transparent url(../images/bgTool-splitterfull.jpg) repeat-x scroll left top;
}

.contShad {
	height:5px;
	width:100%;
}

#contShad .sh1{
	background:transparent url(../images/bgTool-splitter.jpg) no-repeat scroll center top;
	font-size:0;
	height:5px;
	overflow:hidden;
}

#mod_topbar_wrapper.baropenned #mod_topbar a{
	color:#FFFFFF;
}

#mod_topbar_wrapper.baropenned #mod_topbar a:hover {
	background:#FFFFFF none repeat scroll 0 0;
	color:#0F0F0F !important;
}

#mod_topbar_wrapper.baropenned #mod_topbar #mod_topbar_hand{
	background:#FFFFFF none repeat scroll 0 0;
}

#mod_topbar_wrapper.baropenned #mod_topbar #mod_topbar_hand a, #mod_topbar_wrapper.baropenned #mod_topbar #mod_topbar_hand a:hover {
	background:#FFFFFF none repeat scroll 0 0;
	color:#0F0F0F !important;
}

#topbar_close_hand{
	width: 69px;
	margin: 0 auto;
}
/****************End UniCredit Group **************/
#header-logo{
	overflow: hidden;
	width:966px; 
	margin:0px auto;
	text-align: center;
	position:relative;
	height:80px;
	top:-1px;
}

.logo{
	width: 181px;
	float: left;
	padding-top:10px;
	position:absolute;
	left:0;
}

#logo-menu{
	position:absolute;
	right:0;
	top:0;
}

#logo-menu LI{
	background:transparent none repeat scroll 0 0;
	font-weight:normal;
}
#header-logo UL.font-sizer{
	line-height: 45px;
}

#header-logo ul {
	height:51px;
	line-height:51px;
	margin-top:1px;
	text-align:right;
	padding: 0;
	float:right;
}

#header-logo UL.menu {
	float:right;
}

#header-logo UL.fontsize {
	line-height:46px;
}

#header-logo ul li {
	font-size: 95%;
	display:inline;
}

#header-logo ul li a, #header-logo ul li#current a {
	color:#666666 !important;
	font-size:65%;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent none repeat scroll 0 0;
	display:inline;
	padding:0 12px;	
}
#header-logo ul li a:hover {
	color:#E2001A;
	text-decoration:none;
}

#mod_topbar_close_hand{
	background:transparent url(../images/btnCloseW.gif) no-repeat scroll right top;
	color:#FFFFFF;
	cursor:pointer !important;
	font-size:70%;
	line-height:20px;
	margin:0 auto;
	padding:0 25px 0 6px;
	text-align:left;
	text-transform:uppercase;
	width:50px;
}


#header{
	color: #4b4b4b;
	overflow: hidden;
	width:100%; 
	height:238px;
	margin:0px auto;
}

/* search */

.module-search{
	height:28px;
	width: 196px;
	padding-bottom: 20px;
	overflow:hidden;
}

.moduletable-search{
	height:28px;
	position:relative;
	width:196px;
}

.module-search form{
	background:#3F77B2 url(../images/searchTop.gif) no-repeat scroll left top;
	display:block;
	height:28px;
	width:196px;
}

#mod_search_searchword{
	background:#FFFFFF url(../images/bgInput.gif) repeat-x scroll left top;
	border-color:#666666 #CCCECD #F3F4F8;
	border-style:solid;
	border-width:1px;
	font-size:70%;
	left:5px;
	margin:0 0 5px;
	position:relative;
	top:6px;
	width:85%;
	height: 13px;
	float:left;
}

#conteiner table.contentpaneopen  #mod_search_searchword{
	font-size:100%;
}

.module-search .search-search{
	background:transparent url(../images/searchBottom.gif) no-repeat scroll left bottom;
	height:28px;
	width:196px;
}

input.button-search{
	height:20px;
	position:relative;
	right:5px;
	top:4px;
	float:right;
	width:14px;
}

.inputboxSearch{
	font-size: 11px;
	color: #4b4b4b;
}
/* end search */

#bc{
	color:#555555;
	font-size:70%;
	padding-bottom: 11px;
}
#bc a {
	color:#555555;
	font-size:100%;
}

/***** Right Menu *******/
.module-rightmenu{
	height:auto !important;
	margin-bottom:12px;
	min-height:20px;
	padding-top:3px;
	background:transparent url(../images/rm-top.gif) no-repeat scroll left top;
}

.module-rightmenu .mbottom{
	background:transparent url(../images/rm-bottom.png) no-repeat scroll left top;
	height:auto !important;
	min-height:3px;
	padding:0;
	position:relative;
	top: -3px;
	height:3px;
}

#rightmenu, #rightmenu li{
	margin:0;
	padding:0;
	position:relative;
}

#rightmenu{
	background:transparent url(../images/rm-bg.gif) repeat-y scroll left top;
	margin:0;
	padding:0 1px;
	position:relative;
	width:99%;
}

#rightmenu li{
	background:url("../images/rm-big-link-bg.gif") repeat-x scroll left bottom #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	height:auto;
	padding:0;
	position:relative;
	text-transform:uppercase;
}

#rightmenu li a, #rightmenu li#current a{
	background:url("../images/7x4-red.gif") no-repeat scroll 10px 11px transparent;
	color:#333333;
	display:block;
	font-family:'Trebuchet MS',sans-serif;
	font-size:90%;
	padding:5px 20px;
	text-decoration:none;
}

/***** End Right Menu *******/

/*****  Left Menu *******/
UL.menu{
	margin-top:12px;
	padding: 0;
}

UL.menu LI{
	font-weight:bold;
}

UL.menu li a {
	background:transparent url(../images/listRed.gif) no-repeat scroll 0 0.5em;
	font-family:'Trebuchet MS', Arial,sans-serif !important;
	padding:0 0 0 13px;
}

UL.menu li ul li.active a {
	color:#000000;
}

UL.menu  li a {
	color:#555555;
	font-size:76%;
	text-transform:uppercase;
	display:block;
	width:153px !important;
}

UL.menu li.active a, UL.menu  li#current a{
	color:#000000 !important;
	background:transparent url(../images/listRedOn.gif) no-repeat scroll  0 0.5em;
	width: 184px;
}

UL.menu  li#current, UL.menu  li#current a{
	color: #E2001A !important;
}


/*   level2   */
UL.menu li ul {
	font-size:90%;
	margin:0 0 10px 10px;
	font-family:Arial,sans-serif;
}

UL.menu li ul li {	
	font-weight:normal;
	padding:0 0 8px;
}

UL.menu li.active ul li.active a{	
	color: #000000 !important;   
	font-family: Arial,sans-serif !important;	
}

UL.menu li ul li a, UL.menu  li#current ul li a, UL.menu li.active ul li a, UL.menu li.active ul li.active ul li a{
	color:#555555 !important;
	text-transform:none;
	background:transparent none repeat scroll 0 0;
	padding:0;
}

UL.menu li ul li#current a{
	color:#E2001A !important;
	background:transparent none repeat scroll 0 0;
	padding:0;
}

UL.menu li ul li ul {
	border-color:#C0C0C0;
	border-style:solid;
	border-width:1px 0;
	font-size:100%;
	margin:5px 0 0;
	width:80%;
}

UL.menu li ul li ul li {
	padding:3px 0 3px 10px;
}

UL.menu li ul li ul li a, ul.menu li ul li#current ul li a{
	color:#555555 !important;
	background:transparent none repeat scroll 0 0;
	padding:0;
}


/***** End Left Menu *******/

.moduletable-header{
	padding: 2px 0 0 2px;
}

span#pr32 {
	white-space:nowrap;
}

span#pr28 {
	padding-left:200px;
}

span.level0{
	font-weight:bold;
}

span.mainlevel-spacer {
	font-size:11px;
}

.topmenu{
	background-image: url('../images/menu_background.jpg');
	background-repeat: repeat-x ;
}

#footer{
	border-top:1px solid #C0C0C0;
	font-family:Arial,sans-serif;
	font-size:70%;
	margin:20px auto 0;
	position:relative;
	width:966px;
	padding: 5px 0 20px 0;
	line-height: 140%;
	clear: both;
}

#footer UL {
	overflow:hidden;
	font-family:"Trebuchet MS",serif;
}


#footer UL, #footer UL li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	line-height:142%;
}

#footer UL li {
	padding-right: 27px;
}

#footer ul li a {
	color:#555555;
	font-size:78%;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#333333;
	text-decoration:none;
}

#footer ul li.item10{
	background:transparent url(../images/ico_rss.gif) no-repeat scroll left center;
	padding:0 27px 0 20px;
}

#footer UL.copyrightFoot{
	font-size:70%;
	padding-top:3px;
}

#footer UL.copyrightFoot li {
	color:#ACACAC;
	padding-right:8px;
}

#footer UL.copyrightFoot li a {
	color:#ACACAC;
	font-size:100%;
}

#footer UL.copyrightFoot li a:hover {
	color:#555555;
}

.moduletable-topmenu a{
	text-decoration: none;
	font-size: 11px;
	padding: 0px 10px 0px 10px; 
	color: #4b4b4b;
	background:transparent url('../images/menu_splitter.jpg') no-repeat scroll right 2px;
}


.moduletable-vbs{
	float: right;
}

.moduletable-kar{
	width: 600px;
}

/****** NEWS *******/

.moduletable-news H3{
	color:#3F77B2;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
	padding:5px 0;
}

#rln-news UL{
	margin:0;
	overflow:hidden;
}

#rln-news UL LI{
	padding-bottom:10px;
	line-height:125%;
	display: block;
	overflow:hidden;
	position:relative;
	height: 1%;
}

#rln-news .rln_date-news{
	background:transparent url('../images/7x4-red.gif') no-repeat scroll left center;
	padding-left:10px;
	color:#555555;
	font-size:80%;
	text-decoration:none;
	float:left;
	display: block;
}

#rln-news .rln_stitle{
	margin-left: 72px;
	display: block;
	height: 1%;
}

#rln-news a.rln_title-news{
	color:#555555;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	width:650px;
}	

#rln-news a.rln_all_items-news{
	background:transparent url('../images/7x4-red.gif') no-repeat scroll right center;
	padding-right:12px;
	font-size:90%;
}

/**** END NEWS *****/

/**** FOOTER *****/
.footer a.mainlevel{
	padding:0 6px;
	line-height: 12px;
}

.copyright{
	width:1000px; 
	color: #FFF;
	font-size: 12px;
}

.copyright a{
	color: #FFF;
	text-decoration: none;
}

.license-copyright{
	color:#ACACAC;
}

#footer p{
	text-indent:0;
}

#footer a{
	color:#ACACAC;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

a.RSS{
	background:transparent url(../images/ico_rss.gif) no-repeat scroll left center;
	padding:0 20px 0 20px;
	color:#555555;
	text-decoration:none;
}

a:hover.RSS{
	color: #e2001a;
}
/**** END FOOTER *****/

/**** RATES *****/
.module-rates{
	background:transparent url(../images/rightHead.gif) no-repeat scroll left top;
	height: 20px;
	height:auto !important;
	min-height:20px;
	padding-top:3px;	
	margin-bottom:15px;
}

.module-rates H3{
	background:#F1F1F1 none repeat scroll 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
	padding:3px 9px;
	height: 1%;
}

#pane_rates{
	background:transparent url(../images/rightbottomheader.gif) repeat-x scroll left top;
	padding-top:4px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-family:Arial,sans-serif;
	text-align: left;
	height: 1%;
	font-size:16px;
}	

#pane_rates .panel{
	padding:2px;
	height: 1%;
	width: 190px !important;
	overflow: hidden;
}



#pane_rates .panel .title{
	padding:2px;
	/* background:#E4E4E4 none no-repeat scroll 10px 8px; */
	background:#F3F3F3 none no-repeat scroll 10px 8px;
	font-weight:bold;
	cursor:pointer !important;
	border: none medium;
}
#pane_rates .panel .jpane-toggler.title{
	background:#F3F3F3 none no-repeat scroll 10px 8px;
}

#pane_rates .panel .title span{
	line-height:1.4em;
	font-size:75%;
	color: #333333;
	background:transparent url(../images/listGrey4x7.gif) no-repeat scroll 11px 6px;
	padding:1px 23px 2px;
	
}

#pane_rates .panel .title.jpane-toggler-down span{
	color:#E2001B;
	background:transparent url(../images/listOn4x7.gif) no-repeat scroll 11px 8px;
}

table.mod_rates_table, table.mod_rates_table th,  table.mod_rates_table td{
	font-size:85%;
	font-weight:normal;
	padding: 0;
	margin: 0;
	border: none medium;
	border-collapse:collapse;
}

table.mod_rates_table{
	padding-left:10px;
}

table.mod_rates_table th{
	font-size:80%;
}

table.mod_rates_table tr.header{
	line-height:130%;
}

table.mod_rates_table th.mod_rates_title{
	font-weight:bold;
	font-size:85%;
	width: 20px;
}

table.mod_rates_table th.mod_rates_title,  table.mod_rates_table td.mod_rates_buy, table.mod_rates_table td.mod_rates_sell, table.mod_rates_table td.mod_rates_check{
	background:#F4F4F4 none repeat scroll 0 0;
	border-color:white;
	border-style:solid;
	border-width:1px 0;
}

table.mod_rates_table th.mod_rates_title{
	padding-left:8px;
}


table.mod_rates_table td.mod_rates_buy{
	padding-left:0px;
}

table.mod_rates_table td.mod_rates_buy.mod_rates_change_up, table.mod_rates_table td.mod_rates_sell.mod_rates_change_up, table.mod_rates_table td.mod_rates_check.mod_rates_change_up{
	background:#F4F4F4 url(../images/ratesUp11x4.gif) no-repeat scroll 36px 5px;
	padding-right:17px;
}


table.mod_rates_table td.mod_rates_buy.mod_rates_change_down, table.mod_rates_table td.mod_rates_sell.mod_rates_change_down, table.mod_rates_table td.mod_rates_check.mod_rates_change_down {
	background:#F4F4F4 url(../images/ratesDown11x4.gif) no-repeat scroll 36px 5px;
	padding-right:3px;
}

table.mod_rates_table td.mod_rates_check.mod_rates_change_none, table.mod_rates_table td.mod_rates_sell.mod_rates_change_none, 
table.mod_rates_table td.mod_rates_sell.mod_rates_change_zero, table.mod_rates_table td.mod_rates_check.mod_rates_change_zero{
	padding-right:3px;
}

table.mod_rates_table tr.header th{
	text-align:left;
	width: 49px;
	overflow: hidden;
}

table.mod_rates_table tr.header th.curency{
	width: 30px;
	overflow: hidden;
}

table.mod_rates_table th.buy{
	padding: 0;
}

table.mod_rates_table span.mod_rates_date{
	font-size:85%;
	DISPLAY: block; 
	width:64px !important;
	padding-top:2px;
	padding-left:8px;
}

table.mod_rates_table td.mod_rates_buy{
	width: 25px;
}
table.mod_rates_table td.mod_rates_sell{
	width: 25px;
}
table.mod_rates_table td.mod_rates_check{
	width: 25px;
}

table.mod_rates_table td.mod_rates_view_all{
	line-height: 170%;
}

table.mod_rates_table td.mod_rates_view_all a{ 
	background:transparent url(../images/pimpBlue6x6.gif) no-repeat scroll 3px 5px;
	color:#555555;
	padding-left:15px;
}

.module-rates .mbottom{
	background:transparent url(../images/rightBottom.gif) no-repeat scroll left top;
	height:3px !important;
	min-height:3px;
	padding:0;
	overflow: hidden;
}
/**** END RATES *****/

.moduletable-news{
	background:transparent url(../images/tab_bottom.gif) repeat-x scroll 0 bottom;
	padding-bottom:15px;
}

/**** RIGHT MODULE *****/
.r_inf .module{
	background:transparent url(../images/rightHead.gif) no-repeat scroll left top;
	height:auto !important;
	min-height:20px;
	padding-top:3px;
	margin-bottom:10px;
	padding-bottom:15px;
}

.r_inf .module H3{
	background:#F1F1F1 none repeat scroll 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
	height:1%;
	padding:3px 9px;
}

.r_inf .module .mbottom{
	background:transparent url(../images/rightBottom.gif) no-repeat scroll left top;
	height:3px !important;
	min-height:3px;
	overflow:hidden;
	padding:0;
}

.r_inf .module table.contentpaneopen{
	background:transparent url(../images/rightbottomheader.gif) repeat-x scroll left top;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-family:Arial,sans-serif;
	height:30px;
	padding-top:4px;
	text-align:left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 4px 0 0 0;
}

.r_inf .module table.contentpaneopen tr{
	padding: 0;
	margin: 0;
}
/**** END RIGHT MODULE *****/

/**** ATF-Online *****/
.atf-online{
	height:26px;
	overflow:hidden;
	padding-top:10px;
}

.r_inf .module a.more{
	background:transparent url(../images/listGrey4x7.gif) no-repeat scroll right 7px;
	color:#333333;
	display:block;
	font-size:75%;
	height:19px;
	line-height:19px;
	padding-left:10px;
	width:75px;
}

.r_inf .module a.enter{
	display:block;
	background:#3F77B2 url(../images/btnLeft2x19.gif) no-repeat scroll left top;
	color:white;
	font-size:80%;
	height:19px;
	cursor:pointer !important;
	float: right;
	margin:0px 10px 0px 0px;
	overflow: hidden;
	width:58px;
}

.r_inf .module a.enter span{
	background:transparent url(../images/btnRight2x19.gif) no-repeat scroll right top;
	padding-right:5px;
	display:block;
	height:19px;
}

.r_inf .module a.enter span span{
	background:transparent url(../images/listWhite4x7.gif) no-repeat scroll right center;
	display:block;
	float:left;
	font-size:85%;
	height:19px;
	line-height:150%;
	padding:1px 3px 1px 9px;
	width:38px;
}

#banner-div{
	bottom:-18px;
	display:block;
	position:absolute;
	right:295px;
	width:100px;
}

/**** END ATF-Online *****/
/****************************************************/
/*************** COMPONENTS **************************/
/****************************************************/

.content .module-search{
	padding-bottom: 10px;
}

#conteiner td.buttonheading img{
	margin-bottom: 10px;
}

#phocagallery{
	margin:0 auto;
	width:620px;
}

form#contactForm .button, form#contactForm .button-form, #SendNew {
	border:1px solid #4D270F;
	margin:0 0 5px 5px;
	padding:3px;
	text-align:center;
	width:100px;
}
form#contactForm textarea, #SendNew {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #5F5F5F;
}

input#lastname, input#name, input#accountnumber, input#tel, input#email, input#fax, input.validate-captcha, 
input#passportnumber, input#passportday, input#passportmonth, input#passportyear, input#passportorgan, input#creditcardnum{
	border:1px solid #5F5F5F;
}

input#lastname, input#name{
	width:250px;
}

#conteiner form#contactForm table.cleared td.fradio{
	vertical-align: middle;
}

#conteiner form#contactForm .newCaptcha,  #conteiner form#contactForm .sradio{
	cursor: pointer !important;
}

#conteiner #update {
	width:100%;
	font-size: 100%;
}

#conteiner #update table th{
	padding-right:10px;
	text-align:right;
	width:210px;
}

#SendNew{
	width:100%;
	color: #E2001A;
}

#conteiner  #userinformation .SentResult{
	color:#4077B0;
	font:bold 95% 'Trebuchet MS',sans-serif;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#conteiner #update .sentFormNewButton{
	margin: 0 5px;
}

span.invalidMessage {
	color:#B12923;
	white-space:nowrap;
	padding:0 5px;
}

span#pr41 a{
	font-weight:normal;
}

/**** RATES *****/

#pane_comrates dt.open {
	float:left;
	height:30px;
	overflow:hidden;
}
#pane_comrates dt.closed {
	float:left;
	height:30px;
	overflow:hidden;
}
#pane_comrates {
	background:transparent url(../images/tabtabsbg.jpg) repeat-x scroll 0 23px;
	height:30px;
}

#pane_comrates span{
	height: 1%;
}

#pane_comrates .current {
	padding:15px 0 5px;
	overflow: hidden;
	clear: both;
	/*height: 1%;*/
}

#pane_comrates .tabLeft {
	float:left;
	height:30px;
	width:4px;
}
#pane_comrates .tabMiddle {
	color:#D5080D;
	float:left;
	font-size:100%;
	height:30px;
	line-height:30px;
}
#pane_comrates .tabRight {
	float:left;
	height:30px;
}
#pane_comrates .open .tabLeft {
	background:transparent url(../images/tabLeft.gif) no-repeat scroll left bottom;
}
#pane_comrates .open .tabMiddle {
	background:transparent url(../images/tabMiddle.gif) repeat-x scroll 0 top;
}
#pane_comrates .open .tabRight {
	background:transparent url(../images/tabRight.gif) no-repeat scroll right bottom;
	width:19px !important;
}
#pane_comrates .closed .tabLeft {
	background:transparent url(../images/tabLeftOff.gif) no-repeat scroll left bottom;
}
#pane_comrates .closed .tabMiddle {
	background:transparent url(../images/tabMiddleOff.gif) repeat-x scroll 0 top;
	color:#555555;
	float:left;
	font-size:85%;
	height:30px;
}
#pane_comrates .open h4 {
	color:#D23636;
	font-weight:normal;
	padding:0 10px 0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

#pane_comrates .closed h4 {
	color:#555555;
	font-weight:normal;
	padding:5px 10px 0 14px;
	text-decoration:none;
	text-transform:uppercase;
}
#pane_comrates .closed .tabMiddle a:hover {
	color:#D5080D;
}
#pane_comrates .closed .tabRight {
	background:transparent url(../images/tabRightOff.gif) no-repeat scroll right bottom;
	width:15px !important;
}

table.com_rates_table td.com_rates_date{
	background:#3F77B2 none repeat scroll 0 0;
	color:#FFFFFF;
}

table.com_rates_table tr.odd{
	background:#F3F3F3 none repeat scroll 0 0;
}

table.com_rates_table tr.even{
	background:#F6F7F9 none repeat scroll 0 0;
}

table.com_rates_table  th, table.com_rates_table td {
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	font-weight:normal;
	padding:4px 5px;
	text-align:left;
}

table.com_rates_table TH{
	font-size:85%;
	font-weight:bold;
	color:#000000;
}

table.com_rates_table TH.com_rates_title{
	border-right: 9px solid white;
	font-weight:normal;
}

table.com_rates_table td.com_rates_change_up{
	background:transparent url(../images/ratesUp11x4.gif) no-repeat scroll 5px 10px;
	padding-left:17px;
}

table.com_rates_table td.com_rates_change_down{
	background:transparent url(../images/ratesDown11x4.gif) no-repeat scroll 5px 10px;
	padding-left:17px;
}

table.com_rates_table td.com_rates_change_none, table.com_rates_table td.com_rates_change_percent_zero{
	padding-left:17px;
}
/**** END RATES *****/

/**** SEARCH RESULT *****/
.top-search_searchword {
	background:#3F77B2 url(../images/comsearchTop.gif) no-repeat scroll left top;
	width:565px;
	overflow: hidden;
}

.bottom-search_searchword{
	background:transparent url(../images/comsearchBottom.gif) no-repeat scroll left bottom;
	height:28px;
	width:565px;
}

.top-search_searchword input.button-search {
	float: none;
	padding-left:14px;
}

#search_searchword{
	width:532px;
	background:#FFFFFF url(../images/bgInput.gif) repeat-x scroll left top;
	border-color:#666666 #CCCECD #F3F4F8;
	border-style:solid;
	border-width:1px;
	float:left;
	font-size:80%;
	height:13px;
	left:5px;
	margin:0 0 5px;
	position:relative;
	top:6px;
}

form.com_search label{
	font-size:95%;	
	padding-right: 5px;
	line-height:215%;
}

table.searchintro{
	background:#F1F1F1 none repeat scroll 0 0;
	width: 100%;
	padding:4px 5px;
}

select#ordering{
	margin-right: 10px;
}

table#com_searchtable{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:95%;
}

table#com_searchtable fieldset{
	border: none medium;
	padding: 15px 0;
}

table#com_searchtable a.caption{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-weight:bold;	
}
table#com_searchtable a.caption{
	color:#3F77B2;
}

table#com_searchtable a:hover.caption{
	text-decoration:underline;
}

table#com_searchtable  .small-date{
	font-size:85%;
	margin:1px 0 3px;
}

table#com_searchtable a.message{
	color:#555555;
	background:#FFFFFF url(../images/7x4-red.gif) no-repeat scroll left 4px;
	padding:0 0 0 10px;
}

table#com_searchtable a:hover.message{
	text-decoration:underline;
}

table#com_searchtable span.highlight{
	font-weight:bold;
}

table#com_searchtable a.pagenav{
	color:#3F77B2;
}
/**** END SEARCH RESULT*****/

table.contentpaneopen-banners{
	margin: 15px auto;
}

#conteiner table.contentpaneopen-banners img{
	margin:0 5px;
}

.module-banner-right {
	height:180px;
	position:relative;
}

table.contentpaneopen-banner-right{
	left:-19px;
	position:absolute;
	top:-46px;
}

#conteiner  .module-banner img{
	margin: 0px;
}

/* Contact form */

#conteiner  #adv_inf table, #conteiner  #adv_inf table tr, #conteiner #adv_inf table td{
	border:medium none;
}

/* MAPS */

.gmaps{
	margin-bottom:6px;
	margin-top:5px;
}

.cities_list{
	margin-top: 10px;
}

.cities_list UL{
	display:inline;
	float:left;
	width:49%;
}

.cities_list UL LI{
	margin-bottom:7px;
	font-size: 95%;
}

.cities_list .count {
	margin-left:5px;
	color:#555555;
}
#map{
	clear:both;
}

.map H3, .lists H3{
	color:#E2001A;
	font:bold 95% 'Trebuchet MS',sans-serif;
	margin-bottom:1em;
	margin-top:0.5em;
	text-decoration:none;
}

.map UL LI, .lists  UL LI{
	margin-bottom:7px;
}
.map UL LI label, .lists UL LI label{
	margin-left:5px;
}

.details a{
	color:#E2001A;
	font: 95% 'Trebuchet MS',sans-serif;	
}

.map .category_group, .lists .category_group_slave{
	width: 49%;
	margin: 0 0 15px 0;
}
.map #cg3, .lists #cg3_slave{
	float: right;
}

#pane{
	background:url("../images/tabInWidBkg.gif") repeat-x scroll 0 bottom transparent;
	height:40px;
	overflow:hidden;
	padding:15px 0 0 1px;
}

#points_slave{
	border-top:1px solid #C0C0C0;
	padding-top:15px;
	width: 100%;
}

/* End MAPS */
table.contentpaneopen{
	width: 100%;
}

.content .current{
/*	width: 100%;
*/	overflow: hidden;
}


/* languages */

#jflanguageselection{
	margin: 0;
	font-size:95%;
	width: 175px;
}

#jflanguageselection UL.jflanguageselection LI a, #jflanguageselection UL.jflanguageselection LI{
	color:#666666 !important;
	font-family:"Trebuchet MS",Arial,sans-serif !important;
	text-decoration:none;
	text-transform:uppercase;
	font-size:100%;
}

#jflanguageselection ul.jflanguageselection li a{
	padding:0 0 0 13px;		
	font-size:65%;
	float: right;
}

#jflanguageselection ul.jflanguageselection li {
	display:inline;
	padding-left:22px;
	width:62px;
	float: right;
}

/* END languages */
/* VBS FAQ */
.vbsList.level0{
	font:bold 95% 'Trebuchet MS',sans-serif;	
}

.vbsList.level0 LI{
	margin-bottom: 20px;
}

.vbsList.level1, .vbsList.level1 LI{
	font-weight:normal;
	padding: 0;
	margin: 0;
}

UL.questions{
	margin-top: 15px;
}

UL.questions LI{
	color:#555555;
	font-size:90%;
	list-style-type:disc;	
	margin:6px 0 6px 15px;
}

UL.questions LI .question{
	color:#E2001A;
	cursor:pointer;
	margin-bottom:10px;
}

UL.questions LI .answer {
	margin-left:-13px;
}

UL.questions LI .answer_content {
	background:none repeat scroll 0 0 #F4F4F4;
	color:#555555;
	margin-bottom:10px;
	padding:10px 10px 10px 12px;
	display:block;
}

/* subscription */
.subscribe-link {
	border-bottom:1px solid #F3F3F3;
	height:2.5em;
	line-height:2.5em;
	padding-right:2.5em;
	text-align:right;
}

.subscribe-link a {
	background:url("../images/7x4-red.gif") no-repeat scroll right 5px transparent;
	color:#E2001A;
	cursor:pointer !important;
	padding-right:1.8em;
	text-decoration:none;
}

#updatesubscriptions *{
	clear:none;
	float:none;
	font-size:12px;
}

#updatesubscriptions input {
	display:block;
	float:left;
	border:medium none;
	margin-right:8px;
	width:auto;
	margin: 4px 8px 4px 0;
	clear: both;
}

#updatesubscriptions label {
	display:block;
	line-height:21px;
	margin:0 5px 0 0;
}

#updatesubscriptions #email{
	border:1px solid #5F5F5F;
	width:250px;
}

#updatesubscriptions #contactFormSend, #updatesubscriptions #sf_btnClear{
	float: none;
	display: inline;
}

/*  moduletable-conarticles */
.moduletable-conarticles{
	font-size:80%;
	padding-top:15px;
}

.moduletable-conarticles h1 {
	color:#3F77B2;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:125%;
	margin:10px 0 0;
	font-weight:bold;
	text-transform:none;
	
}
/* End moduletable-conarticles */

.vacanciesPlace{
	color:#4077B0;
	font-weight:bold;
	font-size:106%;
}

DIV.vacanciesList UL{
	font-size:85%;
	list-style:disc outside none;
	padding-left:20px;
}

DIV.vacanciesList UL LI{
	padding: 5px 0;
}
h2.warning{
    font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
     color: #E2001A;   }

div.dv1{
   font-family:"Trebuchet MS",  Arial, sans-serif; 
   font-size: 11px;}

.bgCol{
   background-color: #fbfef1;}
a.helpMore{
   font-family:"Trebuchet MS",  Arial, sans-serif; 
   font-size: 11px;
    color: #E2001A;   
   text-decoration: underline; 
   font-style: italic;   
   
}
a.helpMore:hover {
   font-weight: bold;
    color: #E2001A;   
}
.helpMore
{
  font-family: "TrebuchetMS", Arial, sans-serif;
  font-size: 12px;
  margin-left: 10px;
}

.hlpMore{
	margin-left: 100px;
	font-family: "TrebuchetMS", Arial, sans-serif;
    font-size: 12px;
}



