﻿@import url("normalize.css");
@import url("navigation.css");
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	   url('../fonts/MyriadPro-Regular.woff') format('woff'), 
	   url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), 
	   url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/MyriadPro-Semibold.otf')  format('opentype'),
	   url('../fonts/MyriadPro-Semibold.woff') format('woff'), 
	   url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), 
	   url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
	font-family: "Flaticon";
	src: url("../fonts/futura-condensedmedium.eot");
	src: url("../fonts/futura-condensedmedium.eot#iefix") format("embedded-opentype"),
	url("../fonts/futura-condensedmedium.woff") format("woff"),
	url("../fonts/futura-condensedmedium.ttf") format("truetype"),
	url("../fonts/futura-condensedmedium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/MyriadPro-Cond.otf')  format('opentype'),
	   url('../fonts/MyriadPro-Cond.woff') format('woff'), 
	   url('../fonts/MyriadPro-Cond.ttf')  format('truetype'), 
	   url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
  font-weight: normal;
  font-style: normal;
}





/*
@font-face {
font-family: 'HelveticaNeue';
src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeue.woff') format('woff'),
url('../fonts/HelveticaNeue.ttf') format('truetype'),
url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HelveticaNeueLight';
src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
url('../fonts/HelveticaNeueLight.woff') format('woff'),
url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
font-weight: normal;
font-style: normal;
}
*/ 

body {margin: 0px; padding:0px; background:#777777; /* background:#ebebeb;  font-family: 'HelveticaNeue'; */ font-family: 'MyriadPro-Regular'; font-size:100%; color:#555555;}




a{color:#461f6d; text-decoration:none; outline:none;}
a:hover{text-decoration:underline;}
.floatleft{ float:left !important;}
.floatright{ float:right !important;}
.rt{text-align:right !important;}
.lt{text-align:left !important;}
.jt{text-align:justify !important;}
.ct{text-align:center !important;}
.positionRel { position:relative;}
.full{width:100%; float:left;}
.half{width:50%; float:left;}
.clear{clear:both;}
.cf:before,
.cf:after { content: ""; display: table;}
.cf:after { clear: both;}
.cf { *zoom: 1;}
:focus { outline: 0;}
 
p, input, h1, h2, h3, h4, h5, ul, li{padding:0; margin:0; outline:none; list-style:none; font-weight:normal;}

img{border:0; outline:none;}
strong{font-weight:bold; text-rendering: optimizeLegibility;}
::-webkit-input-placeholder {
  opacity: 1; color:#7d7d7d;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1; color:#7d7d7d;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1; color:#7d7d7d;  
}

:-ms-input-placeholder {  
  opacity: 1; color:#7d7d7d; 
}

h1 {  font-size:32px; color:#451f6c; line-height:35px; padding:20px 0;  }
h2 {  color:#1c5631; font-size:40px; line-height:40px; text-align:center; padding:35px 0; width:100%; float:left;  }
h3 { font-size:24px; line-height:30px;  color:#FFFFFF;}
/*--Padding CSS 
-----------------------------------------------*/
.padt5 {padding-top:5px;}

/*--Main CSS 
-----------------------------------------------*/
.border-radius {
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.container { width:1159px; padding:0 10px; margin:0 auto;}
.header-group { width:100%; float:left; }
.header { width:100%; float:left; position:relative; padding-bottom:15px; background:#245938; margin-top:15px;padding-top: 10px;}
.logo { float:left; margin:8px 0 0px 15px; } 
.logo a { display:block;}

.main-nav-col {  width:100%; float:left; position:relative;}
ul.head-top-nav { display:block; float:left;}
ul.head-top-nav li { display:inline-block; }
ul.head-top-nav li a { display:block; color:#8b8d8e; font-size:14px; padding:22px 10px;} 
ul.head-top-nav li a:hover { color:#fff; text-decoration:none;}

ul.create-banklist-account { display:block; float:right; margin-right:80px; margin-top:15px;  margin-left:15px; background:#333333; position:relative;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.create-banklist-account li { display:block; float:left;}
ul.create-banklist-account li a { display:block; float:left;  color:#8b8d8e; font-size:14px; line-height:16px; font-weight:bold; padding:8px 10px 7px 10px; text-decoration:none;}
ul.create-banklist-account li a:hover { color:#FFFFFF;}

ul.create-banklist-account li a.cart_icon { height:16px; overflow:hidden; padding-top: 7px; padding-bottom:9px;  border-right:#232323 solid 1px;}
ul.create-banklist-account li a.cart_icon img { margin-top: 3px;}
ul.create-banklist-account li a.cart_icon:hover img { margin-top:-55px;}

.lgfrm { background:#4c4c4c;position: absolute; top: 39px;z-index: 9;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.lgfrm ul.login-form { }
ul.login-form { display:block; float:right; padding:5px 4%;  }
ul.login-form li { display:block; float:left; position:relative; width:100%; margin:5px 0;}
ul.login-form li input { background:#FFFFFF; border:#d0d0d0 solid 1px; width:96%; padding:10px 2%; height:15px; line-height:15px; font-size:15px; float:left;  } 
ul.login-form li p { clear:left; width:100%;}
ul.login-form li p a { display:block; float:left;  color:#8b8d8e; font-size:12px;  padding:7px 5px 0px 5px; line-height:16px; text-decoration:none;}
ul.login-form li p a:hover { color:#FFFFFF;}





.search-section {  background:url(../img/bg_search_section.jpg) center top no-repeat; width:100%; float:left; min-height:395px; border-bottom:#000000 solid 1px;}
.search-title { width:100%; float:left; font-family: 'MyriadPro-Semibold'; font-size:36px; line-height:40px;  text-align:center; color:#FFFFFF;    margin-top:31px; }



ul.search-all-selling { display:block; width:100%; float:left; text-align:center; margin-top:12px;}
ul.search-all-selling li { display:inline-block; text-align:center;}
ul.search-all-selling li a { display:block; float:left; background:#333333; color:#FFFFFF; font-size:18px; line-height:22px; padding:9px 34px 11px 33px; margin:20px 12px 13px 12px; text-decoration:none; font-family: 'MyriadPro-Regular';
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

ul.search-all-selling li p { font-size:36px; line-height:40px; clear:left; color:#FFFFFF; font-family: 'MyriadPro-Cond';}

.small-welcome-text {  width:632px; padding:14px 10px 0 10px; margin:0 auto; color:#FFFFFF; font-family: 'MyriadPro-Semibold'; font-size:14px; line-height:18px;}


.search-col { width:632px; padding:0 10px; margin:17px auto 0 auto; overflow:hidden;  
background:#FFFFFF;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.search-input-fild { font-family: 'MyriadPro-Regular'; font-size:24px; color:#7d7d7d; padding:18px 0 14px 0; border:none; width:85%; }
.search-btn {  background:url(../img/icon_search.png) 32px 15px no-repeat;  padding:15px 18px 15px 30px; border:none; border-left:#7d7d7d solid 1px;   float:right; overflow:hidden; height:61px; width:82px;}
.search-btn:hover { background-position:32px -75px;}

#searchBank { width:540px!important; 
    max-height: 250px;
    overflow: auto;
} 
.fuzzy_logic li { border-bottom:#dcdcdc solid 1px;}
.fuzzy_logic li.titleClass,
.fuzzy_logic li:hover { background:#232323!important; color:#FFFFFF!important;}

#fuzzy { z-index:999!important;
    max-height: 250px;
    overflow: auto;
} 


/*
.search-btn { padding:15px 18px 15px 30px; border-left:#7d7d7d solid 1px; display:block; float:right; overflow:hidden; height:35px;}
.search-btn:hover img { margin-top:-90px;}*/

.featured-banks { background:#f5f5f5; width:100%; float:left; padding:16px 0 50px 0;}
.featured-banks-title { padding:13px 95px 10px 95px;}
.featured-banks-title h2 { font-family: 'MyriadPro-Semibold'; font-size:36px; line-height:40px; color:#333333; padding:0; margin:0; text-align:left;}
.featured-banks-title span { font-size:18px;  line-height:20px;} 



ul.featured-list-item { display:block;  padding:0 95px;}
ul.featured-list-item li { display:block; float:left;   padding:0 0;}
ul.featured-list-item li.last-list-item { border-bottom:none;}
ul.featured-list-item li > section { padding:7px 0; margin-right:17px;}
ul.featured-list-item li > section.last { margin-right:0px;  }
ul.featured-list-item li > section img { float:left; margin-right:20px; /* max-height:75px; */}
ul.featured-list-item li > section h5 { font-size:18px; color:#1c5631; padding:0 0 5px 0;}
ul.featured-list-item li > section p { color:#7f7f7f; font-size:13px; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
ul.featured-list-item li > section p a { color:#1b5732; font-size:11px;}

table.HomeBnkImg img { max-height:100%; width:100%;}



.quick-view-col { width:100%; float:left; padding:25px 0; 
background:#333333; /* Old browsers */
 

}
.title-grid { float:left; width:100%; background:#e3e3e3/*f5f5f5*/;} 
.quick-view-article { width:390px; float:left; margin-left:95px;} 
.quick-view-article h3 { font-size:36px; font-family: 'MyriadPro-Semibold';color:#f5f5f5; line-height:45px;  padding-bottom:30px; padding-top:30px;} 
.quick-view-article p {font-size:18px; font-family: 'MyriadPro-Semibold'; color:#f5f5f5; line-height:30px;}
.quick-view-icon { float:left; padding:35px 49px; }
.quick-view-video { width:588px; float: right; overflow:hidden; margin-right:30px; text-align:right;}
.quick-view-video img { max-width:100%;}
.border-top-bot { border-top:#d8d8d8 solid 1px; border-bottom:#d8d8d8 solid 1px;}



.services-outer { width:100%; float:left; background:#f5f5f5; border-top:#FFFFFF solid 5px;  

 
}
.services-outer > section { width:212px; background:url(../img/services_bg.jpg) center top no-repeat;  float:left; min-height:344px; position:relative; margin:35px 38px 0 38px; } 
.services-col-shadow {
 }
.services-outer > section > h4 { font-family: "Flaticon"; font-size:26px;     height:28px; overflow:hidden; line-height:23px; color:#6b6b6b; color:#6b6b6b;  padding:0px 28px; margin-top:16px; text-align:center;} 
.services-outer > section > h4.services-col-02 {  }
.services-outer > section > h4.services-col-03 { }
.services-outer > section > h4.services-col-04 {  color:#FFFFFF;}
.price-col { font-family:Arial, Helvetica, sans-serif;  height:32px; width:100%; overflow:hidden;  color:#e8e8e8; font-size:28px; line-height:32px; font-weight: bold; margin:14px 0!important; padding:0!important;   float:left; text-align:center;}
.price-col span.price-icon { font-size:24px;  }
.price-col span.price-year { font-size:20px;  }
ul.services-list-item { display:block; padding:0 0; width:100%; float:left; height:134px; margin-top:42px; overflow:hidden;}
ul.services-list-item li { display:block; float:left; font-size:16px; line-height:18px; font-weight:bold; text-align:center; line-height:20px; color:#e8e8e8; width:100%;   margin:8px 0; height:18px; overflow:hidden; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.services-btn { display:block; position:absolute; left:56px; bottom:25px;  width:105px; height:25px; line-height:25px; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;   color:#FFFFFF; text-align:center;  }
.services-btn:hover { text-decoration:none;}

.registration-article { padding:0 37px 45px 37px;}
.registration-article p { font-size:14px; color:#333333; line-height:18px; padding-top:15px;}
.registration-article p a { color:#1c5632; text-decoration:none;}
.registration-article p a:hover { color:#000000;}

.stop-hiding-col { background:url(../img/bot_bg.jpg) center top no-repeat; width:100%; float:left; min-height:446px; }

.stop-hiding-title,
.stop-hiding-small { font-size:72px; line-height:65px; color:#FFFFFF; text-transform:uppercase; margin-left:20px; margin-top:29px; text-shadow: 3px 0px 5px rgba(150, 150, 150, 0.65);}
.stop-hiding-small { font-size:56px; margin-top:5px; line-height:53px; }

.stop-hiding-article { width:526px; float:left; font-size:18px;  color:#FFFFFF; line-height:30px;  margin-left:20px; margin-top:50px;}


.footer { background:#262626; border-top:#150f07 solid 1px; padding:18px 48px 18px 68px; margin-bottom:10px;}
ul.footer-nav { display:block; float:left; margin-top:14px;}
ul.footer-nav li { display:block; float:left;}
ul.footer-nav li a { display:block; color:#7f7f7f; font-size:16px; margin-right:20px; }
ul.footer-nav li a:hover { color:#FFFFFF; text-decoration:none;}
ul.social-media { display:block; float: right; margin-top:8px;}
ul.social-media li { display:block; float:left; color:#FFFFFF; font-size:18px; line-height:33px;}
ul.social-media p { float:left; color:#FFFFFF; font-size:18px; line-height:30px;}
ul.social-media li a { display:block;  margin-left:4px; max-height:32px; overflow:hidden; }
ul.social-media li a:hover { color:#FFFFFF;}
ul.social-media li a:hover img { margin-top:-50px;}
.copy-right { width:100%; float:left; font-family:Arial, Helvetica, sans-serif; margin-top:15px;}
.copy-right p { font-size:13px; color:#7f7f7f; padding-bottom:8px;}














 
 

.search-icon { margin-top:13px;}
.search-icon { margin-left:9px;}
.login,
.search-icon { float:left; }
.login {  
	display:block;  
	/* background:#1c5631; 
	border:#1c5631 solid 1px;  */ 
	background:#4c4c4c; 
	border:#4c4c4c solid 1px;
	color:#FFFFFF; 
	padding:10px; 
	line-height:14px; 
	font-size:16px; 
	width:65px; 
	text-transform:uppercase; 
	text-align:center; 
}
.login:hover { text-decoration:none;}
.search-icon { background:#e9e9e9; border:#d0d0d0 solid 1px;   color:#FFFFFF; display:block; padding:8px; height:18px; overflow:hidden;  }
.search-icon:hover img { margin-top:-40px;}

.register-now { display:block; position: absolute; right:0; top:0; z-index:999;   font-size:25px; line-height:28px; color:#080808; font-family: 'HelveticaNeueLight'; border:#717171 solid 1px; border-top:none; padding:27px 24px; 
background: rgb(231,231,231); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzhlOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(140,142,143,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(140,142,143,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(140,142,143,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(140,142,143,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(140,142,143,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(140,142,143,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#8c8e8f',GradientType=0 ); /* IE6-8 */
-o-border-bottom-right-radius: 5px;
-o-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.register-now:hover { text-decoration:none; border-color:#cccdcd; color:#1c5631;
 background: rgb(140,142,143); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGU4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(140,142,143,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,142,143,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(140,142,143,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(140,142,143,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(140,142,143,1) 0%,rgba(231,231,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(140,142,143,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8e8f', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}
.slider { width:100%; float:left; position:relative;}
.slider img { max-width:100%;}
.slider-article { background-color:rgba(0,0,0,0.2); position:absolute; top:50%; margin-top:-75px; width:100%; height:150px;}
.slider-article h1 { font-size:60px; line-height:60px; padding:17px 0 12px 0; margin:0; color:#FFFFFF; text-align:center; font-family: 'HelveticaNeueLight';}
.slider-article p { font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height:22px; text-align:center; color:#FFFFFF; padding:0 60px;}





.users-say { background:#e3e3e3/*f5f5f5*/; padding:45px 0;}
.users-say h2  { padding:0; margin:0;}
.users-say-col { margin:157px 157px 0 157px;font-style: italic; /* background: url(../img/user_say_icon.png) left top no-repeat; */ margin-top:40px; padding:0 45px 0 100px;}
.users-say-col p { font-size:14px; color:#656565; line-height:20px; padding:5px 0; font-family:Arial, Helvetica, sans-serif;}
.users-say-col p.user-say-name { font-size:16px;}
.users-say-col p a { color:#1c5631;}
.subscribe-mailing { background:url(../img/subscribe_mailing_bg.jpg) center top no-repeat; }
.subscribe-mailing section { padding:20px 182px 25px 182px;}
.subscribe-mailing section > p { font-size:24px; line-height:28px; color:#FFFFFF; text-align:center; font-family: 'HelveticaNeueLight';}
.email-input,
.subcribe { margin-top:20px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.email-input { background:#fff url(../img/email_icon.png) 12px 8px no-repeat; border:#d0d0d0 solid 1px; height:32px; padding:8px 12px 8px 55px; width:566px; float:left; font-family: 'HelveticaNeueLight';   
}
.subcribe { font-size:16px; color:#FFFFFF; line-height:18px; background:#1c5631; border:#FFFFFF solid 1px; width:125px; float:right; padding:15px 0; text-align:center;}
.subcribe:hover { background:#262626;}

.white-bg { background:#FFFFFF; float:left; width:100%;}

/*--Faq Page 
-----------------------------------------------*/
.page-title-section { float:left; width:100%;
background: rgb(230,230,230); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.page-title-section h2 { color:#2b2b2b; text-align:left; padding:25px 0 20px 20px;}
.page-status-seection { border-top:#d8d8d8 solid 1px; border-bottom:#d8d8d8 solid 1px; background:#FFFFFF; padding:9px 0; float:left; width:100%;
-o-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220, 0.75);
-webkit-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220, 0.75);
-moz-box-shadow:    0px 1px 2px 0px rgba(220, 220, 220, 0.75);
box-shadow:         0px 1px 2px 0px rgba(220, 220, 220, 0.75);
}
.page-status-seection p { font-size:13px; color:#8b8d8e; line-height:16px; padding-left:20px; }
.page-status-seection p a { color:#1c5631;}
.inner-page-gird { background:#fff; padding:15px;}
.page-status-seection p a:hover { text-decoration:none; color:#000000;}
.inner-page-outer {/* border:#d8d8d8 solid 1px;*/ margin:0/*35px 0*/;
background: rgb(245,245,245); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(14%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
/*-o-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
}
.inner-page-outer h3 { font-size:28px; line-height:30px; color:#7e7a7a; padding:21px 24px 20px 24px; font-family: 'HelveticaNeueLight'; margin:0;}
.inner-page-outer h3 span { display:block; padding-bottom:10px; border-bottom:#d8d8d8 solid 1px; margin-bottom:10px; }

ul.faq-list { display:block; float:left; width:100%; margin-bottom:15px;}
ul.faq-list li { display:block;  padding:22px 25px;     background:#fff;}
ul.faq-list li:nth-child(even){ background:#f9f9f9;}
ul.faq-list li:nth-child(odd){background:#fff;}
.faq-title-col { cursor:pointer; font-size:22px; line-height:25px; color:#1c5631; font-family: 'HelveticaNeueLight'; }
.faq-title-col span { margin-left:35px; display:block;}
.faq-title-col span.faq-icon { height:21px; width:20px; display:block; float:left; overflow:hidden; margin:3px 15px 0 0 ; }
.faq-title-col:hover span.faq-icon img { margin-top:-68px;} 
ul.faq-list li p { color:#565656; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin-left:35px; margin-top:15px; line-height:22px;} 

/*------FAQ toggle-------*/
ul.faq-list li .open span.faq-icon img { 
	margin-top:-68px;
}
.toggle-ques{
	cursor:pointer;
}
.faq-title-col {
	cursor: auto;
   -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
ul.faq-list li div.toggle-info {
  display: none;
}

/*--Registration Page  
-----------------------------------------------*/
.account-agreement { margin:19px 20px; padding-right:10px; overflow-y:scroll; overflow-x:hidden; max-height:700px;}
.account-agreement p  { font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:22px; margin-bottom:26px;}
ol.register-agreement-list { display:block; padding:0; margin-left:20px;}
ol.register-agreement-list li { list-style:inherit; padding-left:24px; }
.account-agreement-not { border-top:#d8d8d8 solid 1px; color:#ff0000; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:25px 24px;}
.account-agreement-not p { padding-left:40px;}
/*--Bank Detail Page  
-----------------------------------------------*/
.bank-century-col { padding:15px;}
.bank-logo { float:left; margin:45px 0 0 40px;}
ul.bank-century-list { float:right; margin:65px 40px 0 0; }
ul.bank-century-list li { display:block; float:left;}
ul.bank-century-list li a { display:block; background:#1c5631; color:#FFFFFF; font-size:13px; line-height:16px; font-family:Arial, Helvetica, sans-serif; padding:6px 18px; margin-right:10px; border:#d6d6d6 solid 1px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.bank-century-list li a:hover { text-decoration:none; background:#262626;}
.inner-page-outer h4 { color:#1c5631; font-size:35px; font-family: 'HelveticaNeueLight'; padding:0 40px 0 35px; margin-top:20px;}
ul.century-bank-col { display:block; padding:0 15px;}
ul.century-bank-col li { display:block; width:33.3%; float:left; border-bottom:#d8d8d8 solid 1px; margin-bottom:25px;  }
ul.century-bank-col li > article { padding:5px 25px; border-right:#d8d8d8 solid 1px; font-size:16px; color:#535353; line-height:24px; margin-bottom:25px; min-height:70px; }
ul.century-bank-col li > article a { color:#005ea0;}
ul.century-bank-col li > article a:hover { text-decoration:none; color:#1c5631;}
.black-text { color:#000000;}
ul.century-bank-col li.border-bot-none { border-bottom:none;}
/*--Bank Listing Page  
-----------------------------------------------*/
.bank-list-search { padding:0px/*25px*/ 24px 28px 24px; border-bottom:#d8d8d8 solid 1px;}
.bank-search-col { padding:6px; background:#f5f5f5; float:left;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.bank-search-input-outer { border:#d8d8d8 solid 1px; background:#FFFFFF; height:52px; width:705px; float:left; overflow:hidden;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bank-search-input { margin:5px 3%; background:#fff; border:none; width:94%/*90%*/; padding:8px 0; color:#6e6e6e; font-size:24px; line-height:26px; font-family: 'HelveticaNeueLight';}

.search-input-arrow { display:block; float:right; padding:16px 15px; border-left:#d8d8d8 solid 1px;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 27%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(248,248,248,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */

}

.search-input-arrow:hover {
background: rgb(230,230,230); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(248,248,248,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(73%,rgba(248,248,248,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}


.bank-search-btn { float:left; background:#1c5631; color:#FFFFFF; font-size:24px; padding:11px 25px; margin-left:8px; border:#d8d8d8 solid 1px; font-family: 'HelveticaNeueLight';
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.bank-search-btn:hover {  }
.bank-state-btn { float:left; background:#afb0b1; margin:5px 0 5px 9px; color:#FFFFFF; font-size:24px; padding:11px 25px;  border:#d8d8d8 solid 1px; font-family: 'HelveticaNeueLight';
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bank-state-btn:hover { background:#1c5631; text-decoration:none;}

.pagination-outer { padding:7px 24px;}
ul.pagination { display:block; float:left;}
ul.pagination li { display:block; float:left; font-size:12px; color:#7e7a7a; line-height:15px; margin:5px 8px 5px 0;}
ul.pagination li a { display:block; background:#e9e9e9; border:#d8d8d8 solid 1px; padding:4px 8px; min-width:14px;   color:#767676; text-align:center;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.pagination li a:hover,
ul.pagination li a.active { background:#1c5631; color:#FFFFFF; text-decoration:none;}
ul.pagination li p { padding:6px 0;}
ul.pagination-go { float:right;}
ul.pagination-go li { border:#d8d8d8 solid 1px;   min-width:14px; text-align:center;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.pagination-go li a { border:none;}

ul.pagination-go li p { min-width:14px; padding:4px 8px;}
.pagination-bottom { margin:8px 0 15px 0;}


/*--Bank Listing Table  
-----------------------------------------------*/
table.bank-listing { width: 100%;  border-collapse: collapse; }
/* Zebra striping */
table.bank-listing tr { background:#f8f8f8;}
table.bank-listing tr:nth-of-type(odd) { background: #ffffff; }
table.bank-listing th {   color: #363636; font-size:16px; font-weight:normal; 
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 27%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(248,248,248,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */


}
table.bank-listing td, 
table.bank-listing th {  padding: 15px;  border: 1px solid #d8d8d8;  text-align: left; }
table.bank-listing td:first-child, 
table.bank-listing th:first-child { border-left:none;}
table.bank-listing td:last-child, 
table.bank-listing th:last-child { border-right:none;}

table.bank-listing td a, 
table.bank-listing th a { color:#1c5631;} 
table.bank-listing td a:hover, 
table.bank-listing th a:hover { text-decoration:none; color:#000;} 

table.bank-listing td:nth-of-type(1) { max-width:331px; }
table.bank-listing td:nth-of-type(2) { max-width:350px; }
table.bank-listing td:nth-of-type(3) { max-width:220px; }
table.bank-listing td:nth-of-type(4) { max-width:143px; }
table.bank-listing td:nth-of-type(5) { max-width:100px; }
table.bank-listing tr td { color:#767676; font-size:14px;}





@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1023px)  {

	/* Force table to not be like tables anymore */
	table.bank-listing, 
	table.bank-listing thead, 
	table.bank-listing tbody, 
	table.bank-listingth, 
	table.bank-listing td, 
	table.bank-listing tr { display: block; }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.bank-listing thead tr { position: absolute; top: -9999px; left: -9999px;	}
	table.bank-listing tr { border: 1px solid #d8d8d8; }
 
	table.bank-listing td { 
		/* Behave  like a "row" */
		border: none; border-bottom: 1px solid #d8d8d8; position: relative; padding-left: 50%; }
	 
	
	table.bank-listing td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 13px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;
	}
	table.bank-listing td:nth-of-type(1) { max-width: inherit; }
	table.bank-listing td:nth-of-type(2) { max-width: inherit; }
	table.bank-listing td:nth-of-type(3) {  max-width: inherit; }
	table.bank-listing td:nth-of-type(4) {  max-width: inherit;}
	table.bank-listing td:nth-of-type(5) { max-width: inherit; }
	
	/* bank list Label the data */
	table.bank-listing td:nth-of-type(1):before { content: "Bank Name";  }
	table.bank-listing td:nth-of-type(2):before { content: "FDIC Number"; }
	table.bank-listing td:nth-of-type(3):before { content: "City"; }
	table.bank-listing td:nth-of-type(4):before { content: "State"; }
	table.bank-listing td:nth-of-type(5):before { content: "Action"; }
	
	/* listing list Label the data */
	table.search-listing-table td:nth-of-type(1):before { content: "Bank Name";  }
	table.search-listing-table td:nth-of-type(2):before { content: "Share"; }
	table.search-listing-table td:nth-of-type(3):before { content: "$/Share (USD)"; }
	table.search-listing-table td:nth-of-type(4):before { content: "Type"; }
	table.search-listing-table td:nth-of-type(5):before { content: "Expiration Date"; }
	table.search-listing-table td:nth-of-type(6):before { content: "Action"; }
 
 	/* Favorites list Label the data */
	table.search-favorites-table td:nth-of-type(1):before { content: "Favorite Bank";  }
	table.search-favorites-table td:nth-of-type(2):before { content: "Notices (#)"; }
	table.search-favorites-table td:nth-of-type(3):before { content: "Last Modified on"; }
	table.search-favorites-table td:nth-of-type(4):before { content: "Action"; }

 	/* Message list Label the data */
	table.search-message-table.From td:nth-of-type(1):before { content: "Message From";  }
	table.search-message-table td:nth-of-type(1):before { content: "Message To";  }
	table.search-message-table td:nth-of-type(2):before { content: "Bank Name"; }
	table.search-message-table td:nth-of-type(3):before { content: "Listing Type"; }
	table.search-message-table td:nth-of-type(4):before { content: "Date"; }
	table.search-message-table td:nth-of-type(5):before { content: "Action"; }
 	
 	/* Blogs list Label the data */
	table.search-blogs-table td:nth-of-type(1):before { content: "Title";  }
	table.search-blogs-table td:nth-of-type(2):before { content: "Last Modified on"; }
	table.search-blogs-table td:nth-of-type(3):before { content: "Action "; }
 	
}


/*--Member Information Page  
-----------------------------------------------*/
.member-info-outer { padding:20px 20px 0 20px;}
.member-info-outer p { font-size:14px; line-height:18px; padding-bottom:8px;}
.red-color-text { color:#ff0000;}
ul.member-info-form { display:block; float:left; width:100%; margin-top:25px;}
ul.member-info-form li { display:block; width:100%; float:left; margin-bottom:15px; }
ul.member-info-form li .bank-search-input-outer { width:auto; min-width:390px; height:42px; position:relative;}
ul.member-info-form li .bank-search-input { width:94%; margin:5px 3%; padding:4px 0; font-size:16px; font-family:Arial, Helvetica, sans-serif; }
.member-info-label { display:block; width:150px; float:left; padding:12px 5px; text-align:right; font-size:16px; color:#555454; line-height:20px;}

ul.member-info-form li .bank-search-col { min-width:552px;}
.phone-input-outer { width:121px; float:left;}
ul.member-info-form li .phone-input-outer .bank-search-input-outer { min-width:80px; width:85px; /*padding-left:5px;*/ padding-right:5px; margin:0 7px;}
.phone-input-outer span { display:block; float:left; color:#b4b4b4; font-size:16px; padding-top:11px; line-height:20px;}
 
.address-line2 { margin-top:8px; }
ul.member-info-form li .address-info { min-width:675px;}
ul.member-info-form li .search-input-arrow { position:absolute; right:0; top:0; padding:11px 15px;}
ul.member-info-form li .zip-code { min-width:240px; margin-left:2px;}
.zip-code .member-info-label { width:auto;}
.zip-code .phone-input-outer { float:right; width:auto;}
.info-member-checkbox { float:left; margin-top:3px; margin-right:10px;}
.member-submit-btn { display:block; background:#1c5631; font-size:24px; font-family: 'HelveticaNeueLight'; color:#FFFFFF; float:left; border:#d8d8d8 solid 1px; padding:12px 25px; margin-top:15px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.member-submit-btn:hover { background:#262626; text-decoration:none;}

 .map-outer { margin:50px auto; padding-left:5%;  }
 .border-bottom-none { border-bottom:none;}
 
/*--User Dashboard Page  
-----------------------------------------------*/

.dashboard-left-col { width:240px/*258px*/; float:left;  }
.dashboard-right-col { width:866px; border:1px solid #ebebeb; float:right; /*overflow:hidden;*/
/*-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}
ul.quick-links { display:block; padding-bottom:4px;}
ul.quick-links li { display:block;  }
ul.quick-links li a span { display:block; float:left; height:20px; overflow:hidden; margin-right:10px;}
ul.quick-links li a span img{margin-top:-40px;}
/* ul.quick-links li a:hover span img, ul.quick-links li a.active span img { margin-top:-40px; } */

ul.quick-links li a { border-top:#000000 solid 1px; display:block; padding:12px 13px; font-size:16px; color:#fff; font-family: sans-serif;/* font-family: 'HelveticaNeueLight'; */
background:#333333;
}
ul.quick-links li.first-child a { border-top: none;}

ul.quick-links li a:hover,
ul.quick-links li a.active { text-decoration:none; color:#FFFFFF; background:#255938;}
.banks-state-btn { display:block; float:right; background:#1c5631; color:#FFFFFF; font-size:13px; line-height:16px; font-family:Arial, Helvetica, sans-serif; padding:6px 6px/*18px*/;   border:#d6d6d6 solid 1px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.banks-state-btn:hover { text-decoration:none; background:#262626;}
ul.bank-create-listing { display:block; float:left; width:100%;} 
ul.bank-create-listing li { display:block; padding:15px; margin:22px 20px 0 20px;
border:#e7e7e7 solid 1px;
/*-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/

background: rgb(245,245,245); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
ul.bank-create-listing li h4 { padding:0; margin:0; font-size:24px; line-height:25px;}
ul.bank-create-listing li p { font-size:16px; line-height:20px; color:#535353; margin:14px 0 10px 0;}
ul.bank-create-listing li .banks-state-btn { float:left;}
.dashboard-left-col .inner-page-outer h3 { padding: 17px 13px 22px; }

/*--Listing Search Page  
-----------------------------------------------*/
.inner-page-outer h3 .banks-state-btn { min-width:95px; margin-left:15px; text-align:center;}
.listing-search-outer { }
.listing-search-outer p { font-size:14px; color:#383838; line-height:18px;}
.listing-search-outer h3 { padding-left:0; padding-top:10px; padding-right:0;   margin:0; border-bottom:0;}
.listing-search-col { width:233px; float:left; margin-right:7px; }
.listing-search-col p { font-size:18px; color:#1c5631; line-height:20px; padding:0 0 10px 20px;}
.listing-search-col .bank-search-input-outer { width:215px;}
.listing-search-col .bank-search-input-outer input { width:145px; font-size:18px;}
.listing-search-col2 { width:200px;}
.listing-search-col2 .bank-search-input-outer { width:185px;}
.listing-search-col2 .bank-search-input-outer input { width:165px;}
.listing-search-btn-col { width:125px; margin-right:0;}
.listing-search-btn-col .bank-state-btn { background:#1c5631;}
.listing-search-btn-col .bank-state-btn:hover { background:#262626;}

/*--Listing Search Details Page  
-----------------------------------------------*/

.list-search-details-col ul.century-bank-col { padding:0;}
.list-search-details-col h4 { padding-left:40px; font-size:20px; color:#101010; font-family:Arial, Helvetica, sans-serif;}
.list-search-details-col ul.century-bank-col li { width:50%;}
.list-search-details-col ul.century-bank-col li > article { min-height:75px; margin-bottom:15px; padding:5px 40px;}
.list-search-details-col ul.century-bank-col li:nth-of-type(2) > article,
.list-search-details-col ul.century-bank-col li:nth-of-type(4) > article,
.list-search-details-col ul.century-bank-col li:nth-of-type(6) > article,
.list-search-details-col ul.century-bank-col li:nth-of-type(8) > article,
.list-search-details-col ul.century-bank-col li:nth-of-type(10) > article { border-right:none;}
.search-details-article { padding:0 0 16px 0;}
.search-details-article p { color:#101010; font-size:16px; line-height:24px; padding:16px 32px;}
.search-details-article hr { height:1px; border:none; color:#d8d8d8; background-color:#d8d8d8;} 



.add-list-btn-col { width:170px;}

.add-list-col-outer { margin-top:65px;}
.add-list-col-outer .listing-search-col { margin-right:70px;  }
.add-list-col-outer .add-list-btn-col { margin-right:0;}

.list-below-title { color:#1c5631; font-size:18px; margin:32px 0 10px 22px;}
.list-below-outer { background: #FFFFFF; border:#d8d8d8 solid 1px; padding:15px; width:540px; max-height:385px; overflow-y:scroll; overflow-x:none;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.list-below-outer p { font-size:18px; color:#6e6e6e; line-height:20px; padding:5px 0; }
.add-list-col-outer2 { margin-top:35px;}

.listing-search-col .share-no-col01 { width:97px;}
.listing-search-col .share-no-col01 input { width:81px; text-align:right;}

.listing-search-col .share-no-col02 { width:75px;}
.listing-search-col .share-no-col02 input { width:59px; text-align:right;}

.share-no-table { color:#6e6e6e; font-size:18px; max-width:240px;}
.share-no-table .bank-search-col { margin-left:4px;}
.listing-search-col .share-col-input input { width:90%; margin-left:5%;}
ul.payment-info-tab { float:left; margin-top:30px; overflow:hidden;

}


ul.payment-info-tab li { display:block; float:left;  width:255px; }
ul.payment-info-tab li a { display:block;  font-size:18px;  line-height:20px; color:#FFFFFF; padding:16px 15px;  background:#1c5631; margin-bottom:5px; }
ul.payment-info-tab li a:hover { text-decoration:none;} 
ul.payment-info-tab li a.tab-one {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

ul.payment-info-tab li a.tab-two { border-left:#072e15 solid 1px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

ul.payment-info-tab li p { font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:18px; margin:2px 0;}


/*--Payment Info Form Page  
-----------------------------------------------*/
ul.payment-info-form { width: auto; padding-left:10px; padding-right:10px; float:none;  }
ul.payment-info-form li .address-info {  min-width: 644px;} 
.add-new-list5 { border-bottom:none; padding:15px;}
ul.payment-info-form li .card-type { min-width:415px;}
ul.payment-info-form li .card-no { min-width:350px;}
ul.payment-info-form li .card-no .bank-search-input-outer { min-width:250px; float:right}
ul.payment-info-form li .card-type .bank-search-input-outer { min-width:245px;}
ul.payment-info-form li .expiration-date { min-width:480px;}
ul.payment-info-form li .expiration-date .bank-search-input-outer { min-width:170px;}
ul.payment-info-form li .expiration-date .expiration-year { margin-left:10px;}
ul.payment-info-form li .ccv2 { min-width:155px;}
ul.payment-info-form li .ccv2 .bank-search-input-outer { min-width:85px; width:85px; float:right}
.payment-info-btn { float:left;}
.payment-info-btn a { margin-left:0; margin-top:15px; margin-bottom:15px;}

/*--Edit Profile Page 
--------------------------------------------*/
.edit-profile-outer { padding:20px 10px;}
ul.edit-profile-form { margin-top:10px;}
ul.edit-profile-form li .address-info {  min-width: 672px;}
.edit-profile-outer p { font-size:14px; line-height:18px; margin-bottom:10px; clear:left;} 
.edit-profile-outer a.member-submit-btn { margin-right:40px; margin-top:40px; margin-bottom:10px;}

/*--Reivew List Page 
---------------------------------------*/
ul.reivew-list-step { display:block; float:left; width:100%;}
ul.reivew-list-step li { display:block; padding:20px; border-bottom:#d8d8d8 solid 1px;}
.reivew-list-btn { float:left; }
.reivew-list-article { margin-left:110px;}
.reivew-list-article a { font-size:18px; color:#1c5631;}
.reivew-list-article p { color:#383838; font-size:14px;}


/*--My Profile Page 
---------------------------------------*/
.my-profile-col { border-bottom:none;}
.last-modified { padding:15px 25px 0 25px;}
.indicate-gird { background:#f5f5f5; font-size:14px; line-height:18px; color:#383838; font-weight:bold; padding:15px 20px;}
.profile-label { float:left; width:190px; padding-right:20px; text-align:right; color:#366949;}
.profile-details { margin-left:215px;}
ul.my-profile li { font-size:16px; color:#383838; line-height:20px;}
.profile-last-child { border-bottom:none!important;}

/*--Contact Us Page 
---------------------------------------*/
.contact-us-outer { padding:20px;}
ul.contact-form { display:block; width:570px; float:left;}
ul.contact-form li { display:block; margin-bottom:15px; font-size:16px; float:left; width:100%;}
ul.contact-form li .member-info-label { width:120px; padding-right:5px; color:#555454;} 
ul.contact-form li .bank-search-input-outer { width:420px; height:42px;}
ul.contact-form li .bank-search-input { font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; padding:11px 3%; margin:0; width:94%; color:#555454;}
ul.contact-form li .member-submit-btn { margin-left:130px;}
.mesage-textarea-outer { height:inherit!important;}
.mesage-textarea { width:94%; padding:5px 3%; height:170px; border:none;color:#555454;}

.contact-map-outer { border:#f5f5f5 solid 5px; float:right;}
.contact-map-outer img { float:left; max-width:100%;}

/*-- Select Wrapper Date on 12 Feb 
---------------------------------------*/
label.custom-select {
	 
    position: relative;
    display: inline-block;
}
label.custom-select.algin-slect {
	 
   float: right;
   width: 100%;
}
.custom-select select {
    display: inline-block;
    padding: 15px 3px; 
	padding: 3px 3px\0/* ie9 only */;
    margin: 0;
    font: inherit;
    outline:none; /* remove focus ring from Webkit */
   /* line-height: 1.2;  line-height:52px;*/
	color: #6e6e6e; font-size:18px; width:100%; height:52px;
    border:0;
}

/* Select arrow styling */
.custom-select:after {  display:none\0/* ie9 only */;
    content: "▼";
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 16px; border-left:#d8d8d8 solid 1px; font-weight:bold;
    line-height: 30px;
    padding:14px 15px;
    color: #a3a3a3;
    pointer-events: none;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 27%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(248,248,248,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 27%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

.no-pointer-events .custom-select:after {
    content: none;
}

.DropDownRegisterAdd select { min-width:390px;  padding: 9px 3px;}
.DropDownRegisterAdd:after {   line-height: 20px;}

.DropDownSmlAdd select { min-width:215px;}

.privacy-arrow-col { width:100%; float:left; padding-bottom:5px;}
.privacy-arrow-col .error-message { float:left;}









.contact-form .DropDownRegisterAdd select  {
min-width:422px;
height:42px;
}



.subscribe-mailing #subscription_error_msg {
    padding:0px;
	width:100%;
	float:left;
}



