/* www.gotprint.com */ 

/* ******************************************************* */
/* ****************  GENERAL STYLES ********************** */
/* ******************************************************* */

* {
	outline: none !important;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	min-width: 980px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: small;
	font-family: Arial, sans-serif, Helvetica;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	width: 100%;
	background: #fff;
}

a {
	text-decoration: none;
	color: #004477;
	outline: none !important;
	font-size: 12px;
}

a:hover {
	color: red;
}
#col1 a {
	color: #004477;
}

#col1 a:hover {
	color: red;
}

.generalText {
	color:#595959;
	font-size:12px;
	font-family: Arial, sans-serif, Helvetica;
}

/* ********************** END **************************** */


/* ******************************************************* */
/* ******************  OVERALL MARKUP ******************** */
/* ******************************************************* */

#midOuterWrapper{
	background: url(https://static.gotprint.com/en_US/images/half-page-background.jpg) repeat-y;
}

body:last-child #midOuterWrapper {
   background-position: 86% 0% !important;
}

div#midOuterWrapper{
	background-position: -10% 0% !important;
	*background-position: 0% 0% !important;
}

#contentMargin{
	margin: 0px 20px 15px 20px;
}

#headerWrapper{
	height: 120px;
	background-color: #ffffff;
}

#footer{
	text-align: center;
	color: #5F6160;	        
	font-size: 0.85em;
	margin: 10px 0px 0px 0px;
}

#footer a {
	color: #5F6160;
}

#footer a:hover {
	color: red;
}

/* ********************** END **************************** */
  	
  	
/* ******************************************************* */
/* ***************  HEADER MAIN STYLES ******************* */
/* ******************************************************* */

.headerLogo{
	height: 50px;
	padding: 10px 20px;
	position: relative;
	width: 260px;
}

.headerPhone{
	position: absolute;
	top: 15px;
	right: 30px;
	text-align: right;
	color: #7DBC42;
	font-size: 16px;
	font-weight: bold;
}

.headerFlags{
	position: absolute;
	top: 15px;
	right: 180px;
	text-align: right;
	display: none;
}

.headerLinks{
	position: absolute;
	top: 50px;
	right: 30px;
}

#shoppingCartLinkContainer {
	display: none;
	visibility: hidden;
}

.headerMenuLinks{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.headerMenuLinks li a{
	text-decoration: none;
	color: #7b7e80;
	cursor: hand;
	font-weight: bold;
	font-size: 10px;
}

.headerMenuLinks li a:hover{
	color: #7dbc42;      
}

.headerMenuLinks li{
	float: left;
	position: relative;
	padding: 10px 0 0 12px;
}

.headerMenuLinks li a div{
	float: left;
}

.headerMenuLinks li a img{
	margin-top: -10px;
}

#loginLink, #signUpLink, #myAccountLink {
	color: #ce2027;
}

#loginLink:hover, #signUpLink:hover, #myAccountLink:hover {
	color: #7dbc42;
}

#headerMainMenu {
	height:30px;
	padding:0px;
	padding:auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
	background-color:#7dbc42;
}

#headerMainMenuOrange {
	height:30px;
	padding:0px;
	padding:auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
	background-color:#F69522;
}

#headerMainMenuBlue {
	height:30px;
	padding:0px;
	padding:auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
	background-color:#008EC1;
}

#nav {
	width: 100%;
}

#nav img {
	margin-top: -3px;
}

#helpCenter Img{
	float: left;
	padding-left: 5px;	
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav li { /* all list items */
	float: left;
	border-bottom-width: 0;
}

#nav li a, #nav li span {
	display: block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:22px;
	padding-top:8px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing:0.6px;
}

#nav li span {
	cursor: default;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#helpCenter {
	float: right;
}

#nav li#shoppingCart {
	float: right;
}

#nav li#samples:hover {
	background-color: #429C2E;
	color: #ffffff;
}

#nav li a:hover {
	color:#D2E7A8;
}

#nav li a:active {
	background-color:#429C2E;
	color: #ffffff;
}

#nav li#helpCenter a:active {
	background-color:#CD1F27;
}

/* ********************** Start Orange Navigation **************************** */

#nav-orange {
	width: 100%;
}

#nav-orange img {
	margin-top: -3px;
}

#nav-orange, #nav-orange ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav-orange li { /* all list items */
	float: left;
	border-bottom-width: 0;
}

#nav-orange li a, #nav-orange li span {
	display: block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:22px;
	padding-top:8px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	/*letter-spacing:0.6px;*/
}

#nav-orange li span {
	cursor: default;
}

#nav-orange li:hover ul, #nav-orange li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav-orange li#helpCenter {
	float: right;
}

#nav-orange li#shoppingCart {
	float: right;
}

#nav-orange li#samples:hover {
	background-color: #EC691F;
	color: #ffffff;
}

#nav-orange li a:hover {
	color:#F6BF75;
}

#nav-orange li a:active {
	background-color:#EC691F;
	color: #ffffff;
}

#nav-orange li#helpCenter a:active {
	background-color:#CD1F27;
}

/* ********************** End Orange Navigation **************************** */


/* ********************** Start Blue Navigation **************************** */

#nav-blue {
	width: 100%;
}

#nav-blue img {
	margin-top: -3px;
}

#nav-blue, #nav-blue ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav-blue li { /* all list items */
	float: left;
	border-bottom-width: 0;
}

#nav-blue li a, #nav-blue li span {
	display: block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:22px;
	padding-top:8px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing:0.6px;
}

#nav-blue li span {
	cursor: default;
}

#nav-blue li:hover ul, #nav-blue li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav-blue li#helpCenter {
	float: right;
}

#nav-blue li#shoppingCart {
	float: right;
}

#nav-blue li#samples:hover {
	background-color: #155C7D;
	color: #ffffff;
}

#nav-blue li a:hover {
	color:#5dccf7;
}

#nav-blue li a:active {
	background-color:#155C7D;
	color: #ffffff;
}

#nav-blue li#helpCenter a:active {
	background-color:#CD1F27;
}

/* ********************** End Blue Navigation **************************** */


#home, #home a {
	width: 45px; /* width needed or else Opera goes nuts */
}

#products, #products a {
	width: 75px; /* width needed or else Opera goes nuts */
	cursor: pointer;
}

#pricing, #pricing a {
	width: 60px; /* width needed or else Opera goes nuts */
}

#preparingFiles, #preparingFiles a {
	width: 112px; /* width needed or else Opera goes nuts */
}

#downloadTemplates, #downloadTemplates a {
	width: 80px; /* width needed or else Opera goes nuts */
}

#samples, #samples a {
	width: 73px; /* width needed or else Opera goes nuts */
}

#samples ul, #samples ul a {
	width: 126px;
}

#testimonials, #testimonials a {
	width: 95px; /* width needed or else Opera goes nuts */
}

#ourGuarantee, #ourGuarantee a {
	width: 87px; /* width needed or else Opera goes nuts */
}

#turnaroundTime, #turnaroundTime a {
	width: 116px; /* width needed or else Opera goes nuts */
}

#brokers, #brokers a {
	width: 70px; /* width needed or else Opera goes nuts */
}

#helpCenter, helpCenter a {
	width: 70px; /* width needed or else Opera goes nuts */
}

#shoppingCart, #shoppingCart a {
	width: 50px; /* width needed or else Opera goes nuts */
}

#helpCenter {
	background-color:#CD1F27;
}

.userAccountOrderProductContainer {
	margin-bottom: 10px !important;
	padding: 3px 1px !important;
	text-align: center !important; 
	color: #fff !important;
	background-color: #c31e25;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

.userAccountOrderProductContainer a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

/* ********************** END **************************** */


/* ******************************************************* */
/* ************** HEADER DROP DOWN MENU ****************** */
/* ******************************************************* */

#nav li ul li { /* second-level lists */
	background-color: #D2D1D1;
}

#nav li ul li a {
	font-size:11px;
	font-weight: bold;
}

#nav li ul li a:hover {
	color:#464747;
}

#nav li ul li a:active {
	background-color:#D2D1D1;
	color:#464747;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 50 !important;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
}

#nav li:hover ul a { /* second-level lists */
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-weight:normal !important;
}

#nav li ul a:hover { /* second-level lists */
	color: red;
}

/* ********************** Start Orange Navigation **************************** */

#nav-orange li ul li { /* second-level lists */
	background-color: #D2D1D1;
}

#nav-orange li ul li a {
	font-size:11px;
	font-weight: bold;
}

#nav-orange li ul li a:hover {
	color:#464747;
}

#nav-orange li ul li a:active {
	background-color:#D2D1D1;
	color:#464747;
}

#nav-orange li ul { /* second-level lists */
	position: absolute;
	z-index: 50 !important;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav-orange li ul li { /* second-level lists */
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
}

#nav-orange li:hover ul a { /* second-level lists */
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-weight:normal !important;
}

#nav-orange li ul a:hover { /* second-level lists */
	color: red;
}
/* ********************** End Orange Navigation **************************** */


/* ********************** Start Blue Navigation **************************** */

#nav-blue li ul li { /* second-level lists */
	background-color: #D2D1D1;
}

#nav-blue li ul li a {
	font-size:11px;
	font-weight: bold;
}

#nav-blue li ul li a:hover {
	color:#464747;
}

#nav-blue li ul li a:active {
	background-color:#D2D1D1;
	color:#464747;
}

#nav-blue li ul { /* second-level lists */
	position: absolute;
	z-index: 50 !important;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav-blue li ul li { /* second-level lists */
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
}

#nav-blue li:hover ul a { /* second-level lists */
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-weight:normal !important;
}

#nav-blue li ul a:hover { /* second-level lists */
	color: red;
}
/* ********************** End Blue Navigation **************************** */

#menuSpace:hover {
	background-color:#7dbc42 !important;
}

#menuSpace{
	width: 10px;
	height: 30px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
  	
/* ********************** END **************************** */
  	
  	
/* ******************************************************* */
/* ****************** RICHFACES STYLES ******************* */
/* ******************************************************* */
  	
.pageTitle {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !important;
	padding: 5px 0 5px 5px !important;
}

.pageTitleHeader {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !important;
	padding: 0 10px !important;
	font-size: 38px;
	color: #676767;
}

.pageTitleHeader .titleText {
	vertical-align: top;
	overflow: visible;
}

.secondaryPanel .rich-panel-header {
	background: #dee0d3 !important;
	padding: 2px 4px 2px 14px !important;
	color: #ce2027 !important;
}

.rich-panel-header {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

.rich-panel {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tooltip {
	min-width: 150px;
	max-width: 350px;
	border-width: 2px;
	padding: 5px;
	margin: 0px;
	text-align: left !important;
	white-space: normal !important;
}

* html .tooltip {
	width: 350px;
}

#listFilterForm, #listTableForm, #listTableForm\00003alistDataTable{
	width: 840px;
}

/* ********************** END **************************** */


/* ******************************************************* */
/* ******************** COL 2 STYLES ********************* */
/* ******************************************************* */
  	
#col2 {
	color: #595959;
}

#col2 a {
	font-size: 14px;
	line-height:18px;
	color: #595959;
}

#col2 a:hover {
	color: red;
}

#col2 h3 {
	color: #000000;
	padding: 10px 20px 10px 0px;	
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}

#col2 ul {
	margin: 0px 20px 0 0;
	padding: 0 0 0 0px;
	text-align: right;
}

#col2 li {
	list-style-type: none;
	padding: 0 1px 0 0;
}

/* ********************** END **************************** */


/* ******************************************************* */
/* ******************** COL 3 STYLES ********************* */
/* ******************************************************* */

/* ********************** END **************************** */

/* ******************************************************* */
/* ******************** MAIN STYLES ********************** */
/* ******************************************************* */

/* This style is a spare version of .pageTitleHeader */
/* It's used when graphics are required for titles */
.staticPageHomeHeader {
	margin-bottom: 12px;
}
.staticPageHomeHeader span {
	padding: 0;
	font-size: 38px;
	color: #676767;
	font-weight: bold;
}
.staticPageHomeHeader img {
	margin-bottom: -8px;
}

div#paperToolTipImgContainer img {
	margin: 5px 0;	
}

/* ********************** */
/* **** INPUTS BEGIN **** */
/* ********************** */

input, textarea {
	background:#f5f6f8 none repeat scroll 0 0;
	color: black;
	border:1px solid #b1b1b1;
	font-family: Arial,sans-serif,Helvetica;
	font-size:12px;
}

input[type=&quot;submit&quot;], input[type=&quot;button&quot;] {
	margin:5px;
}

input.button {
	background:#c21f1a url('https://static.gotprint.com/common/images/button-background.gif') repeat-x top;
	color: #ffffff;
	border-style: solid;
	border-color:#ce2127;
	font-size: 12px;
	font-family: helvetica;
    padding: 1px 8px 2px 8px;
    font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.subActionButton, a.subActionButton {
	background:#e0e2d5 url('https://static.gotprint.com/common/images/sub-action-button-background.gif') repeat-x top !important;
	color: #c21f1a !important;
	border-color:#bdbdbd !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.modalActionButton, a.modalActionButton, input.smallActionButton, a.smallActionButton {
	background:#c21f1a url('https://static.gotprint.com/common/images/button-background.gif') repeat-x top !important;
	color: #fff !important;
	border-color:#ce2127 !important;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.modalSubActionButton, a.modalSubActionButton, input.smallSubActionButton, a.smallSubActionButton {
	background:#e0e2d5 url('https://static.gotprint.com/common/images/sub-action-button-background.gif') repeat-x top !important;
	color: #c21f1a !important;
	border-color:#bdbdbd !important;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.subActionButton span, a.smallSubActionButton span {
	color: #c21f1a !important;
	font-weight: bold;
}

a.buttonLinkSmall span {
	font-weight: bold;
}

input.button:active {
	outline: none !important;	
}

input.button:hover {
	outline: none !important;	
}

input.button:hover, input.subActionButton:hover, a.smallActionButton:hover, a.smallActionButton:hover {
	-webkit-box-shadow: #777 0px 1px 6px;
	-moz-box-shadow: #777 0px 1px 6px;
	box-shadow: #777 0px 1px 6px;
	cursor:pointer;
}

input.button:disabled {
	color: grey;
	cursor:pointer;
}

a.buttonLink {
	display: block;
	background: #CE2127;
    border: 1px solid #999999;
    margin: 0px;
    text-decoration: none !important;
    height:20px;
    font-size: 10px;
    text-align: center;
    cursor: default;
    font-weight: bold;
    color: #FFFFFF !important;
}

a.buttonLink:hover {
	color: #000000 !important;
	cursor:pointer;
}

a.buttonLink span {
	display: block;
    padding: 4px 8px 2px 8px;
    margin: 0px;
}

a.buttonLinkSmall {
	display: block;
	background: #CE2127;
    border: 1px solid #999999;
    margin: 0px;
    text-decoration: none !important; 
    font-size: 10px;
    text-align: center;
    cursor:pointer;
    color: #FFFFFF !important;
}

a.buttonLinkSmall:hover {
	color: #000000 !important;
	cursor:pointer;
}

a.buttonLinkSmall span {
	display: block;
    padding: 1px 5px 2px 5px;
    margin: 0px;
}

select {
	border: 1px solid #b1b1b1;
	background:#f5f6f8 none repeat scroll 0 0;
	color: black;
	font-size: 12px;
	font-family: Arial;
}

select[disabled] {
	color: graytext;
}

.errors select {
	width: 154px;
}

.radio input {
	background: transparent;
	border: 0px;
	width:20px;
	vertical-align:top;
	*vertical-align:middle;
}

* html .checkbox {
	background: transparent;
	border: 0px;
}

.checkbox {
	*background: transparent;
	*border: 0px;
	width:20px;
}

/* **** INPUTS END **** */

/* ****************************** */
/* **** INSTANT UPLOAD BEGIN **** */
/* ****************************** */

.toolbarContainer{
	margin: 6px 0 0 105px;
	padding: 5px 0 0 2px;
	background: url('https://static.gotprint.com/common/js/canvas/icons/oval-background-small.png');
	height: 37px;
	width: 285px;
}

.toolbarContainer .button, .toolbarContainer .button:link {
	display: block;
	border: none;
	float: left;
	padding: 0 2px;
	margin: 0 2px;
}

#scaleWrapper {
	margin-top: 2px;
	margin-right: 75px;
}

#scaleWrapper td {
	padding-right: 7px;
	text-align: left;
}

#pageMarksHelp{
	position: absolute; 
	top: 10px; 
	right: 80px;
}

#pageMarksHelp td {
	padding-left: 10px;
}

.bleedAreaLine {
	width: 70px;
	color: #222222;
	border-width: 2px 0 0 0;
	border-style: solid;
	margin: 2px 0 3px 0;
}

.pageAreaLine {
	width: 70px;
	color: #EC008C;
	border-width: 2px 0 0 0;
	border-style: solid;
	margin: 2px 0 3px 0;
}

.safeAreaLine {
	width: 70px;
	color: #00AEEF;
	border-width: 2px 0 0 0;
	border-style: dashed;
	margin: 2px 0 3px 0; 
}
/* **** INSTANT UPLOAD END **** */

/* ******************************** */
/* **** BACKGROUNDS PAGE BEGIN **** */
/* ******************************** */

.backgroundBreadcrumbs{
	margin: 10px;
	font-weight: bold;
}

.categoriesContainer{
	margin: 0  0 0 20px;
	border: 0px;
	background: none;
	text-align: center;
}

.categoriesContainer tr{
	border: 0px;
	text-align: left;
}

.categoriesContainer td {
	border: 0px;
	padding: 5px 20px 0px 0;
}

.backgroundCategoryHeaderFooter{
	font-weight: bold;
	margin: 20px;
}

.backgroundCategoryDisclaimer{
	font-weight: bold;
	margin: 20px;
	width: 730px;
	color: grey;
}

.backgroundSubcategories{
	margin: 5px 0 5px 10px;
}

.backgroundSubcategories div{
	padding: 0px;
	margin-right: 5px;
	font-weight: normal;
}
		
/* **** BACKGROUNDS PAGE END **** */

/* ********************************* */
/* **** PRODUCT HOME PAGE BEGIN **** */
/* ********************************* */

.productHomeHeaderName {
	color: #676767;
	font-size: 38px;
	font-weight: bold;
	padding-left: 10px;
}

#waysToOrderContainer {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right -30px;
	position: relative;
	width:100%;		
	height: 200px;
}

#waysToOrder {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -10px 5px;
	width:450px;
	height: 105px;
	margin: 0px 0px 0px 0px;
	padding: 28px 6px 0px 105px;
	color:#595959 !important;
	font-size:12px;
}

#waysToOrder p + p {
	margin: 6px 0px;
	padding: 0;	
}

#requestSamplesHomeHeader {
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 100;
}

#productHomeForm {
	width: auto;
	position:relative;
	min-height: 235px;
}

#uploadFilesTab table, #quickDesignerTab table, #advancedDesignerTab table, #designServiceTab table {
	width:100% !important;	
}

#productHomeForm table{
	background-color:transparent;
	border: none;
}

#productHomeForm td{
	border: none;
}

.sharedTabStyles td {
	width: 25%;
}

#uploadFilesTabButton {
	width:130px;
	height:30px;
	margin-right:5px;
	position:absolute;
	left:0px;
	top:-30px;
	background-color: #ce2027;
	cursor: pointer !important;
	z-index:100;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

#quickDesignerTabButton {
	width:130px;
	height:30px;
	margin-right:5px;
	position:absolute;
	left:132px;
	top:-30px;
	background-color: #ce2027;
	cursor: pointer !important;
	z-index:100;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

#advancedDesignerTabButton {
	width:130px;
	height:30px;
	margin-right:5px;
	position:absolute;
	left:264px;
	top:-30px;
	background-color: #ce2027;
	cursor: pointer !important;
	z-index:100;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

#designServiceTabButton {
	width:130px;
	height:30px;
	margin-right:5px;
	position:absolute;
	left:396px;
	top:-30px;
	background-color: #ce2027;
	cursor: pointer !important;
	z-index:100;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}


#uploadFilesTabButton p, #quickDesignerTabButton p, #advancedDesignerTabButton p, #designServiceTabButton p {
	color: #ffffff;
	font-size:12px;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	text-align: center;
	margin:9px 0 8px 0px;
	cursor: pointer !important;
}

#productHomeUploadFiles, #productHomeQuickDesigner, #productHomeAdvancedDesigner, #productHomeDesignService {
	display:none;
}

#productHomeUploadFiles table, #productHomeQuickDesigner table, #productHomeAdvancedDesigner table, #productHomeDesignService table {
	display:none;
	visibility:hidden;
}

#uploadFilesTab img, #quickDesignerTab img, #advancedDesignerTab img, #designServiceTab img {
	border:none !important;
	margin-bottom: 5px;
}

.productSizeContainer {
	margin-bottom: 3px;
	display: block;
}

.activeTabButton {
	height: 37px !important;
	top: -35px !important;
}

.activeTabButton p{
	margin: 14px 0 8px !important;
}

.inactiveTabButton{
	background: #d1d2d4 !important;
}

.inactiveTabButton p{
	color: #595959 !important;
}

#uploadFilesTab, #quickDesignerTab, #advancedDesignerTab, #designServiceTab {
	margin:none !important;
	padding:none !important;
	width:100%;
	padding:10px 0;
	width:700px;
	text-align: center;
}

.helpButtonContainer{
	position: absolute;
	top: 10px;
	right: 10px;
}

.helpButtonIcon {
	width: 25px;
	height: 25px;
	background: url('https://static.gotprint.com/en_US/images/help.gif') top left no-repeat;
}

.helpButtonContainer a div {
	float: left;
}

.helpButtonContainer a {
	color:#000000 !important;
	text-decoration:none !important;	
}

.helpButtonText{
	margin: 7px 0 0 5px;
	font-weight: bold;
	font-size: 12px;
}

#mainProductTab {
	background: url('https://static.gotprint.com/en_US/images/product-order-home-border.gif') top repeat-x;
	position: relative;
}

#productColumn1Description {
	width:131px;
}

#productColumn2Description {
	width:133px;
}

#productColumn3Description {
	width:131px;
}

#productColumn4Description {
	width:131px;
}

#productDescriptionColumn td {
	vertical-align:top !important;
	padding:0px;
}

#productDescriptionColumn td:hover {
	background-color:#F1F2F4;
}

#productDescriptionColumn p {
	color:#595959 !important;
	font-size:11px;
	text-align:left;
	padding:5px 5px 0px 5px;
}

#productDescriptionColumn img {
	margin-left:auto;
	margin-right:auto;
}

#productTabDescriptionContainer div {
	height:12px;
}

#productTabDescriptionContainer p {
	text-align:left;
	color:#595959;
	font-size:11px;
}

#productTabDescriptionContainer td {
	vertical-align:middle !important;
}

#paperThicknessContainer img {
	margin: 7px 0;
}

#productUploadArrow {
	margin-left:55px;
}

#productDescriptionUploadIcon {
	margin-left:32px;
}

#productQuickDesignArrow {
	margin-left:187px;
}

#productDescriptionQuickDesignIcon {
	margin-left:10px;
}

#productAdvancedDesignArrow {
	margin-left:319px;
}

#productDescriptionDesignServiceIcon {
	margin-left:32px;
}

.productTabDescriptionImg {
	width:95px;
}

#productDescriptionAdvancedDesigner {
	margin-left:18px;
}

#option1, #option2, #option3 {
	padding:5px 0 0 5px;
	margin:0px;
}

#uploadFilesTab, #quickDesignerTab, #advancedDesignerTab, #designServiceTab {
	display:none;
}

#productHomeForm a {
	text-decoration:none;
	color:#004477;
}

#productHomeForm td {
	text-align:center; 
	vertical-align: bottom;
}

.foldingContainer td {
	width: 70px;
	text-align: center;
}

.foldingContainer p{
	color: #000;
	margin: 0 0 3px 0;
}

.foldingStyle1{
	background: url('https://static.gotprint.com/en_US/foldings/half-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle2{
	background: url('https://static.gotprint.com/en_US/foldings/z-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle3{
	background: url('https://static.gotprint.com/en_US/foldings/tri-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle4{
	background: url('https://static.gotprint.com/en_US/foldings/parallel-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle5{
	background: url('https://static.gotprint.com/en_US/foldings/single-gate-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle6{
	background: url('https://static.gotprint.com/en_US/foldings/double-gate-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle7{
	background: url('https://static.gotprint.com/en_US/foldings/accordion-fold-4-panel-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle8{
	background: url('https://static.gotprint.com/en_US/foldings/accordion-fold-5-panel-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle9{
	background: url('https://static.gotprint.com/en_US/foldings/roll-fold-4-panel-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle10{
	background: url('https://static.gotprint.com/en_US/foldings/roll-fold-5-panel-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle11{
	background: url('https://static.gotprint.com/en_US/foldings/half-fold-vertical-half-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}
.foldingStyle12{
	background: url('https://static.gotprint.com/en_US/foldings/half-fold-vertical-tri-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}

.foldingStyle13{
	background: url('https://static.gotprint.com/en_US/foldings/half-fold-vertical-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}

.foldingStyle14{
	background: url('https://static.gotprint.com/en_US/foldings/double-parallel-reverse-fold-small.gif') no-repeat;
	width: 70px;
	height: 70px;
}

#coatingContainer {
	display: none;	
}

.generatedProductIconDiv,
.generatedProductIconExtendedDiv {
	display: block !important;
	visibility: visible !important;
	margin: 0 auto 10px auto;			
	border: 1px solid #759cbc;
	background: #c0d8e6; /* Old browsers */
	background: -moz-linear-gradient(top, #c0d8e6 0%, #d3e6f0 40%, #d3e6f0 60%, #c0d8e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0d8e6), color-stop(40%,#d3e6f0), color-stop(60%,#d3e6f0), color-stop(100%,#c0d8e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c0d8e6 0%,#d3e6f0 40%,#d3e6f0 60%,#c0d8e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c0d8e6 0%,#d3e6f0 40%,#d3e6f0 60%,#c0d8e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c0d8e6 0%,#d3e6f0 40%,#d3e6f0 60%,#c0d8e6 100%); /* IE10+ */
	background: linear-gradient(top, #c0d8e6 0%,#d3e6f0 40%,#d3e6f0 60%,#c0d8e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d8e6', endColorstr='#c0d8e6',GradientType=0 ); /* IE6-9 */
}

/* **** PRODUCT HOME PAGE END **** */

/* ********************************** */
/* **** PRODUCT STORE PAGE BEGIN **** */
/* ********************************** */

.pageTitleHeader h1 {
	font-size: 20px;
	color: #ce2027;
	font-weight: bold;
}

.pageTitleHeader h1 span {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !important;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	display: block;
	width: 680px;
}

.turnaroundSpaceStandard{
	padding-right: 20px;
}

.turnaroundSpaceEconomy{
	padding-right: 19px;
}

.turnaroundSpaceRush{
	padding-right: 39px;
}

.turnaroundSpaceSuperRush{
	padding-right: 7px;
}
.turnaroundSpaceRegular{
    padding-right: 27px;
}

.price{
	letter-spacing: 0.8px;	
}

#orderWorkflowDescription {
    float: right;
    line-height: 14px;
    margin: 0 0 0 20px;
    width: 340px;
    
}

#orderWorkflowDescription .rich-tab-header {
	vertical-align: middle;
}

#orderForm .secondaryPanel, .shippingPanel {
	min-width: 480px;
	margin-bottom: 10px;
}

.bottomButtonPanel{
	border-width: 0px !important;	
}

#orderForm select {
	width: 320px;
}

#orderForm .formLabel{
	width: 85px;
}

#orderForm input[type=&quot;checkbox&quot;]{
	margin: 0px 0px 0px -2px;
}

.productImage{
	margin: 0 5px 5px;
	padding: 5px;
	text-align: center;
}

.rotationOfFilesModul {
	text-align: center;
}

.rotationOfFilesModul p:first-child {
	margin: 10px 20px !important;
	text-align: left !important;
}

.rotationOfFilesModul p:first-child strong {
	color: #231f20;
	font-weight: bold;
}

.rotationOfFilesModul p {
	text-align: center;
	margin-top: 15px;
	font-size: 17px !important;
	color: #77787b !important;
}

.printOptionsContainer{
	background: #E8F9FF;
	border: 1px solid #B1B1B1;
	margin: 10px 0 0 0;
}

.highlightedBackground{
	background-color: #dee0d3;
}

.shippingPanel .shippingHeader{
	background: #330001 !important;
	color: #ffcf31;
	padding: 2px 4px 2px 14px !important;
}

.shippingPanel .rich-panel-body{
	background: #e3e3db;
}

.shippingButton{
	width: 131px;
	height: 19px;
	background: url('https://static.gotprint.com/en_US/images/shipping-button.gif');
}

.shippingPricePanel{
	background: #ffffff !important;
	margin: 5px 0px;
}

.shippingPricePanel .rich-panel-body{
	background: #ffffff !important;
}

.productSpecificationWarning{
	color:#ce2027;
	border:1px dotted red;
	font-size:11px;
	font-weight:normal;
	margin:5px;
	padding:5px;
}

.productSpecificationInfo{
	color: #595959;
	font-size:11px;
	font-weight:normal;
	padding:5px 0 10px 0;
}

.productOptionWarning{
	color:#ce2027;
	border:1px dotted red;
	font-size:11px;
	font-weight:normal;
	margin:5px;
	padding:5px;
}

#orderWorkflowDescription .rich-tab-active {
    background-color: #7DBD42 !important;
    background-image: url('https://static.gotprint.com/en_US/images/tab-active-bkg.gif');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border-color: #7DBD42 !important;
    border-width: 0px !important;
    padding: 6px 13px 3px 13px;
}

#orderWorkflowDescription .rich-tab-inactive {
	background-color: #dfe1d4 !important;
	background-image: url('https://static.gotprint.com/en_US/images/tab-inactive-bkg.gif');
    background-position: 100% 1%;
    background-repeat: no-repeat;        	
	border-width: 0px !important;
	padding: 6px 13px 3px 13px;
}

#orderWorkflowDescription .rich-tab-bottom-line{
	border-bottom: 3px solid #B1B1B1;
}

#orderWorkflowDescription .rich-tabpanel-content {
	border-bottom: 3px solid #7DBD42;
	border-top: 3px solid #7DBD42;
}

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
	border:none;
	z-index:101;
}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:102;
	text-align: left;
	margin:0 auto;
	left: 50%;
	padding:0px;
	font-size:13px;
	box-shadow: 0px 0px 50px #888;
	-moz-box-shadow: 0px 0px 50px #888;
	-webkit-box-shadow: 0px 0px 50px #888;
}

#popupContactClose {
	background: url('https://static.gotprint.com/common/images/modal-background.gif') repeat-x;
}

#popupContactClose a {
	color:#008BBE;
	cursor:pointer;
	display:block;
	text-align: right;
}

#popupContactContent {
	margin-top: 10px;
	padding: 10px 15px 15px 15px;
}

.modalHeader{
	background: #DEE0D3;
	width: 100%;
	color: #CE2027;
	margin: 0px;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 12px;
}

.modalText {
	margin:10px 10px 20px 10px;
}

/* **** PRODUCT STORE PAGE END **** */

/* *********************************** */
/* **** PRODUCT UPLOAD PAGE BEGIN **** */
/* *********************************** */

ul.uploadsList {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0 4pt;
}

ul.uploadsList li {
	list-style: none;
	margin: 2pt 0;
}

.imageErrors {
	margin: 5px;
	border: 1px dotted red;
	background-color: pink;
	padding: 5px;
}

.imageFontErrors {
	margin: 5px;
	border: 1px dotted orange;
	background-color: #FF8;
	padding: 5px;
}

.imageErrors, .imageFontErrors {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin-bottom: 0.5em;
}
.imageErrors li, .imageFontErrors li {
	display: list-item;
	font-family: monospace;
	padding: 2px;
}

.imageFileName {
	padding: 14px 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
}

.imageFontEditNotif {
	margin: 5px;
	padding: 5px;
}

.imageFontEditNotif div {
	color:red;
}

img.proofImage {
	border: 1px solid #000;
	padding: 0;
	
}

#orderForm:userInitialsDecoration:userInitials {
	margin-left: 5px;
}

.redInfoBox{
	font-weight:normal; 
   	margin:5px;
   	padding:5px;
   	background:#FFDFDF;
   	color:red;
   	border:1px dotted red;
	font-size:11px;
}

/* **** PRODUCT UPLOAD PAGE END **** */

/* ***************************** */
/* **** CHECKOUT PAGE BEGIN **** */
/* ***************************** */

.orderItems {
	background: white;
	border: 1px solid #D2D2D2;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

.orderItems td {
	padding: 10px;
}

#userActionButtonsColumnGroup td {
	border: none !important;
}

.orderItems li {
	padding: 1px;
}

.orderProductOptions {
	list-style-position: outside;
	list-style-type: disc;
	margin-left:25px;
	font-weight: bold;
}

.orderItemsTotal {
	border: 1px solid #D2D2D2;
	margin: 0 0 5px 0;
	padding: 5px;
}

.orderItemsTotal td {
	padding: 2px 5px;
}

.orderItemsTotal td span{
	white-space: nowrap;
}

.orderItemsTotal td:first-child {
	text-align: right; 
	width: 100% !important;
}

.orderItemsTotal td {
	text-align: right; 
	width: expression(this.previousSibling==null?'100%':'') !important;
}

.orderItems .staticIcon {
	display: block;
	padding: 5px 10px;
}

.orderItems .thumbnailIcon {
	display: block;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

.orderItemColumnContainer {
	width:100%;	
}

/* **** CHECKOUT PAGE END **** */


/* ****************************** */
/* ******** STATIC PAGES ******** */
/* ****************************** */

.staticContentPages h2 {
	color:#8cc640;
	font-family: Arial, sans-serif, Helvetica;
	font-size:14px;
	margin:8px 0px 0px 0px;
	font-weight:bold !important;
}

.staticContentPages p {
	color:#595959;
	font-size:12px;
	font-family: Arial, sans-serif, Helvetica;
	margin:0px 0px 8px 0px;
}

/* ******** STATIC PAGES ******** */

/* ****************************************** */
/* ******** DOWNLOAD TEMPLATES PAGES ******** */
/* ****************************************** */

#downloadTemplatesProductTable hr {
	color: #c1c1c1;
	margin: 12px 0 0px;
	border: 0 solid #c1c1c1;
	border-top-width: 1px;
}


#downloadTemplatesProductTable h5 {
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	font-size: 14px;
}

#downloadTemplatesProductTable {
	width: 100%;
}

#downloadTemplatesProductTable td {
	vertical-align: middle;
	text-align:right;
}

#downloadTemplatesProductTable td:first-child, #downloadTemplatesProductTable .downloadTemplatesFirstChild {
	/*width: 79%;*/
	padding-left: 5px;
	text-align:left;
}

#downloadTemplatesProductTable td:last-child img {
	padding: 2px 2px 0 2px;
}

#downloadTemplatesProductTable tr:nth-child(2n) {
	background: #efefef;
}

#downloadTemplatesProductTable .downloadTemplatesOdd {
	background: #efefef;
}

#downloadTemplatesInstructions {
	border: 0px;
	position: absolute;	
	top: 5px;
	left: 555px;
}

/* ******** DOWNLOAD TEMPLATES PAGES ******** */

/* ************************************* */
/* ******** PRODUCT ORDER PAGES ******** */
/* ************************************* */

.productOrderPageDescription p {
	font-size:12px;
	color:#595959;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	padding:7px 0px;
}

.productOrderPageDescription a {
	font-size:12px;
	text-decoration:underline !important;
	font-weight:bold;
	font-family: Arial, sans-serif, Helvetica;
}

.productOrderPageDescription h3 {
	font-size:12px;
	color:#ce2027;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
}

.productOrderPageBody ul {
	list-style-type: disc;
	padding: 5px 0 5px 15px;
}

.productOrderPageBody li {
	margin: 2px 0;
	color: #595959;
}

.productOrderPageBody h3 {
	font-size:12px;
	color:#EC2028;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
}

.productOrderPageBody h4 {
	font-size:12px;
	color:#000;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	margin-bottom: 10px;
}

.productOrderPageBody a {
	font-size:12px;
	text-decoration:underline !important;
	font-family: Arial, sans-serif, Helvetica;
}

.productOrderPageBody p {
	font-size:12px;
	font-family: Arial, sans-serif, Helvetica;
	color:#000;
	padding:0px 0px 10px 0px;
}

#moreQuantitiesSoon {
	font-weight: bold;
	color: red;
	text-align: center;	
}

#gotGreenOrderPageContainer {
	text-align:right;	
}

/* ******** PRODUCT ORDER PAGES ****** */

/* ***************************************** */
/* ********* VIEW SAMPLES SUB PAGE ********* */
/* ***************************************** */

*html #viewSamplesSubPages {
	height:650px;
}

#viewSamplesSubPages #viewSamplesHelp {
	top:90px;
	right:10px;
	*right:80px;
	width:75px;
}

#viewSamplesSubPages html&gt;body #viewSamplesHelp {
	right:150px;
}

#viewSamplesSubPages #productSamplesListContainer ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#viewSamplesSubPages #productSamplesListContainer ul li {
	display: inline;			
}

#viewSamplesSubPages #productSamplesListContainer ul li {
	padding: 2px;			
}

#viewSamplesSubPages #breadcrumbsContainer a{
	color: #676767;
	text-decoration: none;
	font-weight: bold;
}

#viewSamplesSubPages #breadcrumbsContainer a:hover{
	color: red;
	text-decoration: none;
}

#productSamplesList img {
	border:1px solid #aaa;
	padding:5px;
}

#viewSamplesFinalNote {
	color:red;
	font-size:11px;
	font-family:Arial;
	padding-top:5px;
	text-align:left;
}

/* ******** PRODUCT ORDER PAGES ****** */

/* ***************************************** */
/* ********** FOOTER STYLE TYPES *********** */
/* ***************************************** */

#bodyFooter {
	width:100%;
	margin:10px 0px 0px 0px;
	border-width:1px 0px 1px 0px;
	border-style:dotted;
	border-color:#a0a0a0;
}

#bodyFooter a {
	text-decoration:none;
}

#bodyFooter div {
	background-position:left center;
	background-repeat:no-repeat;
	height:35px;
	padding:2px 0px 0px 40px ;
}

#bodyFooter h5 {
	font-weight:bold;
   	font-size:13px !important;
   	color:#000;
   	padding: 7px 0px 0px 0px;
}

#bodyFooter h5 span {
	font-weight:normal;
   	font-size:11px !important;
   	color:#004477;
}

#bodyFooterPaymentTypes { 
	display: none;
	text-align: center;
	margin-top: 10px; 
}

.value{font-size: 12px !important;  line-height: 17px;}

/* ********** FOOTER STYLE TYPES *********** */


/* ******************************************************* */
/* *******************   CAREERS   *********************** */
/* ******************************************************* */

#careersWrapper div.accordionButton i {
	background: url('https://static.gotprint.com/en_US/images/left-menu-toggle.gif')  no-repeat left;
}

/* ********************** CAREERS ************************ */
/* ********************** END **************************** */


/* ******************************************************* */
/* *******************   ABOUT US   ********************** */
/* ******************************************************* */

#categoryNav li.selected {
	background: url('https://static.gotprint.com/en_US/images/about-us-popup-list.png') no-repeat left;
}

/* *******************   ABOUT US   ********************** */

/* **************** Custom Class ******************* */

.rich-panel-body{
     padding: 5px !important;
}
.rich-stglpanel-header{ 
    background-image: none !important;
    border: 0px !important;
}

.rich-stglpanel {
    border-color: #b1b1b1 !important;
    padding: 0px !important;
}
.rich-stglpanel-body{ 
    border-top:0px !important; 
    background-image: none !important;
}

.rich-table-subheader {
    background-color: #e0e0e0 !important;
}
.rich-panel-header{
	border: 0 0 1px !important;
    border-bottom: 1px solid #b1b1b1 !important;    
   	background-color: #dee0d3 !important;
    background-image: none !important;
    border-left: 0 none #b1b1b1 !important;
    border-right: 0 none #b1b1b1 !important;
    border-top: 0 none #b1b1b1 !important;
    color: #ce2027;
    margin-top: 0 !important;
    padding: 1px 4px 1px 14px;
    
	}

.rich-panel {
    border-color: #b1b1b1 !important;
    padding: 0 !important;
}
.severityError, .severityFatal, .severityInfo, .severityWarn{
	padding: 10px 10px 10px 45px !important;	
}

/* ********************** END **************************** */