@charset "utf-8";
/* CSS Document */

html {
  overflow-y: scroll;
}
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.subs-container {
  width:90%;
  margin:5% auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
}
.subs-btn {
	width:100%;
	cursor:pointer;
	background:#308dbb;
	border-bottom:1px solid #ede9ce;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: auto;
}
.subs-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#F5F8F9;
}





.subs-content-inner {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
.open {
  height: auto;
}
h1 {
  font:700 20px/26px 'Lato', sans-serif;
  color:#ffffff;
}

p.publication { 
  font:400 16px/24px 'Lato', sans-serif;
  color:#30231d;
}
ul.publication  { 
  font:400 16px/24px 'Lato', sans-serif;
  padding-left:7%;
}
li.publication  {
	font:400 16px/24px 'Lato', sans-serif;
  color:#30231d;
	list-style: square;
}

.selected {
  color:#015176;
}

.basket-container {
	display:block;
	text-align:right;
	width:100%;
}
p.basket-container {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.15em;
	font-weight: 500;
}
.addtobasket {
	background-color:#e62739;
	border-radius:3px;
	border:none;
	color:#fff;

	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-top: 2px;
	margin-bottom:2px;
	margin-right:20px;
	margin-left:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.addtobasket:visited {
	background-color:#e62739;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.addtobasket:hover{
	background-color:#017661;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/*addtobasket*/

.fixed { width:100% }
.fixed td { overflow: hidden; padding:5px; text-align:center; line-height:40px; vertical-align:middle; overflow:hidden; }


.removefrombasket {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 5px;
  background: #d93434;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  margin-top:auto;
  margin-bottom:auto;
}

.removefrombasket:hover {
  background: #ab1111;
  text-decoration: none;
}


.order-header {
	width:100%;
	cursor:pointer;
	background:#308dbb;
	border-bottom:1px solid #ede9ce;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: auto;
}
.order-content {
  
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#F5F8F9;
}

.qinput{
	width:25px;
	height:20px;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
	vertical-align:middle;
	padding:0;}
	
	.submitbuttons {
	background-color:#e62739;
	border-radius:3px;
	border:none;
	color:#fff;
	display: block;
	text-align:center;
	text-decoration:none;
	margin-top: 2px;
	margin-bottom:2px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-width:200px;
	
	

}
.submitbuttons:visited {
	background-color:#e62739;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.submitbuttons:hover{
	background-color:#017661;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}

.orderdetailsfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 16px;
	border: 1px solid #999999;
	width:100px;
}
input[type=radio]{
	background-color:#9c9e9f;
	margin-bottom:5px;
	width:20px;
	
}

.paymentdetailsdiv{
	margin-top:10px;
	margin-bottom:10px;
	display:none;
	font-size:0.9em;	
}