* {
	border: 0;
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
}

a {
	color: #777;
	text-decoration: underline;
}

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

body,
html {
	background: #f7f7f7;
	color: #555;
	font: 0.8em Arial, Helvetica, sans-serif;
	height: 100%;
}

#logo {
	float: left;
}

#logo a {
	background: url("../images/logo.png") no-repeat;
	height: 99px;
	width: 120px;
	display: block;
}

#title {
	background: url("../images/bg_header.png") no-repeat;
	height: 99px;
	width: 902px;
	float: left;
}

#container {
	margin: 0 auto;
	width: 1022px;
}

#content {
	margin: 0 auto;
	margin-top: -5px;
	padding: 20px 15px 20px 15px;
	width: 100%;
	background: #ffffff;
	float: left;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	height: -o-calc(100% - 353px);
	min-height: -webkit-calc(100vh - 353px);
	min-height: calc(100vh - 353px);
}

#content h1 {
	font-size: 2.7em;
	font-family: 'Archivo Narrow', "Arial";
	padding: 10px 0 0;
	margin: 0 0 40px 10px;
	color: #ff8500;
	display: inline-block;
	text-shadow: 1px 1px 0px #0000001f;
}

#content h4 {
	font-size: 27.3px;
	font-family: 'Archivo Narrow', "Arial";
	color: #FF8500;
	padding: 7px 7px 0 7px;
	border-bottom: 1px solid #FF8500;
	display: inline;
	text-shadow: 1px 1px 0px #0000001f;
}

#content h2 {
	padding: 20px 0 0 0;
	text-shadow: 1px 1px 0px #0000001f;
	font-size:21.6px;
}

#content p {
	padding: 30px 3px 10px;
}

td {
	padding-left: 8px;
}

#search_form {
	padding: 100px 0 0 0;
	margin: 0 auto;
	width: 300px;
}

#search_form_ad {
	padding: 100px 0 30px 0;
	margin: 0 auto;
	width: 383px;
}

#search_form_ad input {
	width: 280px;
	height: 16px;
}

#search_form h3,
#search_form_ad h2 {
	margin-bottom: 10px;
}

.links_outer a img {
	display: block;
}

#search_options {
	font-size: 12px;
	text-decoration: underline;
}

#search_options:hover {
	text-decoration: none;
	cursor: pointer;
}

#index_tips strong img,
#index_collections img {
	vertical-align: middle;
	padding-right: 2px;
}

a#collections {
	font-size: 12px;
	padding-left: 80px;
	text-decoration: underline;
}

a#search_tips {
	font-size: 12px;
	padding-left: 10px;
	text-decoration: underline;
}

#advanced_controls {
	font-size: 12px;
	padding-left: 45px;
}

#advanced_controls:hover,
#basic_controls:hover {
	text-decoration: none;
	cursor: pointer;
}

#footer_nav {
    height: 191px;
    width: 1022px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background: #1c518a;
    overflow: hidden;
    border: 0;
    float: left;
    text-shadow: 1px 1px 0px #000000;
}

#footer {
	width: 1022px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #3e3e3e;
	font-size: 10px;
	float: left;
}

.search_button {
	padding: 9px;
	border: solid 1px #817f7f;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

#content .submit {
	height: 36px;
	width: 70px;
	padding: 9px 15px;
	color: #fff;
	border: 0;
	font-size: 13px;
	background: #ff8500;
	-moz-border-radius: 4px;
}

tr {
	width: 50px;
}

body,
ul,
li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-align: left;
}

#navigation {
	float: left;
	height: 66px;
	width: 1022px;
}

#menu {
	list-style: none;
	width: 100%;
	padding: 0px 0px 0 40px;
	height: 100%;
	background: rgb(75, 103, 140);
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 19px 9px 20px 9px;
	margin-right: 24px;
	border: none;
	text-shadow: 1px 1px 0px #000000;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	display: block;
	outline: 0;
	text-decoration: none;
}

#menu li:hover a {
	color: #FF8500;
}

#menu li .drop {
	padding-right: 13px;
	background: url("../images/drop_right.png") no-repeat right;
}

#menu li:hover .drop {
	background: url("../images/drop.png") no-repeat right 7px;
	cursor: default;
}

#menu_about_us,
#menu_deposits,
#menu_home,
#menu_order,
#menu_identification,
#menu_collection,
#menu_taxonomy,
#menu_research,
#menu_links,
#menu_order_cart {
	margin-top: 23px;
	float: left;
	position: absolute;
	left: -999em;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #466c9a;
	background: #fff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 4px 4px #888888;
	z-index: 2;
}

#menu li:hover #menu_home {
	left: -21px;
}

#menu li:hover #menu_links {
	left: -83px;
}

#menu li:hover #menu_collection {
	left: -92px;
}

#menu li:hover #menu_deposits {
	left: -70px;
}

#menu li:hover #menu_order {
	left: -73px;
}

#menu li:hover #menu_identification {
	left: -37px;
}

#menu li:hover #menu_taxonomy {
	left: -48px;
}

#menu li:hover #menu_research {
	left: -69px;
}

#menu li:hover #menu_about_us {
	left: -46px;
}

.menu_center,
.collection_center {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.menu_center ul li a,
.collection_center ul li a {
	text-shadow: none;
}

#menu #menu_right {
	float: right;
	margin-right: 0px;
}

#menu li #menu_order_cart {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#menu li:hover #menu_order_cart {
	left: auto;
	right: -21px;
	top: auto;
}

#menu p,
#menu h2,
#menu h3,
#menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
}

#menu p,
.text_center{
	text-align: center;
}

#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #888888;
	text-align: center;
}

#menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}

#menu li:hover div a {
	font-size: 12px;
	color: #015b86;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

#menu li:hover div a:hover {
	color: #ffffff;
	background-color: #ffb15d;
	border: 1px solid #ff8602;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu .submit,
#inline_search .submit {
	height: 37px;
	color: #fff;
	border: 0;
	font-size: 11px;
	border: 1px solid #ff8500;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000000;
}

span.submit_border {
	border-top: 1px solid #DA9B57;
	display: inline-block;
	border-right: 1px solid #DA9B57;
	border-left: 1px solid #DA9B57;
	border-radius: 3px;
	border-bottom: 1px solid #765633;
}

#menu .submit {
	width: 54px;
}

#inline_search .submit {
	width: 70px;
}

#menu input,
#inline_search input {

	padding: 8px;
	border: 1px solid #817F7F;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu input {
	width: 150px;
}

#inline_search input {
	width: 316px;
	height: 36px;
}

#menu_search {
	width: 240px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#inline_search {
	width: 410px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	padding: 4px 6px 4px 6px;
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
	list-style: none;
	padding: 0;
}

#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 130px;
}

#menu li #menu_deposits ul li,
#menu li #menu_links ul li {
	width: 190px;
}

#menu li #menu_collection ul li {
	width: 240px;
}

#menu li #menu_identification ul li,
#menu li #menu_taxonomy ul li {
	width: 150px;
}

#menu li #menu_order ul li {
	width:200px;
}
#menu li #menu_research ul li {
	width: 190px;
}

#menu li #menu_about_us ul li {
	width: 120px;
}

#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
}

#menu li .greybox li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus,
#menu input:hover {
	outline: none;
	border: 1px solid #ff8500;
}

.even,
.noClick_even {
	background: #fff;
}

.odd,
.noClick_odd {
	background: #eee;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}

#search {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  color: #555;
  text-shadow: 1px 1px 0px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
}

#search tr td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d0cece;
}

#search tbody:last-child tr td {
	border-bottom: 0;
}

#search tbody tr:hover {
	color: #FFFFFF;
	background-color: #FFB15D;
	cursor: pointer;
	text-shadow: none;
}

#search tbody .noClick_odd:hover {
	color: #555;
	background: #eee;
	text-shadow: 1px 1px 0px #fff;
	cursor: default;
	border-top: 1px solid #ffffff !important;
	border-bottom: 1px solid #d0cece !important;
}

#search tbody .noClick_even:hover {
	color: #555;
	background: #fff;
	text-shadow: 1px 1px 0px #fff;
	cursor: default;
}

#search tbody .noClick_even:hover td,
#search tbody .noClick_odd:hover td {
	border-top: 1px solid #ffffff !important;
	border-bottom: 1px solid #d0cece !important;
}

#search tbody tr:hover td {
	border-top: 1px solid #F7DCC0;
	border-bottom: 1px solid #DBA060;
}

#search tbody:last-child tr:hover td {
	border-bottom: 0;
}

.table_header {
	background: #dddddd;
}

#tnt_pagination {
	display: block;
	text-align: center;
	height: 22px;
	line-height: 21px;
	clear: both;
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	width: 800px;
}

#tnt_pagination a:link,
#tnt_pagination a:visited {
	text-shadow: 1px 1px 0px #fff;
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	display: inline-block;
	font-weight: normal;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#tnt_pagination a:hover {
	background: #ff8500;
	text-shadow: 1px 1px 0px #7A7A7A;
	border: 1px solid #FF8500;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#tnt_pagination .next_previous {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #BBDDFF;
	margin-left: 10px;
	text-decoration: none;
	background-color: #DDEEFF;
	color: #0072BC;
	cursor: default;
}

#tnt_pagination .active_tnt_link {
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
	background: #ff8500;
	border: 1px solid #ff8500;
	cursor: default;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-shadow: 1px 1px 0px #7A7A7A;
}

#tnt_pagination .disabled_tnt_pagination {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #D7D7D7;
	cursor: default;
}

#tnt_pagination .dots {
	margin-left: 10px;
	display: inline-block;
	height: 22px;
	width: 22px;
	margin-bottom: -8px;
}

a.order,
.remove,
.download {
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
	background: rgb(228, 59, 59);
	border: 1px solid rgb(228, 59, 59);
}

.download {
	background: rgb(101, 149, 211);
	border: 1px solid rgb(101, 149, 211);
}

.download:hover {
	color: #fff;
}

a.order:hover,
.remove:hover {
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
	border: 1px solid rgb(202, 60, 60);
	background: rgb(202, 60, 60);
}

#ov_buttons {
	float: right;
	margin: 0 20px;
}

#ov_buttons .back_results_btn,
#ov_buttons .order_btn {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
}

#ov_buttons .order_btn {
	border: 1px solid rgb(34, 186, 70);
	background: rgb(34, 186, 70);
}

#ov_buttons .back_results_btn {
	border: 1px solid rgb(101, 149, 211);
	background: rgb(101, 149, 211);
}

#ov_buttons .order_btn:hover {
	border: 1px solid rgb(24, 161, 56);
	background: rgb(24, 161, 56);
}

#ov_buttons .back_results_btn:hover {
	border: 1px solid rgb(88, 130, 184);
	background: rgb(88, 130, 184);
}

#ov_buttons img {
	vertical-align: middle;
	padding-right: 3px;
}

#message {
	width: 400px;
	padding: 250px 0 0 0;
	margin: 0 auto;
}

.result_table,
.result_table_summary,
.result_table_summary_small {
	margin: 15px 0 20px 10%;
	border: 1px solid #e1e1e1;
	width: 80%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
	border-collapse: separate !important;
	border-spacing: 0;
}

.result_table tr:last-child td,
.result_table_summary tr:last-child td,
.result_table_summary_small tr:last-child td {
	border-bottom: none;
}

.highlight,
.menu_name {
	width: 170px;
	background: #eeeeee;
	border-right: 1px solid #d0cece;
}

.highlight2 {
	background: #f7f7f7;
}

.highlight3,
.menu_qty {
	background: #ffe9d1;
}

.result_table td,
.result_table_summary td,
.result_table_summary_small td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d0cece;
	padding: 0 5px 0 5px;
}

.result_table_summary {
	width: 100%;
	margin: 0;
}

.result_table_summary_small {
	width: 30%;
	margin: 0;
	cursor: auto;
}

#td_center {
	text-align: center;
}

#order_basket {
	margin: 15px 0 20px 5%;
	width: 90%;
	padding-bottom: 30px;
}

#order_basket table,
#checkout_basket {
	border-collapse: collapse;
	margin: 15px 0 20px 10%;
	border: 1px solid #e1e1e1;
	width: 80%;
}

#order_basket table tbody tr td input {
	padding: 3px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 40px;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu_cart {
	border-collapse: collapse;
	margin: 0 auto;
	width: 95%;
	padding-bottom: 10px;
	border: 1px solid #e1e1e1;
}

#menu_cart .menu_name {
	width: 250px;
}

#menu_cart .menu_qty {
	width: 30px;
	text-align: center;
	border-left: 1px solid #e1e1e1;
}

#menu_checkout {
	width: 80px;
	padding: 2px;
	background: url("../images/btn_background.png") no-repeat #e1e1e1;
	border: 1px solid #e1e1e1 !important;
	float: right;
	margin: 10px 2.5% 3px;
	text-align: center;
	text-shadow: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu_checkout:hover {
	width: 80px;
	color: #fff !important;
	text-shadow: none !important;
	background: url("../images/btn_background_h.png") no-repeat #ff8500;
	border: 1px solid #ff8500 !important;
}

#main_buttons {
	width: 90%;
	margin: 0 auto;
	padding: 100px 0 0 0;
	height: 45px;
	display: block;
}

#main_buttons a {
	background: url("../images/btn_background.png") repeat-x #e1e1e1;
	border: 1px solid #e1e1e1;
	padding: 5px 5px;
	width: 190px;
	margin: 0 30px;
	display: block;
	text-align: center;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#main_buttons a:hover {
	background: url("../images/btn_background_h.png") repeat-x #ff8500;
	border: 1px solid #ff8500;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#strain_added {
	color: red;
	width: 300px;
	margin: 0 auto;
	display: block;
	padding-top: 15px;
}

#strain_added a {
	color: red !important;
	text-decoration: underline !important;
}

#strain_added a:hover {
	text-decoration: none !important;
}

#strain_added img {
	vertical-align: middle;
}

#checkout_btn,
#check_btn,
#back_btn {
	color: #fff;
	padding: 5px;
	width: 190px;
	text-align: center;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#checkout_btn {
	margin: 0 auto;
	border: 1px solid rgb(34, 186, 70);
	background: rgb(34, 186, 70);
}

#checkout_btn,
#check_btn {
	background: rgb(34, 186, 70);
	border: 1px solid rgb(34, 186, 70);
	text-shadow: 1px 1px 0 #6f6f6f;
	padding: 10px;
}

#checkout_btn:hover,
#check_btn:hover {
	border: 1px solid rgb(24, 161, 56);
	background: rgb(24, 161, 56);
}

#checkout input {
	border: 1px solid #e1e1e1;
}

#checkout {
	width: 80%;
	margin: 0 auto;
}

input#e_invoice,
input#p_invoice {
	border: none;
	box-shadow: none;
}

#checkout label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 210px;
	line-height: 25px;
	font-size: 15px;
	box-shadow: none;
}

#checkout .input {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 300px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#checkout .input_sml {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 203px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#checkout select {
	border: 1px solid #C9C9C9;
	font-size: 15px;
	padding: 5px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#checkout .input:focus,
.search_button:focus {
	border-color: #fcb466;
}

#checkout .input:hover,
.search_button:hover {
	border-color: #fcb466;
}

#checkout .input_op_out {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 225px;
	color: :;979;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#checkout input[type='checkbox'],
#deposit_form input[type='checkbox'],
#deposit_form input[type='radio'] {
	border: none;
	box-shadow: none;
}

#checkout .checkbox {
	margin-right: 11px;
}

#checkout .textarea {
	height: 150px;
}

input#order,
#create_form {
	padding: 9px;
	color: #55555;
	font-size: 13px;
	background: #f8f7f7;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input#order {
	padding:10px;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
	border: 1px solid rgb(34, 186, 70);
	background: rgb(34, 186, 70);
}

input#order:hover {
	border: 1px solid rgb(24, 161, 56);
	background: rgb(24, 161, 56);
}

#create_form,
#order {
	display: block;
	padding: 12px 7px;
	border-radius: 3px;
	background: url("../images/btn_background_hb.png") no-repeat #4072b3;
	border: 1px solid #527eb8;
	color: #FFFFFF;
	text-align: center;
	
	font-size: 12px;
	width: 190px;
	margin: 20px 0 0 0;
}

#checkout_container {
	width: 90%;
	margin: 0 auto;
}
.holiday {
		color: #c00;
    text-align: center;
    display: block;
    font-size: 15px;
}

.error {
	font-weight: bold;
	color: #C00 !important;
	text-align: center;
	display: block;
}

.error_checkout {
	color: #C00 !important;
}

#checkout input.error,
#deposit_form input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#checkout textarea.error,
#deposit_form textarea.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#checkout select.error,
#deposit_form select.error {
	background: #f8dbdb;
	border-color: #e77776! important;
	font-weight: normal;
}

#invalid_name,
#invalid_email,
#invalid_company,
#invalid_vat,
#invalid_address,
#invalid_invoice,
#invalid_telephone,
#invalid_fax {
	color: #C00;
}

.invoice_r {
	margin-left: 30px;
}

#invoice_as_above {
	width: 200px;
	margin: 0 auto;
	display: block;
}

.sequence-show,
.sqx-show,
#phe-show,
#stx-show,
#bax-show,
#lax-show,
#enx-show,
#cox-show,
#anx-show,
#nfx-show,
#mox-show,
#fat-show {
	padding: 5px;
	border: solid 1px #C5C5C5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E7E7E7;
	text-shadow: 1px 1px 0px #fff;
}

.save_seq {
	padding: 2px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin-top: -12px;
}

#ex_links {
	width: 501px;
	margin: 0 auto;
	display: block;
}
#ex_links a, 
#ov_buttons a, 
a.remove, 
a.back_btn, 
#checkout_btn{
	text-decoration: none;
}
.external_links {
	padding: 2px;
	border: solid 1px #C5C5C5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 155px;
	text-align: center;
	display: block;
	float: left;
	margin-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.links {
	margin: 0 auto;
	width: 926px;
	height: 93px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.links_outer {
	padding: 1px;
	margin-right: 55px;
	float: left;
}

.links_inner,
#link_about_us,
#link_order,
#link_identification,
#link_links,
#link_deposits,
#link_collections,
#link_research {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	width: 165px;
	height: 83px;
}

#link_about_us {
	background: url("../images/link_about_us.png");
}

#link_order {
	background: url("../images/link_order.png");
}

#link_identification {
	background: url("../images/link_identification.png");
}

#link_links {
	background: url("../images/link_links.png");
}

#link_deposits {
	background: url("../images/link_deposits.png");
}

#link_collections {
	background: url("../images/link_collections.png");
}

#link_research {
	background: url("../images/link_research.png");
}

.links_inner {
	background: url("../images/link1.png");
}

#footer_home {
	width: 46px;
}

#footer_deposits {
	width: 110px;
}

#footer_ordering {
	width: 130px;
}

#footer_research {
	width: 120px;
}

#footer_taxonomy,
#footer_about {
	width: 90px;
}

#footer_collections {
	width: 140px;
}

#footer_links {
	width: 107px;
}

#footer_identification {
	width: 80px;
}

#footer_home,
#footer_deposits,
#footer_links,
#footer_about,
#footer_collections,
#footer_ordering,
#footer_identification,
#footer_taxonomy,
#footer_research {
	float: left;
	border-right: 1px dashed #47668B;
	height: 100%;
	font-size: 12px;
	margin: 5px 5px 5px 12px;
}

#footer_about {
	border-right: none;
}

#footer_collections li,
#footer_ordering li,
#footer_identification li,
#footer_research li,
#footer_home li,
#footer_taxonomy li,
#footer_deposits li,
#footer_links li,
#footer_about li {
	font-size: 11px;
	text-align: left;
	margin: 0px;
	line-height: 136%;
}

#footer_collections {
	margin: 5px 5px 5px 15px;
}

#footer_nav a {
	color: #ebebeb;
	padding-bottom: 6px;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #FF8500;
}

#footer_contact {
	font-size: 11px;
	float: right;
	padding: 50px 45px 5px;
	line-height: 98%;
}

#link1 {
	background: url("../images/link1.png") no-repeat;
}

#deposit_form input {
	border: 1px solid #e1e1e1;
}

#deposit_form {
	width: 80%;
	margin: 0 auto;
}

.field_checkout,
.field {
	margin-bottom: 7px;
	margin-bottom: 7px;
}

.field {
	margin-left: 50px;
}

.field_checkout {
	margin-left: -35px;
}

#deposit_form label,
#deposit_form .group_lbl {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 180px;
	font-size: 15px;
	box-shadow: none;
}

#deposit_form .input {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 300px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#deposit_form .input_sml {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 203px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#deposit_form select {
	border: 1px solid #C9C9C9;
	font-size: 15px;
	padding: 5px;
	color: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#deposit_form #countries {
	border: 1px solid #C9C9C9;
	font-size: 13px;
	padding: 5px;
	color: #797979;
	width: 312px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#deposit_form .input:focus,
.search_button:focus {
	border-color: #fcb466;
}

#checkout .input:hover,
.search_button:hover,
#search_form_ad select:hover {
	border-color: #fcb466;
}

#checkout .input_op_out {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #C9C9C9;
	width: 225px;
	color: #797979;
	margin-right: 10px;
}

#checkout .checkbox {
	margin-right: 11px;
}

#checkout .textarea {
	height: 150px;
}

#deposit_form_container {
	width: 90%;
	margin: 0 auto;
}

#deposit_form .border_top {
	border-top: 1px solid red;
}

#deposit_form .border_bottom {
	border-bottom: 1px solid red;
}

h2 {
	color: #FF8500;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #FF8500;
	margin-bottom: 8px;
}

#type_lbl,
#pic_lbl,
#class_lbl {
	height: 70px;
}

#deposit_form .checkbox {
	width: 311px;
}

.large_input {
	margin-left: 100px;
	width: 400px!important;
}

.info_text {
	font-weight: normal;
	font-size: 12px;
	margin-left: 250px;
}

.info_r3 {
	font-weight: normal;
	font-size: 13px;
	margin-left: 240px;
	color: red;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: 4px;
	text-shadow: 1px 1px 0px #E6E6E6;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #555555;
	margin-bottom: 8px;
	margin-right: 4px;
	text-shadow: 1px 1px 0px #E6E6E6;
}

#create_form1 {
	background: url("../images/btn_background_h.png") no-repeat #FF8500;
	border-radius: 4px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	margin: 0px auto;
	padding: 9px;
	width: 150px;
}

#deposit_form #sequence,
#deposit_form #sequence1,
#deposit_form #sequence2,
#deposit_form #sequence3,
#deposit_form #sequence4 {
	height: 220px;
}

#deposit_form #country {
	border: 1px solid #C9C9C9;
	font-size: 13px;
	padding: 5px;
	color: #797979;
	width: 312px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dep_form_info {
	text-align: center;
	color: red;
}

#dep_form_info img {
	vertical-align: middle;
}

#deposit_form textarea {
	height: 65px;
}

#return_home {
	padding-top: 40px;
	margin: 0 auto;
	width: 150px;
}

#return_home a {
	padding: 4px;
	background: url("../images/btn_background.png") no-repeat #e1e1e1;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#return_home a:hover {
	color: #fff;
	padding: 4px;
	background: url("../images/btn_background_h.png") no-repeat #ff8500;
	border: 1px solid #ff8500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#s0_add,
#s1_add,
#s2_add,
#s3_add,
#s4_add,
#s5_add,
#s6_add,
#s7_add,
#s8_add,
#s9_add {
	padding: 5px;
	border: solid 1px #C5C5C5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 300px;
	background: #f7f7f7;
	text-align: center;
	margin: 10px 0 0 190px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#s0_add:hover,
#s1_add:hover,
#s2_add:hover,
#s3_add:hover,
#s4_add:hover,
.external_links:hover,
.sequence-show:hover,
.sqx-show:hover,
#phe-show:hover,
#stx-show:hover,
#bax-show:hover,
#lax-show:hover,
#enx-show:hover,
#cox-show:hover,
#anx-show:hover,
#nfx-show:hover,
#mox-show:hover,
#fat-show:hover {
	border: solid 1px #FF8500;
	background: #FF8500;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #444;
}

.save_seq:hover {
    /* background: #FF8500; */
    color: #FF8500;
    text-shadow: 1px 1px 0px #f7f7f7;
}

.download_link {
	text-decoration: underline;
}

#search_tips {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	font-size: 12px;
}

#search_tips td {
	border: 1px solid #e1e1e1;
	padding: 3px;
}

#search_tips .tip1 {
	width: 140px;
	vertical-align: top;
	font-weight: bold;
}

#search_tips pre {
	text-align: center;
}

#bts_button {
	float: right;
	padding-bottom: 20px;
}

#bts_button a {
	padding: 4px;
	background: url("../images/btn_background.png") no-repeat #e1e1e1;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 140px;
}

#bts_button a:hover {
	color: #fff;
	padding: 4px;
	background: url("../images/btn_background_h.png") no-repeat #ff8500;
	border: 1px solid #ff8500;
}

.text > li {
	display: list-item;
	list-style-position: outside;
	margin-left: 25px;
	list-style-type: disc;
}

p > a {
	text-decoration: underline;
}

.prices,
.worksheet,
.overview td,
.general {
	border: 1px solid #e1e1e1;
	width: 70%;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 20px;
}

.prices td,
.worksheet td,
.overview td,
.general td {
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.prices tr:first-child td,
.worksheet tr:first-child td {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.worksheet a {
	text-decoration: underline;
}

.worksheet td:first-child {
	width: 70px;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

sub,
sup {
	color: red;
}


strong {
	font-weight: bold;
}

#btn_about_us {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/about_us.jpg") 0 0 no-repeat;
}

#btn_specialised_collections:hover,
#btn_antimicrobial_resistance:hover,
#btn_dna:hover,
#btn_sequenced_genomes:hover,
#btn_quality_control:hover,
#btn_typestrains:hover,
#btn_phenotyping:hover,
#btn_chemotyping:hover,
#btn_genotyping:hover {
	background-position: right;
}

#btn_specialised_collections {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_specialised_collections.png") 0 0 no-repeat;
}

#btn_antimicrobial_resistance {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_antimicrobial_resistance.png") 0 0 no-repeat;
}

#btn_dna {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_dna.png") 0 0 no-repeat;
}

#btn_sequenced_genomes {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_sequenced_genomes.png") 0 0 no-repeat;
}

#btn_quality_control {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_quality_control.png") 0 0 no-repeat;
}

#btn_typestrains {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_typestrains.png") 0 0 no-repeat;
}

#btn_phenotyping {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_phenotyping.png") 0 0 no-repeat;
}

#btn_phenotyping {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_phenotyping.png") 0 0 no-repeat;
}

#btn_chemotyping {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_chemotyping.png") 0 0 no-repeat;
}

#btn_genotyping {
	text-indent: -5000px;
	display: block;
	width: 182px;
	height: 83px;
	background: url("../images/btn_genotyping.png") 0 0 no-repeat;
}

.about_us td:first-child {
	vertical-align: top;
	font-weight: bold;
}

.overview td:first-child {
	font-weight: bold;
	width: 300px;
	padding-right: 10px;
}

.overview td:first-child:hover {
	color: #FFFFFF;
}

.overview {
	margin-top: 50px;
}

.overview a {
	text-decoration: underline;
}

.overview tbody tr:hover {
	color: #FFFFFF;
	background-color: #FFB15D;
	border: 1px solid #FF8602;
	cursor: pointer;
}

.note {
	color: red;
}

.note img {
	display: block;
	float: left;
	padding: 10px 10px 10px 0;
}

.indent {
	padding: 5px 0 0 30px;
	display: block;
}

#number_of_records {
	display: block;
	float: right;
	padding: 15px 5px 15px 0;
	font-size: 12px;
}

#number_of_records a {
	margin-left: 5px;
	padding: 3px 5px;
	border: 1px solid #FF8500;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
	text-decoration: none;
}

#number_of_records a:hover {
	border: 1px solid #7A7A7A;
	background: #CFCFCF;
	border-radius: 2px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #7A7A7A;
}

#view_order_button a {
	display: block;
	width: 60px;
	float: right;
	margin: 40px 8px 0 5px;
	padding: 5px 7px;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 6px;
	font-size: 12px;
}

#options {
	border: 1px solid #F0EEEE;
	background-color: #FCFCFC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0 20px;
	font-size: 12px;
}

#options input {
	width: 20px;
	border: none;
	padding: 0px;
	height: auto;
}

#options input:hover {
	width: 20px;
	border: none;
	box-shadow: none;
}

#options input:focus {
	border: none;
	box-shadow: none;
}

#options span {
	display: block;
	width: 260px;
	margin: 0 auto;
}

#index_tips {
	width: 50%;
	margin: 0 auto;
}

.text_12px {
	font-size: 12px;
}

.arrow {
	background: transparent url("../images/menu_hover.png") no-repeat center top;
	height: 13px;
	width: 100%;
	top: -13px;
	z-index: 1000;
	display: block;
	position: absolute;
}

#table_ccug_num {
	text-align: left;
	padding-left: 30px;
}

#inline_title {
	float: left;
	width: 1022px;
	height: 145px;
	margin-left: -16px;
	padding: 20px 15px 145px 9px;
}

#inline_title #welcome {
	font-size: 66px;
	font-family: 'Archivo Narrow', "Arial";
	background: #ffffff;
	padding: 7px;
	display: block;
}

#inline_title #about {
	font-size: 33px;
	font-family: 'Archivo Narrow', "Arial";
	color: #FF8500;
	background: #ffffff;
	padding: 10px;
	text-shadow: 1px 1px 0px #0000001f;
}

.plus,
.minus {
	vertical-align: middle;
	padding-right: 3px;
}

#tnt_pagination a#first {
	background: url("../images/first.png") no-repeat;
}

#tnt_pagination a img {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

#tnt_pagination #next,
#tnt_pagination #previous {
	border: 1px solid #e1e1e1 !important;
	border: none;
	display: inline-block;
	margin-bottom: -11px;
}

#tnt_pagination #previous {
	margin-right: 30px;
}

#tnt_pagination #next {
	margin-left: 43px;
}

#footer_ordering li.no_list_style {
	list-style-type: none;
	padding: 5px 0 0 5px;
}

.mini_cart {
	padding-right: 4px;
	margin-left: -4px;
	vertical-align: middle;
}

.indent a img,
.worksheet a img {
	vertical-align: middle;
}

.table_row_spacer {
	height: 10px !important;
	border-left: none;
	border-right: none;
}

.checkout {
	margin-left: 237px;
}

.error_seperate {
	font-weight: bold;
	color: #C00;
}

span.plus {
	color: #ff0000;
}

#fastidious_list {
	font-size: 11px;
	margin-left: 230px;
}

#fastidious_list li {
	font-size: 11px;
}

.table_small,
.qc_procedures {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 20px;
}

.table_small td,
.qc_procedures td {
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.table_small {
	width: 400px;
}

.qc_procedures {
	width: 90%;
}

.qc_procedures tr:first-child td {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

td.td_400 {
	width: 400px;
}

#specialised_collections,
#revival,
#deposit {
	display: none;
}

a#fastidious_btn {
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
}

a#fastidious_btn:hover {
	color: #ff8500;
}

a.plus_expand,
a.plus_revival,
a.plus_deposit {
	cursor: pointer;
}

a#collections_button,
a#search_tips_button {
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

a#EUCAST {
	cursor: pointer;
}

a#collections_button img,
a#search_tips_button img {
	padding-right: 3px;
}

a#search_tips_button {
	padding-left: 6px;
}

span.filler_100 {
	padding-left: 100px;
}

.lbl_small {
	font-size: 11px;
}

a.back_btn,
a.check_btn {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
}

a.back_btn {
	border: 1px solid rgb(101, 149, 211);
	background: rgb(101, 149, 211);
	float: right;
	display: block;
	margin: 40px 50px 10px;
}

a.check_btn {
	border: 1px solid rgb(34, 186, 70);
	background: rgb(34, 186, 70);
	margin: 0 auto;
	width: 200px;
	display: block;
	text-align: center;
}

a.back_btn:hover {
	border: 1px solid rgb(88, 130, 184);
	background: rgb(88, 130, 184);
}

a.check_btn:hover {
	border: 1px solid rgb(88, 130, 184);
	background: rgb(88, 130, 184);
}

a.back_btn img {
	vertical-align: middle;
	padding-right: 3px;
}

input#update_cart_btn {
	padding: 4px;
	background: url("/images/update.png") no-repeat 10% 50% rgb(101, 149, 211);
	border: 1px solid #e1e1e1;
	float: right;
	margin: -15px 10% 0;
	width: 150px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 0px #7A7A7A;
	border: 1px solid rgb(101, 149, 211);
}

input#update_cart_btn:hover {
	border: 1px solid rgb(88, 130, 184);
	background: url("/images/update.png") no-repeat 10% 50% rgb(88, 130, 184);
}

input#create_form {
	margin: 0 auto;
	border: 1px solid rgb(34, 186, 70);
	background: rgb(34, 186, 70);
	text-shadow: 1px 1px 0px #444;
	padding-bottom: 14px;
}

input#create_form:hover {
	border: 1px solid rgb(24, 161, 56);
	background: url("../images/file_pdf.png") no-repeat rgb(24, 161, 56);
}

ul.sub {
	list-style-position: inside;
	padding-left: 45px;
	list-style-type: disc;
}

input#login,
input#register,
input#reset,
input#save,
input#create,
input#submit_deposit {
	background: rgb(34, 186, 70);
	border: 1px solid rgb(34, 186, 70);
	margin: 0 auto;
	color: #fff;
	padding: 5px;
	width: 190px;
	text-align: center;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input#save {
	float: left;
}

a#forgotten_password,
a#register,
a#login,
a#logout,
a#back_to_summary,
a#back_to_deposit {
	background: #ff8500;
	color: #fff;
	padding: 5px;
	width: 190px;
	text-align: center;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	margin: 0 12px 0 12px;
	text-decoration: none;
}

a#logout {
	background: rgb(228, 59, 59);
}

input#firstname {
	width: 198px !important;
}

input#create {
	background: rgb(101, 149, 211);
	border: 1px solid rgb(101, 149, 211);
	color: #fff;
	padding: 5px;
	text-align: center;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
}

select#npb_county {
	font-size: 13px;
}

.field2 {
	margin-left: -42px;
}

span.checkbox.np {
	margin-left: 10px;
}

.disabledbutton {
	pointer-events: none;
	opacity: 0.6;
}

div#deposit_form_buttons {
	width: 400px;
	margin: 0 auto;
}

tr.link:hover {
	color: #FFFFFF;
	background-color: #FFB15D;
	cursor: pointer;
	text-shadow: none;
}

span.left_undermenu_deposit {
	float: left;
	margin-left: 56px;
	margin-right: -56px;
	color: #ff8602;
	font-size: 15px;
	font-weight: bold;
}

span.left_undermenu_revival {
	float: left;
	margin-left: 36px;
	margin-right: -36px;
	color: #ff8602;
	font-size: 15px;
	font-weight: bold;
}

span.left_undermenu_specialised {
	float: left;
	margin-left: 3px;
	margin-right: -3px;
	color: #ff8602;
	font-size: 15px;
	font-weight: bold;
}
#search_btn {
    height: 37px;
    color: #fff;
    border: 0;
    
    border: 1px solid #ff8500;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #000000;
    background: #ff8500;
}
#update_btn{
	    float: right;
    margin-right: 90px;
    margin-top: -10px;
}
.front_page_btn {
	width:250px;
	height:90px;
	font-family: 'Quicksand', sans-serif;
}
.btn-search { 
  color: #ffffff; 
  background-color: #FF8500; 
  border-color: #FF8500; 
  height: 36px;
    margin-top: -4.3px;
} 
 
.btn-search:hover, 
.btn-search:focus, 
.btn-search:active, 
.btn-search.active, 
.open .dropdown-toggle.btn-search { 
  color: #ffffff; 
  background-color: #CC6900; 
  border-color: #FF8500; 
} 
 
.btn-search:active, 
.btn-search.active, 
.open .dropdown-toggle.btn-search { 
  background-image: none; 
} 
 
.btn-search.disabled, 
.btn-search[disabled], 
fieldset[disabled] .btn-search, 
.btn-search.disabled:hover, 
.btn-search[disabled]:hover, 
fieldset[disabled] .btn-search:hover, 
.btn-search.disabled:focus, 
.btn-search[disabled]:focus, 
fieldset[disabled] .btn-search:focus, 
.btn-search.disabled:active, 
.btn-search[disabled]:active, 
fieldset[disabled] .btn-search:active, 
.btn-search.disabled.active, 
.btn-search[disabled].active, 
fieldset[disabled] .btn-search.active { 
  background-color: #FF8500; 
  border-color: #FF8500; 
} 
 
.btn-search .badge { 
  color: #FF8500; 
  background-color: #ffffff; 
}

.btn-radius {
  border-radius: 3px;
}
.btn-blue:hover {
	color: #4682B4;
	border-color: #4682B4;
	background: #4682b40a;
}
.btn-blue {
  background: #4682B4;
  color: #fff;
  border-color: #4682B4;		
}
.btn-green:hover {
	color: #3CB371;
	border-color: #3CB371;
	background: #3cb3710d;
}
.btn-green {
  background: #3CB371;
  color: #fff;
  border-color: #3CB371;		
}
#view_order_button a{
	color: #ff8500;	
	text-shadow: 1px 1px 0 #616161;
}
.center {
	text-align: center;
}
p#contact{
	display:block;	
	float:right;
	margin-top:-35.6px;
	margin-right:30px;
	text-shadow: 1px 1px 0 #000;
}
p#contact a{
	color:#fff;
}
p#ccug {
	text-shadow: 1px 1px 0 #000;
	margin-top:5.4px;
}
.btn-search-frontpage {
	margin-top:-1.7px;
}
.readability{
  width: 650px;
  margin: auto;
  font-size: 15px;
}
.center_left{
  width: 550px;
  margin: auto;
 
}
.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.center_shift {
	margin: auto;
	width:600px;
}
p.title{
	font-size:30px;
	font-weight: bold;
}
.width100{
	width:100%;
}
/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
}
/* Inner */
.popup-inner {
max-width: 700px;
max-height: 600px;
overflow: auto;
width:90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
}
/* Close Button */
.popup-close {
  /* width: 30px; */
  /* height: 30px; */
  text-decoration: none;
  /* padding-top: 4px; */
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /* border-radius: 1000px; */
  /* background: rgba(0,0,0,0.8); */
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
text-decoration:none;
}
#tips{
	font-size: 12px;
    text-decoration: underline;
    padding-left: 14px;
    color: #555;
}
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
p#EUCAST, span#EUCAST {
	display:block;
}

.papers {
    font-family: Times New Roman;
    text-align: justify;
    width: 850px;
}
.papers a sub {
    color: #777;
}
a i {
	font-style: italic;	
}
.blue-text{
color: #013164;
}
