/*----- Global Styles -----*/

body {
	background: transparent;
}
	
	html, body, form {
		height: 100%;
		margin: 0px;
		padding: 0px;
		}
		
	body,form,div,span,
	ol,li,th,td,label {
		}
		
		#wrapper {
			margin: 0px auto;
			}
			  
			.page-container {
				border-collapse: collapse;
				margin: 0px;
				}
				 
				.page-container td { /* top aligns columns */
					vertical-align: top!important;
					}
					 
	img {
		border: none;
		}
		
	a img {
		border: none;
		}
		
	label {
		font-weight: bold;
		}
		
	p {
		margin: 8px 0px;
		}
		
	h1 { padding: 4px 0px 10px 0px; margin-top: 0; }
		h1.specials { 
		}
	h2 { }
	h3 { margin: 0 0 5px 0; text-decoration:none;}
	h4 { }
	h5 { margin: 0 0 5px 0;}
	h6 { }

	.clear { clear: both; }

/* ************************************************
********** CUSTOM PAGES ***************************
************************************************* */

td.splash_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
	* html padding-bottom: 5px;
}
	td.splash_box_1 {
		margin: 0; 
		padding: 0px; 
		vertical-align: bottom;
	}
	td.splash_box_1 img {
		display: block;
	}
	td.splash_box_2 {
		background: url(../../customdesign-1/images/assets/Background_TopRight.gif) no-repeat top left;  
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		width: 210px;
		height: 150px;
	}
		.splash_box_2 p { 
			margin: 0; 
			padding: 0px; 
			text-align: center; 
			width: 210px; 
			height: auto; 
			padding-top: 0px; 
		}
		
		td.splash_box_2 a {
			font-size: 17px !important;
			font-weight: bold!important;
			color: #fff !important;
			text-decoration: none !important;
		}
			.page-column-center .splash_box_2 a:hover {
				font-size: 17px !important;
				font-weight: bold!important;
				color: #d1521e !important;
				text-decoration: none !important;
			}
			
	td.splash_box_3 {
		background: url(../../customdesign-1/images/assets/Background_BottomRight.gif) no-repeat top left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #fff;
		width: 209px;
		height: 150px;
	}
		.splash_box_3 ul { 
			margin: 0; 
			padding: 0px; 
			list-style: none; 
			padding-top: 15px;
			# padding-top: 13px; 
			padding-right: 5px; 
		}
		.splash_box_3 ul li { 
		list-style: none; 
		padding: 2px 0;
		# padding: 0px 0; 
		font-size: 15px !important; 
		}
		
		td.splash_box_3 a {
			font-size: 15px !important;
			color: #fff !important;
			/*line-height: 22px !important;*/
			text-decoration: none !important;
		}	
			.page-column-center .splash_box_3 a:hover {
				font-size: 15px !important;
				color: #d1521e !important;
				/*line-height: 22px !important;*/
				text-decoration: none !important;
			}

td.splash_middle {
	background: transparent url(../images/assets/Background_Home_SplashMiddle.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
	td.splash_box_4, td.splash_box_5, td.splash_box_6 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #494949;
		padding: 12px 10px 0px 10px;
		margin: 0px;
	}
		td.splash_box_4 span, td.splash_box_5 span, td.splash_box_6 span { display: block; padding-top: 0px; }
	td.splash_box2_4, td.splash_box2_5, td.splash_box2_6 {
		padding: 0px 10px 0px 10px;
	}
	td.splash_box2_4 a, td.splash_box2_5 a, td.splash_box2_6 a {
		font-size: 15px;
		color: #d1521e !important;
		text-decoration: none;
	}
	td.splash_box2_4 a:hover, td.splash_box2_5 a:hover, td.splash_box2_6 a:hover {
		font-size: 15px;
		color: #494949 !important;
		text-decoration: none;
	}
	
td.splash_bottom {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	padding-top: 8px;
}


/* ************************************************
********** CART STYLES ****************************
************************************************* */

/*----- Header Styles -----*/

	#header-wrap {
		position: relative;
		width: 858px;
		height: 163px;
		background: transparent url(../images/assets/Background_Header.gif) no-repeat top center;
		clear: both;
	}
		.header_top {
			position: relative;
			width: 858px;
			height: 123px;
		}
				.logo { /* LOGO */
					position: absolute;
					display: block;
					float: left;
					top: 50px;
					left: 28px 
				}
				#header_text {
					position: absolute;
					float: left;
					left: 261px;
					line-height: 20px;
					top: 31px;
					color: #FFFFFF !important;
					font-family: Arial, Helvetica, sans-serif !important;
					font-size: 12px !important;
					font-weight: bold !important;
					clear: left;
				}
		.header_bottom {
			position: relative;
			width: 858px;
			height: auto;
		}
	

	/*----- Custom Top Search -----*/	
	
	#search-box-wrapper { /* Search Field Location */
		position: absolute;
		float: right;
		top: 89px;
		right: 16px;
		z-index: 1;
	}
		.custom-search {
			}
			
			.custom-search-field input.textbox { /*search text resizing*/
				float: right;
				width: 140px;
				height: 18px;
				padding: 2px 2px 0px 2px;
				margin: 0px 5px 0px 0px;
				font-size: 12px;
				background: #fff;
				border: #b5b5b5 solid 1px;
				color: #000000;
				}
				
			.custom-search-button { /*custom search button padding*/
				padding:0px 0px 0px 0px;

				margin: 4px 0px 0px 0px;
				}
				
				
	/*----- Custom Top Cart -----*/
	
		#custom-cart {
			position: absolute;
			float: right;
			top: 30px;
			right: 16px;
			color: #FFFFFF !important;
			font-family: Arial, Helvetica, sans-serif !important;
			font-size: 12px !important;
			font-weight: normal !important;
			}
				#custom-cart a {
					color: #FFFFFF;
					font-family: Arial, Helvetica, sans-serif !important;
					font-size: 12px !important;
					font-weight: normal !important;
					text-decoration: none;
					text-align: left;
				}
					#custom-cart a:hover {
						color: #d1521e;
						text-decoration: none;
					}
			
			
	/*----- Header Navigation -----*/

	.menu-nav {
		margin: 0;
		padding: 0;
		position: relative;
		float:right;
		top: 8px;
		right: 14px;
		z-index:2000;
	}		
		.menu-nav a {
			color: #494949 !important;
			font-family: Arial, Helvetica, sans-serif !important;
			font-weight: normal !important;
			font-size: 12px !important;
			text-decoration: none !important;
			text-align: left;
			background: transparent;
			padding: 0 2px 0 2px; 
		}
		.menu-nav a:hover {
			color: #d1521e !important;
			text-decoration: none !important;
		}


/*----- OVERAL CONTENT styles ------- */
/*	.page-body-content {
		background: transparent url(../images/assets/Background_Content.gif) repeat-y top center;
	}*/

/*----- Center Column Styles -----*/

	.page-column-center {
		background: transparent url(../images/assets/Background_CenterColumn.gif) repeat-y top left;
		border: none;
		margin: 0px;
		padding: 0px 6px 0px 4px;
		height: auto;
		}
		
		/* -------- CUSTOM PAGE ---------- */
		.content-page-type .page-column-center, .product-page-type .page-column-center, .category-page-type .page-column-center {
			padding: 0px 10px;
		}
		
		
	/*----- Breadcrumb Styling -----*/
	
		.breadcrumb {
			margin: 0px 5px 10px;
			}
			
			
	/*----- Featured Products Styling -----*/
	
		.page-column-center .product-list-item .product-list-control img,
		.page-column-center .product-list-item .product-list-img {
			border:none;
		}
		

/*----- Left Column Styles -----*/

	.page-column-left {
		background: transparent url(../images/assets/Background_LeftColumn.gif) repeat-y top left;
		border: none;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		color: #0072BC;
		}
		
	
	/*----- Left Column Modules -----*/
	
		.page-column-left .module-header {
			padding: 0px 0px 0px 0px;
			margin: 0px;
			}
			
		.page-column-left .module-body {
			padding: 5px 0px 40px 20px !important;
			}
			
			.page-column-left .cart-module,
			.page-column-left .cart-module a,
			.page-column-left .cart-module a:hover {
				font-size: 10px;
				text-align: center;
				}
				
				
		/*----- Left Module Lists Styling -----*/
		
			.page-column-left .module-body ul,
			.page-column-left .module-body li {
				list-style: none;
				margin: 0px;
				padding: 0px;
				}
				
			.page-column-left .module-body li {
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 0px 0px;
				}
				
				.page-column-left .module-body li a {
					font-size: 14px;
					text-decoration: none;
					}
					.page-column-left .module-body li a:hover {

					}
				.page-column-left .module-body li ul {

					}
					
					.page-column-left .module-body li ul li a,
					.page-column-left .module-body li ul li,
					.page-column-left .module-body li ul li span {
						background: none;
						color: #494949 !important;
						font-size: 12px;
						font-weight: normal !important;
						margin: 0px;
						padding: 3px 0px 0px 12px;
						}
						.page-column-left .module-body li ul li a:hover {
						color: #d1521e !important;
						}
					.page-column-left .module-body li ul li {
						margin: 2px 0px 0px 0px;
						}
						

		/*----- Left Category List Module Styling -----*/
		
			.page-column-left .category-module .module-body ul,
			.page-column-left .category-module .module-body li {
				list-style: none;
				margin: 0px;
				padding: 0px;
				}
				
			.page-column-left .category-module .module-body li {
				margin: 0px 0px 2px 0px;
				padding: 2px 0px 2px 0px;
				}
				
				.page-column-left .category-module .module-body li a {

					}
					
				.page-column-left .category-module .module-body li ul {

					}
					
					.page-column-left .category-module .module-body li ul li a,
					.page-column-left .category-module .module-body li ul li,
					.page-column-left .category-module .module-body li ul li span {

						}
					.page-column-left .category-module .module-body li ul li a:hover {
					}	
					.page-column-left .category-module .module-body li ul li {

						}
						

		/*----- Left Mailing List Module -----*/
		
			.page-column-left .mailing-list-module table {
				clear: both; 
				padding: 2px;
				}
				
				.page-column-left .mailing-list-module-text {
					clear: both;
					float: left;
					width: 140px;
					* width: 130px;
					}
					
				.page-column-left .mailing-list-module .label { /*IE6 Label Fix*/
					display:block;
					clear:both;
					}
					
		
		/*----- Left Price Module Styling -----*/
		
			
		/*----- Left Manufacturers Module Styling -----*/
		
			.page-column-left .manufaturers-module-list,
			.page-column-left .manufacturers-module-list {
				width:150px!important; /* Width Override to Prevent Column Breaking */
				margin:0px auto;
				}
			
		/*----- Left Custom HTML Module Styling -----*/
		
			
		/*----- Left Featured Products Module Styling -----*/
		
			.page-column-left .product-list-module .featured-products-item {
				text-align:center;
				width:150px!important; /* Width Override to Prevent Column Breaking */
				margin:0px auto;
				}
				
		/*------- Left Shopping List Module Styling ----------------*/
			.page-column-left .shopping-list-module {
				width:150px!important; /* Width Override to Prevent Column Breaking */
				margin:0px auto;
			}
		
				.page-column-left .list-search-module-text {
				width:130px!important; /* Width Override to Prevent Column Breaking */
				}
		
		/*----- Left Links Module Styling -----*/
		
			
		/*----- Left Login Module Styling -----*/
		
			.page-column-left .login-module .label {
				display: block; /* IE6 Label Fix */
				clear: both; /* IE6 Label Fix */
				}
				
			
		/*----- Left Search Module Styling -----*/
		
			.page-column-left .search-module .textbox {
				width:96%; /* Fixes Column Width Breaking built in to Search Box. */
				}
				

		/*----- Left Shopping Cart Module Styling -----*/
			
			.page-column-left  .cart-module-cart {
				position: relative;
				left: -10px;
				color: #494949 !important;
			}
				.mod-body .cart-module-cart div {
					color: #494949 !important;
				}
				.cart-checkout {
					position: relative;
					left: -7px;
					font-size: 18px;
					font-weight: bold;
				}
				.checkout-options {
					font-size: 18px;
					font-weight: bold;
				}
				.page-column-left  .cart-module-cart .edit-cart {
					margin-top: 5px;
				}

/*----- Right Column Styles -----*/

	.page-column-right {
		background: transparent;
		border: none;
		margin: 0px;
		padding: 0px;
		}
		

	/*----- Right Column Modules -----*/
	
		.page-column-right .module-header {
			padding: 5px 0px 0px 0px;
			margin: 0px;
			}
			
		.page-column-right .module-body {
			padding: 5px;
			}
			
			.page-column-right .cart-module,
			.page-column-right .cart-module a,
			.page-column-right .cart-module a:hover {
				font-size: 10px;
				text-align: center;
				}
				

		/*----- Right Module Lists Styling -----*/
		
			.page-column-right .module-body ul,
			.page-column-right .module-body li {
				margin: 0px;
				padding: 0px;
				list-style: none;
				}
				
			.page-column-right .module-body li {
				background: url('../images/layout/module-list-item-border.gif') bottom center no-repeat;
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 4px 20px;
				}
				
				.page-column-right .module-body li a {
					font-size: 12px;
					text-decoration: none;
					}
					
				.page-column-right .module-body li ul li a,
				.page-column-right .module-body li ul li,
				.page-column-right .module-body li ul li span {
					font-size: 10px;
					background: none;
					font-weight: normal;
					margin: 0px;
					}
					
				.page-column-right .module-body li ul {
					padding: 5px 0px;
					}
					
				.page-column-right .module-body li ul li {
					margin: 0px 0px 2px 0px;
					}
					

		/*----- Right Category List Module Styling -----*/
		
			.page-column-right .category-module .module-body ul,
			.page-column-right .category-module .module-body li {
				margin: 0px;
				padding: 0px;
				list-style: none;
				}
				
			.page-column-right .category-module .module-body li {
				background: url('../images/layout/module-list-item-border.gif') bottom center no-repeat;
				padding: 0px 0px 4px 20px;
				margin: 0px 0px 5px 0px;
				}
				
				.page-column-right .category-module .module-body li a {
					font-size: 12px;
					text-decoration: none;
					}
					
				.page-column-right .category-module .module-body li ul li a,
				.page-column-right .category-module .module-body li ul li,
				.page-column-right .category-module .module-body li ul li span {
					background: none;
					font-size: 10px;
					font-weight: normal;
					margin: 0px;
					}
					
				.page-column-right .category-module .module-body li ul {
					padding: 5px 0px;
					}
					
				.page-column-right .category-module .module-body li ul li {
					margin: 0px 0px 2px 0px;
					}
					

		/*----- Right Mailing List Module -----*/
		
			.page-column-right .mailing-list-module table {
				clear: both;
				}
				
				.page-column-right .mailing-list-module-text {
					width: 150px;
					float: left;
					clear: both;
					}
					
				.page-column-right .mailing-list-module .label { /*IE6 Label Fix*/
					display:block;
					clear:both;
					}
					
		
		/*----- Right Price Module Styling -----*/
			
			
		/*----- Right Manufacturers Module Styling -----*/
		
			.page-column-right .manufaturers-module-list {
				width:170px!important; /* Width Override to Prevent Column Breaking */
				margin:0px auto;
				}
			
		/*----- Right Custom HTML Module Styling -----*/
			
			
		/*----- Right Featured Products Module Styling -----*/
		
			.page-column-right .product-list-module .featured-products-item {
				text-align:center;
				}
				
		
		/*----- Right Links Module Styling -----*/
			
			
		/*----- Right Login Module Styling -----*/
		
			.page-column-right .login-module .label { /*IE6 Label Fix*/
				display:block;
				clear:both;
				}
				
			
		/*----- Right Search Module Styling -----*/
		
			.page-column-right .search-module .textbox {
				width:96%; /* Fixes Column Width Breaking built in to Search Box. */
				}
				

		/*----- Right Shopping Cart Module Styling -----*/
		
			
/*----- Footer Styles -----*/

	#footer-wrap {
		position: relative;
		background: transparent url(../images/assets/Background_Footer.gif) no-repeat top center;
		border: none;
		height: 206px;
		text-align: center;
		width: 858px;
		}
		td.footer_ssl_padding { padding: 15px 0px 0px 0px; }
		td.footer_txt_padding { padding: 15px 0px 0px 20px; }
		td.footer_txt_padding, td.footer_txt_padding a {
			font-family: Arial, Helvetica, sans-serif !important;
			font-size: 10px !important;
			color: #494949 !important;
			text-decoration: none !important;
		}
			td.footer_txt_padding a:hover, td.footer_txt_padding span a {
				color: #d1521e !important;
				text-decoration: none !important;
			}
			td.footer_txt_padding span a {
				font-family: Arial, Helvetica, sans-serif !important;
				font-size: 12px !important;
				font-weight: bold !important;
				color: #494949 !important;
				text-decoration: none !important;
			}
		/* Footer Navigation */
		#footer-nav {
			position: relative;
			display: block;
			margin: 0 auto;
			text-align: center;
			top: 25px;
			color: #fff !important;
			font-size: 10px !important;
		}
			#footer-nav a {
				color: #fff !important;
				font-size: 10px !important; 
				font-weight: normal !important;
				text-decoration: none;
				padding: 0px 3px 0px 3px;
			}
			#footer-nav a:hover {
				text-decoration: underline;
			}

		#SSL-Cert { /* Credit card Image */
			margin: 0 auto;
			position: relative;
			top: 35px;
		}
	
				

/*----- Code Tweaks -----*/




	/*----- NetSol Copyright Area -----*/
	
		#wrapper .page-copyright-content {
			background: transparent;
			vertical-align: middle;
			text-align: center;
			}
			
			.page-copyright-content a {
				color: #016390;
				font-weight:bold;
				text-decoration: none;
				}
				
			.page-copyright-content a:hover {
				color: #00B0FF;
				text-decoration: underline;
				}
				

/*----- Code Tweaks -----*/




/*----- Categories & Product Pages -----*/


	/*----- Category Listings -----*/
	
		.category-list td {
			text-align: center;
			width: 350px;
			} 
			
			.category-list-item {
				margin: 0px 5px 5px 0px;
				}
				
				.category-list-item-head {
					padding: 4px;
					}
					
					.category-list-item-head h5 {
						margin: 0px;
						}
						
				.category-list-item-body {
					padding: 5px;
					text-align: center;
					}
					
					.category-list-item-body img {
						display: block;
						margin: 0px auto 5px auto;
						}
						
		
	/*----- Product Listing -----*/

	table.product-list { margin: 5px 0 5px 0; }
	  td.product-list-item-container, td.product-list-item-container-alt { padding:4px; }
		
	div.product-list-item { text-align:center; margin:5px; }
	  img.product-list-img { margin-bottom: 10px; }
	  div.product-list-text { font-weight: normal; margin-top: 10px; }
		div.product-list-promo { margin-top:10px; }
		  div.product-list-promo img { margin: 1px; }
		  
	  div.product-list-options {}
		div.product-list-price { margin-bottom: 10px; }
		div.product-list-qty label, span.product-list-msrp-label, span.product-list-cost-label, span.product-list-sale-label, span.product-list-save-label { font-weight: bold; }
		.product-list-cost-value { font-weight: normal !important; }
		div.product-list-qty { margin: 8px 0; }
		
	table.product-list-results-header { margin: 10px 0px 5px 0px; }
	  td.product-list-results { font-weight:bold; }
	  td.product-list-size { width:100px; text-align:right; white-space:nowrap }
	  td.product-list-sort { width:100px; text-align:right; white-space:nowrap }
	  
	table.product-pager {}
	  td.product-pager-page { font-weight: bold; }
	  td.product-pager-list { text-align:right; white-space:nowrap; }
		td.product-pager-list span, td.product-pager-list a { font-weight: bold; margin: 0 3px; }
		a.pager-item-first { margin-right: 6px; }
			span.pager-item-current { text-decoration:underline;}
			span.pager-item-separator { letter-spacing: 2px; }
		
		
		.product-list-control { display: none; }
					
					
		/*----- Page Numbers and Next/Prev Arrows -----*/
		
			.product-pager {}
			
			.product-pager-page {}
			
			.product-pager-list {}
			
			.pager-item-first {}
			
			.pager-item-separator {}
			
			.pager-link:active {}
			
			.pager-link:link {}
			
			.pager-link:visited {}
			
			.pager-link:hover {}  
			
			
		/*----- Product Page Details -----*/
		
			.prod-detail {
				}
			td.product-pager-list span, td.product-pager-list a {
				font-weight:bold;
				margin: 5px;;
				}
				
				.product-pager-list {
				 text-align: right;
				 margin: 5px;;
				}	
		
			/*----- Details Layout -----*/
			
				.prod-detail-tp {
					padding: 0px 0px 10px 0px;
					}
					
				.prod-detail-lt {
					padding: 0px 10px 0px 0px;
					width:50%;
					}
					
				.prod-detail-rt {
					padding: 0px 0px 0px 10px;
					width:50%;
					}
					
				.prod-detail-bt {
					padding: 20px 0px 0px 0px;
					}
					 
		  
			/*----- Details Information -----*/
			
				.prod-detail-price {
					margin: 0px 0px 10px 0px;
					}
					
					.prod-detail-msrp-label,
					.prod-detail-cost-label {
						font-weight: bold;
						}
						
					.prod-detail-part-label {
						font-weight: bold;
						}
						
				.prod-detail-man {
					margin: 10px 0px 0px 0px;
					}
					
					.prod-detail-man-name-label,
					.prod-detail-man-part-label {
						font-weight: bold;
						}
						
					.prod-detail-add {
						left: 3px;
						position: relative;
						top: 9px;
						}
						
		
		/*----- Product Page Image Gallery -----*/
		
			.gallery {
				height: 300px;
				margin: 15px 0px 0px 0px;
				min-height: 300px;
				position: relative;
				width: 220px;
				}
				
				.gallery-thumb {
					float: left;
					}
					
					.gallery-thumb img {
						border: none;
						margin: 0px 5px 5px 0px;
						}
						
				.gallery-thumb:hover {
					background: transparent;
					}
					
					.gallery-thumb:hover img {
						border: none;
						}
						
				.gallery-thumb span {
					background: #efefef;
					border: 1px dashed gray;
					color: black;
					font-weight: bold;
					left: -1000px;
					padding: 5px;
					position: absolute;
					text-decoration: none;
					visibility: hidden;
					}
					
					.gallery-thumb span img {
						border: none;
						padding: 2px;
						}
						
				.gallery-thumb:hover span {
					left: 230px;
					top: 0px;
					visibility: visible;
					z-index: 50;
					}


/*----- Checkout Styles -----*/


	/*----- Cart Page Styling -----*/
	span.cart-part-number {
		display: none;
		}

	
		.cart-page .cart-container {
			margin: 0px 0px 10px;
			}	
					
			.cart-header th {
				border: 1px solid #d4d4d4;
				padding: 5px;
				}	
					
			.cart-item td {
				border: 1px solid #d4d4d4;
				padding: 5px;
				}
						
				.cart-page .page-column-center h1,
				.cart-page .page-column-center h3 {
					text-indent: 5px;
					}
					
				.cart-item-options input {
					margin: 0px 0px 5px 0px;
					}
							
			.cart-actions {
				padding-top: 10px;
				}
							
			.cart-actions select {
				width: 150px;
				position: relative;
				top: -5px;
				}	
						
			.cart-subtotal-label,
			.cart-subtotal {
				font-size: 12px;
				padding: 5px;
				}	
						
			.cart-shipping-estimate {
				padding: 5px;
				}	
						
				.cart-shipping-estimate h5,
				.cart-taxes h5 {
					margin: 0px 0px 10px 0px;
					padding: 0px;
					}
								
				.cart-shipping-estimate .textbox {
					border: 1px solid #000;
					width: 100px !important;
					}	
							
			.cart-taxes {
				padding: 0px 0px 10px 0px;
				}	
						
			.cart-checkout {
				text-align: right;
				}

	/*----- Order History -----*/
	
		.grid {
			width: 100%;
			}
			
			.grid-header th {
				border-bottom: 1px solid #666;
				font-weight: bold;
				text-align: left;
				}
				
				.grid-row td {
					background: #fff;
					}
					
				.grid-row-alt td {
					background: #efefef;
					}
					  
				.grid-footer td {
					font-weight: bold;
					text-align: right;
					width: 100%;
					}
					
					.grid-footer td table {
						border-top: 1px solid #666;
						}

	/*----- Checkout Pages -----*/
	
		.checkout-page .page-column-center h1,
		.checkout-page .page-column-center h3 {
			text-indent: 5px;
			}	
			
		.checkout-page table.content {
			margin: 0px 0px 5px;
			}
			
		.checkout-shipping th {
			border-bottom: 1px solid #ccc;
			padding: 2px 0px;
			}
			
			.checkout-shipping td {
				padding: 2px 0px;
				}
				
		.checkout-review-tax {
			padding: 0px 0px 3px 0px;
			}
			
			.checkout-review-underline {
				border-bottom: 1px solid #000;
				}
				
			.checkout-review-total th,
			.checkout-review-total td {
				padding: 3px 0px 0px 0px;
				}
				
				.checkout-payment td.label label {
					font-weight: bold;
					text-align: right;
					}
					
			.content-head-control a {
				display: none; /* Hide Strangely Placed Cart Link */
				}
				
	
	/*----- Order Summary -----*/
	
		.invoice {
			background: #fff;
			}
			
			.invoice-title {
				color: #333;
				font-size: 24px;
				font-weight: bold;
				margin: 0px;
				}
				
			.invoice-subtitle {
				color: #333;
				font-size: 14px;
				font-weight: bold;
				margin: 0px;
				padding: 0px;
				}
				
		.invoice-order-info {
			border: none;
			width: 100%;
			}
			
			.invoice-order-info td.label {
				font-weight: bold;
				padding: 0px 0px 0px 3px;
				text-align: right;
				width: 125px;
				}
				
		.invoice-customer-info {
			border: none;
			width: 100%;
			}
			
			.invoice-customer-info td.label {
				font-weight: bold;
				padding: 0px 3px 0px 0px;
				text-align: right;
				width: 125px;
				}
				
		.invoice-separator {
			border-bottom: 1px solid #ccc;
			margin: 5px 0px;
			}
			
		.invoice-address {
			margin: 5px 0px 0px 15px;
			}
			
		.invoice-detail {
			border-bottom: 2px solid #ccc;
			width: 100%;
			}
			
			.invoice-detail-header th {
				background: #cdcdcd;
				border-bottom: 1px solid #666;
				font-weight: bold;
				text-align: left;
				}
				
				.invoice-detail-row td,
				.invoice-detail-row-alt td {
					background: #fff;
					}
					
		.invoice-summary {
			margin: 5px 0px 0px 0px;
			width: 100%;
			}
			
			.invoice-summary-text {
				text-align: right;
				}
				
			.invoice-summary-item {
				padding: 0px 4px 0px 0px;
				text-align: right;
				width: 70px;
				}
				
			.invoice-summary-separator {
				border-bottom: 1px solid #ccc;
				border-top: 1px solid #ccc;
				padding: 1px 0px;
				}
				

#ctl00_pageContent_checkoutWizard_payPal, #ctl00_pageContent_checkoutWizard_seperator { display: none !important; }
