@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@import url("font-awesome/css/font-awesome.min.css");


/* Mobile Layout: 480px and below. */
.checkoutitems{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	text-align: left;
	font-size:13px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	float: left;
	clear: right;
}
.checkline{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
.checkimage{
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	padding: 0 1% 0 0;
	float: left;
	clear: left;
}
.checktitle{
	display: inline-block;
	box-sizing: border-box;
	width: 70%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: right;
}
.checkcolour{
	display: inline-block;
	box-sizing: border-box;
	width: 40%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: left;
}
.checksize{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkquantity{
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkprice{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 0 10px 1%;
	float: left;
	clear: none;
  text-align:right;
}
.checkq a:link, .checkq a:visited, .checkq a:hover, .checkq a:active {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
  display:inline-block;
  background-color: #999 ;
  padding:0 4px;
  width:8px;
  text-align:center;
}
.checkq a:hover {
  background-color: #000 ;
}
.checktext{
	font-size: 11px;
	color: #999;
	text-decoration: none;
  }
.checktext a:link {color: #999;}
.checktext a:visited {color: #999;}
.checktext a:hover {color: #000;}
.checktext a:active {color: #999;
}
.deliveryprices{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	float: center;
	clear: none;
	letter-spacing: 0px
}
.postagecheck{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 10px 1% 0 0;
	float: left;
	clear: none;
}
.postageprices{
	display: inline-block;
	box-sizing: border-box;
	width: 90%;
	padding: 10px 1% 0 1%;
	text-transform: uppercase;
	float: left;
	clear: none;
}
.checkoutbutton{
	display: inline-block;
	width: 60%;
	margin: 20px 0 10px 0;
  font-size: 11px;
  background: #999;
  padding: 8px;
  border: solid #999 1px;
  text-decoration: none;
	float: left;
	clear: none;}
.checkoutbutton a:link {color: #FFF;}
.checkoutbutton a:visited {color: #FFF;}
.checkoutbutton a:hover {color: #000;}
.checkoutbutton a:active {color: #FFF;
}


/* Tablet Layout portrait: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.checkoutitems{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	text-align: left;
	font-size:13px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	float: left;
	clear: right;
}
.checkline{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
.checkimage{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 1% 0 0;
	float: left;
	clear: left;
}
.checktitle{
	display: inline-block;
	box-sizing: border-box;
	width: 18%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkcolour{
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checksize{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkquantity{
	display: inline-block;
	box-sizing: border-box;
	width: 22%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkprice{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 0 10px 1%;
	float: left;
	clear: none;
  text-align:right;
}
.checktext{
	font-size: 11px;
	color: #999;
	text-decoration: none;}
.checktext a:link {color: #999;}
.checktext a:visited {color: #999;}
.checktext a:hover {color: #000;}
.checktext a:active {color: #999;
}
.deliveryprices{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	float: center;
	clear: none;
}
.postagecheck{
	display: inline-block;
	box-sizing: border-box;
	width: 4%;
	padding: 10px 1% 0 0;
	float: left;
	clear: none;
}
.postageprices{
	display: inline-block;
	box-sizing: border-box;
	width: 96%;
	padding: 10px 1% 0 1%;
	text-transform: uppercase;
	float: left;
	clear: none;
}
.checkoutbutton{
	display: inline-block;
	width: 50%;
	margin: 20px 0 10px 0;
  font-size: 11px;
  background: #999;
  padding: 8px;
  border: solid #999 1px;
  text-decoration: none;
	float: left;
	clear: none;}
.checkoutbutton a:link {color: #FFF;}
.checkoutbutton a:visited {color: #FFF;}
.checkoutbutton a:hover {color: #000;}
.checkoutbutton a:active {color: #FFF;
}
}

/* Tablet Layout landscape: 992px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 992px) {

.checkoutitems{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	text-align: left;
	font-size:13px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	float: left;
	clear: right;
}
.checkline{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
.checkimage{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 1% 0 0;
	float: left;
	clear: left;
}
.checktitle{
	display: inline-block;
	box-sizing: border-box;
	width: 23%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkcolour{
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checksize{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkquantity{
	display: inline-block;
	box-sizing: border-box;
	width: 22%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkprice{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 0 0 10px 1%;
	float: left;
	clear: none;
  text-align:right;
}
.checktext{
	font-size: 11px;
	color: #999;
	text-decoration: none;}
.checktext a:link {color: #999;}
.checktext a:visited {color: #999;}
.checktext a:hover {color: #000;}
.checktext a:active {color: #999;
}
.deliveryprices{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1% 0 1%;
	float: left;
	clear: none;
}
.postagecheck{
	display: inline-block;
	box-sizing: border-box;
	width: 3%;
	padding: 10px 1% 0 0;
	float: left;
	clear: none;
}
.postageprices{
	display: inline-block;
	box-sizing: border-box;
	width: 97%;
	padding: 10px 1% 0 1%;
	text-transform: uppercase;
	float: left;
	clear: none;
}
.checkoutbutton{
	display: inline-block;
	width: 50%;
	margin: 20px 0 10px 0;
  font-size: 11px;
  background: #999;
  padding: 8px;
  border: solid #999 1px;
  text-decoration: none;
	float: left;
	clear: none;}
.checkoutbutton a:link {color: #FFF;}
.checkoutbutton a:visited {color: #FFF;}
.checkoutbutton a:hover {color: #000;}
.checkoutbutton a:active {color: #FFF;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1170px) {

.checkoutitems{
	box-sizing: border-box;
	width: 66.666666%;
	padding: 0 1% 0 1%;
	text-align: left;
	font-size:13px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	float: left;
	clear: none;
}
.checkline{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
.checkimage{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	padding: 0 1% 0 0;
	float: left;
	clear: left;
}
.checktitle{
	display: inline-block;
	box-sizing: border-box;
	width: 23%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkcolour{
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checksize{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkquantity{
	display: inline-block;
	box-sizing: border-box;
	width: 22%;
	padding: 0 1% 10px 1%;
	float: left;
	clear: none;
}
.checkprice{
	display: inline-block;
	box-sizing: border-box;
	width: 10%;
	padding: 0 0 10px 1%;
	float: left;
	clear: none;
  text-align:right;
}
.checktext{
	font-size: 11px;
	color: #999;
	text-decoration: none;}
.checktext a:link {color: #999;}
.checktext a:visited {color: #999;}
.checktext a:hover {color: #000;}
.checktext a:active {color: #999;
}
.deliveryprices{
	box-sizing: border-box;
	width: 33.333333%;
	padding: 0 1% 0 5%;
	float: left;
	clear: none;
}
.postagecheck{
	display: inline-block;
	box-sizing: border-box;
	width: 5%;
	padding: 10px 1% 0 0;
	float: left;
	clear: none;
}
.postageprices{
	display: inline-block;
	box-sizing: border-box;
	width: 95%;
	padding: 10px 1% 0 1%;
	text-transform: none;
	float: left;
	clear: none;
}
.checkoutbutton{
	display: inline-block;
	width: 50%;
	margin: 20px 0 10px 0;
  font-size: 11px;
  background: #999;
  padding: 8px;
  border: solid #999 1px;
  text-decoration: none;
	float: left;
	clear: none;}
.checkoutbutton a:link {color: #FFF;}
.checkoutbutton a:visited {color: #FFF;}
.checkoutbutton a:hover {color: #000;}
.checkoutbutton a:active {color: #FFF;
}
}