html, body {
	width:100%;
	background-color:#003073;
	}

.popup {	
	position:relative;
	float:left;
	padding:25px;
	background-color:#ccc;
	text-align:left;
	}

.popup p {
	padding:20px 0 20px 0;
	}
	
.clear {
	clear:both;
	}

input, textarea, p, br, hr, table, tr, td, div {
	font-family:"Helvetica", "Arial", "Verdana", sans-serif;
	color:#333;
	}

a:link, a:visited {color:#039;text-decoration:underline;}
a:hover, a:active {color:#039;text-decoration:none;}

a.nav:link, a.nav:visited {color:#fff;text-decoration:none;font-weight:bold;}
a.nav:hover, a.nav:active {color:#fff;text-decoration:none;}

a.other:link, a.other:visited {color:#666;text-decoration:underline;font-weight:normal;}
a.other:hover, a.other:active {color:#666;text-decoration:none;}

h1 {
	font-size:20px;
	color:#039;
	font-weight:bold;
	text-align:left;
	margin:0 0 10px 0;
	}

h2 {
	font-size:16px;
	color:#099;
	font-weight:bold;
	text-align:left;
	}
	
h2.tool_tip_style{
	font-size:14px;
	color:#099;
	font-weight:bold;
	text-align:left;
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px dotted gray;
	}
p.tool_tip_style{
	text-align:left;
	margin: 0;
	padding: 0 5px;
}

h3 {
	color:#039;
	}

h4 {
	font-size:16px;
	}

strong {
	font-weight:bold;
	}

.highlight {
	color:#099;
	}

.alignLeft {
	float:left;
	}

.alignRight {
	float:right;
	}

.alignCenter {
	text-align:center;
	}
	
.textfieldQty {
	width:25px;
	height:20px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:11px;
	}
.strike{
	color:#cc0033;
	text-decoration: line-through;
}
.submit {
	height:22px;
	padding:0 5px 0 5px;
	border:1px solid #ccc;
	background:url(/Images/button-add-bg.jpg) repeat scroll 0 0;
	color:#099;
	font-weight:bold;
	font-size:11px;
	}

.submit_red {
	height:22px;
	padding:0 5px 0 5px;
	border:1px solid #ccc;
	background:url(/Images/button-add-bg.jpg);
	color:#cc0033;
	font-weight:bold;
	font-size:11px;
	}
	
/* MAIN CONTAINER */
	
.wrapper {
	position:relative;
	width:960px;
	margin:auto;
	text-align:center;
	}
	
/* HEADER */

.header {
	position:relative;
	float:left;
	width:960px;
	height:144px;
	background: #fff url(/Images/header-bg.jpg) no-repeat bottom;
	}

.logo {
	position:absolute;
	left:38px; top:13px;
	}

.header-contact {
	position:absolute;
	right:10px; top:20px;
	text-align:right;
	color:#099;
	font-size:13px;
	font-weight:bold;
	}
.welcome_msg{
	position:absolute;
	right:10px; top:126px;
	text-align:right;
	color:#FFF;
	font-size:10px;
}
.header-level2 {
	position:absolute;
	right:0;
	bottom:14px;
	background: transparent url(/Images/header-level2-bg.jpg) repeat-x scroll 0 0;
	text-align:right;
	padding:5px 10px;
	font-size:11px;
	}
.header-level3 {
	position:absolute;
	right:0; bottom:8px;
	height:28px;
	background: transparent url(/Images/header-level2-bg.jpg) repeat-x scroll 0 0;
	text-align:right;
	padding:5px 10px;
	font-size:11px;
	}
.navigation {
	position:relative;
	float:left;
	width:960px;
	height:39px;
	background:url(/Images/nav-bg.jpg) no-repeat;
	}

.search {
	position:absolute;
	right:10px; top:8px;
	width:159px;
	height:22px;
	background:url(/Images/search-bg.jpg) no-repeat;
	text-align:left;
	}

.search .textfield {
	position:absolute;
	left:10px; top:3px;
	border:0;
	background:none;
	color:#999;
	width:125px;
	}

.search .submit {
	position:absolute;
	right:4px;top:2px;
	border:0;
	background:url(/Images/search-button.gif) no-repeat;
	width:17px;
	height:17px;
	}
.login_boxes {
	position:relative;
	float:left;
	margin:0 0 0 47px;
	}

.login {
	position:relative;
	float:left;
	width:100px;
	height:15px;
	background:url(/Images/login-bg.jpg) no-repeat;
	text-align:left;
	padding:0 0 0 5px;
	}

.login .textfield {
	position:absolute;
	left:7px; top:1px;
	border:0;
	background:none;
	color:#cff;
	width:87px;
	}
.login_text{
	color:white;
	position: relative;
	float: left;
	text-align: left;
	font-weight:bold;
	text-transform:uppercase;
	margin:2px -35px 0 0;
}
.username_text {
	color:white;
	position: relative;
	float: left;
	text-align: left;
	margin:0 0 0 55px;
}

.password_text {
	color:white;
	position: relative;
	float: left;
	text-align: left;
	margin:0 0 0 57px;
}

.login_go {
	position:relative;
	float:left;
	}
.header-level2 .submit {
	border:0;
	background:url(/Images/Products/login-button_go.jpg) no-repeat;
	width:18px;
	height:18px;
	}
.loginError{
	position:absolute;
	right:0px;
	top:126px;
	width:278px;
	height:22px;
	padding: 0 10px;
	text-align:left;
}
.header-bottom {
	position:relative;
	float:left;
	width:960px;
	height:23px;
	background:url(/Images/header-bottom.jpg) no-repeat;
	}
	
/* FOOTER */

.footer {
	position:relative;
	float:left;
	width:960px;
	background-color:#999;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:5px 0 5px 0;
	}
	
.footer2 {
	position:relative;
	float:left;
	width:960px;
	padding:10px 0 10px 0;
	background-color:#d9d9d9;
	color:#666;
	font-size:11px;
	}

/* HOMEPAGE */

.home-content {
	position:relative;
	float:left;
	width:960px;
	height:326px;
	background:url(/Images/home-bg.jpg) no-repeat;
	}

.home-content p {
	text-align:left;
	color:#d9d9d9;
	}

.home-tagline {
	position:absolute;
	top:25px; left:110px;
	width:743px;
	height:20px;
	font-family: Helvetica;
	font-size: 23px;
	text-transform: uppercase;
	color: white;
	}

.home-labware {
	position:absolute;
	left:33px; top:70px;
	width:280px;
	height:229px;
	}

.home-labware-text {
	position:absolute;
	left:15px; top:165px;
	z-index:2;
	width:250px;
	}

.home-sis {
	position:absolute;
	left:338px; top:70px;
	width:292px;
	height:229px;
	}

.home-sis-text {
	position:absolute;
	left:15px; top:165px;
	z-index:2;
	width:250px;
	}

.home-custom {
	position:absolute;
	left:643px; top:70px;
	width:312px;
	height:229px;
	}

.home-custom-text {
	position:absolute;
	left:15px; top:165px;
	z-index:2;
	width:250px;
	}

.home-feature {
	position:relative;
	float:left;
	width:960px;
	background-color:#d9d9d9;
	min-height:190px !important;
	height:auto !important;
	height:190px;
	padding-top:20px;
	}

.home-feature-box {
	width:260px;
	background: url(/Images/home-feature-bg.jpg) no-repeat;
	text-align:left;
	padding:10px;
	min-height:150px;
	color:#006;
	}

.home-feature-box p {
	margin:15px 5px 15px 5px;
	}

.home-specials {
	position:absolute;
	left:33px;
	}

.home-tradeshows {
	position:absolute;
	left:338px;
	}

.home-catalog {
	position:absolute;
	left:643px;
	}

/* INTERIOR PAGES */

.contentContainer {
	position:relative;
	float:left;
	width:920px !important;
	background-color:#d9d9d9;
	padding:0 20px 40px 20px;
	text-align:left;
	}
	
.contentContainer p {
	margin:20px 0 20px 0;
	}

.mainContent {
	position:relative;
	float:right;
	margin:0 0 0 0 !important;
	margin:0 5px 0 0px;
	width:640px !important;
	width:630px;
	text-align:left;
	}

.mainContent ul {
	margin:20px 0 0 20px;
	}

.mainContent ul li ul {
	margin:0px 0 0 20px;
	}

.mainContent li {
	list-style:disc;
	line-height:150%;
	}

.mainContentCustomLeft {
	float:left;
	width:450px !important;
	width:430px;
	}
	
.mainContentCustomRight {
	float:right;
	width:150px;
	margin:0 10px 0 0 !important;
	margin:0 0px 0 0;
	}

.mainContentCustomRight img {
	border:2px solid #fff;
	margin:0 0 20px 0;
	}

.mainContentAdded {
	position:relative;
	float:right;
	margin:0 20px 20px 0;
	padding:10px;
	width:610px;
	text-align:left;
	border:1px solid #099;
	background-color:#f2f2f2;
	}

.mainContentProduct, .mainContentDetail {
	position:relative;
	float:right;
	margin:0 20px 0 0;
	width:630px !important;
	width:610px;
	text-align:left;
	}

.mainContentProduct p {
	margin:20px 0 20px 0;
	}

.mainContentProduct img, .mainContentDetail img {
	border:3px solid #fff;
	margin:0 20px 20px 0;
	}

.mainContentDetail img {
	margin:0 0 5px 0;
	}

.volumePricing tr td {
	font-size:11px;
	padding:5px;
	}

.detailTable td {
	vertical-align:top;
	}

.detailTable td.content {
	padding:0 0 0 40px;
	}

.detailTable td ul li {
	list-style:disc;
	}

.detailTable .priceQty {
	float:left;
	margin:22px 0 0 0;
	}

.detailTable .priceQty th {
	font-size:11px;
	color:#039;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 7px 0;
	}

.detailTable .priceQty td {
	padding:2px 15px 2px 0;
	}

.detailTable .relatedDocs {
	width:100%;
	margin-top:-10px;
	}

.detailTable .relatedDocs td {
	vertical-align:middle;
	}

.detailImage {
	width:250px;
	padding:0;
	font-size:11px;
	}

.detailImageInterior {
	position:absolute;
	left:7px; top:248px;
	z-index:4;
	width:241px;
	height:34px;
	}

.detailImageInterior img {
	border:0;
	padding:0;
	margin:0;
	}

/* CATEGORY & PRODUCT PAGES */

.category-description {
	position:relative;
	float:left;
	margin:20px 0 0 0;
	width:300px;
	text-align:left;
	}

.category-special {
	position:relative;
	float:left;
	margin:20px 0 0 20px;
	width:300px;
	text-align:left;
	color:#099;
	font-size:16px;
	font-weight:bold;
	}

.products {
	position:relative;
	float:left;
	width:100%;
	margin:20px 0 0 0;
	text-align:left;
	}

.product {
	position:relative;
	float:left;
	padding:0 60px 0 0;
	width:150px;
	margin:10px 0 0 0;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:175%;
	}

.product .textfield {
	width:25px;
	height:20px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#333;
	}
	
.productListAdd {
	float:left;
	width:100%;
	margin:20px 0 0 0;
	}

.productListAdd {
	float:left;
	width:100%;
	}

.productListAdd thead {
	background:#039;
	}

.productListAdd th {
	color:#fff;
	font-weight:bold;
	padding:5px;
	font-size:11px;
	}
	
.productListAdd td {
	font-size:11px;
	padding:5px;
	vertical-align:top;
	}

.productListAdd td p {
	padding:0;
	margin:0;
	}

.productListAdd .alt {
	background-color:#d9d9d9;
	}

.productList, .quickList {
	float:left;
	width:100%;
	}

.productList thead, .quickList thead {
	background-color:#039;
	}

.productList th, .quickList th {
	color:#fff;
	font-weight:bold;
	padding:5px;
	}

.productList td, .quickList td {
	padding:5px;
	vertical-align:top;
	}

.addCA img {
	border:0;
	}

.quickList td {
	vertical-align:middle;
	background-color:#ccc;
	font-size:11px;
	}

.quickListHead {
	font-weight:bold;
	border-bottom:1px solid #fff;
	}

.quickListTitle {
	float:left;
	width:100%;
	margin:0 0 10px 0;
	}

.quickList .myPart {
	width:75px;
	}
	
.productList td p {
	font-size:11px;
	color:#666;
	}

.productList td a {
	font-weight:bold;
	}

.productList .addtocart {
	text-align:center;
	}

.productList .alt {
	background-color:#ccc;
	}

.productList .textfield {
	width:25px;
	height:20px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#333;
	}

.quickList .textfield {
	height:20px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#333;
	}
	
.productList .add {
	height:22px;
	padding:0 5px 0 5px;
	border:1px solid #ccc;
	background:url(/Images/button-add-bg.jpg);
	color:#099;
	font-weight:bold;
	}

.productList p {
	margin:0;
	padding:0;
	}

.productListAccessories thead {
	background-color:#099;
	}

.productListAccessories {
	margin:20px 0 0 0;
	}

.productListClosures td a {
	color:#039;
	}

.productListAccessories img, .productListClosures img {
	border:0;
	margin:0;
	padding:0;
	}

.productListAccessories .thumb, .productListClosures .thumb {
	width:50px;
	}

td.productAddTotal {
	padding:20px 0 0 0;
	font-size:16px;
	font-weight:bold;
	}
/* CREDIT APP */
.creditForm {
	float:left;
	margin-bottom: 20px;
	}

.creditForm thead {
	background-color:#039;
	}

.creditForm th {
	color:#fff;
	font-weight:bold;
	padding:5px;
	}

.creditForm td {
	padding:5px;
	vertical-align:top;
	}

.vendor_reference{
	margin-bottom: 20px;
}

.credit_alt{
	background-color: #ccc
}

.creditForm_text_box{
	width:150px;
}



/* CONTACT US */

.contact2 {
	padding:0 0 0 40px;
	}


/* CART TOOLBAR */

.cart {
	position:relative;
	float:right;
	margin:5px 0 20px 0;
	padding:4px 0 0 2px;
	/* width:324px; */
	height:22px;
	/* background:url(/Images/cart-bg.jpg) no-repeat; */
	text-align:left;
	color:#666;
	}

.cart-view {
	/* position:absolute;
	left:2px; top:2px; */
	position:relative;
	float:left;
	height:18px;
	padding:2px;
	background:url(/Images/cart-bgL.jpg) #fff top left no-repeat;
	}

.cart-text {
	/* position:absolute;
	/* left:95px; top:-16px;
	width:155px; */
	position:relative;
	float:left;
	background:#fff;
	height:18px;
	padding:4px 5px 0px 2px
	}

.cart-checkout {
	/* position:absolute;
	right:2px; top:2px; */
	position:relative;
	float:left;
	height:18px;
	padding:2px;
	background:url(/Images/cart-bgR.jpg) #fff top right no-repeat;
	}

.cart-open {
	position:absolute;
	right:25px; top:30px;
	z-index:3;
	width:367px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:10px;
	color:#999;
	}

.cart-open table td {
	padding:5px;
	font-size:11px;
	}

.cart-open table td.qty {
	width:50px;
	}

.cart-open table td a {
	font-weight:bold;
	text-decoration:none;
	}

.cart-open table td.remove a {
	font-size:9px;
	text-decoration:underline;
	color:#999;
	}
	
.cartUpdated {
	position:relative;
	margin:0 20px 20px 0;
	padding:10px;
	width:610px;
	text-align:left;
	border:1px solid #099;
	background-color:#f2f2f2;
	}
	
/* ADD TO QUICKLIST POP-UP */

.quickListAddBox {
	position:relative;
	right:20px;
	z-index:3;
	width:175px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:10px;
	color:#999;
	text-align:left;
	}

.quickListAddBox .textfield {
	font-size:11px;
	width:100%;
	padding:2px 1px 2px 1px;
	}

.quickListAddBoxClose {
	position:absolute;
	right:10px;
	top:10px;
	width:17px;
	height:17px;
	background-image:url(/Images/cart-close.gif);
	}
	

/* SIDE NAVIGATION */


.sideNav{
	
}

.sideNav, .quickListsTools {
	position:relative;
	float:left;
	width:245px;
	margin:50px 0 20px 8px;
	}
	
.sideNav ul{
	float: left;
	width: 98%;
	margin: 1px;
}

.sideNav ul li{
	margin: 0;
	padding: 0;
	
}

.sideNavA {
	display:block;
	background-color:#099;
	padding:5px 5px 5px 7px;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	font-size:11px;
	}

.sideNavApfa-labware {
	background-color:#023EC3;
	color:#FFFFFF !important;
	}

.sideNavApfa-labware a:hover{
	color:#023EC3;
	}

.sideNavACustomMolding{
    background-color:#099
}

.sideNavACustomMolding a:hover{
    color:#099
}
.navBlue{
	background-color:#023EC3 !important;
	color: white !important;
}
.navPurple{
	background-color:#63c !important;
	color: white !important;
}
.navGreen{
	background-color:#099 !important;
	color: white !important;
}
.subNavBlue
{
    color:#023EC3 !important;
}
.subNavPurple
{
    color:#63C !important;
}

.sideNavAsample-introduction-systems {
	background-color:#63c;
	}

.sideNavAsample-introduction-systems a:hover{
	color:#63c;
	}

.sideNavA-off a {
	display:block;
	/*background-color:#ccc;*/
	padding:5px 5px 5px 7px;
	margin:2px 0 0 0;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

.sideNavA-off a:hover {
	background-color:#f2f2f2;
	}

.sideNavB, .sideNavBQuickLists {
	border:2px solid #ccc;
	text-align:left;
	padding:15px;
	margin: 0;
	float: left;
	}

ul.container_stuff{
	width: 206px !important;
	width: 186px;
	margin:0;
	padding:0;
	float: left;
}

.sideNavB ul li{
/* ++  	border: 1px solid gray; ++ */
	margin: 0.5px;
	padding: 1px;
}
.sideNavB ul li a,
.sideNavB ul li a:link,
.sideNavB ul li a:active,
.sideNavB ul li a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:11px;
	background-color:#ccc;
	padding:3px 3px 3px 5px;
	margin:2px 0 0 0; /* ++ PROBLEM ++ */
	}

.sideNavBQuickLists ul li a {
	color:#333;
	text-decoration:none;
	font-size:11px;
	background-color:#ccc;
	padding:3px 3px 3px 5px;
	margin:2px 0 0 0;
	}

.sideNavB ul li a:hover {
	color:#333;
	background-color:#f2f2f2;
	}
.sideNavB ul li ul {
	float: left;
}

.sideNavC {
	display:block;
	background-color:#099;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	padding:3px 3px 3px 5px;
	margin:2px 0 0 0; /* ++ PROBLEM ++ */
	}

.sideNavCLabware {
	background-color:#023EC3;
	}

.sideNavCSIS {
	background-color:#63c;
	}

.sideNavDContainer{
	background-color:#d9d9d9;	
	padding: 10px 0px 10px 20px;
	float: left;
	margin: 0px;
}

.sideNavEContainer{
	background-color:#d9d9d9;	
	padding:  5px 0px 10px 5px;
	float: left;
	margin: 0px;
}
.sideNavB ul li ul li.sideNavD a,
.sideNavB ul li ul li.sideNavD a:link,
.sideNavB ul li ul li.sideNavD a:active,
.sideNavB ul li ul li.sideNavD a:visited{
	color:#333;
	font-weight:normal;
	background-color:#d9d9d9;
	text-decoration:underline;
	font-size:11px;
	padding:3px 3px 0px 6px;
	}
.sideNavB ul li ul li.sideNavD a:hover{
	text-decoration: none;
	}
	
.sideNavB ul li ul li.sideNavD a.subnav,
.sideNavB ul li ul li.sideNavD a.subnav:link,
.sideNavB ul li ul li.sideNavD a.subnav:active,
.sideNavB ul li ul li.sideNavD a.subnav:visited{
	color:#099;
	font-weight:bold;
	background-color:#d9d9d9;
	text-decoration:none;
	font-size:11px;
	padding:3px 3px 0px 6px;
	}

.sideNavB ul li ul li.sideNavD a.subnavLabware,
.sideNavB ul li ul li.sideNavD a.subnavLabware:link,
.sideNavB ul li ul li.sideNavD a.subnavLabware:active,
.sideNavB ul li ul li.sideNavD a.subnavLabware:visited{
	color:#023EC3;
	}
	

.quickListsTools table {
	width:95%;
	margin:10px 0 20px 10px;
	}

.quickListsTools .addList {
	padding:10px 0 0 0;
	}

.quickListsTools .copyList {
	width:100%;
	}

.quickListsTools td a {
	display:inline;
	background-color:none;
	}


/* NAVIGATION */

a.labware {
	position:absolute;
	left:0; top:0;
	width:157px;
	height:39px;
	padding-top:11px;
	}

a.sis {
	position:absolute;
	left:158px; top:0;
	width:247px;
	height:39px;
	padding-top:11px;
	}

a.custom {
	position:absolute;
	left:406px; top:0;
	width:147px;
	height:39px;
	padding-top:11px;
	}

a.distributors {
	position:absolute;
	left:554px; top:0;
	width:119px;
	height:39px;
	padding-top:11px;
	}

a.about {
	position:absolute;
	left:674px; top:0;
	width:104px;
	height:39px;
	padding-top:11px;
	}
	


/*===========================
              		 Table Styles                    
===========================*/

/*++ Colored Address Table ++*/

.colored_address_table{  
	margin: 0;
	padding: 0;
	float: left;
}
.colored_address_table tr td{
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
.colored_address_table tr.alt{
	background-color: #ccc;
}
.colored_address_table tr td strong{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #039;
	margin: 0;
	padding: 0;
}

.colored_address_table tr td.title{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background-color: #ccc;
	font-weight:bold;
}


/*++ General Table ++*/

.general_info_table{  
	margin: 20px 0 0 0;
	float: left;
}

.general_info_table thead td{
	padding: 0 0 3px 0;
}
.general_info_table tr td{
	padding: 5px;
	vertical-align: top;
}
.general_info_table tr td.title{
	width:35%;
	white-space:nowrap;
	background-color:#ccc;
	font-weight:bold;
	color:#039;
}
.general_info_table tr td.content{
	text-align: left;
	width:65%;
}


/*++ Colored Info Table ++*/

.colored_info_table{  
	margin: 20px 0 0 0;
	float: left;
}
.colored_info_table thead td{
	padding: 0 0 4px 0;
	vertical-align: top;
}
.colored_info_table tr td{
	padding: 5px;
	border: none;
}
.colored_info_table tr td.title{
	text-align: right;
	vertical-align:top; 
	background-color: none;
	width:25%;
	white-space:nowrap;
}
.colored_info_table tr td.content{
	text-align: left;
	vertical-align:top;
	width:75%;
}

.colored_info_table tr td.content input {
	width:98%;
	}

.colored_info_table tr td.content select {
	width:98%;
	}

.colored_info_table tr td.content textarea {
	width:98%;
	height:100px;
	overflow:hidden;
	}

.colored_info_table tr td.content textarea.shorter {
	width:98%;
	height:50px;
	overflow:hidden;
	}
	
/* Adjustment on Order Detail */

.trackingTable {
	margin:20px 0 0 0;
}


/*++ General Grid Table ++*/

.general_grid_table{  
	margin: 20px 0 30px 0;
	float: left;
}

.general_grid_table .tablehead {
	background-color:#ccc;
	font-weight:bold;
	color:#039;
}

.general_grid_table .grandTotalRow
{
	font-weight: bold;
}

.general_grid_table tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.general_grid_table tr.alt{
	background-color: #ccc;
}


/*++ Colored Grid Table ++*/

.colored_grid_table{  
	margin: 20px 0 30px 0;
	float: left;
}
.colored_grid_table thead td{
	padding: 5px;
	background-color: #ccc;
	vertical-align: top;
	white-space:nowrap;
	border: 1px solid #d9d9d9;
	color: #003399;
}

.colored_grid_table thead tr th{
	padding: 5px;
	background-color: #ccc;
	vertical-align: top;
	white-space:nowrap;
	border: 1px solid #d9d9d9;
	color: #003399;
}
.colored_grid_table tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
.colored_grid_table tr.alt{
	background-color: #ccc;
}


/*++ Colored Grid Table 2 ++*/
/* no colored thead */
.colored_grid_table2{  
	margin: 20px 0 0 0;
	float: left;
}
.colored_grid_table2 thead td{
	padding: 5px;
	vertical-align: top;
	white-space:nowrap;
}
.colored_grid_table2 tr td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.colored_grid_table2 tr td.title{
	padding: 5px;
	vertical-align: top;
	/* text-align: left; */
	background-color: #ccc;
	font-weight:bold;
	color:#039
}
.colored_grid_table2 tr.alt{
	background-color: #ccc;
}





/*++ reorder grid elements ++*/
a.sortLink_down{
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/Images/sort-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	float: left;
	text-decoration: none;
	color:#039;
	font-weight:bold;
}
a.sortLink_up{
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/Images/sort-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	float: left;
	text-decoration: none;
	color:#039;
	font-weight:bold;
}

/*++ Colored Product Table ++*/

.colored_product_table{  
	margin: 0 0 30px 0;
	float: left;
}
.colored_product_table tr td{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
.colored_product_table tr{
	background-color: #dfdfdf;
	border-bottom:1px solid white;
}
.colored_product_table tr.alt{
	background-color: #f5f5f5;
}



/*++ Quick checkout table ++*/
.quickCheckout_table{
	float:left;
	width: 185px;
	margin: 0 0 20px 0;
}
.checkout_btn{
	float:right;
}


/*++ Error messaging space ++*/

.errorCell {
	background-color:#c03;
	color:#fff;
	font-weight:bold;
	}
	

/*++ Pagination ++*/
.pagination{
	float: left;
}
.pagination ul{
	margin: 0;
	padding: 0;
	float: left;
}
.pagination ul li{
	list-style: none;
	padding: 0 3px;
	font-size: 10px;
	color: #3f3f3f;
	float: left;
}


/*++ Breadcrumb ++*/

.breadcrumb {
	margin: 10px 0 20px 0;
	color:#666;
	}
	

/*++ Password ++*/

.passwordmessage {
	font-size:11px;
	}
	

/*++ Table Margins ++*/

.tableLeft {
	margin-right:20px;
	}

.shipTable {
	margin-top:-1px;
	}
	
.signInTables {
	position:relative;
	float:left;
	margin:0 0 0 100px !important;
	margin:0 0 0 50px;
	}

.searchOrdersTable {
	background-color:#ccc;
	}
	
/*++ Styles to override TreeFort ++*/
.loginForm {
	position:relative;
	float:left;
	width:100px;
	height:15px;
	/*background:url(/Images/login-bg.jpg) no-repeat;*/
	text-align:left;
	padding:0 0 0 5px;
	}

.loginForm .textfield {
	position:absolute;
	left:7px; top:1px;
	border:0;
	background:none;
	color:#cff;
	width:87px;
	}

.forgotPassword
{
     margin: 10px 0 0 0;
}

.editAddress .label
{
	padding-right:10px;
	color: #003399;
}

.editAddress td
{
	padding-top: 5px;
}

.required
{
	color: Red;
}

.shippingAddress div
{
	padding-top: 1px;
}

.selectShippingAddress
{
	width: 680px;
}

.displayShippingAddress
{
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}

.gridViewTitle
{
    padding: 5px;
    white-space:nowrap;
	background-color:#ccc;
	font-weight:bold;
	color:#039;
}

input.submit
{
    cursor: pointer;
}

.needFax {
	float:left;
	margin:0 20px 20px 0;
	padding:10px;
	width:95%;
	text-align:left;
	border:1px solid #099;
	background-color:#f2f2f2;
	}