html {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	overflow-y: scroll;
	background-color: #222;
}
body {
	padding-top: 15px;
	background-image: url('./images/bg-gradient.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #fff;
}
a, a:focus, a:active {
	outline: 0;
}
.session-icon {
	display: block;
	background-image: url('./images/session.png');
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	margin: 5px 0px 5px 25px;

}
#editor {
	padding: 10px;
}
#editor label {
	display: inline-block;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}
#editor input {
	width: 80%;
	padding: 4px;
	font-size: 14px;
}
.session-icon-new {
	display: block;
	background-image: url('./images/new.png');
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin: 5px 0px 5px 31px;

}
.admin-blocks {
	float: right;
	margin-right: 48px;
}
.admin-blocks a {
	margin-left: 5px;
}
.main-wrapper {
	max-width: 980px;
	margin: 0 auto;
	height: 125px;
	position: relative;
}
.navigation-bar {
	width: 100%;
	min-height: 53px;
	background-image: url('./images/red-gradient.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	list-style-type: none;
}
.navigation-bar li {
	max-width: 980px;
	margin: 0 auto;
}
.error {
	position: absolute;
	right: 0px;
	top: 25px;
	font-weight: bold;
	background-image: url('./images/red-gradient.png');
	background-repeat: repeat-x;
	background-position: 1px -1px;
	color: #fff;
	padding: 15px;
	border-radius: 15px;
	display: block;
	border: 1px solid #cc3300;
	box-shadow: 2px 2px 2px #333;
	background-color: red;
}
.navigation-bar li a {
	display: block;
	font-weight: bold;
	float: left;
	margin-top: 1px;
	padding: 18px 15px 17px 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation-bar li a:hover {
	background-color: red;
}
#int-logo {
	margin-left: 5px;
	display: block;
	text-indent: -999px;
	width: 235px;
	height: 119px;
	background-image: url('./images/Logos.png');
}
.store {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #888;
	min-height: 50px;
	padding: 15px;
	margin-bottom: 15px;
}
.store p {
	color: #555;
}
.store strong {
	font-weight: bold;
}
.store h2 {
	font-weight: bold;
	font-size: 21px;
}

/*Custom styles to be added into core DR*?
/*Page order list - display of order details with colours*/

.order-status{
    padding: 10px;
    display: inline-block;
}
.status-complete{
    background-color:#8CC74B;
}
.status-active{
    background-color: #88c134; /*Pastel Blue*/
}
.status-hold{
    background-color: #D4777C; /*RED*/
}
.status-quote{
    background-color: #c044df; /*bright putple*/
}
.status-prepress{
    background-color: #a77fff; /*purple*/
}
.status-production{
    background-color: #E77FFF; /*pink*/
}
.status-finishing{
    background-color: #FF9C7E; /*orange*/
}
.status-services{
    background-color: #FFBD7E; /*light orange*/
}
.status-packing{
    background-color: #FFF17E; /*yellow*/
}
.status-dispatch{
    background-color: #CAF562; /*light green*/
}
.status-cancelled{
    background-color: #D4777C; /*RED*/
}
.status-unpaid{
    background-color: #D4777C; /*RED*/
}
.status-refunded{
    background-color: #FB7945; /*bright orange*/
}


 h1 {
	text-align: center;                                  
}
h2 {	
	font-size: 21px;
}
h3 {
	margin-top: 15px;
       
	font-size: 13px;
	font-weight: bold;
}
packing-slip-h1 {
	text-align: center;                                  
}
packing-slip-h2 {	
        text-align: center; 
	font-size: 21px;
}
packing-slip-h3{
   
        margin-top: 15px; 
        margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}
packing-slip-d{
    
        margin-top: 15px; 
        margin-bottom: 25px;
	font-size: 13px;
	font-weight: bold;
        text-align: right;
}
.clearfloat-rule {
	height: 1px;
	background: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 15px;
}
.clearfloat {
	clear: both;
	height: 0px;
	border: 0;
	background: 0;
}
.footer {
	min-height: 100px;
	background-color: #222;
	padding: 25px;
}
.footer-text {
	text-align: right;
	max-width: 920px;
	margin: 0 auto;
	color: #eee;
}

/* Folder Group Design */

.folder-group {
	width: 99%;
	margin: 0 auto;
	margin-top: 15px;
}
.folder-header {
	background-color: #fff;
	color: red;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 200px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 5px;
}
.folder-body {
	position: relative;
	border: 1px solid #999;
	min-height: 50px;
	background-color: #fff;
	box-shadow: 3px 3px 5px #ddd;
	background-image: url('./images/corner.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.folder-body .add-cart-btn {
	font-size: 0;
	position: absolute;
	width: 298px;
	height: 75px;
	border: none;
	margin: 0;
	padding: 0;
	right: -18px;
	bottom: -35px;
	background-color: transparent;
	background-image: url('./images/step-2-btn.png');
}
.complete-order-btn {
	font-size: 0;
	position: absolute;
	width: 338px;
	height: 75px;
	border: none;
	margin: 0;
	padding: 0;
	right: 10px;
	bottom: 10px;
	background-color: transparent;
	background-image: url('./images/complete-order.png');
}
.delivery-options {
	margin-top: 15px;
	text-align: center;
}
.delivery-options .del-option {
	display: block;
	float: left;
	margin: 14px;
	margin-bottom: 75px;
	width: 255px;
	padding: 10px;
	min-height: 200px;
	border: 1px solid #eee;
}
.login-block {
	width: 250px;
	border-radius: 15px;
	margin: 0 auto;
	height: 300px;
	padding: 25px;
	text-align: center;
	display: block;
}
#hcms-login li {
	margin-bottom: 25px;
}
#hcms-login li span {
	margin-right: 15px;
	display: inline-block;
}
.form-error {
	background-color: red;
	padding: 15px;
	margin: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
}
.login-block p {
	font-weight: bold;
	font-size: 13px;
}
.EDS-code {
	padding: 10px;
	line-height: 20px;
	border-radius: 4px;
	display: block;
	position: absolute;
	text-align: left;
	top: 15px;
	right: 15px;
	background-color: #bbb;
	color: #000!important;
}
.payment-options label {
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline-block;
}
.payment-options {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #eee;
	position: relative;
}
.delivery-options .home {
	display: block;
	float: left;
	margin: 7px;
	width: 540px;
	padding: 10px;
	min-height: 200px;
	border: 1px solid #eee;
	text-align: left!important;
}
.del-img {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.delivery-options label input {
	margin: 10px;
	display: inline-block;
}
.all-select {
	display: block;
	text-transform: uppercase;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	color: #000!important;
	cursor: pointer;
}
.all-select input {
	margin-right: 5px;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
.individual {
	max-width: 500px;
}
.individual label {
	display: block;
	margin: 10px 0px 10px 10px;
	color: #444;
	cursor: pointer;
}

.individual label input {
	margin-right: 5px;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
.folder-img {
	display: block;
	margin: 15px;
	float: left;
}

.floatleft {
	float: left;
	margin: 10px;
}
.totalcontainer {
	position: absolute;
	display: block;
	color: #009900;
	font-size: 18px;
	right: 170px;
	text-align: left;
	bottom: 30px;
	font-weight: bold;
}
.picture-wrap {
	background-color: #fff;
	min-height: 450px;
	background-image: url('./images/frontpage-image.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -15px

}
.frontpage-content {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
.frontpage-content p {
	font-size: 30px;
	float: right;
	margin-top: 200px;
}
.fp-hint {
	font-size: 12px!important;
	display: block;
	float: right;
}
.delete-item, .add-item {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	margin-right: 5px;
}
.delete-item {
	background-image: url('./images/minus.png');
}
.add-item {
	background-image: url('./images/plus.png');
}
.order-block span {
	font-weight: bold;
	display: inline-block;
	padding-top: 10px;
	font-size: 15px;
	color: #0A246A;
}
.order-block ul {
	margin: 15px 0px 19px 0px;
}
.order-block li {
	margin-bottom: 5px;
}
.frontpage-content .codebox {
	margin-left: 20px;
	border-radius: 10px;
	border: 1px solid #999;
	padding: 7px;
	text-align: center;
	box-shadow: 2px 2px 3px #555;
}
#fp-submit {
	font-size: 0;
	width: 238px;
	height: 75px;
	border: none;
	margin: 0;
	padding: 0;
	float: right;
	background-color: transparent;
	background-image: url('./images/find-my-book-bttn.png');
	margin-top: 15px;
}
#fp-submit:hover, .add-cart-btn:hover, .complete-order-btn:hover {
	cursor: pointer;
}
.anchors {
	float: right;
	font-size: 15px;
}
/* Shopping Cart Design */

.cart-body {
	position: relative;
	border: 1px solid #999;
	min-height: 50px;
	background-color: #fff;
	box-shadow: 3px 3px 5px #ddd;
	padding: 15px;
	background-image: url('./images/corner.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.cart-total {
	color: #009900;
}
.details-block {
	float: right;
	margin-right: 75px;
	margin-top: 20px;
}

.order-menu {
	position: absolute;
	top: 0px;
	right: 15px;

}
.inactive-data {
	color: #999!important;
}
.active-data {
	color: #009900!important;
}
.light {
	display: inline-block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	margin: 8px 10px;
	background-repeat: no-repeat;

}
.light.active {
	background-image: url('./images/active.png');
}
.light.quote {
	background-image: url('./images/order_1_32x32.png');
}
.light.hold {
	background-image: url('./images/warning-3_32x32.png');
}
.light.inactive {
	background-image: url('./images/inactive.png');
}
.light.prepress {
	background-image: url('./images/quill-2_32x32.png');
}
.light.production {
	background-image: url('./images/production.png');
}
.light.finishing {
	background-image: url('./images/gears_32x32.png');
}
.light.outsource {
	background-image: url('./images/return_arrow_32x32.png');
}
.light.dispatch {
	background-image: url('./images/dispatch.png');
}
.light.postal {
	background-image: url('./images/letter-mail-1_32x32.png');
}
.light.search {
	background-image: url('./images/search.png');
}
.light.all {
	background-image: url('./images/all_per_page_32x32.png');
}
.light.complete {
	background-image: url('./images/complete.png');
}
.admin-menu {
	position: absolute;
	top: 0px;
	right: -25px;
	padding: 15px;
	z-index: 999;
}
.admin-menu li {
	float: left;
}
.admin-menu a {
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	background-color: #cc3300;
	margin: 5px;
}
.admin-menu a:hover {
	color: #000;
	background-color: #bbb;
}
.searchbox {
	box-shadow: 2px 2px 2px #000;
	background-color: #fff;
	padding: 15px;
	width: 700px;
	margin: 0 auto;
}
.searchbox li {
	margin: 10px;
}
.searchbox label {
	display: inline-block;

}
.searchbox label span {
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 25px;
}
.searchbox label2 span{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
#searchbtn {
	margin: 0 auto;
	margin-top: 20px;
	display: block;
       width: 100px;
       height: 30px;
}
table {
	margin: 0 auto;
	margin-top: 15px;
}
th {
	padding: 5px;
}
td {
	padding: 5px;
}
/*tr:nth-child(even) {
	background-color: #dcdced;
}*/

/* Custom class for the order table header*/
.orders-table{
    border: 0;
    width: 90%;
    text-align: center;
    cellspacing: 0;
    cellpadding: 0;
}
.orders-table thead tr th{ 
    text-align: center; 
    vertical-align: middle; 
    background-color:#CCCCCC;
    padding: 5px;
}

.orders-table tfoot tr td{ 
    text-align: center; 
    vertical-align: middle; 
    background-color:#CCCCCC;
    padding: 5px;
}

.orders-table tr td{ 
    padding: 5px;
}

.orders-table tr:nth-child(even) {
	background-color: #dcdced;
}

.orders-table-studentname{
    text-align: left;
    
}

/* Custom class for the order status table header*/
/* DOn't chagne the nth child background for this one' (.orders-status-table) */
.orders-status-table{
    border: 0;
    width: 90%;
    text-align: center;
    cellspacing: 0;
    cellpadding: 0;
    margin: 0 auto;
    margin-top: 15px;
}
.orders-status-table thead tr th{ 
    text-align: center; 
    vertical-align: middle; 
    background-color:#CCCCCC;
}

/*Custom class for the email tables ** this still needs to be improved **  */
.orders-email-table{
    border: 0;
    width: 80%;
    text-align: center;
    cellspacing: 0;
    cellpadding: 0;
    margin: 0 auto;
    margin-top: 15px;
}
.orders-email-table thead tr th{ 
    text-align: center; 
    vertical-align: middle; 
    background-color:#CCCCCC;
}

.table-name{
    display: inline-block;
}

.active-accounts {
	font-size: 18px;
	margin: 15px;
}
.active-accounts li {
	margin: 10px;
}
.active-accounts span a {
	padding: 5px;
	text-decoration: none;
	margin-right: 15px;
	letter-spacing: 2px;
	background-color: #cc3300;
	color: #fff;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.active-accounts span a:hover {
	text-decoration: underline;
}
.active-providers {
	font-size: 18px;
	margin: 15px;
}
.active-providers li {
	margin: 10px;
}
.active-providers span a {
	padding: 5px;
	text-decoration: none;
	margin-right: 15px;
	letter-spacing: 2px;
	background-color: #cc3300;
	color: #fff;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.active-providers span a:hover {
	text-decoration: underline;
}
.active-courses {
	font-size: 16px;
	margin: 10px;
}
.active-courses li {
	margin: 8px;
}
.active-courses span a {
	padding: 5px;
	text-decoration: none;
	margin-right: 15px;
	letter-spacing: 2px;
	background-color: #cc3300;
	color: #fff;
	min-width: 150px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.active-courses span a:hover {
	text-decoration: underline;
}
.order-block {
	margin-top: 20px;
	float: left;
	max-width: 450px;
	margin-left: 20px;
}
.details-list li {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 13px;
}
.details-list li label {
	display: inline-block;
	text-align: right;
	margin-right: 15px;
	width: 120px;
}
.class-day {
	width: 400px;
}
#state {
	width: 165px;
}
.phone {
	position: absolute;
	top: 75px;
	font-size: 25px;
	font-style: italic;
	color: red;
	right: 0px;
	font-weight: bold;
}
.phone span {
	color: black;
	font-weight: normal;
	margin-right: 10px;
}

@media screen and (max-width: 650px) {
	.folder-body .add-cart-btn {
		font-size: 0;
		position: relative;
		width: 298px;
		height: 75px;
		border: none;
		margin: 0;
		padding: 0;
		margin: 0 auto;
		bottom: auto;
		background-color: transparent;
		background-image: url('./images/step-2-btn.png');
	}
	.folder-img {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.frontpage-content .codebox {
		font-size: 12px;
		margin-left: 20px;
		border-radius: 10px;
		border: 1px solid #999;
		padding: 7px;
		text-align: center;
		box-shadow: 2px 2px 3px #555;
	}
	.individual {
		max-width: 500px;
		padding-bottom: 25px;

	}
       
	.totalcontainer {
		position: relative;
		display: block;
		width: 120px;
		margin: 0 auto;
		color: #009900;
		font-size: 18px;
		right: auto;
		text-align: center;
		bottom: 30px;
		font-weight: bold;
	}
	.anchors {
		float: none;
		font-size: 15px;
		text-align: center;
		margin: 5px;
	}
	.phone {
		position: relative;
		top: auto;
		font-size: 18px;
		font-style: italic;
		color: red;
		right: 0px;
		font-weight: bold;
		text-align: center;
		display: block;
	}
	#int-logo {
		display: block;
		text-indent: -999px;
		width: 235px;
		height: 119px;
		margin: 0 auto;
		margin-bottom: 25px;
		background-image: url('./images/Logos.png');
	}
}

.account-product-table {
	width: 100%!important;
}
.account-product-table thead th {
	font-weight: bold;
	text-align: center;
	width: 25%;
}
.account-product-select li {
	display: block;
	padding: 20px;
	width: 40%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.account-product-select:after {
	clear: both;
	content: ' ';
	display: block;
}
.account-sidebar {
	position: fixed;
	left: 15px;
	background-color: #eee;
	width: 100px;
	min-height: 200px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #000;
	padding: 15px;
	text-align: center;
}
.account-sidebar a {
	color: #333;
	text-decoration: none;
}
.account-sidebar a:hover {
	text-decoration: underline;
	color: #555;
}

.voucher-generator {
	background-color: #333;
	padding: 4px;
	margin-bottom: 10px;
	border-radius: 5px;
	max-width: 370px;
}
/* 1 voucher in list */
.voucher-list .vouchers span {
	background-color: #333;
	padding: 5px;
	font-family: Arial, sans;
	text-transform: uppercase;
	width: 60px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	color: white;
	border-radius: 5px;
}
.voucher-list .vouchers li {
	margin-bottom: 12px;
}
.voucher-list .vouchers .used span {
	background-color: green;
}
.voucher-generator input[type='text'] {
	width: 200px;
	text-align: center;
	padding: 5px;
}
.voucher-generator h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 4px;
	color: white;
        
}
.voucher-generator button {
	padding: 1px 3px 5px 3px;
	font-weight: bold;
}