/* live version */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#C9D2BA;
	
}

body.partner {
  background:#BDC7D0;
}

.visual-clear {
  clear:both;
}

a {
  color:#039;
}

#visual-wrapper {
  /*width:950px;
  margin:0 auto;*/
  margin:10px;
}

#header {
  background:transparent url(/ui_images/grey1px.gif) bottom left repeat-x;
}

#nav-wrapper {
  clear:both;
}

ul#main-nav {
  float:left;
  list-style:none;
  padding:0;
  margin:5px 0 0 10px;
  /*border:1px solid red;*/
}


ul#main-nav li {
  float:left;
  margin-right:10px;
  
}

ul#main-nav li a {
  text-decoration:none;
  display:block;
  background-color:#ccc;
  padding:5px;
  color:#000;
  font-size:90%;
  border:1px solid #999;
}

ul#main-nav li.selected a {
  background:#999;
  color:#fff;
  border-bottom:1px solid #999;
}

#content-wrapper {
  clear:left;
  /*background:#fff url(/ui_images/right_col_bg.gif) top right repeat-y;*/
  background:#999;
  padding:10px;
  font-size:90%;
  min-height:400px;
  position:relative;
}

#logo {
  float:left;
}

#header-elements-wrapper {
  float:right;
  text-align:right;
}

#quick-search {
  /*position:absolute;
  top:10px;
  right:10px;*/
}

#login-message {
  /*position:absolute;
  top:10px;
  left:10px;*/
  font-size:70%;
  margin-bottom:10px;
}

#main-content {
	/*width: 60%;*/
	/*width:600px;*/
	margin-left:5px;
	margin-right:250px;
	background:#fff;
	padding-top:5px;
	border:1px solid #999;
}

.inner-cols {
	padding:10px;
}

#cartridge_width {
	width: 900px;
	margin-left:30px;
}

#inner-left {
  float:left;
  width:230px;
}

#center {
	float:left;
	margin-left:20px;
}

#inner-middle {
  float:left;
  width:400px;
}

#inner-leftReturns {
  float:left;
  width:600px;
  border: 1px solid #BDC7D0;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#inner-right {
  float:right;
  width:320px;
}

/* lists */

ul#manufacturers-list,
ul.cartridge-listing,
ul.printer-listing,
ul.manufacturer-listing,
ul#marketing-info-list,
ul#partners-list,
ul.standard-listing,
ul.floated-options {
  list-style:none;
  padding:0;
  margin:0;
}

ul#manufacturers-list,
ul.floated-options {
	float:left;
}

ul#manufacturers-list li,
ul.floated-options li{
	float:left;
	border:1px solid #ccc;
	margin:5px;
	width:180px;
	position:relative;
}

ul#manufacturers-list a.action-delete ,
ul.edit-options a.action-delete{
	position:absolute;
	bottom:0;
	right:0;
	display:inline;
	padding:0;
	font-size:10px;
}

ul#manufacturers-list a.action-edit,
ul.edit-options  a.action-edit{
	position:absolute;
	bottom:0;
	right:20px;
	display:inline;
	padding:0;
	font-size:10px;
}

ul.edit-options  a.action-remove{
	position:absolute;
	bottom:0;
	right:0px;
	display:inline;
	padding:0;
	font-size:10px;
}




ul#manufacturers-list li a,
ul.floated-options li a {
	text-decoration: none;
	display:block;
	padding:15px;
}

ul#manufacturers-list li a:hover,
ul.floated-options li a:hover {
	background:#BDC7D0;
	color:#fff;
}

ul.floated-options li a.main-link {
	height:60px;
	font-size:11px;
}

ul.standard-listing {
	margin-left:10px;
}

.standard-listing li {
	line-height:1.6em;
}


#action-menu {
  padding:0px;
  width:230px;
  position:absolute;
  right:10px;
  top:10px;
  font-size:80%;
  margin:0px;
  height:500px;
  /*border:1px solid red;*/
}

#action-menu ul {
  padding:0;
  margin:0 0 10px 0;
  list-style:none;
}

#action-menu ul li {
  margin-bottom:5px;
}

#action-menu ul a {
  text-decoration:none;
  display:block;
  border:1px solid #42577B;
  background:#97A9B9;  
  padding:3px 5px;
  color:#333333;

}

/* tables */

table.product-details th,
table.product-details-edit th,
table.reseller-details th,
table.trs-data th,
table.listing {
  text-align:left;
}

body.partner tr.partner-editable {
  background:#BDC7D0;
}

table.action-table tr.matched {
  background-color:#33FF00;
}

table.action-table tr.unmatched {
  background-color:#FF3333;
}

.last-update-panel table {
  font-size:80%;
}

.inner-cols  .returns{
	position: relative; 
	height: 1%;
	width: 800px;
	float: left;
}

#cust_details {
	width: 300px;
}

#cust_details table,
table.address,
table.orders {
	background-color: #BDC7D0;
	color: #000000;
	width: 275px;
	border: 1px solid #D7E5F2;
	border-collapse: collapse;
	padding-right:10px;
}

table.orders {
	width:500px !important;
}


#cust_details td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

 .orders-process table {
 background-color: #BDC7D0;
 color: #000000;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
 padding-right:10px;
}

 .orders-process  td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

#cust_details_qty table {
 background-color: #BDC7D0;
 color: #000000;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
 padding-right:10px;
 width: 240px;
}

#cust_details_qty td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

#return_reason {
 background-color: #BDC7D0;
 color: #000000;
 width: 400px;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
}
#returns {
	width: 450px;
}
#prod_data {
	float: left;
	width: 900px;
	border: 1px solid #BDC7D0;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#prod_data_left {
	width: 325px;
	float: left;
}

#prod_data_left h3,
#product-list-container h3 {
	margin:0;
	padding:0;
}

#prod_data_left .inner-wrapper {
	border:1px solid #666;
	padding:5px;
	margin-top:10px;
	height:270px;
}


#prod_data_middle {
	width: 250px;
	float: left;
	padding-left:10px;
}

#prod_data_right {
	position: relative; 
	height: 200px;
	width: 275px;
	float: left;
	padding-left:20px;
}

#order-items-listing {
	/*width:250px;
	float:left;*/
}

#product-list-container{
	width:540px;
	float:left;
	margin:10px 0 0 10px;
	border:1px solid #666;
	padding:5px;
	margin-top:10px;
	height: 270px;
}

#product-list-container .scroller {
	height:240px;
	overflow-y: scroll;
}

#prod_data_right a{
	font-size:80%;
}

#rma_issue{
	float: left;
	width: 800px;
	border: 1px solid #BDC7D0;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#rma_issue_left {
	width: 300px;
	float: left;
}

#rma_issue_middle {
	width: 300px;
	float: left;
	padding-left:20px;
}

#rma_issue_right {
	width: 300px;
	float: right;
	padding-right:40px;
}

#prod_table {
	float: left;
	width: 600px;
	height: 200px;
	border: 1px solid #BDC7D0;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#rma_right {
	padding-top: 40px;
	width: 300px;
}
 
 #return table {
 background-color: #BDC7D0;
 color: #000000;
 width: 200px;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
}

#return td {
 background-color: #BDC7D0;
 color: #000000;
 width: 200px;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
}

#next-button .nextBottom {
	position: absolute; 
	bottom: 1.5em; 
	right: 0.3em;	
} 

#next-button a {
  text-decoration:none;
  display:block;
  border:1px solid #D7E5F2;
  background:#BDC7D0;  
  margin-top: 25px;
  padding:3px 5px;
  color:#333333;
  font:bold;
  width: 150px;
  height: 20px;
  font-size: 1.2em;
  text-align: center;
}

#next-button a:hover {
  text-decoration:none;
  display:block;
  border:1px solid #D7E5F2;
  background:#97A9B9;  
  padding:3px 5px;
  color:#D7E5F2;
  width: 150px;
  height: 20px;
  font-size: 1.2em;
  text-align: center;
}

#go-button-rma a {
  text-decoration:none;
  display:block;
  border:1px solid #BDC7D0;
  background:#C9D2BA;  
  padding:2px 5px;
  margin-top: 5px;
  color:#333333;
  font:bold;
  width: 50px;
  height: 16px;
  font-size: 1em;
  text-align: center;
 }

#go-button-rma a:hover {
  text-decoration:none;
  display:block;
  border:1px solid #BDC7D0;
  background:#97A9B9;  
  padding:2px 5px;
  margin-top: 5px;
  color:#D7E5F2;
  width: 50px;
  height: 16px;
  font-size: 1em;
  text-align: center;
 }
 
 #go-button-rmaadmin a {
  text-decoration:none;
  display:block;
  border:1px solid #BDC7D0;
  background:#C9D2BA;  
  padding:2px 5px;
  color:#333333;
  font:bold;
  width: 50px;
  height: 16px;
  font-size: 1em;
  text-align: center;
 }

#go-button-rmaadmin a:hover {
  text-decoration:none;
  display:block;
  border:1px solid #BDC7D0;
  background:#97A9B9;  
  padding:2px 5px;
  color:#D7E5F2;
  font:bold;
  width: 50px;
  height: 16px;
  font-size: 1em;
  text-align: center;
 }

#go-button-rma .add {
	position: absolute; 
	bottom: 0em; 
	right: 1.7em;	
}

#go-button-rmaadmin .next  a{
	text-align: left;
	height: 15px;
	width: 70px;
	margin-top: 5px;
}

#go-button-rmaadmin .next  a:hover{
	text-align: left;
	height: 15px;
	width: 70px;
	margin-top: 5px;
}

#go-button-rmaadmin .adminhome a{
	text-align: left;
	height: 15px;
	width: 90px;
	margin-top: 5px;
}

#go-button-rmaadmin .adminhome a:hover{
	text-align: left;
	height: 15px;
	width: 90px;
	margin-top: 5px;
}

#returnEnd table {
 background-color: #BDC7D0;
 color: #000000;
 width: 400px;
 border-collapse: collapse;
 border: 1px solid #D7E5F2;
}

#returnEnd td {
 background-color: #BDC7D0;
 color: #000000;
 width: 30%;
 border-collapse: collapse;
 border: 1px solid #D7E5F2;
}

#rma_table  table {
 background-color: #C9D2BA;
 color: #000000;
 width: 420px;
 border-collapse: collapse;
 border: 1px solid #BDC7D0;
}

#rma_table td {
 background-color: #C9D2BA;
 color: #000000;
 width: 30%;
 border-collapse: collapse;
 border: 1px solid #BDC7D0;
}

/*RMA Admin styles*/

#RMAadmin {
  float:left;
  width:900px;
  border: 1px solid #C9D2BA;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

table.rmaadmin {
  border-collapse:collapse;
  font-size:11px;
  border:1px solid #BDC7D0;
}

table.rmaadmin  th {
  text-align:left;
  vertical-align:top;
  padding:5px;
  border:1px solid #BDC7D0;
}

table.rmaadmin td {
  text-align: center;
  vertical-align:top;
  padding:5px;
  border:1px solid #BDC7D0;
}

/* POST-IT Styling*/

#post_it {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:550px;
	top: 380px;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

#post_it1 {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:550px;
	top: 300px;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

#post_it2 {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:750px;
	top: 380px;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

#post_it3 {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:550px;
	top: 200px;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

#post_it4 {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:650px;
	top: 200px;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

#post_it5 {	
	background: #fcff00;
	height: 130px;
	width: 150px;
	position: absolute;
	left:750px;
	top: 200px;;
	padding-left: 5px;
	text-align: left;
	font: bold;
}

/* body content */

.body-text {
  width:500px;
}

#main-content h1 {
  font-size:1.4em;
  border-bottom:1px solid #ccc;
  margin:5px 0;
}

#main-content h2 {
  font-size:1.2em;
  margin:5px 0;
}

.marketing-description {
  background-color:#CCCCCC;
  border:1px solid #999;
  padding:10px;
}

.urgent-action,
.message {
  border:1px solid red;
  padding:3px;
  background-color:#FFCCCC;
  font-weight:bold;
  margin-bottom:5px;
}

.semi-urgent {
  border:1px solid orange;
  padding:3px;
  background-color:#FFCC66;
  font-weight:bold;
}

.live-trs-data {
  border:1px solid #ccc;
  padding:5px;
  margin-top:10px;
  font-size:80%;
  color:#666
}

.live-trs-data h2 {
  margin-top:0;
}



#price_list_amounts{
	position:relative;
	display:block;
	float:left;
	margin: 0 10px 0 0 ;
	/*padding:0 0 0 0 ;*/
	/*width:200px;*/
}

#RMA_num {
  border:1px solid #ccc;
  padding:5px;
  margin-top:10px;
  font-size:120%;
  color:#666;
  font-weight:bold;
  text-align: center;
  }
  
  

 #Return_wrapper {
 }
  
/* login page */
body.login {
  text-align:center;
}

#login {
  width:300px;
  margin:100px auto;
  border:1px solid #fff;
  padding:10px;
  text-align:left;
  color:#fff;
  font-size:80%;
}

body.masterdb #login {
  background:#687256;
}

body.partner #login {
  background:#556171;
}

/*order pages*/

#order_main {
	float: left;
	width: 900px;
	border: 0px solid #BDC7D0;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.order-address-panel {
	width: 300px;
	float: left;
	border: 1px solid #BDC7D0;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
}

#order_middle {
	width: 250px;
	float: left;
	padding-left:20px;
}

#order_newaddress{
	position: relative; 
	width: 400px;
	float: left;
	padding-left:0px;
}



#radio_button {
	padding-top: 2px;
}

#ordersubmit {
	padding-top:30px;
}

#go-button-rma .ship{
	position: absolute; 
	bottom: 1em; 
	right: 1.7em;	
}

/* footer */
body.partner #footer {
  margin-top:10px;
  text-align:center;
  /*background:#556171;*/
  padding:10px;
}

.error-box {
  border:1px solid red;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  background-color:#FF99CC;
}

/* import data */


#csv-content {
  height:200px;
  border:1px solid black;
  overflow:scroll;
}

#csv-content table {
  font-size:12px;
  border:1px solid #ccc;
  border-width: 1px 0 0 1px;
  margin:10px;
  border-collapse: collapse;
}

#csv-content td,
#csv-content th {
  border:1px solid #ccc;
  border-width: 0 1px 1px 0; 
}

#csv-process-output {
  margin:10px;
  font-size:10px;
}

/*reports*/

table.reports {
  border-collapse:collapse;
  font-size:11px;
  border:1px solid #ccc;
  border-width:1px 0 0 1px;
}

table.reports tr.highlight-bad, table.refused {
  background-color: red;
}

table.reports th {
  text-align:left;
  vertical-align:middle;
  padding:5px;
  border:1px solid #ccc;
  border-width:0 1px 1px 0;

}

table.reports td {
  vertical-align:top;
  padding:5px;
  border:1px solid #ccc;
  border-width:0 1px 1px 0;
}

table.reports ul {
  list-style:none;
  margin:0;
  padding:0;
}

.report-info {
  color:#999;
  margin-bottom:10px;
  font-size:11px;
}

.order-form {
  border:1px solid #666;
  padding:10px;
  background:#BDC7D0;
}

.order-form h3 {
  margin:0;
}

#address-search-wrapper {
  border:1px solid #BDC7D0;
  margin: 5px;
  padding: 5px;
}

#address-search-wrapper  label {
  display:block;
  margin-bottom: 5px;
}

.panel {
  padding:10px;
  margin-bottom:10px;
  border:1px solid #666;
}

.panel p {
  margin-top:0
}

.panel h3 {
	margin:0;
	padding:0 0 5px 0;
	font-size:14px;
}

#cartridge-details{
	display:block;
	float:left;
	position:relative;
	width:350px;
	margin: 0 10px 0 0 ;
	padding:0 0 0 0 ;
}

able.product-details {
	font-size:0.9em;
}

table.product-details  td,
table.product-details  th {
	padding:3px;
}

table.address {
	width:280px;
}

table.address th {
	width:110px;
}



#marketing_info{
	display:block;
	float:left;
	position:relative;
	min-width:100px;
	min-height:100px;
	margin: 0 0 0 0 ;
	padding:0 0 0 10px ;
}

#compatible-printers{
	display:block;
	/*float:left;*/
	position:relative;
	min-width:100px;
	min-height:100px;
	margin: 0 0 0 0 ;
	padding:0 0 0 10px ;
}

.controls-container {
	width:800px;
	margin-top:10px;
}

.controls-container .prev {
	float:left;
}

.controls-container .next {
	float:right;
}

.controls-container a {
	display:block;
	line-height:1.8em;
	border:1px solid #ccc;
	padding:0 5px;
}

/* new forms (gurgitated) */
fieldset {
	margin-top:10px;
}

.field {
	margin-bottom:10px;
}

.field label {
	display:block;
	font-weight:bold;
	font-size:12px;
}

.field .help {
	font-size:12px;
	padding:5px;
}

/* RMA stuff */
.rma-item {
  width:400px;
  margin-top:10px;
  margin-bottom:10px;
}

.rma-item th {
  width:150px;
}

.checkbox-pseudolabel {
    font-size:11px;
}

#refusal-reasons {
    border: 1px solid #ccc;
    padding:5px;
}

table.picking-item {
    width:500px;
    margin: 10px 0;
}

table.picking-item th {
    width:150px;
}

#data-island {
    display:none;
}
