@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	overflow:hidden;
}

.Helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#HeaderDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 54px;
	display: block;
	background-image:url(../img/header-background.png);
	border-bottom:1px solid #AAA;
}

#HeaderImg {
	margin-left: 3%;
	vertical-align:middle;
	padding-bottom:9px;
}

#FullHeightDiv {
	display: table;
    position: absolute;
    height: 100%;
    width: 87.36%;
}
#LoginFormHolderDiv {
	display: table-cell;
    vertical-align: middle;
	padding-bottom:25%;
	/*float: left;
	margin-left: 0;
	width: 100%;*/
}
#LoginFormDiv {
	margin-left: auto;
    margin-right: auto; 
    width: 260px;
	text-align:right;
	padding: 15px;
	border: 1px solid #E5E5E5;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

#LoginFormHeaderDiv {
	margin-left: auto;
    margin-right: auto; 
    width: 290px;
	text-align:left;
	padding: 0px;
}

#LoginFormFooterDiv {
	margin-left: auto;
    margin-right: auto; 
    width: 290px;
	text-align:right;
	padding: 0px;
}

.DetailsFormDiv {
	float: none;
	margin-left: 0;
	width: 100%;
	text-align:right;
	margin-top: auto;
	margin-bottom: auto;
	height: 87.36%;
	padding-top: 1.82%;
	padding-bottom: 1.82%;
}
.DivLeft {
	float: left;
	text-align:left;
}
.HalfDivRight {
	float: left;
	text-align:right;
	width:50%;
	overflow:hidden;
}
.HalfDivLeft {
	float: left;
	text-align:left;
	width:50%;
}
.HalfDivCenter {
	float: left;
	text-align:center;
	width:50%;
}
.FullDivCenter {
	float: left;
	text-align:center;
	width:100%;
	padding-top:0px;
}
.FullDivRight {
	float:left;
	text-align:right;
	width:100%;
	padding-top:0px;
}
#ButtonBar {
	border-top:1px solid #C00;
}
#LHS, #VariablesDiv {
	min-width:480px;
	padding-bottom:30px;
}
#OptionIcons {
	padding-bottom:15px;
}
.BlockDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom:10px;
}
#FooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 25px;
}
ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	padding: 0px 10px 0px 10px;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #C00;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

h1 {
    font: 20px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    color: #C00;
    text-shadow: 1px 1px 1px #DDD;
    border-bottom:1px solid #C00;
}

#loginh1 {
	color: #666;
	border-bottom:1px solid #666;
}

#loginf1 {
	color: #666;
	/*border-top:1px solid #666;*/
	padding-top:0px;
	padding-right:0px;
	border-bottom:0px;
}

#SearchField {
	background: url('../img/magnifying-glass.png') no-repeat right, linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('../img/magnifying-glass.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('../img/magnifying-glass.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	font: normal 16px/16px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
}

.orderhistoryrow {
	color:#666;
    height: 28px;
    line-height:10px;
    padding: 1px 1px 1px 1px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    outline: 0;
	text-align:left;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 12px/12px Arial, Helvetica, sans-serif;
	text-indent: 5px;
}

.orderhistoryrow:hover {
	cursor:pointer;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
}

h2 {
    font: 16px Arial, Helvetica, sans-serif;
    padding: 5px 5px 5px 50px;
    color: #000;
    text-shadow: 1px 1px 1px #DDD;
}


p {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;
}

th {
	color:#666;
    height: 24px;
    line-height:9px;
    padding: 1px 10px 1px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    outline: 0;
	text-align:center;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: bold 11px/11px Arial, Helvetica, sans-serif;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
}

table {
	float: left;
	margin-left: 0;
	width: 100%;
	padding-bottom:10px;
}

.H1Div {
	padding-top:10px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:left;
}

.H2Div {
	padding-top:5px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:left;
}

.OrderOptionsButton {
	font: 11px "Gotham", Arial, Helvetica, sans-serif;
	background-color: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: none;
	padding: 0px 5px 0px 5px;
	color: #666;
	text-shadow: 1px 1px 1px #AAA;
	margin-top: 5px;
	margin-bottom: 5px;
	width:100%;
    height: 25px;
}

.OrderOptionsButton:hover {
    background-color:#DDD;
}

.OrderAddButton {
	font: 11px "Gotham", Arial, Helvetica, sans-serif;
	background-color: #0F4E91;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: none;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 10px;
	height: 25px;
	width:100%;
}

.OrderAddButton:hover {
    background-color:#1A599F;
}

.OptionSelect {
	width:180px;
	height:180px;
	max-width:180px;
	border:none;
	margin: 10px 10px 10px 10px;
}

#PreloadedImages {
	width: 0px;
    height: 0px;
    display: inline;
    background-image: url('../img/New-Order-Focus-Icon.jpg');
    background-image: url('../img/Order-History-Focus-Icon.jpg');
    background-image: url('../img/Settings-Focus-Icon.jpg');
    background-image: url('../img/Logout-Focus-Icon.jpg');
    background-image: url();
}

#NewOrder {
	background: url('../img/New-Order-Icon.jpg');
	background-size:contain;	
}
#NewOrder:hover {
	background: url('../img/New-Order-Focus-Icon.jpg');
	background-size:contain;
}
#OrderHistory {
	background: url('../img/Order-History-Icon.jpg');
	background-size:contain;	
}
#OrderHistory:hover {
	background: url('../img/Order-History-Focus-Icon.jpg');
	background-size:contain;
}
#Settings {
	background: url('../img/Settings-Icon.jpg');
	background-size:contain;	
}
#Settings:hover {
	background: url('../img/Settings-Focus-Icon.jpg');
	background-size:contain;
}
#Logout {
	background: url('../img/Logout-Icon.jpg');
	background-size:contain;	
}
#Logout:hover {
	background: url('../img/Logout-Focus-Icon.jpg');
	background-size:contain;
}

.OrdersLabel {
    font: 11px "Gotham", Arial, Helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
	margin-top: 10px;
    color: #0F4E91;
    text-shadow: 1px 1px 1px #DDD;
    border-radius: 1px 1px 0px 0px;
    -webkit-border-radius: 1px 1px 0px 0px;
    -moz-border-radius: 1px 1px 0px 0px;
}

.OrdersData {
    font: 14px "Gotham", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 10px;
    color: #666;
    text-shadow: 1px 1px 1px #DDD;
    border-radius: 1px 1px 0px 0px;
    -webkit-border-radius: 1px 1px 0px 0px;
    -moz-border-radius: 1px 1px 0px 0px;
}

body {
    margin-left:auto;
    margin-right:auto;
    font: 12px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

label {
	text-align:right;
	margin-top:5px;
}
label>span {
    /*float: left;*/
    margin-top: 10px;
    color: #5E5E5E;
}

span {
    margin-top: 10px;
    color: #5E5E5E;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
    color: #555;
    height: 30px;
    line-height:10px;
    padding: 0px 0px 0px 0px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    outline: 0;
	text-align:left;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 12px/12px Arial, Helvetica, sans-serif;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 268px;
	text-indent: 5px;
}

.ListHeader {
    color: #000;
    text-shadow: 1px 1px 1px #DDD;
    padding: 0px 0px 0px 0px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    outline: 0;
	height: 30px;
	width: 95%;
	max-width: 268px;
	float: right;
	text-align: left;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 13px/13px Arial, Helvetica, sans-serif;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
	text-indent: 5px;
}

.ListFooter {
    color: #000;
    text-shadow: 1px 1px 1px #DDD;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    border: 1px solid #E5E5E5;
    outline: 0;
	height: 30px;
	width: 95%;
	max-width: 268px;
	float: right;
	text-align: center;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 12px/12px Arial, Helvetica, sans-serif;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

#printfiles {
	background: url('');
	background-color: #F5F5F5;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding: 5px 5px 5px 5px;
	height: 110px;
	margin-top: 0px;
	width: 95%;
	max-width: 270px;
}



#deliverynote, #personalisationfile, #artworkfile1, #artworkfile2, #artworkfile3, #artworkfile4, #artworkfile5 {
	max-width: 234px;
	width:85%;
}

#username, #password {
	width: 180px;
}

textarea {
    color: #555;
    padding: 10px 0px 0px 5px;
    margin-top: 2px;
	line-height: 15px;
    border: 1px solid #E5E5E5;
    outline: 0;
	text-align:left;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 12px/15px Arial, Helvetica, sans-serif;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 80%;
	height:100px;
}

#quantity {
	width: 60px;
	text-align:center;
	font-weight:bold;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#printcolours2, #printcolours3, #printcolours4, #printcolours5, #printcolours6 {
	width: 40px;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#printcolours1 {
	width: 41px;
	background: linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


#itemcost, #unitprice, #carriagecostdisplay, #baggingcostdisplay {
	width: 60px;
	text-align:center;
    background:none ;
	border-radius: 0px ;
    -webkit-border-radius: 0px ;
    -moz-border-radius: 0px ;
}

#totalcost {
	width: 60px;
	text-align:center;
    background:none ;
	border-radius: 0px ;
    -webkit-border-radius: 0px ;
    -moz-border-radius: 0px ;
	font-weight:bold;
	border-top:1px solid #C00;
}

#carriageselect, #requiredby {
	width: 125px;
}

select {
	background: url('../img/down-arrow.png') no-repeat right, linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('../img/down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('../img/down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
	appearance:none;
    -webkit-appearance:none;
	-moz-appearance: none;
    text-indent: 0.01px;
	padding: 0px 5px 0px 5px;
    text-overflow: '';
    height: 30px;
	width: 270px;
}

.button {
	background-color: #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: none;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 10px;
	/*width:25%;*/
    height: 30px;
}
.button:hover {
    background-color: #444;
}

.subbutton {
	background-color: #C00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: 1px solid #E5E5E5;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 1px;
    height: 30px;
}
.subbutton:hover {
    background-color: #D00;
}

.fullwidthbutton {
	background-color: #0F4E91;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: none;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 10px;
	width: 100%;
    height: 30px;
}
.fullwidthbutton:hover {
    background-color: #1A599F;
}

.seventywidthbutton {
	background-color: #C00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: 1px solid #E5E5E5;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 1px;
	width: 70%;
    height: 30px;
}
.seventywidthbutton:hover {
    background-color: #D00;
}

.thirtywidthbutton {
	background-color: #C00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-border-radius: 3px;
	border: 1px solid #E5E5E5;
	padding: 0px 25px 0px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	margin-top: 1px;
	width: 30%;
    height: 30px;
}
.thirtywidthbutton:hover {
    background-color: #D00;
}

.addbutton {
	background-color: #C00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	width: 34px;
    height: 34px;
	border: 1px solid #E5E5E5;
    outline: 0;
	text-align: center;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.addbutton:hover {
    background-color: #D00;
}

.clearbutton {
	background-color: #C00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666666;
	width: 34px;
    height: 34px;
	border: 1px solid #E5E5E5;
    outline: 0;
	text-align: center;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 12px/12px Arial, Helvetica, sans-serif;
	font-stretch: ultra-expanded;
}
.clearbutton:hover {
    background-color: #D00;
}

#FileUploader {
	z-index:1001;
	position:fixed;
	top: 40%;
	left: 5%;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#DeliveryFormDiv {
	margin-left: 25%;
	margin-right: 25%;
}

#FooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}

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

@media only screen and (min-width: 481px) and (min-height: 481px) {
.gridContainer {
	width: 88.2%;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#FooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#DeliveryFormDiv {
	margin-left: 30%;
	margin-right: 30%;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#FooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.OrderOptionsButton {
	width:70%;
}

}