/* Overrides Certain css default styles in Presswise */

.mainContentNB{		/* Main body text */
	font-size:12pt !important;
}

table.tableMain{
	background-color:white !important;
}

.tableSiteBanner img { 
	z-index:2 !important; 
	width:1050px !important;
} 



.tableCheckoutHeader{
	/* margin-top:1em !important;  */
	width:1050px !important;
	background-color:white !important;
	margin:auto !important;
}



div.menu-item {
    padding: 4px 10px 4px 6px  !important;
    font-size:15px !important;
    font-family:Arial,Helvetica,sans-serif;

}

.myText{
	font-size:12pt;
	line-height:14pt;
	font-weight:normal;
}

input.myText{
	font-size:12pt;
}


select.myText{
	font-size:12pt;
}

td.body{
	font-size:12pt;
	line-height:14pt;
}


.prod_caption{
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#1E90FF;
}

.prod_desc{
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:black;
}

.finishing_task_editor_select{
	font-size:15px;
	line-height:14px;
	padding:2px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}
.finishing_task_editor_option_label{
	font-size:12pt;
	line-height:14px;
	padding:2px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

.finishing_task_editor_button{
	font-size:15px;
	line-height:14px;
	padding:2px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

/* Buttons */
.jqForwardButton{
	width:10em !important;
	height:3em !important;
}

.jqBackButton{
	width:10em !important;
	height:3em !important;
}

.jqEditButton{
	width:10em !important;
	height:3em !important;
}

.jqProofButton{
	width:10em !important;
	height:3em !important;
}

.ui-select-menu{
	min-width:5em !important;
}

.tableCheckoutHeader {  /*  Add shadow to left and right sides only   */
box-shadow:
	0px 0px 8px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:
	0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow:
	0px 0px 8px 0px rgba(0,0,0,0.5);
}
/* New Shopping Cart div from Presswise. */
#cartCount{
	margin-top:3.5em;
	margin-right:1em;
}

#cartContainer{
	width:25%;
	right:-.5em;
}
/* Make buttons a little larger and more space around them */
button.ui-button {
	min-height:2.8em;
	padding:.25em;
}


