/* Account - Sign In
----------------------------------------------------------------------------- */
.signin {
	width:890px;
	margin:30px 45px;
	clear:both;
	background-color: #efefef;
	padding: 20px;
	border: 1px solid #ddd;
}

.signin ul{
	list-style:none;
	margin:10px 0;
	padding:0;
}

.signin li{
	clear:both;
	list-style:none;
	padding-bottom:10px;
	display:inline;
}

.signin input.textbox {
	width: 220px;
	padding: 10px;
	font-size: 14px;
}

.signin input{
	margin: 0 10px;
}

.signin #submit {
	background-image: url('/global/images/icons/padlock.png');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 26px;
}	

.signin label{
	width:120px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#272727;
	margin-left:20px;
}

p.password{
	font-size: 12px;
	margin: 5px 0 5px 457px;
}

div.instructions {	
	font-size: 12px;
	margin: 20px 20px 20px;
}

.signin .actionButton {
	margin: 10px 40px 0 0;
}



/* Account - Register
----------------------------------------------------------------------------- */
#registerBox {
	margin: 30px 90px 30px 90px;
	padding: 30px;
	border: 1px solid #ccc;
	font-size: 11px;
}
#registerBox p {
	font-size: 11px;
}

#registerBox .left {
	margin-left: 70px;
	float: left;
}

#registerBox .right {
	margin-right: 70px;
	float: right;
}

#register label {
	font-weight: bold;
	display: inline-block;
	width:100px;
}

span.mandatory {
	color: #a50207;
}



/* Account - Register Enter Address
----------------------------------------------------------------------------- */
#registerEnterAddress #signIn{
	width:330px;
	background:#f2f2f2;
	border-radius: 10px;
	border:1px solid #aaaaaa;
	padding: 20px;
}
#registerEnterAddress #signIn p{
	font-size:12px;
	color:#272727;
}

#registerEnterAddress #signIn td label{
	font-size:12px;
	color:#272727;
	font-weight:bold;
	padding:5px;
	text-align:right;
}

#registerEnterAddress #signIn td {
	padding:5px;
}

#registerEnterAddress #signIn td .forgotten {
	color:#a50207;
	text-decoration:none;
	font-size:12px;
	text-align:right;
}
#registerEnterAddress #signIn td .forgotten:hover {
	text-decoration:underline;
}

#registerEnterAddress #signIn .rightButton {
	float:right;
}


/* 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;
}


/* Account - Dashboard
----------------------------------------------------------------------------- */
#dashboard .zoneSlider {  
	width:870px;
	height: 200px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e7e8 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(98%,#e6e7e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
	border: solid 1px #d8d8d8;
	margin-left:45px;
	margin-right:45px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0;
	padding-bottom: 10px;
	float:left;
	display:block; 
	position:relative;
}
/* create custom forward-backward buttons for this container */
#dashboard .zoneSlider .zoneNext,
#dashboard .zoneSlider .zonePrev{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(/global/module/catalogue/images/landing/icons/next-button.png) no-repeat center;  
}

#dashboard .zoneSlider .productBanner{
	height: 20px;
	padding: 0 0 6px 0;
	background-color: #e6e7e8;
	padding-left: 12px;
	padding-right: 12px;
}

#dashboard .zoneSlider .productBanner h2.productTitle{
	float: left;
	color:#a61a00;
	margin:0;
	font-size:11px;
	font-weight: bold;
	display: inline;
}

#dashboard .zoneSlider .productBanner h2.productTitle a{
	color:#a61a00;
	text-decoration:none;
}

#dashboard .zoneSlider .productBanner h2.productTitle a:hover{
	color:#a61a00;
	text-decoration:none;
}

#dashboard .zoneSlider .productBanner h2.chooseDesign{
	float: right;
	color:#a61a00;
	margin:0;
	font-size:11px;
	font-weight: bold;
	display: inline;
}
#dashboard .zoneSlider .zonePrev { 
	left:5px; 
	background:url(/global/module/catalogue/images/landing/icons/prev-button.png) no-repeat center;  
}
.no-js #dashboard .zoneSlider .zoneNext,
.no-js #dashboard .zoneSlider .zonePrev{
	display: none;
}

/* the width is set to show the number of thumbnails that will be visible */
#dashboard .zoneSlider .zoneDesigns{ 
	position:relative; 
	overflow:hidden; 
	width:820px; /* set a display width to make the slider look good in case js is disabled */
	height: 161px;
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#dashboard .zoneSlider .zoneThumbs { 
	display:block; 
	position:relative; 
}
/* single element design */
#dashboard .zoneSlider .zoneThumbs div.zoneDesign { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:134px; 
	text-align:center; 
	color:#FFFFFF;
}
#dashboard .zoneSlider .zoneThumbs a { padding:0px; clear:both; display:block; padding:2px; }
#dashboard .zoneSlider .zoneThumbs a img{ border:0; }

#dashboard .zoneSlider .text p{
	font-size: 10px;
	text-align: center;
}
#dashboard .panelWrapper {
	width: 470px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	border: solid 1px #d8d8d8;
}
#dashboard #design_panels {
	float: left;
	padding-bottom: 10px;
}
#dashboard .panel {
	width: 450px;
	padding: 10px;
	float: left;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e7e8 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(98%,#e6e7e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
	
}
#dashboard .panelTitle {
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
}
#dashboard .panelTitle h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#dashboard .panelTitle h2 span.all{
	font-size: 10px;
}
#dashboard .panel .orderPanel {
	width: 450px;
	float: left;
}
#dashboard .panel p {
	margin: 0;
	padding: 0;
}
#dashboard .panel p.title {
	margin-top: 5px;
	color: #a50207;
	font-weight: bold;
}
#dashboard .panel p.info {
	font-weight: bold;
}
#dashboard .panel p.info strong {
	color: #a50207;
}
#dashboard .panel p.note {
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
#dashboard .panel p.footnote {
	font-size: 9px;
	color: #999;
}
#dashboard .panel p.link {
	font-size: 10px;
	font-weight: bold;
}
#dashboard .thumbnail {
	width: 240px;
	height: 250px;
	display: table;
	margin-top: 5px;
	float: left;
}
#dashboard .thumbnail div {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: relative;
	height: 250px;
}

#dashboard .thumbnail div div {
	position: relative;
	display: block;
	width: 220px;
	height: 250px;
}

#dashboard .thumbnail .front {
	position: absolute;
	top: 5px;
	left: 0;
}

#dashboard .thumbnail .reverse {
	position: absolute;
	top: 27px;
	left: 18px;
}

#dashboard .thumbnail .shadow {
	box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
	-moz-box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
	-webkit-box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
}

#dashboard .small-thumbnail {
	width: 120px;
	height: 85px;
	display: table;
	margin-top: 5px;
	float: left;
}
#dashboard .small-thumbnail div {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: relative;
	height: 85px;
}

#dashboard .small-thumbnail div div {
	position: relative;
	display: block;
	width: 90px;
	height: 85px;
}

#dashboard .small-thumbnail .shadow {
	box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
	-moz-box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
	-webkit-box-shadow: 3px 3px 6px 4px rgba( 204, 204, 204, 0.8 );
}

#dashboard #admin_index{
	height:143px;
	width:960px;
	margin: 10px 0;
	clear:both;
}

#dashboard .adminPanelWrapper {
	width:310px;
	height:127px;
	float:left;
	margin:20px 4px 0 4px;
	border: solid 1px #d8d8d8;
}
#dashboard .adminPanelTitle{
	font-size:12px;
	color:#272727;
	padding-left: 10px;
	background-color: #f5f5f5;
}
	
#dashboard .adminPanel{
	padding: 5px;
	height:85px;
	float: left;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e7e8 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(98%,#e6e7e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#e6e7e8 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
}

#dashboard .adminPanel img{
	float:left;
	margin:10px 10px 100px 5px;
}

#dashboard p.admin{
	font-size:12px;
	color:#272727;
	margin:0;
	padding:0
}

#dashboard p.admin a{
	color:#a50207;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}

#dashboard p.admin a:hover{
	text-decoration:underline;
}
#dashboard #promotion{
	background: url(../images/promotionBg.jpg) no-repeat;
	width:961px;
	height:394px;
	margin:0 9px;
}

#dashboard #promotionMessage{
	width:450px;
	position:relative;
	top:40px;
	left:20px;
}

#dashboard #promotionBanner{
	background: url(../images/promobanner.png) repeat;
	height:49px;
	width:941px;
	position:relative;
	top:231px;
	left:0px;
}

#dashboard ul#promo{
	list-style:none;
	margin:0;
	padding:0;
}

#dashboard ul#promo li{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}

#dashboard ul#promo li a{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:16px 18px;
}

#dashboard ul#promo li a:hover{
	background:#a50207;
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:16px 18px;
}


/* Account - Tables (View Job)
----------------------------------------------------------------------------- */
.tables {
	width:960px;
	margin:10px 0 30px 0;
	clear:both;
}

.tables .tableData{
	width:470px;
	margin:0 0 20px 0;
	float:left;
}

.tables .tableDataRight{
	width:470px;
	margin:0 0 20px 20px;
	float:right;
}

.tables td.right{
	text-align:right;
	padding:6px 10px;
	border-top:1px solid #FFF;
	font-weight:bold;
}

.tables td.left{
	text-align:left;
	padding:6px 10px;
	background:#ececec;
	border-top:1px solid #FFF;
}

.tables table{
	border-top:1px solid #a2a2a2;
	margin:0 0 20px 0;
}

.tables td.title{	
	font-weight:bold;
	color:#272727;
	padding:6px 10px;
	border-top:1px solid #FFF;
}

.tables td.columnleft{
	font-weight:bold;
	color:#272727;
	text-align:right;
	padding:6px 10px;
	border-top:1px solid #FFF;
}

.tables td.grey{
	background:#ececec;
	border-top:1px solid #FFF;
	padding:6px 10px;
}

.tables td.white{
	background:#FFFFFF;
	border-top:1px solid #FFF;
	padding:6px 10px;
}

.tables td.white a{
	color:#a50207;
	text-decoration:none;
	font-weight:bold;
}

.tables td.white a:hover{
	color:#a50207;
	text-decoration:underline;
	font-weight:bold;
}

.tables td.red{
	background:#f6e5e6;
	border-top:1px solid #FFF;
	padding:6px 10px;
}
td.label {
	color:#272727;
	font-size:12px;
	background:#dbdbdb;
	font-weight:bold;
	padding:8px;
}
td.label span {
	color: #a50207;
}
td.data{
	background:#f2f2f2;
	color:#272727;
	font-size:12px;
	padding:8px;
}
#actionLinks a, a:link, a:hover, a:visited, a:active {
	color:#a50207;
	text-decoration:underline;
}



/* > View Job
--------------------------------------------------------------------------- */
.printerFriendly {
	float: right;
	clear: right;
}
.reorder {
	float: right;
	margin: 0 0 10px 0;
}
textarea.terms {
	font-size: 12px;
	font-family: monaco, courier, monospace;
	width: 100%;
	color: #840206;
}
textarea.terms:focus {
	color: #000;
}
#filesandimages, #notes, #finishing, #invoices, #designs {
	margin-bottom: 20px;
}



/* > Account Settings 
--------------------------------------------------------------------------- */
#yourSettings td.radio{
	padding:20px 5px 0;
}

#yourSettings td.text{
	padding:20px 5px 0;
	color:#272727;
}

#yourSettings td.radioright{
	padding:5px;
}

#yourSettings td.textright{
	padding:5px;
	color:#272727;
}

#yourSettings td.radio select{
	width:480px;
}

#yourSettings #buttons{
	width:960px;
	margin:30px 0 30px;
	clear:both;
}


/* > Your Details
--------------------------------------------------------------------------- */
#addressDetails {
	width: 45%;
	float: left;
}
#contactDetails {
	width: 45%;
	float: right;
	margin-top: 6px;
}
p.formAction, div.formAction {
	clear: both;
	padding: 20px 5px;
}
#yourDetails label {
	font-weight: bold;
}
#yourDetails input.field {
	width: 100%;
	padding: 5px;
}


/* > Send Message
--------------------------------------------------------------------------- */
#sendMessage table.contact{
	margin-top:20px;
	clear:both;
}

#sendMessage td.form label, td.message label{
	color:#272727;
	font-size:14px;
	margin:5px 0;
}

#sendMessage td.form input{
	width:460px;
	padding: 5px;
	margin:5px 0;
}

#sendMessage td.form select{
	width:470px;
	padding:5px;
	margin:5px 0 20px;
}

#sendMessage td.message textarea{
	width:450px;
	padding:5px;
	margin-top:5px;
}

#sendMessage #buttons{
	width:960px;
	margin:30px 0 30px;
	clear:both;
}


/* > Your Orders
--------------------------------------------------------------------------- */
table {
	width: 100%;
}
table.latest_orders, table.orders_in_progress, table.notifications {
	border:1px solid #b3b3b3;
}
table.zebra tr.table-tr-odd td {
	background: #e6e6e6;
}
table.orders_in_progress {
	margin-bottom: 20px;
}
td.header{
	background: url(/global/module/account/images/orders_banner.jpg) no-repeat;
	height:31px;
	width:960px;
	margin:0;
	padding:0;
}
td.header h3 {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin:5px 10px;
	padding:0;
}
h1 a, td.header h3 a {
	font-size: 12px;
	padding-left: 20px;
}

td.header h3 a:link, td.header h3 a:visited {
	color: white;
}

td.title, td.DataTitleI, tr.title td {
	background:#f2f2f2;
	color:#272727;
	font-weight:bold;
	font-size:14px;
	padding:4px;
}

td.DataTitleI{
	background:#ececec;
}

table tr td.plain {
	background: #f2f2f2;
}

td.order, tr.order td {
	padding:4px;
	color:#272727;
	font-size:12px;
	background:#dbdbdb;
	font-weight:bold;
}

td.order span, tr.order td span {
	font-weight: normal;
}

td.order a, tr.order td a {
	color:#a50207;
	text-decoration:none;
}

td.order a:hover, tr.order td a:hover {
	color:#a50207;
	text-decoration:underline;
}

td.display, td.DataColI, td.DataColIR, tr.display td {
	background:#f2f2f2;
	color:#272727;
	font-size:12px;
	padding:4px;
}

td.display a, tr.display td a {
	color:#a50207;
	text-decoration:none;
}

td.display a:hover, tr.display td a:hover {	text-decoration:underline;	}

td.total{
	font-weight:bold;
	background:#f2f2f2;
	border-top:1px solid #b3b3b3;
	padding:4px;
}


/* > Review Design
--------------------------------------------------------------------------- */

#review #review-design-container {
	position: relative;
	padding: 0 0 200px 0;
}

#review #page-previews {
	min-height: 500px;
}

#review #page-previews ul {
	margin: 0;
	padding: 0;
}

#review #page-previews ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 550px;
}

#review #page-previews ul li h3 {
	color: #2a2d3f;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0;
	font-size: 11px;
}

#review #page-previews ul li table tbody tr td {
	list-style: none;
	background: #ededed url( "/global/module/account/images/design-back.png" ) repeat-x 50% 50%;
	margin: 0;
	padding: 0 0 30px 0;
	width: 550px;
	border: 1px solid #d8d8d8;
	position: relative;
	display: inline-block;
}

#review #page-previews ul li table tbody tr td img {
	background: url( "/global/module/account/images/spinner.gif" ) no-repeat 50% 50%;
}

#review #page-previews ul li table tbody tr td .zoomer-wrapper {
	margin: auto;
}

#review #page-previews ul li table tbody tr td .proof-instructions {
	position: absolute;
	bottom: 0;
}

#review #page-previews ul li table tbody tr td .proof-instructions li {
	float: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	width: auto;
	padding: 9px 10px 7px 34px;
	margin: 0 0 0 7px;
	font-weight: bold;
	color: #555;
	text-shadow: #777 1px 1px 2px;
	font-size: 12px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
}

#review #page-previews ul li table tbody tr td .proof-instructions li a {
	color: inherit;
	cursor: pointer !important;
	border: 0;
}

#review #page-previews ul li table tbody tr td .proof-instructions li a:hover {
	border: 0;
}

#review #page-previews ul li table tbody tr td .proof-instructions li.zoom {
	background: url( "/global/module/account/images/icons/zoom.png" ) no-repeat 10px 50%;
}

#review #page-previews ul li table tbody tr td .proof-instructions li.print {
	background: url( "/global/module/account/images/icons/print.png" ) no-repeat 10px 50%;
	cursor: pointer;
}

#review #page-previews ul li img {
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 25px;
}

#review #thumbs {
	position: absolute;
	width: 75px;
	left: 560px;
	top: 43px;
}

#review #thumbs ul {
	margin: 0;
	padding: 0;
}

#review #thumbs ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	font-size: 11px;
}

#review #thumbs ul li a table {
	margin: 0;
	padding: 0;
}

#review #thumbs ul li a table tbody tr td {
	background: #ededed url( "/global/module/account/images/spinner.gif" ) no-repeat 50% 50%;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
}

#review #thumbs ul li a table tbody tr td img {
	border: 0;
	display: block;
	margin: 0 auto;
	width: 75px;
	padding: 0;
}

#review #approval-box {
	position: absolute;
	top: 49px;
	left: 645px;
	width: 310px;
	padding: 15px;
	background-color: #fcd9d5;
	border: 3px solid #f8b2a8;
}

#review #approval-box form {
	margin: 0;
	padding: 0;
	width: 100%;
}

#review #approval-box form table {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

#review #approval-box form table .ErrorI {
	font-size: 10px;
	margin: 0 0 0 1px;
	background-position: 2px 0;
	background: url("/global/module/account/images/warning-icon.png") no-repeat 0 60%;
}

#review #approval-box form table tbody tr td {
	margin: 0;
	padding: 3px 3px 6px;
	background: none;
	border: 0;
	vertical-align: top;
	font-size: 12px;
}

#review #approval-box form table tbody tr td label {
	color: #000;
	font-weight: normal;
}

#review #approval-box form table tbody tr td .approval-label-subtext {
	font-size: 10px;
	line-height: 1.7;
}

#review #approval-box form table tbody tr td strong {
	font-size: 100%;
}

#review #approval-box form table tbody tr td input.txt {
	padding: 3px;
	width: 255px;
}

#review #approval-box form textarea {
	width: 270px;
	height: 100px;
	background-color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}

#review #approval-box form input {
	position: relative;
	top: 2px;
}

#review #approval-box .approval-label label {
	display: inline-block;
	padding: 5px 10px 5px 0;
	width: 60px;
}

#review #approval-box form div.button {
	text-align: right;
	padding: 0 5px 0 0;
}

#review #approval-box form h4 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #2a2d3f;
	font-weight: bold;
}

#review #approval-box form p {
	font-size: 10px;
}

#review .top {
	float: right;
	position: relative;
	top: 20px;
	border: 0 !important;
	font-size: 10px;
}

#review #top {
	position: absolute;
	top: 0;
}

#review #back {
	padding: 20px 3px;
}

#review #page-previews ul li table tbody tr td .remooz-element {
	cursor: url( "/global/module/account/images/icons/zoom.png" ), -moz-zoom-in !important;
}

span.editable {
	padding-right: 20px;
}

.editable span {
	color: #A50207;
}

.pagination-block {
	width: 100%;
}

.pagination-block .page-arrow {
	width: 150px;
}

.pagination-block .centre {
	text-align: center;
	width: 95%;
}
