ul.tabs {
	margin-bottom: 25px;
	border-bottom: 1px solid #DDDDDD;
	list-style: none outside none;
	font-size: 14px;
    line-height: 20px;
    color: #333333;
}

ul.tabs:after {
	clear:both;
}

.tabs > li > a {
  display: block;
}


ul.tabs:before, ul.tabs:after {
	content: "";
    display: table;
    line-height: 0;
}

ul.tabs > li {
	float: left;
	/*line-height: 35px;*/
	margin-bottom: -1px;
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a.current:focus {
    background: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
    border-bottom-color: transparent;
}

ul.tabs > li > a {
	border: 1px solid transparent;
     -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
	padding-top: 8px;
    text-decoration: none;
}


ul.tabs > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    color: #999999;
}

.tabs_wrapper {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #EBEBEB;
}

.tabs_wrapper select{
	font-family: Arial, Helvetica, sans-serif;
}
