@charset "utf-8";
/* CSS Document */

/* IF THIS IS THE ONLY STYLESHEET IN THE PAGES, MAKE SURE YOU PUT THE RESET AT THE TOP WHICH CAN BE FOUND IN STATIONERYWISE/STYLES.CSS Without it it could break in some browsers.


You MUST put the .sw class on the body or a containing div

*/

/*Page Structures*/

/* For small col on left*/

#SWlargeCol{
	margin:0 0 0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:595px;
}

#SWfull{
	margin:0 20px 0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	padding:10px;
}

#SWsmallCol{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:280px;
	margin-left:19px;
}

/* For small col on right*/

#SWlargeColR{
	margin:0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:575px;
	padding:10px;
	display:inline;
}

#SWsmallColR{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:280px;
	background-image:url(images_sw/heading_gradient.gif);
	background-repeat:repeat-x;
}

/*Secondary Menu*/

#SWsecondMenu{
	float:left;
	margin-bottom:20px;
	border-style:solid;
	border-width:1px 0 1px 1px;
	border-color:#e8e6e6;
	margin-left:20px;
	display:inline;
}

#SWsecondMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#SWsecondMenu li {
    float: left;
    margin: 0;
	padding:0;
	border-style:solid;
	border-width:0 1px 0 0;
	border-color:#e8e6e6;
	background-image:none;
}

#SWsecondMenu li a {
	width:146px;
    line-height: normal;
	height:42px;
	padding-top:10px;
    float: left;
    display: block;
    color: #888a8c;
    text-decoration: none;
    text-align: center;
	background-image:url(images_sw/menu2_bg_off.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:14px;
	border-style:solid;
	border-width:0 1px 0 1px;
	border-color:#fff;
}

#SWsecondMenu li a:hover{
	color:#3c7fc2;
}

#SWsecondMenu li a:active, #SWsecondMenu li .active{
	color:#3c7fc2;
	background-image:url(images_sw/menu2_bg_on.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* Hide from IE5-Mac \*/
#SWsecondMenu li a {
    float: none
}
/* End hide */

/*Client Upload Area*/

.SWleftNugget{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	display:inline;
	width:280px;
	margin-left:19px;
	background-image:url(images_sw/heading_gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.sw h2{
	font-size:18px;
	color:#3c7fc2;
	padding:5px 0 5px 7px;
}
.sw h3{
	font-size:14px;
	color:#3c7fc2;
	padding:5px 0 5px 0;
}
.sw .check {
	height: auto;
	width: auto;
}
.SWleftWrap{
	float:left;
	width:301px;
}

.SWpadding{
	padding:0 10px 10px 10px;
}

.SWclientUploadMenu{
	/*min-height: 361px;*/
}

.SWclientUploadMenu a img{
	display:block;
	float:left;
	margin-right:5px;
}

.SWclientUploadMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.SWclientUploadMenu li {
    margin: 0;
	padding:0;
	background-image:none;
}

.SWclientUploadMenu li a {
    line-height: normal;
	padding:10px 10px 12px 10px;
    display: block;
    /*color: #888a8c;*/
    text-decoration: none;
	font-size:11px;
	/*position:relative;*/
	/*background-image:none;*/
	margin:0;
	/*background-image:url(images_sw/placeholder.gif);*/
}

.SWclientUploadMenu li a:hover{
	color:#3c7fc2;
	background-image:url(images_sw/sw_menu_bg.gif);
	background-repeat:repeat-x;
}

.SWclientUploadMenu li a:active, #SWclientUploadMenu li .active{
	color:#3c7fc2;
	background-image:url(images_sw/sw_menu_bg.gif);
	background-repeat:repeat-x;
}

.SWclientUploadMenu ul li ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.SWclientUploadMenu ul li ul li{
	
}

.SWclientUploadMenu ul li ul li a{
	padding:10px 10px 12px 30px;
}

.SWclientUploadMenu ul li ul li ul li a{
	padding:10px 10px 12px 50px;
	/*text-decoration:underline;*/
}

.SWclientUploadMenu ul li ul li ul li ul li a{
	padding:10px 10px 12px 70px;
	/*text-decoration:underline;*/
}

/*these will need to keep indenting the deeper it gets...*/

.SWclientUploadMenu .SWselected{
	color:#3c7fc2;
}

/*Bulk Print Management*/

.SWprodCat{
	float:left;
}

.SWprodNum{
	float:right;	
	margin-bottom:5px;
}

.SWprodSearch{
	float:right;	
}

.sw input, .sw textarea{
	border:1px solid #888a8c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
	margin-bottom:5px;
	width:140px;
	line-height:normal;
	margin-top:0;
}

.sw select{
	margin-bottom:5px;
}

.SWqty{
	width:30px !important;
	text-align:center;
}

.sw select{
	border:1px solid #888a8c;
}

.sw .buttons{
	background-color:#3c7fc2;
	background-image:url(images_sw/btn_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	border:1px solid #3c7fc2;
	font-weight:normal;
	cursor:pointer;
	width:auto;
	margin-top:0;
	padding:1px 10px;
	line-height:normal;
	font-size:11px;
}

.sw .buttons:hover {
    text-decoration:none;
}

.sw .buttonsBlock{
	display: block;
	margin-bottom:5px;
	text-align:center;
}

.sw .plusminus {
	width: 21px;
	text-decoration:none;
}

.sw .plusminus:hover {
	text-decoration:none;
}

/*table for bulk print list*/
.SWbulkPrint{
	margin-top:20px;
	width:100%;
	margin-bottom: 20px;
}

.SWbulkPrint img{
	border:1px solid #e8e6e6;
	margin-left:5px;
}

.SWbulkPrint th{
	background-image:url(images_sw/gradient_th.gif);
	background-repeat:repeat-x;
	padding:2px 6px;
	text-align:left;
}

.SWbulkPrint a{
	color:#333333;
}

.SWbulkPrint a:hover{
	color:#3c7fc2;
	text-decoration:none;
}

.SWbulkPrint .sorted{
	color:#3c7fc2;
}

.SWbulkPrint td{
	padding:10px 6px 5px 6px;
	vertical-align:top;
	border-bottom:1px solid #e8e6e6;
}

.SWbulkPrint .orderingPadding td{
	padding:10px 6px;
	line-height:normal;
}

.SWbulkPrint .border th{
	border-width:1px 0;
	border-style:solid;
	border-color:#e8e6e6;
}

.SWbulkPrint .alternate td{
	background-image:url(images_sw/bg_alternate_row.gif);
	background-repeat:repeat-x;
}

.SWbulkPrint .endLeft{
	border-left:1px solid #e8e6e6 !important;
	padding-left:10px;
}

.SWbulkPrint .endRight{
	border-right:1px solid #e8e6e6 !important;
	padding-right:10px;
}

.SWbulkPrint .imgNoBorder img{
	border:none;
}

.sw .SWbulkButtons{
	background-color:#3c7fc2;
	background-image:url(images_sw/btn_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	border:1px solid #3c7fc2;
	font-weight:normal;
	cursor:pointer;
	width:90px !important;
	margin-top:0;
	padding:1px 5px;
	line-height:normal;
	margin-bottom:5px;
	margin-right:5px;
}

/*stationery ordering*/

.SWstatOrdering{
	width:100%;
}

.SWstatOrdering img{

}

.SWstatOrdering th{
	background-image:url(images_sw/gradient_th.gif);
	background-repeat:repeat-x;
	padding:2px 6px;
	text-align:left;
}

.SWstatOrdering th img{
	display:inline;
	border:0;
}

.SWstatOrdering a{
	color:#333333;
}

.SWstatOrdering a:hover{
	color:#3c7fc2;
	text-decoration:none;
}

.SWstatOrdering .sorted{
	color:#3c7fc2;
}

.SWstatOrdering td{
	padding:10px 6px;
	vertical-align:top;
	border-bottom:1px solid #e8e6e6;
	line-height:normal;
}

.SWstatOrdering .border th{
	border-width:1px 0;
	border-style:solid;
	border-color:#e8e6e6;
}

.SWstatOrdering .alternate td{
	background-image:url(images_sw/bg_alternate_row.gif);
	background-repeat:repeat-x;
}

.SWstatOrdering .endLeft{
	border-left:1px solid #e8e6e6 !important;
	padding-left:10px;
}

.SWstatOrdering .endRight{
	border-right:1px solid #e8e6e6 !important;
	padding-right:10px;
}

/*stationery ordering 4 steps*/

#SWstatSteps{
	padding-left:20px;
}

#SWstatSteps h2{
	font-size:14px;
	margin:0;
	padding:0 0 5px 0;
	font-weight:bold;
}

.SWstatStep{
	width:188px;
	float:left;
	border:1px solid #e8e6e6;
	background-image:url(images_sw/bg_steps_off.gif);
	background-repeat:repeat-x;
	padding:10px;
	_height:180px;
	min-height:180px;
}

.SWstatStep .buttons{
	width:188px;
}

.SWstatStepOn{
	width:188px;
	float:left;
	border:1px solid #C1DAF2;
	background-image:url(images_sw/bg_steps_on.gif);
	background-repeat:repeat-x;
	padding:10px;
		_height:180px;
	min-height:180px;
}

.SWstatArrow{
	float:left;
	padding:4px;
	padding-top:15px;
}

.SWstatDoc{
	border:1px solid #e8e6e6;
	margin:20px 20px 0 20px;
}

/*ecommerce*/

#full-cart .fullCartRow {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	padding: 5px 5px 0 5px;
}
#full-cart #fullCartHeaderTextLeft {
    padding: 0 5px 0 5px;
    margin:0;
    width: 200px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #0095B6;
}

#full-cart #fullCartHeaderTextRight {
    padding: 0 5px 0 5px;
    margin:0;
    width: 600px;
    float: right;
}

/*#mini-cart .alt-row, #full-cart .alt-row {
	background-image: url(images_sw/bg_alternate_row.gif);
	background-repeat: repeat-x;
}*/

.alt-row, .alt-row td {
	padding: 3px 0;
	background-image: url(images_sw/bg_alternate_row.gif);
	background-repeat: repeat-x;
	background-position:top;
	border-top: 1px solid #E8E6E7;
	border-bottom: 1px solid #ffffff;
	background-color:#F6F6F6;
}
.alt-row-off, .alt-row-off td {
	padding: 3px 0;
	border-top: 1px solid #E8E6E7;
	border-bottom: 1px solid #ffffff;
}

#mini-cart #cart-title {
    color: #0088Af;
}

legend {
    font-weight:bold;
}

#mini-cart #mini-cart-buttons {
	text-align: right;
}
#full-cart {
    /*height:             250px;*/
    /*border:             1px solid #ff0000;*/
    margin:             0 auto;
    border-bottom:      1px solid #E8E6E7;
    width:              100%;
    font-size:          12px;
}

#full-cart .cart-item {
    border-bottom:      1px solid #ffffff;
    padding:            5px;
    font-size:          11px;

}
#terms {
	font-size: 12px;
	float:right;
}
#terms input {
	width:auto;
}
#full-cart .cart-item .id {
}
#full-cart .cart-item .price {
    float:              right;
}
#full-cart .cart-item .price div {
    float:              right;
    width:              70px;
    text-align:         right
}
#full-cart .cart-item .price input {
    width:              24px;
    font-size:          11px;
    padding:            0;
    margin:             0;
}
#full-cart .cart-item .name {
    clear:              both;
    padding:            4px 0;
}
.stationary-list-table {
	table-layout:auto;
}

.stationary-list-table .filename, .stationary-list-table .author, .stationary-list-table .date {
	-moz-user-select: none;
}

.stationary-list-table .filename img, .stationary-list-table .author img, .stationary-list-table .date img {
	display: inline;
}
.stationary-list-table .soDocumentTable:hover {
	padding: 3px 0;
	background-image: url(images_sw/bg_alternate_row.gif);
	background-repeat: repeat-x;
	background-position:top;
	border-top: 1px solid #E8E6E7;
	border-bottom: 1px solid #ffffff;
	background-color:#F6F6F6;
}
.stationary-list-table .filename {
	width: 430px;
}
.stationary-list-table .author {
	width: 110px;
}
.stationary-list-table .date {
	width: 130px;
}
.stationary-list-table .delete {
	width: 20px;
}
#DocumentArea {
	border:1px solid #E8E6E7;
}
.stepsNavi a {
	display:block;
	height:15px;
	padding-top:2px;
	float:left;
	
}
#print-order-table th, .products th, .stationary-list-table th, #jobbag-status-table th, #cart-head, #printOrderCheckout th {
	background-image:url(images_sw/gradient_th.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	background-color: #FCFAFB;
	text-align:center;
}
#print-order-table th,#print-order-table td {
	text-align:left;
}
#print-order-table hr {
	color: #E8E6E6;
	background-color: #E8E6E6;
}
#cart-head {
	border-left: 1px solid #E8E6E6;
	border-right: 1px solid #E8E6E6;
}
.totalLabel {
	float:left;
	width:120px;
	font-size:14px;
	color: #3C7FC2;
}
.totalText {
	font-size:14px;
}



/*This bit needs sorting*/
#ecommerceItems, #jobbagDeadlines, #jobbagFormContainer, #jobbagStatusList, #uploadCartDetails, #printOrderCheckout {
    font-size: 12px;
	margin:0 20px;
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	width:580px;
	padding:10px;
	display:inline;
}
.quantityBoxes img {
	float:left;
}
#stationeryItems{
    font-size: 12px;
	margin:0 20px;
	float:left;
	width:905px;
	display:inline;
}
#cart{
	background-color:#FFF;
	border:1px solid #e8e6e6;
	float:left;
	padding:0px;
	width:275px;
}
#ecommerceItems .products img {
	display: inline;
	margin-right: 3px;
}
#ecommerceItems .products {
	width: 239px;
}
#ecommerceItems .products td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6E6;
	padding: 10px;
}
.sortedColumn {
	color:#0033CC;
}

.stepTitle {
	font-size:14px;
	color:#3c7fc2;
	font-weight: bold;
	margin: 8px 0 0 5px;
	height: 40px;
}
.stepIcon{
	float:left;
	margin:0 4px;
	display:block;
	margin-top:30px;
	text-align: center;
}
.stationerySteps {
	padding-left:4px;
	padding-right:4px;
	width:199px;
	display:inline;
	float:left;
	height:200px;
	background-image: url(images_sw/bg_steps_off.gif);
	background-repeat:repeat-x;
	border: solid 1px #E8E6E7;
	position: relative;
	font-size: 10px;
}
.stationerySteps input, .stationerySteps select {
	font-size: 10px;
}
.stationeryStepsHighlighted {
	background-image: url(images_sw/bg_steps_on.gif);
	background-repeat:repeat-x;
	border: solid 1px #C1D9F1;
}
#stationeryItems #editorContainer {
	line-height:normal;
	border:solid 1px #E8E6E7;
	margin-top: 15px;
	width: 893px;
}
#jobbagDeadlines .jobbagDay {
	background-image: url(images_sw/heading_gradient.gif);
	background-repeat: repeat-x;
	height: 160px;
	width: 280px;
	border: 1px solid #E8E6E6;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
#jobbagRightColumn {
	float: right;
}
#jobbagRightColumn #jobbagStatus {
	background-image: url(images_sw/heading_gradient.gif);
	background-repeat: repeat-x;
	height: 160px;
	width: 270px;
	border: 1px solid #E8E6E6;
	margin-bottom: 8px;
	margin-right: 8px;
}
#jobbagRightColumn #jobbagMenu {
	height: 160px;
	width: 270px;
	border: 1px solid #E8E6E6;
	margin-bottom: 8px;
	margin-right: 8px;
}
#jobbagDeadlines .jobbagDay table {
	margin-left: 5px;
}
#jobbagFormContainer #job_form td {
	vertical-align: middle;
}

#jobbagDeadlines .jobbagDay th {
	text-align: left;
}
#jobbagDeadlines .jobbagDay td {
	vertical-align: top;
}
#statusList table {
	margin-left: 5px;
}

#jobbagFormContainer #job_form input, #jobbagFormContainer #job_form textarea, #jobbagFormContainer #job_form select, #checkout_form input, #orderConfirmationForm input, #orderConfirmationForm textarea {
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-size:12px;
	border: 1px solid #E4E4E4;
}
#checkout_form input {
	width: auto;
}
#jobbagFormContainer #job_form label, #checkout_form label {
	font-weight:normal;
	font-size: 14px;
}
#checkout_form img {
	display: inline;
}
#checkout_form h2 {
	margin-left: 0px;
	padding-left: 0px;
}
#jobbagFormContainer #job_form br {
	margin-bottom: 10px;
}
#jobbagFormContainer #job_form textarea {
	height: 50px;	
}
#jobbagFormContainer #job_form #job_due_date_btn {
	font-size:0px;
	outline:none;
	background-color: #F0F0F0;
	background-image: url(images_sw/icon_datepicker.gif);
	height: 27px;
	width: 26px;
	border: none;
	margin-left: 10px;
}
#jobbagMenu div {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#jobbagMenu div img {
	vertical-align:-15px;
	margin-right:5px;
}
#jobbagFormContainer #job_form h2 {
	border-bottom: 1px solid #E4E4E4;
}
#contentBgBtm #jobbagFormContainer #job_form .invalidField {
	background-color:#FF5E62;
	background-image:none;
}#jobbagStatusList th {
	text-align: left;
}
button:focus { 
    outline: none; 
}
#jobbagDeadlines .jobbagDay .jobbagDayTableArea {
	height: 120px;
	overflow: auto;
}
#uploadCartInstructions {
	background-image: url(images_sw/heading_gradient.gif);
	background-repeat: repeat-x;
	width: 260px;
	border: 1px solid #E8E6E6;
	float: left;
	padding: 10px;
}
#uploadCartInstructions h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#cart-head div {

}
#full-cart img {
	display: inline;
}
#orderConfirmationForm textarea {
	width: 250px;
}
#orderConfirmationForm h2 {
	padding-left:0;
}
#customDropDownList{
color:#000000;
}
#customDropDownListFrame{
position:absolute;
background-color:#FFFFFF;
border:1px solid black;
max-height:400px;
overflow-y:auto;
padding:5px;
}
.customDropDownListAdress{
width:200px;
}
.customDropDownListAdressName{

margin-top:3px;
margin-bottom:3px;
padding-left:2px;
font-weight:800;
}
.customDropDownListAdressDetails{
padding-left:15px;
}
#demoBox {
	margin:13px 15px;
}
#demoBox p, #demoBox h2, #need-more-div h2, #order-artwork-div h2 {
	margin:0;
	padding:0;
}
#demoBox p, #need-more-div p, #order-artwork-div p {
	margin-top: 15px;
}
#need-more-div, #order-artwork-div {
	margin:13px 15px;
}
#need-more-table, #order-artwork-table { 
	margin:10px 0 0 0;
}
#need-more-table label, #order-artwork-table label {
	font-size: 11px;
	color:	#333333;
}
#login_form_lightbox {
	margin:13px 15px;
	width:306px;
}
#login_form_lightbox label {
	margin-bottom:10px;
}
#deleteFileTitle, #deleteFolderIcon {
	color: grey;
}
.sw .jobLink:hover {
	background-color: #F4F2F3;
	cursor: pointer;
}
#jobbagRightColumn #jobbagMenu ul .addJob {
	background:url(images_sw/icon_add_job.gif);
	background-repeat:no-repeat;
}
#jobbagRightColumn #jobbagMenu ul .addClient {
	background:url(images_sw/icon_add_client.gif);
	background-repeat:no-repeat;
}
#jobbagRightColumn #jobbagMenu ul .editSettings {
	background:url(images_sw/icon_edit_settings.gif);
	background-repeat:no-repeat;
}
#jobbagRightColumn #jobbagMenu ul li {
	padding-left: 40px;
	height: 30px;
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
	color:#3C7FC2;
}
#jobbagRightColumn #jobbagMenu ul li:hover {
	text-decoration:underline;
}