/* Welcome Index Styles */
div#homepage_buttons {
	position: absolute;
	top: 175px;
	left: 50px;
	zoom: 1;
}

div#my-glider {
	float: left;
	width: 580px;
	height: 255px;
	margin-top: 25px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 580px; 
	height: 230px;
	overflow: hidden;
}

div.scroller div.section, div.scroller div.section a {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 580px; 
	height: 230px;
	overflow:hidden;
	float:left;
	padding:0;
	display: block;
	color: black;
}

div.scroller div.section a:hover {
	text-decoration: none;
}

div.scroller div.content {
	width: 10000px;
}

div.controls ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;	
}

div.sliding_content_image {
	width: 300px;
	height: 220px;
	text-align: center;
	float: left;
	overflow: hidden;
}

div.section h1 {
	font: bold 16pt Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 5px 0 0 0;
}

div.section h2 {
	font: 16pt Helvetica, Arial, sans-serif;
	color: #999999;
	margin: 0;
	padding: 5px 0 0 0;
}

div.section p {
	width: 270px;
	float: left;
	font: 8.5pt Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

div.controls {
	position: relative;
	z-index: 100;
	margin: 0 0 0 300px;
}

div.controls a, div.controls a:active, div.controls a:visited {
	display: block;
	padding: 3px 5px 3px 7px;
	height: 7px;
	width: 7px;
	margin: 0 1px 0 1px;
	background: #999999;
	font-size: 7pt;
	color: white;
}

div.controls li > a {
	height: auto !important;	
}

div.controls a.active_slide_control {
	background: #cccccc !important;
}

div.controls li {
	float: left;
}

div#scroller {
	width: 330px;
	overflow: hidden;
}

div#scroller #inner_scroll {
	padding: 0 340px;
	white-space: nowrap;
}

/* End this madness */

.content_top_spacer {
	float: left;
	width: 560px;
	margin: 20px 0 0 10px;
}

.min_page_height {
	float: right;
	width: 0px;
	height: 275px;
}

.address {
	float: left;
	padding: 3px 5px;
}

.login_box, #signup_box {
	width: 250px;
	padding: 7px;
	float: left;
}

.login_box .error_notification {
	font-weight: bold;
	font-size: 8.5pt;
}

.error {
	color: red;
}

.ar {
	text-align: right;
}


#signup_box {
	height: auto;
	width: 270px;
}

.row_a {
	background: #DFDFDF;
}

.half_wide {
	background: url('/images/login-box-bg.jpg');
	border-top: 1px solid #e6e7e7;
	border-bottom: 1px solid #e6e7e7;
	float: left;
	padding: 7px;
	width: 250px;
	height: 215px;
	margin-right: 5px;
}


#page_nav {
	clear: both;
	float: left;
	margin: 5px 0 5px 10px;
}

.error_notification {
	color: red;
}

.style1 {
	font-weight: bold;
	font-size: 10pt;
}


.option_list td select {
	width: 100%;
}

.login_password_forgot_link {
	font-size: 7pt;
}

#manage_account {
	margin: 0 0 0 40px;
}

#shipping_and_total_cart {
	margin: 20px 0 0 0;
}

#click_to_enlarge_link {
	margin: 6px 0 0 0;
	float: left;
}

/* PRICE CHART CLASS */

.price_chart {
	border-collapse: collapse;
}

.price_chart td {
	padding: 2px 4px 2px 4px;
}

.price_chart th {
	background: #007adb;
	color: white;
	padding: 2px 4px 2px 4px;
}

.price_row_2 {
	background: #daf7ff;
}

/* END PRICE CHART CLASS */

/* BEGIN PRODUCT CATALOG NAVIGATION */
#product_nav, #product_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 17px;
	text-align: center;
	font-size: 8.5pt;
	position: relative;
	top: 5px;
	zoom: 1;
}

#product_nav {
	position: absolute;
	top: 22px;
	left: 0;
}

#product_nav a {
	display: block;
	color: white;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0 4px 0 4px;
	float: left;
	height: 17px;
}

#product_nav li > a { height: auto; }

#product_nav li ul a {
	background: #006699;
	border: 1px solid #CCCCCC;
	border-top: 0;
	margin: 0;
	float: none;
}

#product_nav li ul a:hover {
	background: #00CCFF;
}


ul#product_nav li:hover {
	background: url('/images/second-level-nav-highlight.png') !important;
}

#product_nav li { /* all list items */
	float: left;
	position: relative;
}

#product_nav li ul li {
	width: 130px;
	margin: 0;
}

#product_nav li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 17px;
	float: left;
	clear: both;
}

#product_nav li ul ul {
	margin: -17px 0 0 65px;
}

#product_nav li ul li >  ul { /* third-and-above-level lists */
	margin: -17px 0 0 130px;
	clear: none;
}

#product_nav li:hover ul ul, #product_nav li:hover ul ul ul, #product_nav li.sfhover ul ul, #product_nav li.sfhover ul ul ul {
	left: -999em;
}

#product_nav li:hover ul, #product_nav li li:hover ul, #product_nav li li li:hover ul, #product_nav li.sfhover ul, #product_nav li li.sfhover ul, #product_nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* END CATALOG PRODUCT NAVIGATION */

/* START CATALOG CATEGORY DISPLAY AND PRODUCT LIT */

#category_name, #page_header {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
}

#category_name {
	float: left;
	width: 355px;
}

#category_description {
	width: 355px;
	float: left;
}

#product_group_container, #product_lit_container {
	float: right;
	margin-top: 20px;
}

#product_group_container {
	width: 770px;
}

.product_box, .product_lit_box {
	width: 226px;
	height: 189px;
	padding: 7px;
	float: left;
	margin: 5px;
	text-align: center;
	position: relative;
}

.product_box {
	background: url('/images/product-box.png');
}

.product_lit_box {
	height: auto;
	width: 219px;
	margin: 0;
}

.product_name {
	position: absolute;
	bottom: 8px;
	left: 15px;
	font-size: 8.5pt;
	width: 212px;
}

#product_lit_container > .product_lit_box {
	margin: 5px;
}

#product_lit_container {
	width: 730px;
	text-align: center;
}

#product_lit_container hr {
	float: left;
	clear: both;
	color: black;
	height: 1px;
	width: 715px;
	background: black;
	border: 0;
}

#product_lit_inner_nav {
	margin-top: 10px;
	float: left;
}

#product_lit_info {
	float: left;
	width: 540px;
}

#get_acrobat_reader, #get_acrobat_reader img {
	float: left;
}

#get_acrobat_reader img {
	margin: -4px 4px 0 0;
}

.subcat_name {
	position: absolute;
	bottom: 12px;
	width: 225px;
	left: 0;
}

#product_lit_container h4 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
}

#category_product_display {
	float: right;
	width: 500px;
	margin: 5px 15px 5px 5px;
}

#product_listing_table {
	float: left;
	width: 700px;
	margin: 0 auto 10px auto;
}

#product_listing_table td {
	padding: 3px !important;
}

.category_image {
	float: left;
}

.product_listing_name, .product_listing_number {
	width: 140px;
}

.product_listing_number {
	text-align: center;
}

.product_listing_description {
	width: 290px;
}

.product_listing_add, .product_listing_price {
	text-align: center;
	width: 65px;
}

.item_chart {
	margin: 1px 0 1px 0;
	float: left;
}

/* END CATALOG CATEGORY DISPLAY AND PRODUCT LIT */

/* START CYLINDER APPLICATIONS */

#cylinder_applications_copy {
	float: left;
	width: 300px;
}

#cylinder_applications_images {
	float: left;
	margin: -32px 0 0 10px;
}

/* END CYLINDER APPLICATIONS */

/* START WEB SPECIALS */

.special_item {
	padding: 25px 0 25px 0;
}

.special_item div span {
	font-weight: bold;
}

.special_item .old_price {
	font-weight: normal;
	text-decoration: line-through;
}

.special_item_avail, .special_item_price {
	margin-top: 15px;
}

.special_item_details, .special_item img {
	float: left;
}

.special_item img {
	margin: -10px 0;
}

.special_item_description {
	padding: 20px 0 10px 0;
	clear: both;
}

#special_item_buy {
	position: absolute;
	top: 152px;
	left: 120px;
}
/* END WEB SPECIALS */

/* START CAD CONFIG */

#cadconfig_fade {
	position: absolute;
	top: 170px;
	left: 30px;
}

/* END CAD CONFIG */

/* START CALCULATORS */

#put_calculator_here form {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid grey;
	background: #EFEFEF;
}

#put_calculator_here h4 {
	padding: 0;
	margin: 0;
}

#put_calculator_here div {
	margin: 4px 0 4px 0;
}

/* END CALCULATORS */

/* START CYLINDER TUTORIALS */

#tutorials_cylinders_cyl_image {
	float: right;
	margin: -35px 20px 0 0;
}

#tutorials_cylinders_pdfs {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tutorials_cylinders_pdfs li {
	margin: 3px 0 3px 0;
}

/* END CYLINDER TUTORIALS */

/* START PRODUCT DETAILS DISPLAY */

#product_details {
	float: left;
	margin: 5px 0 10px 15px;
	width: 539px;
}

#product_details_price {
	float: left;
	width: 100px;
}

#product_details_description {
	float: right;
	width: 285px;
	position: relative;
	left: 15px;
	margin-right:25px;
}
#product_details_dpm {
	margin-top:12px;
}
#product_details_description table {
	width: 285px;
	text-align: left;
}

#product_details_image {
	float: left;
	clear: both;
	width: 100%;
}

#product_details_twoday {
	float: right;
	width: 185px;
	text-align: center;
	color: #ccc;
	font-size: 12px;
}

#product_details_name {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 14pt;
}

#product_details_info {
	margin: 10px 0 20px 0;
}

#product_details_options {
	margin: 10px 0 10px 0;
}

#call_for_price {
	font-weight: bold;
	font-size: 12pt;
}

#product_price {
	color:#007ADB;
    font:bold 14pt Helvetica,helvetica,arial,sans-serif;
	margin: 0 0 6px 0;
}
#product_price strong {
	color:#333333;
	font:10px Helvetica,helvetica,arial,sans-serif;
}
.option_set td {
	width:100px;
}
/* END PRODUCT DETAILS DISPLAY */

/* START CART DISPLAY */

.cart_unit, .cart_total {
	width: 70px;
	text-align: center;
}

.cart_description {
	width: 355px;
}

.cart_qty {
	width: 50px;
}

table.cart {
	width: 543px;
	float: left; 
	clear: both;
}

.cart_update {
	height: 35px;
}

.cart_2_spacer {
	width: 405px;
}

.cart_shipping h4 {
	padding: 0;
	margin: 0;
}

.cart_shipping input.update_button {
	position: relative;
	top: 3px;
}

tr.cart_item td {
	padding: 5px;
}

tr.cart_item a {
	display: block;
	margin: 3px 0 0 0;
}

.cart_qty input {
	margin-top: 4px;
}

.quantity_field {
	width: 20px;
}

#cart_checkout_button {
	float: right;
}

#cart_shopping_links {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	width: 100%;
}

/* END CART DISPLAY */

/* START CHECKOUT */

table.checkout_continue_without_login {
	width: 250px;
}

.checkout_continue_without_login {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#address_wrapper {
	min-height: 300px;
	height: 300px;
}

#new_address .fieldWithErrors {
	display: inline;
}

input.zip {
	width: 45px;
}

input.city {
	width: 115px;
}

#checkout_billing_step {
	width: 174px;
	height: 52px;
}

#checkout_shipping_step {
	width: 175px;
	height: 52px;
}

#checkout_steps img {
	opacity: .4;
	zoom: 1;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}

#checkout_steps .current_checkout_step {
	z-index: 10;
	opacity: 1 !important;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 100) !important;
}

#checkout_steps {
	float: left;
	margin: 0 0 6px 0;
}

#checkout_shipping_step, #checkout_billing_step, #checkout_confirm_step {
	float: left;
	position: relative;
}

#checkout_billing_step, #checkout_confirm_step {
	margin: 0 0 0 -14px;
	z-index: 3;
}

#checkout_confirm_step {
	z-index: 2;
	width: 210px;
	height: 53px;
}

.confirm_address {
	float: left;
	padding: 10px;
	width: 220px;
}

.confirm_cart {
	clear: both;
	padding: 10px 0;
}

#payment_details_info {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.form_info_detail_note {
	font-size: 7pt;
	font-weight: bold;
}

#invoice_basic {
	width:543px;
	clear: both;
	border-bottom: 4px solid #007ADB;
}

#invoice_basic table {
	width: 543px;
}

/* END CHECKOUT */

/* START REQUEST A QUOTE */
#request_quote_img {
	position:absolute;
	left: 515px;
	float:right;
	z-index:12;
}
#request_a_quote {
	z-index:14;
}
/* END REQUEST A QUOTE */

/* START ERROR MESSAGE */
div.dialog {
	width: 25em;
	padding: 0 4em;
	margin: 4em auto 0 auto;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: center;
	position: relative;
	top: 100px;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
/* END ERROR MESSAGE */

.tm {
	font-size: 5pt;
	vertical-align: top;
}

#results .page_links {
	width: 600px;
	text-align: right;
	padding: 4px 4px 10px 4px;
}

/* START USA FLAG - found on Contact Us and About Us pages */
#usa_flag {
	display:block;
	width:234px;
	height:174px;
	position:absolute;
	float:left;
	left:0;
	top: 170px;
	margin:0;
	padding:0;
}
/* END USA FLAG */

#cad_drawings td {
	padding: 3px;
}

#most_recent_blog_post, #home_web_specials {
	float: left;
	overflow: hidden;
	width: 372px;
	height: 175px;
	font: 8pt Verdana, Arial, sans-serif;
	position: relative;
	margin-top: -8px;
}

#most_recent_blog_post h1, #home_web_specials h1, .article h1 {
	font: bold 13pt "Lucida Grande",Verdana,Arial,Sans-serif;
	letter-spacing: -1px;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0;
	width: 355px;
	color: #0065a4;
}
 
#most_recent_blog_post h2, #home_web_specials h2, .article h2 {
	font: 11pt Verdana, Arial, sans-serif;
	color: #999999;
	padding: 0 0 2px 0;
	margin: 0;
	width: 355px;
}

#most_recent_blog_post span, #home_web_specials span, .article span {
	font-size: 9pt
}

#most_recent_blog_post div {
	padding: 7px 3px 3px 7px;
}

#most_recent_blog_post div div, #home_web_specials div div {
	padding: 0;
	width: 355px;
}

#most_recent_blog_post a#home_read_more, #home_web_specials a#home_view_more {
	position: absolute;
	top: 157px;
	font: 8pt Verdana, Arial, sans-serif;
}

#home_web_specials a#home_view_more {
	left: 15px
}

div#home_web_specials {
	float: left;
	clear: none;
	width: 375px;
}

div#home_web_specials div div {
	width: 370px;
}

#home_web_specials div h1 {
	padding: 8px 0 2px 20px;
}

.article {
	padding: 3px 0 12px 0;
}

.article h1, .article h2, .article span {
	width: 100%;
}

div#home_web_specials div div.special_item {
	float: left;
	clear: both;
	font-size: 7pt;
	padding: 10px 0 0 10px;
}

div#home_web_specials div div.special_item div.special_item_image {
	float: left;
	width: 125px;
	text-align: center;
}

div#home_web_specials div div div.special_part_number, div#home_web_specials div div div.special_description {
	float: left;
	width: 244px;
}

div#home_web_specials div div span {
	font: bold 10pt Verdana, Arial, sans-serif;
	color: #0065a4;
	float: left;
}

div#home_web_specials div div span.special_orig_price {
	padding: 0;
	color: #000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: line-through;
}

div#industry_links h4 { margin: 8px 0 3px; }
div#industry_links ul { margin: 0 0 4px; }

/* START DPM */

div#part-number-search {
	background-color: #F0F0F0;
	text-align: center;
	width: 225px;
}

div#part-number-search div.heading {
	background-color: #0066CC;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
}

div#part-number-search div {
	padding: 3px;
}

div#dpm-error div {
	background-color: red;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 3px;
	text-align: center;
}

* html div#dpm-final-step { overflow: hidden; }

div#dpm-final-step input {
	position: relative;
	left: -45px;
	border: 1px solid #0066cc;
	background: #edf7fe;
}
/* END DPM */