/* Import various stylesheets */

@import "menu.css";
@import "flash_messages.css";

/* page specific, to be loaded only where needed in due course */
@import "signin.css";
@import "forgotten_password.css";
@import "dashboard.css";
@import "/global/module/common/css/quickquote.css?v=1";
@import "management.css";
@import "settings.css";
@import "saved_designs.css";
@import "files_and_images.css";
@import "change_password.css";
@import "messages.css";
@import "view_job.css";
@import "review.css";
@import "breadcrumbs.css";

/* ------- HEX COLOUR VALUES FOR ELEMENTS -------------

		Dark Grey - #272727 (p tags)
		Pink - #e61f8a (H tags / links)
		Blue - #3e51a3 (H tags )

----------------------------------------------------- */

html {
	font-family: "Lucida Grande", Helveticaa, Verdana, sans-serif;
	font-size: 12px;
	color: #272727;
}
body {
	min-width: 1100px;
	margin: 0;
}
.clear { clear:both; }
hr#clear, hr.clear{
	clear: both;
	display: block;
	visibility:hidden;
}
/* -- Main Control Class for basic Elements >
----------------------------------------------------------------- */
p {
	margin: 5px 0;
	padding: 0;
}

p, .blockText {
	line-height: 1.8;
}



h1, h2, h3, h4 {
	font-weight: lighter;
	padding: 0;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
}

h2, h3 {
	font-size: 18px;
	margin: 5px 0;
}

h4 {
	margin: 5px 0;
}

/* Gets rid of the blue border IE displays around link images */
a img {
	border: none;
}

.sectionTitle#orderProgress {
	background: url("/global/images/icons/order-prog.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#orderComplete {
	background: url("/global/images/icons/order-comp.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#orderDetails {
	background: url("/global/images/icons/order-details.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#productDetails {
	background: url("/global/images/icons/product-details.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#financeDetails {
	background: url("/global/images/icons/financial-icon.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#invoiceDetails {
	background: url("/global/images/icons/invoice-icon.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#designsDetails {
	background: url("/global/images/icons/designs.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#filesAndImagesSection {
	background: url("/global/images/icons/files-images.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#acceptSection {
	background: url("/global/images/icons/accept.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#finishingSection {
	background: url("/global/images/icons/extra-finish.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#notesSection {
	background: url("/global/images/icons/notes.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#marketingPref {
	background: url("/global/images/icons/marketing-pref.png") no-repeat 0 17px;
	padding-left: 25px;
}
.sectionTitle#invoicePref {
	background: url("/global/images/icons/invoice-pref.png") no-repeat 0 17px;
	padding-left: 25px;
}
.sectionTitle#messagesReceived {
	background: url("/global/images/icons/mail-icon-lg.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#messagesSent {
	background: url("/global/images/icons/sent-icon-lg.jpg") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#imagesSection {
	background: url("/global/images/icons/image-folders.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#documentsSection {
	background: url("/global/images/icons/doc-folder.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#userMarketingPref {
	background: url("/global/images/icons/marketing-pref.png") no-repeat 0 3px;
	padding-left: 25px;
}
.sectionTitle#settingsSection {
	background: url("/global/images/icons/settings.png") no-repeat 0 3px;
	padding-left: 25px;
}

/* -- Page Layout / Banners and Backgrounds ---------------------------------------------------------------- */
#topBanner{
	width:100%;
	height:23px;
	background:#e1e1e1;
	position:relative;
	top:0;
	z-index:100;
}

#topWrapper{
	width:1100px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

#mainBody{
	width:100%;
	height:100%;
	position:relative;
	top:-10px;
}

#contentWrapper{
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	background:#FFF;
	height:100%;
}

#content{ /* -- Use for content WITHOUT the grey border */
	width:1060px;
	min-height: 200px;
}

#contentFrame{  /* -- Used for content WITH the grey border --*/
	width:1060px;
	position:relative;
	top: -1px;
	left: 0;
	border:1px solid #aaaaaa;
}

#innerContent{
	width:1020px;
	margin:20px;
}

#footer{
	position: relative;
	bottom: 0px;
	height:100%;
	background:#035dae;
	/*border:1px solid #FFF; */
}

#footerWrapper{
	width:1098px;
}

#footer p {
	margin:10px;
	margin-left: 20px;
}

#footer a {
	color: #272727;
	text-decoration: none;
	padding: 0 10px 0 0;
}

#footer a:hover {
	text-decoration: underline;
	padding:0 10px 0 0;
}

/* -- Page Elements ---------------------------------------------------------------- */
/* ---- TOP BANNER ---- */
.service {
	font-size: 12px;
	margin: 5px 0;
	float: left;
}

.controls{
/*	width:675px;*/
	font-size:12px;
	color:#white;
	float:right;
	text-align:right;
	margin:5px 0;
}

.controls a:link, .controls a:visited {
	color: #272727;
	text-decoration: none;
	padding: 4px 12px;
}

a.checkout {
	border-left: 1px solid #FFF;
}

div.vertical_control_line {
	display: inline-block;
	border-left: 1px solid white;
	height: 23px;
	position: absolute;
	top: 0;
}


a.account img{
	border:0;
	margin:-2px 0;
	padding:0;
}

a.signout:hover, a.checkout:hover, a.basket:hover .underline, a.underline:hover {
	text-decoration: underline !important;
}

span.items{
	font-weight:bolder;
	text-decoration: none;
}
/* ----- HEADER ----- */
#header{
	width:100%;
	margin:9px 0px;
	position: relative;
    height:100%;

}

#header img {

    width:100%;

}

#search{
	width:250px;
	position: absolute;
	top:30px;
	left:830px;
}

#search input{
	background: #FFF;
	border:1px solid #b6bbc0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width:220px;
	padding:8px;
	font-size:12px;
}

#search input.button{
	height: 13px;
	width: 13px;
	border: 0;
	position: absolute;
	left: 207px;
	top: 3px;
	z-index:100;
	margin: 0;
}
/* ----------------------- Payment Icons - Page Base -------------------- */
#payment {
	background-color: white;
	width: 751px;
	height: 56px;
	background: url(../images/payments.jpg) no-repeat;
	margin: 20px 0 0;
}




input.smallbutton {
	padding: 3px 14px 3px !important;
}

/* End Buttons */

.tilt {
	-moz-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-webkit-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-o-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-ms-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
}

.shadow {
	box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
	-moz-box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
	-webkit-box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
}

.scoredOutPrice {
	padding-left: 3px;
	text-decoration: line-through;
	color: #999;
}

.redPrice {
	color: #e0baac;
}

.smallPrice {
	font-size: 80%;
}

/* Zerba listing table styles */
.listingTable {
	width: 1020px;
	margin: 20px 0;
}

.listingTable td, .listingTable th {
	font-size: 12px;
	color: #272727;
	padding: 5px;
	text-align: left;
}

.listingTable td {
	background: #FFF;
}

.listingTable th {
	background: #f2f2f2;
	font-weight: bolder;
}

.listingTable th a {
	color: #272727;
}

.zebra tr.table-tr-odd td {
	background: #f3f9fd;
}

/* choose files button */
#browse.ck-button {
	width: 200px;
}

/* Rounded Bubble - ValueUpdate */

div.edit-window div.rounded {
	margin-bottom: 0px;
	background-color: #333 !important;
	-webkit-box-shadow: 3px 3px 20px #ccc;
	-moz-box-shadow: 3px 3px 20px #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	opacity: .95;
	padding: 15px 8px;
}
div.edit-window div.rounded div {
	border: 0;
	background-color: transparent;
	margin: 0px 10px;
}
div.edit-window div.rounded blockquote p {
	margin: 0px 10px;
}
div.edit-window cite.rounded {
	width: 30px;
	height: 30px;
	display:block;
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: -3px;
}
td.itemDescription .editable span[style] {
	font-size: 16px;
	color: #E61F8A !important;
	font-weight: bold;
}
div.edit-window a {
	color: #fff !important;
}
div.edit-window .edit-window-caption { /* Caption Field */
	color: white;
	font-weight: bold;
}
div.edit-window .edit-window-close { /* Close link */
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div.edit-window input { /* Input field */
	margin-left: 10px;
	font-size: 18px;
}
div.edit-window button { /* Submit button */
	margin-left: 10px;
	font-size: 16px;
	width: auto;
	height: auto;
	padding: 5px;
}

/* /end Rounded Bubble - ValueUpdate */

.buttonBar {
	clear: both;
	padding: 15px 0;
	height: 15px;
}

/* tooltips */
div.tip {
	border: 1px solid black;
	background-color: #333;
	-webkit-box-shadow: 4px 4px 20px #444;
	-moz-box-shadow: 4px 4px 20px #444;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #fff;
	padding-right: 14px;
}
div.tip-title {
	margin: 0 1px 0 1px;
	padding: 14px 0 14px 14px;
	font-size: 13px;
}
div.tip-text {
	margin: 0 1px 0 1px;
	text-align: left;
	padding: 0 0 14px 14px;
	font-size: 9px;
	color: #fff;
}
div.tip-top {
	/* Not used */
}
div.tip-bottom {
	/* Not used */
}
div.tip img {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* /end tooltips */

.paginationLinks {
	width: 100%;
}

.paginationLinks .light {
	color: #ccc;
}

.paginationLinks .pageLinks {
 	text-align: center;
}

.paginationLinks .pageLinks .light {
	font-weight: bold;
	color: black;
}

/* Account - Percentage Bar
----------------------------------------------------------------------------- */
td span#bar{
	font-size: 10px;
	position: relative;
	margin-left: 79px;
}
td div#box{
	background: url(/global/module/account/images/background.png) no-repeat;
	width:77px;
	height:14px;
	position:absolute;
	border: 0;
}
td div#bar{
	width:100%;
	background: url(/global/module/account/images/perc_bar.png) no-repeat;
	height:11px;
	position:relative;
	top:1px;
	left:1px;
	border: 0;
}

/* Active Choices Form */
#choiceForm label {
	display: inline;
}

#choiceForm div {
	padding: 5px 0px 5px 0px;
}

#choiceForm select {
	padding: 5px;
	width: 300px;
	margin: 0 0 0 22px;
}

.pointer {
	cursor: pointer;
}


/* General 'small' Error */
.ErrorI {
	color: #D61111;
	background: url("/global/images/icons/big_cross.gif") no-repeat 0 50%;
	padding-left: 16px;
	min-height: 11px;
	margin-left: 8px;
}
.ErrorWithX {
	font-weight: bold;
	color: #BF2E0A;
	padding-left: 40px;
	background: url("/global/images/icons/big_cross.gif") no-repeat 20px 3px;
	padding-bottom: 6px;
	font-size: 14px;
	margin: 0 0 5px 10px;
}

/* Link inside section heading */

.sectionTitle .sectionTitleLink {
	font-size: 12px;
	float: right;
}

td.label {
	font-size:12px;
	background:#dbdbdb;
	font-weight:bold;
	padding:8px;
}
td.label span {
	color: #a50207;
}
td.data{
	background:#f2f2f2;
	font-size:12px;
	padding:8px;
}

.brand_shading {
	background-color: #f3f9fd;
}


.shaded_text_box{
	width:230px;
	border:1px solid #1f9a31;
	background:#e1f3da;
	padding:5px;

	font-size:14px;
	color:#272727;
	margin-right:7px;
	margin-left:2px;
}


.image_overlay {

	display:none;
	position:absolute;
	z-index:9999;


	padding: 8px 18px;
	background-color:#1F9A31;
	color: #FFF;
	border-radius: 6px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	outline:0;

}

.image_overlay:hover {
	background-color:#197b27;
	color:#FFF;
	text-decoration: none;
}

.footer-column {
    vertical-align: top;
    display:inline-block;



}

.footer-columns {

    padding-left:20px;

}

.socialcolumn {

    display: inline-block;
    width:40%;
    margin-top:40px;

}

.footer-social-link {

    margin-top: 5px;

}

.socialcolumn .footer-copyright {

    padding-left: 0px;
}
.socialcolumn div {

    margin-bottom: 20px;
}

.socialcolumn div div {

    margin-bottom: 0px;
}

.footer-column h4,
.footer-column ul {

    padding: 0 10px 0 10px;
    list-style: none;
    line-height: 1.5em;



}

#footer #footer_ul li {

    display: inline;

}

#footer #footer_ul {

    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    padding:0 0 0 5px;
}


#footer ul {

    margin-top:0px!important;

}

.columns_2 div.footer-column {
    width:50%;
}

.columns_3 div.footer-column {
    width:33%;
}

.columns_4 div.footer-column {
    width:23%;
}

.columns_2  div.footer-column.socialmedia {
    width:30%;
}


.columns_3  div.footer-column.socialmedia {
    width:20%;
}


.columns_4  div.footer-column.socialmedia {
    width:15%;
}

.footer-copyright {
  /*  margin-top:-15px; */
    float:left;
    padding-left:10px;


}

.social-align {

    padding-left: 60%!important;
}

.footer-facebook,
.footer-googleplus,
.footer-twitter
{

    display: inline-block;
}

.simplefooter-copyright {

    margin-top:0px!important;
    padding-left: 20px!important;

}

/* Personal Catalogue page */
.CatProduct{
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    width: 182px;
    height: 250px;
    text-align: center;
}