/*home page banner tab css */
.container {display: inline-block;  margin: -32px auto;  width: 960px;}
ul.tabs {padding: 0;	float: left;	list-style: none;	height: 33px;	 margin-left: -4px;	width: 100%;}
ul.tabs li { margin-left: 4px;float: left;	padding: 0;	height: 32px;	line-height: 32px;	border-left: none;background: #7d7d7d;overflow: hidden;position: relative;}
ul.tabs li a {text-decoration: none;color: #fff;display: block;padding: 0 20px;font: 16px/33px 'Roboto Light',sans-serif;outline: none;}
ul.tabs li a:hover {background: #171717;}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #171717;border-bottom: 1px solid #171717;}
.tab_container {clear: both;float: left;width: 100%;background: #171717;
   
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}
.tab_content {padding-top: 17px;}


/*login register tab css */
.login_container {display: inline-block;  margin: 0 auto;  width:469px;}
ul.login_tabs{ float: left;    list-style: none outside none;    margin-left: 0;    padding: 0;    width: 100%;}
ul.login_tabs li {background: none; border-bottom: 1px solid #fff;  border-left: medium none; border-right: 1px solid #fff; float: left; height: 50px; overflow: hidden;padding: 0; position: relative;}
ul.login_tabs li a { color: #fff;    display: block;    font: 20px/47px "Roboto Medium",sans-serif;    outline: medium none;    padding: 0 85px;    text-decoration: none;}
ul.login_tabs li a:hover {background: none;border-bottom: 3px solid #fad60e;}	
ul.login_tabs li.active { background: none;   }
ul.login_tabs li.active a { color: #fad60e;border-bottom: 3px solid #fad60e;}
.login_tab_container {border-top: none;clear: both;float: left;width: 100%;background:none;}
.login_tab_content {padding-top: 17px;}
ul.login_tabs li:last-child { border-right:none;}



/*Dashboard tab css */

.dashboard_container {background: #fff;    display: inline-block;    margin: 0 auto 20px;    padding-bottom: 20px;    width: 100%;}
ul.dashboard_tabs {padding: 0;	float: left;background:#dfdfdf;list-style: none;	height: 33px;	 margin-left:0px;	width: 100%;}
ul.dashboard_tabs li { margin-left: 4px;float: left;	padding: 0;	height: 32px;	line-height: 32px;	border-left: none;background: #7d7d7d;overflow: hidden;position: relative;}
ul.dashboard_tabs li a {text-decoration: none;color: #fff;display: block;padding:0 22px;font: 16px/33px 'Roboto Light',sans-serif;outline: none;}
ul.dashboard_tabs li a:hover {background: #fff;color:#000;}	
html ul.dashboard_tabs li.active a:hover  {background: #fff;border-bottom: 1px solid #fff;color:#000;}
html ul.dashboard_tabs li.active {background: #fff;border-bottom: 1px solid #fff;color:#000;}
html ul.dashboard_tabs li.active a{color:#000;}
.dashboard_tab_container {border-top: none;clear: both;float: left;width: 100%;background: #fff;}
.dashboard_tab_content {padding-top: 17px;}



/*search tab css */
.search_container  {display: inline-block;  margin: 0 auto;  width:628px;}
ul.search_tabs{ float: left;    list-style: none outside none;    margin-left: 0;    padding: 0;    width: 100%;}
ul.search_tabs li {background: none; border-bottom: 1px solid #dfdfdf; width: 208px; border-left: medium none; border-right: 1px solid #dfdfdf; float: left; height: 50px; overflow: hidden;padding: 0; position: relative;}
ul.search_tabs li a { color: #000;    display: block;    font: 15px/47px "Roboto Medium",sans-serif;    outline: medium none;   text-align: center;    text-decoration: none;}
ul.search_tabs li a:hover {background: none;border-bottom: 3px solid #fad60e;}	
ul.search_tabs li.active { background: none;   }
ul.search_tabs li.active a { color: #000;border-bottom: 3px solid #fad60e;}
.search_tabs_container {border-top: none;clear: both;float: left;width: 100%;background:none;}
.search_tabs_content {padding-top: 17px;}
ul.search_tabs li:last-child { border-right:none;}
