﻿/* ------------ Baseline CSS Start ------------*/

/* Eric Meyers */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1px;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ------------ Baseline CSS End ------------*/



/* ------------ Default Element Styling CSS START ------------*/

/* Derived from: The W3C Core Styles Copyright (c) 1998 W3C (mit, inria, Keio), All Rights
Reserved. W3C liability, trademark, document use and software licensing rules
apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html

/* general body styles begin */	

body {
	position: relative;
	font: normal 1em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background: #FFF;
	float: left;
}	
		
p, blockquote, ul, ol, dl, dd, li, dir {	
	/* inherit from body */	
}
dd{
	font-size: .8em;
}	
		
small {	
	font-size: .92em;
}	
		
big {	
	font-size: 1.17em;
}	
		
pre {	
	font-family: "Courier New", monospace;
}	
		
ol li {	
	list-style-type: decimal;
}	

ol ol li {	
	list-style-type: lower-alpha;
}	

ol ol ol li {	
	list-style-type: lower-roman;
}	
		
table, tbody, tr, td, td p, .leftMenuStyleList dd, .styleList dd {
	font: normal 1em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
/* general body styles End */	



/* general header styles START */	
		
h1 {	
	font:bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
h2 {	
	font:bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
h3, dt {	
	font:bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
h4 {	
	font:bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
h5, .leftMenuStyleList dt, .styleList dt {	
	font:bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
		
h6 {	
	font:bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	
}	
		
tfoot, thead {	
	font:bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
th {	
	vertical-align: baseline;
	text-align: center;
	font:bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
hr{	
}	
		
/* general header styles END */	




/* general text styles START */	
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label {	
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	border-color: black;
	border-style: none;
}	
a:link {	
	text-decoration: none;
	font-weight: bold; 
	color: inherit;
	background: none;
	border-bottom: 1px solid #000;
}	
		
a:visited {	
	text-decoration: none;
	font-weight: bold;
	color: #69C;
	background: none;
	border-bottom: 1px dotted #69C;
}	
		
a:active {	
	text-decoration: none;
	font-weight: bold;
	color: #00f;
	background: none;
	border-bottom: 1px solid #00f;
}	
		
a:hover {	
	text-decoration: none;
	font-weight: bold;
	color: #00f;
	background: #ccc;
	border-bottom: 1px solid #00f;
}
body {	
	/*set in "general body styles" */
}	
		
em, i {	
	font: italic 110% "Helvetica Neue", Helvetica, Arial, sans-serif;
}	
		
strong, b {	
	font: bold 110% "Helvetica Neue", Helvetica, Arial, sans-serif;
}	
		
em strong, strong em {	
	font: inherit;
	font-size: 110%;
	text-transform: uppercase
}
del {	
	text-decoration: line-through;
	background: #f66;
}	
ins {	
	text-decoration: underline;
	background: yellow;
}	
		
var, cite, dfn {	
	font-style: italic;
}	
		
address {	
	font-style: normal;
	letter-spacing: .1em;
}	
		
acronym {	
	font-variant: small-caps;
	letter-spacing: .1em;
}	
		
	
hr {	

}
		
col, colgroup, table, tbody, td, tr {	
	color: #000;
	text-decoration: none;
	border-color: black;
	border-style: none;
	background: #ccc;
}
strong strong { /* use for notes and instructions */
	font: inherit;
	color:#f00;
}
/* general text styles END */	




/* general vertical spacing on block elements styles START */
		
a, address, blockquote, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, b, big, center, dir, font, i, menu, pre, s, strike, tt,		
u, abbr, acronym, bdo, button, fieldset, ins, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	vertical-align: baseline;
}	
		
body {	
	line-height: 1.25em;
}	
		
div > p:first-child, body > p:first-child, td > p:first-child {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
h1, h2, h2.dottedHr, h3, h4, h5, h6 {	
	margin-top: 1.25em;
	margin-bottom: .25em;
	padding-top: 0;
	padding-bottom: 0;
	/* line-height: 1.25em; */
	border: none;
	clear: both;
}	
h4{
	height: 30px;
	vertical-align: bottom;
}
		
p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
blockquote, fieldset, form, ul, ol, dl, dir, menu {	
	margin-top: .75em;
	margin-bottom: .75em;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
dt {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1em;
	border: none;
}	
		
dd {	
	margin-top: 0;
	margin-bottom: .5em;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
	border: none;
}	
		
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none
}	
		
address {	
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
pre {	
	margin-top: .83em;
	margin-bottom: .83em;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	line-height: 1.25em;
}	
		
hr {	

}
body > hr {	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	border-bottom: 1px solid #000;
}
		
div, center {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}		
col, colgroup, table, tbody, td, tfoot, th, thead, tr {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}	
		
caption, td, th {	
	line-height: 1em;
	padding: 5px 0;
	vertical-align: top;
}
th{
 	min-height: 15px;
	vertical-align: middle;
}
		
/* general vertical spacing on block elements styles END */




/* general horizontal spacing on block elements styles START */
		
a, address, blockquote, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,		
u, abbr, acronym, bdo, button, fieldset, ins, label {	
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	float: none;
	clear: none;
	list-style-position: outside;
}	
		
address, blockquote, dl, fieldset, form, ol, 		
p, ul,  dir, menu, pre {	
	margin-left: 0;
	margin-right: .75em;
	padding-left: 0;
	padding-right: 0;
	border: none;
}	
		
div > p:first-child, body > p:first-child, td > p:first-child {	
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	text-indent: 0;
}	
		
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p {
	text-align: left;
	text-indent: 0;
}	
		
h1 {
	text-align: left;
}	
		
h2 {
	text-align: left;
}	
		
h3 {
	text-align: left;
}	
		
h4 {
	text-align: left;
}	
		
h5 {
	text-align: left;
}	
		
h6 {
	text-align: left;
}	
		
p {
	text-indent: 0;
}	
		
blockquote {	
	margin-left: 1.75em;
}	
		
address {	
}	
		
pre {
}	
		
li {	
	margin-left: 1.75em;
}	
		
dt {
}	
		
dd {	
	margin-left: 1.25em;
}	
		
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li hr, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd hr, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {	
}
			
hr {
	text-align: center;
	clear: both;
}
		
center {
}	
		
col, colgroup, table, tbody, td, tfoot, th, thead, tr {	
	float: none;
	clear: none;
}	
		
table, td, th, caption {	
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}	
th{
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}		
/* general horizontal spacing on block elements styles END */
/* ------------ Default Element Styling CSS END ------------*/


/* ------------ 1-col Fixed Center: Primary Page Styling CSS START ------------*/

div.container{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 20px auto 10px;
	border: 1px solid #000;
	padding: 0;
	font-size: 10px;
	text-align: left;
	background: #fff;
}

div.mainContent{
	position: relative;
	width:100%;
	height: auto;
	padding: 0;
	border: none;
}
ul.ulSizes, ul.ulSizes li, td.ulSizes, ul.ulimage, ul.ulimage li, td.ulimage{
	margin:0;
	padding:0;
}
ul.ulSizes, ul.ulimage{
	height: 11.75em;
	margin: 0;
	padding: 0;
	overflow: auto;
}
ul.ulSizes li{
	width: 30px;
	padding-left: 5px;
}
ul.ulimage li{
	width: auto;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	text-align: center;
}
ul.ulimage li img{
	width:35px;
	height:35px;
	margin: 3px auto;
	display: block;
}
ul.ulimage li p{
	margin: 8px 0 0 0;
	border-top:1px dotted #666;
}
input, select, option, .Td1{
	margin-bottom: 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
}
.ediDiv{
    height: 160px;
    border: 1px inset gray;
}
input{
	text-align: center;
}
.left{
	float: left;
	display: inline;
}
.right{
	float: right;
	display: inline;
}
/* ------------ 1-col Fixed Center: Primary Page Styling CSS END ------------*/

/* ------------ Matt's CSS Start --------------------------------------------*/


h6.shopper{
	width:990px;
	Padding: 0 10px 0 0;
	text-align: right;
	
}
td, tr, table
{	
	background-color: #fff;
	border-collapse: collapse;
}
div.mainContent
{
	
}
div.navContent{
	position: relative;
	width:990px;
	height:auto;
	padding: 0 0 0 10px;
	background: #999 url(/images/staples_Navbar_Gd_Default.jpg) top left repeat-x;
}
div.navContent a, div.navContent a:link, div.navContent a:visited, div.navContent a:hover, div.navContent a:active{
	width: auto;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 9px 10px 10px 0;
	border:none;
	background: transparent url(/images/vert_wht_rule_60px.png) right 50% no-repeat;
	font: bold 11px/30px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	text-decoration:none;
	text-transform: uppercase; /* Fixed 8/07/08 KAL */
}
div.navContent a:hover, div.navContent a:active{
	color:#000;
	text-decoration:none;
}
div.vendorImage
{
	float: left;
	margin: 10px 0;
}
div.siteSearch
{
	float: right;
	margin: 0 10px 0 0;
}
div.styleSearch
{
	float: right;
	margin: 0 10px 0 0;
	clear: right;
}
h2.banner
{
	background:#555;
	width: inherit;
	padding: 0 0 0 10px; /* KAL 8/07/08 width fix */
	color: #fff; /* KAL 8/07/08 width fix */
	clear: both;
}
div.leftNavContent
{
	width: 140px;
	float: left;
	border: 1px none red;
	padding: 0 5px 10px 5px;
	font: normal 12px/12px  "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background: transparent;
	
}
div.content
{
	width: 849px;
	float: right;
	border-left: 1px none #000;
	background: transparent;
}
div.defaultContent
{
	width: 100%;
	border-left: 1px none #000;
	background: transparent;
}
div.filterContent{
	padding: 0 0 0 10px;
}
h3.contentHeader { /* KAL 8/07/08 width fix */
	width: inherit;
	padding: 0 0 0 10px;
	background: #999;
}
div.styleContent{}
div.styleColumn
{	
	position: relative;
	margin: auto auto auto 10px;
	float: left;
	width: 150px;
}
div.mainContentFooter
{
	clear: both;
}
div.column
{
  width: 45%;
  float: left;
  margin: auto 20px 20px auto;
}
div.columns
{
  width: 33%;
  float: left;
}
div.styleColumnHeader
{
	height: 30px;
	vertical-align: bottom;
}
div.contentBody
{
	margin: 10px 20px auto 20px;
	background: #fff;
}
div.inputTable, div.displayTable
{
	width: 100%; /* was auto KAL 7/22 */
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: auto auto 10px auto;
	clear: both;
}
div.inputTable table, div.displayTable table
{
  width: 100%; /* was auto KAL 7/22 */
}
div.inputTable table th , div.displayTable table th
{
  background-color: #ccc;
}
div.inputTable table td, div.displayTable table td
{
	width: auto; /* was 25% KAL 7/22 */
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
div.inputTable table td table td, div.displayTable table td table td 
{
    border: none !important;
    text-align:center;
    width:auto !important;
}
div.inputTable table td h6, div.displayTable table td h6
{
	margin-top: .25em;
	text-align: center;
}
div.inputTable table td div.imageContent h5, div.inputTable table td div.imageContent h6 {
	text-align: left;
}
table th.narrow_last_colum, table td.narrow_last_colum{
	width: 10%;
}
.sizeStyle{
	text-align: left;
	float: left;
	width: 37%;
	height: 180px;
}
.sizeColor
{	
	text-align: right;
	float: right;
	width: 37%;
	height: 180px;
}
.sizeButtons
{
	text-align: center;
	float: none;
	width: 23%;
	height: auto;
	margin: 0 auto;
	border: 1px none red;
	padding: 30px 0 0 0;
}
.sizeStyle select, .sizeColor select, .sizeColor div{
	width:100%;
	height: 160px;
}
.sizeButtons input
{
	margin: 10px auto 0;
}
.sizeStyle select, .sizeColor select/*, .ddSizeStyle, .ddSizeColor*/, .sizeColor div{
	width: 100%;
}
.dottedHr, .methodHr{
  margin: 5px 0;
  border-bottom: 1px dotted #000;
  color: inherit;
}
h2.dottedHr {	
	margin-top: 1.25em;
	border-bottom: 1px dotted #000;
}
.controls
{
  text-align: right;
}
div.tableTitle
{
	float: left;
	font-weight: bold;
}
.viewExamples
{
	text-align: right;
}
caption
{ 
  background-color: #777;
  border-bottom: 1px dotted #000;
  border-right: 1px solid #000;
  font-weight:bold;
}
textarea.imageDescription{
  position:relative;
  height: 75px; 
  width: auto; 
} 
.imageContent{
  margin: 5px;
}
.imageInfo{
  float: left;
}
.clear{
  clear: both;
}
/* ------------ Matt's CSS End ----------------------------------------------*/

/* -------------------- START: added from wpc-ui.css by kurt 7/24 ----------------- */

	.methodTable, .methodLocationTable,
	.existingMethodLocationTable, .existingMethodTable,
	.sizeTable
	{
		clear: both;
		width: 100%;
	}
	.exsistingSizeTable, .futureSizeTable
	{
		width: 100%;
	}
	.exsistingSizeContent
	{
		float: left;
		width: 100%;
		margin: 0px;
	}
	.exsistingSizeTable th h5
	{
		border-bottom: 1px dashed #000;
	}
	.exsistingSizeTable th h3, .exsistingSizeTable td h3
	{
		text-align: center;
	}
	.futureSizeContent
	{
		float: left;
		width: 100%;
	}
	.colorTable th, 
	.futureSizeTable th,
	.existingMethodTable th, .existingMethodLocationTable th,
	.exsistingSizeTable th,
	.methodTable th, .methodLocationTable th,
	.sizeTable th 
	{
		text-align: center;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}
	.methodTable td, .methodLocationTable td, .existingMethodTable td, .existingMethodLocationTable td, .colorTable td, .sizeTable td, .exsistingSizeTable td, .futureSizeTable td
	{
		background-color:#FFFFFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		text-align: center;
	}
	.methodTable td, .methodLocationTable td, .existingMethodTable td, .existingMethodLocationTable td, .sizeTable td, .exsistingSizeTable td, .futureSizeTable td
	{	
		vertical-align: middle;
	}
	.methodLocationTable td div, .methodTable td div
	{
		text-align: center;
	}
	
	.methodTable tr, .methodLocationTable tr
	{
	}
	div.tableTitle
	{
		float: left;
		font-weight: bold;
	}
	div.methodLocation, div.method, div.color, div.size, div.exsistingSize, div.futureSize
	{
		background-color:#CCCCCC;
	}
	div.methodContent, div.existingMethodContent, div.colorContent, div.exsistingSize, div.futureSize, div.sizeContent
	{
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	div.existingMethodControls, div.existingColorControls
	{
		text-align: right;
	}
	.btnAdd, btnRemove
	{	
		display: block;
	}
	.ddViewOne, .ddViewTwo, .ddViewThree
	{ 
		
	}
	.divViewOne, .divViewTwo, .divViewThree
	{
		width: 33%;
		float: left;
		text-align: center;
	}		
/* -------------------- END: added from wpc-ui.css by kurt 7/24 ----------------- */
/* -------Kurt CSS ---- */
body.oneColFixCtr{
	width: 100%;
	text-align: center; /* For IE6 to center column */
	background: #999 url(/images/bg_hort-grad.png) top center repeat-y;

}
.pop-up{
	position: relative;
	width: auto;
	height: auto;
	margin: 20px auto;
	border: 1px solid #000;
	padding: 10px;
	background-color: #fff;
}
div.file_browse, div.image_caption_wrapper{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	border: none;
	padding: 0;
	background-color: #fff;
}
div.file_browse h2, div.file_browse select{
	float: left;
	margin: 0 10px 0 0;
	vertical-align: bottom;
}
div.file_browse h2{
	padding: 4px 0 0;
	position:relative;
}
#imageuploadpath{
	width: 50%;
	vertical-align:bottom;
}
#image_caption{
	width: 290px;
	height: 200px;
	vertical-align:bottom;
}
.preview img{
	margin-left: 20px;
	border:1px none red;
	vertical-align:bottom;
}
.save_cancel{
	position:relative;
	width: auto;
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.copy{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	white-space: normal;
}
.copy h5{
	width: 50%;
}
.copy textarea{
	width: 50%;
	height: 75px;
	margin: 0;
	padding: 0;
	}
.controls, .existingColorControls{
	float: right;
	width: auto;
	height: auto;
	text-align: right;
}
.imageContent input{
  margin: 10px 0;
}
.save{
	float: left;
}
.cancel{
	float: right;
}
.thumbnail{
	float: left;
	width: 75px;
	height: 75px;
	margin: 5px;
	margin-left: 0;
}
div.inputTable table, div.displayTable table,
div.inputTable table td, div.displayTable table td{
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	vertical-align: top; /* Edited 8/11 KAL: was middle */
}
.addl_chrgs .inputTable, 
.base_info .inputTable,
.pakg_info .inputTable{
	border: none;
}
.addl_chrgs div.inputTable table th, .addl_chrgs div.inputTable table td, 
.base_info div.inputTable table th, .base_info div.inputTable table td,
.pakg_info div.inputTable table th, .pakg_info div.inputTable table td{
	width: 25%;
	border: none;
	border-bottom: 1px dotted #000;
	text-align: left;
	background: none;
}
.addl_chrgs div.inputTable table td, 
.base_info div.inputTable table td,
.pakg_info div.inputTable table td{
	width: auto;
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img.calendar{
	width: 15px;
	height: 15px;
}
.contentBody .inputTable td.flush_right{
	text-align: right
}
.contentBody .inputTable .no_rule th, .contentBody .inputTable .no_rule td{
	border: none;
}
.addl_chrgs .displayTable th, .addl_chrgs .displayTable td{
	text-align: center;
}
div.dotted_top{
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0;
	border-top: 1px dotted #000;
	padding:5px 0 0 0;
	font: inherit;
	text-align: center;
}
span.qty{
	margin: 5px 0;
	border-bottom: 1px dotted #000;
	padding:0 0 5px 0;

}
th .qty, td .qty, h4.qty{
	width:50px;
	height:18px;
	margin:0 auto 5px;
	padding: 0;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
h4.qty{
	border-bottom: 1px dotted #000;
}
table h3{
	margin:0;
	padding:0;
}
ul.hort_list {
    zoom:1;
}
ul.hort_list, ul.hort_list li{
	position: relative;
	width: auto;
	margin: 0;
	list-style: none;
	text-align: left;
	clear:both;
}
 ul.hort_list li{
 	float: left;
	margin: 0 0 5px 20px;
	vertical-align: middle;
	text-align: left;
	display: inline;
	clear: none;
 }
ul.hort_list h1, ul.hort_list h2, ul.hort_list h3, ul.hort_list h4, ul.hort_list h5, ul.hort_list h6{
	height: auto;
	margin: 0;
	padding: 0;
}
ul.vert_list, ul.vert_list li{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}
.leftNavContent h3{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.admin_menu, .leftMenuStyleList, .search_menu, .vendorCheck{
	position: relative;
	width: 100%;
	height: auto;
	margin:10px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 5px 0;
}
.scroll_window{
	position: relative;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 5px 0;
	background: #ccc;
	overflow: auto;
	overflow-x: hidden;
	overflow-y:scroll;
	clear: both;
}
.leftMenuStyleList dl{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
a.what_is_this, a.what_is_this:link{
	margin: 0 0 5px 0;
	padding: .25em;
	border: 2px solid #666;
	background: #ccc;
	vertical-align: middle;
}

/* What_is_this pop-up styles */
span.info_rollover{
 display:block;
 position: absolute;
 z-index: 1000;
 width: 100px;
 height: auto;
 margin: 0;
 padding: 10px;
 border: 1px solid black;
 font: normal 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
 color: #000;
 background: #ccc;
 visibility:hidden;
}
a.what_is_this:hover span.info_rollover{
 left:auto;
 right: 0%;
 visibility:visible;
 top:auto;
}

input.long_text{
	width: 115px;
	text-align: left;
}
.styleList{
	padding: 5px;
	border: 1px solid #666;
}
table, table tr, table tr td,
table.exsistingSizeTable tr td, table.sizeTable tr td {
	background: #fff;
}
/* div.pop-up_container, */
div.pop-up_container > div{
	width: 600px;
	height: 480px;
}
/* -------END: Kurt CSS ---- */
.nobreak
{
	white-space:nowrap;
}

div.inputTable table.CheckBoxListAlignLeft td, div.displayTable table.CheckBoxListAlignLeft td
{
	text-align:left;
	padding:0 30px 0 30px;
	width:auto !important;
}
div.LPVendorItemNumber
{
	width: 100%; /* was auto KAL 7/22 */
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: auto auto 10px auto;
	clear: both;
}

div.LPVendorItemNumber table
{
  width: 100%; /* was auto KAL 7/22 */
}
div.LPVendorItemNumber table th
{
  background-color: #ccc;
}
div.LPVendorItemNumber table td
{
	width: auto; /* was 25% KAL 7/22 */
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
div.LPVendorItemNumber table td table td 
{
    border: none !important;
    width:auto !important;
}
div.LPVendorItemNumber table td h6
{
	margin-top: .25em;
}
div.LPVendorItemNumber table, div.LPVendorItemNumber table td
{
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	vertical-align: top; /* Edited 8/11 KAL: was middle */
}
div.LPVendorItemNumber table.CheckBoxListAlignLeft td
{
	text-align:left;
	padding:0 30px 0 30px;
	width:auto !important;
}

.pnlCSS{
font-weight: bold;
cursor: pointer;
border: solid 1px #c0c0c0;
width:30%;
}

.ediTable, .Td1, .Tr1, .Td2
{
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}