.tabs_btn{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: 1px solid #EEEEEE;
}
.tabs_btn_a{
	padding: 0 20px;
	border: 1px solid transparent;
	border-bottom: none;
	background-color: #f5f5f5;
	color: #333333;
	height: 56px;
	font-weight: bold;
	line-height: 56px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s linear; 
}
.tabs_btn_at{
	border-bottom-color: transparent;
	border-color: #e5e5e5;
	color: #1677FF;
	background-color: #fff;
	margin-bottom: -1px;
	padding-top: 4px;
	margin-top: -4px;
	transition: all 0.2s linear; 
}
.tabs_content{
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.tabs_content img{
	display: block;
}
.Order , .Specifications , .Documentation {
	display: none;
}
.tabs_content h4{
	font-weight: 700 !important;
	margin: 10px 0;
}
.tabs_content p{
	background-color: #ffffff;
}

.Documentation .std #attachment_search_mini_form_container {
    margin: 15px 0;
}
.Documentation .std #attachment_search_mini_form label {
    color: #3399cc;
    margin-right: 5px;
}
#attachment_search_mini_form button {
    line-height: 36px;
}
.button {
    display: inline-block;
    margin: 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    background-color: #ddd;
    color: #333;
    line-height: 45px;
    padding: 0 25px;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out
}
.button {
    background-color: #019ac7;
    color: #ffffff;
}

.Order h2 {
	margin-bottom: 10px;
}
.Order form {
    display: inline;
}
em {
    font-style: italic;
}
.Order ul {
    list-style: none;
}
.Order ul li {
    margin-top: 10px;
}
.Order label {
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin: 0 0 2px 0;
}
.Order label.required:after {
    content: ' *';
    color: #EE001C;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}
.Order input.input-text {
    width: 100%;
    max-width: 400px;
}
select {
    height: 36px;
    padding: 8px;
	width: 100%;
	max-width: 400px;
    text-overflow: ellipsis;
}
select, textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select, textarea {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}
textarea {
    width: 100%;
    max-width: 540px;
	height: 120px;
	padding: 8px;
}
.Order .buttons-set {
    clear: both;
    margin: 30px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}