/* Pull in Actinic Core Styles */ /* begin general styles for all themes */ body { margin: 0px; padding: 0px; background-image: url("background1.png"); font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; } p, table, td, th { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; margin-top: 0px; } form { margin: 0px; } a:link { color: #cc0000; text-decoration: none; } a:visited { color: #cc0000; text-decoration: none; } a:hover { color: #000000; text-decoration: underline; } a:active { color: #cc0000; text-decoration: none; } a.checkout-checkoutbg { margin-right: 10px; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; border: #eeeeee 2px solid; border-top: #eeeeee 2px solid; border-right: #000000 1px solid; border-bottom: #000000 1px solid; } a.checkout-checkoutbg:link { color: #eeeeee; text-decoration: none; } a.checkout-checkoutbg:visited { color: #eeeeee; text-decoration: none; } a.checkout-checkoutbg:hover { color: #eeeeee; text-decoration: underline; } a.checkout-checkoutbg:active { color: #eeeeee; text-decoration: underline; } a.checkout-textcolor:link { color: #000000; text-decoration: none; } a.checkout-textcolor:visited { color: #000000; text-decoration: none; } a.checkout-textcolor:hover { color: #000000; text-decoration: underline; } a.checkout-textcolor:active { color: #000000; text-decoration: underline; } ul { list-style-type: square; } /* Generic text formatting used throughout the store ---------------------------- */ .actCHECKOUTEM { background-color: #999999; } .actCHECKOUTBG { background-color: #eeeeee; } .actlarger { font-size: 13px; color: #000000; } .actsmaller{ font-size: 10px; color: #000000; } .actxxsmall { font-size: 10px; color: #000000; } .actxsmall { font-size: 11px; color: #000000; } .actsmall { font-size: 11px; color: #000000; } .actregular { font-size: 13px; color: #000000; } .actlarge{ font-size: 16px; color: #000000; } .actxlarge { font-size: 20px; color: #000000; } .actxxlarge { font-size: 20px; color: #000000; } .actwarningcolor { color: #cc0000; } .actrequiredcolor { color: #cc0000; } .actsearchhighlightcolor { color: #cc0000; } .actrequired { color: #cc0000; } .actwarning { font-size: 11px; color: #cc0000; } .actwelcome { font-size: 11px; color: #000000; } .actlogotext { font-size: 11px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 11px; color: #cc0000; } /* General positioning ------------------------------------------- */ .set-left { float: left; } .set-right { float: right; } .set-below-left { float: left; clear: left; } .set-below-right { clear: right; float: right; } .inline li { display: inline; list-style: none; padding: 0 5px 0 5px; } /* Boxes and borders ------------------------------------------- */ .thinborder1 { border: 1px solid #000000; } .thinborder2 { border: 1px solid #0208fe; } .thinred { border: solid 1px #000000; border-top: 0px; } .thinred2 { border: solid 1px #0208fe; border-top: 0px; }  .boxheading { font-weight: bold; text-transform: uppercase; color: #ffffff; } a.boxlink:link{ color: #ffffff; text-decoration:none; } a.boxlink:visited{ color: #ffffff; text-decoration:none; } a.boxlink:hover{ color: #ffffff; text-decoration:underline; } a.boxlink:active{ color: #ffffff; text-decoration:none; } * html .boxhead h2 {height: 1%;} .sidebox { background: url('theme_curve4.gif') no-repeat bottom right; font-size: 100%; } .boxhead { background: url('theme_curve2.gif') no-repeat top right; margin: 0; padding: 0; text-align: left; } .boxhead h2 { background: url('theme_curve1.gif') no-repeat top left; margin: 0; padding: 5px 10px 5px; color: #ffffff;  font-weight: bold;  font-size: 1.2em;  line-height: 1em; } .boxbody { background: url('theme_curve3.gif') no-repeat bottom left; margin: 0; padding: 5px 10px 11px; } .boxbody ol { margin: 0; padding: 0; margin-left: 1.2em; padding-left: 1.2em; } .boxbody ol li { margin-bottom: 0.2em; } /* Shopping cart and checkout fields ------------------------------------------- */ div.CheckoutCartSection { margin-top: 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout-cart { width: 580px; border-collapse: collapse; padding: 0px 0px; margin-bottom: 5px; } table.checkout-cart th{ font-weight: bold; background-color: #eeeeee; border-top: solid 1px #999999; border-bottom: solid 1px #999999; padding: 4px 4px; } table.checkout-cart td{ padding: 4px 4px; } table.checkout { width: 580px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background-color: #999999; font-size: 13px; font-weight: bold; color: #eeeeee; text-align: left; padding: 5px 2px; border-bottom: solid 3px #ffffff; } table.checkout th.instruction { font-size: 11px; font-weight: normal; } table.checkout th.change { font-size: 11px; font-weight: bold; padding: 0px 0px; text-align: right; } .checkout-change-button	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 0px 0px 0px 0px; font-size : 11px; background-color: #0208fe; border: 1px solid #000000; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .checkout-login-button	{ line-height: 13px; height: 15px; width: 70px; margin: 20px 0px 20px 0px; padding: 3px 20px 2px 0px; font-size : 11px; background-color: #0208fe; border: 1px solid #000000; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .checkout-login-button a { padding-left: 20px; color: #ffffff; text-decoration: none; } table.checkout td { background-color: #eeeeee; border-right: solid 1px #ffffff; border-bottom: solid 1px #ffffff; padding: 2px 2px; } table.checkout#idBothAddressesTable col { width: auto; } td#idCheckoutHelpLabel, table.checkout#idBothAddressesTable col.prompt { width: 130px; } .cart { background-color: #eeeeee; border-bottom: solid 1px #999999; } .checkout-cartheading { font-weight: bold; background-color: #eeeeee; border-top: solid 1px #999999; border-bottom: solid 1px #999999; } .cartheading { background-color: #999999; font-weight: bold; color: #eeeeee; } h2.checkout-heading { background-color: #999999; font-size: 13px; font-weight: bold; color: #eeeeee; padding: 5px 2px; border-bottom: solid 3px #ffffff; width: 580px; } h3.checkout-heading { width: 580px;  padding: 3px 0; background-color: #999999; font-size: 13px; font-weight: bold; color: #eeeeee; border-bottom: solid 3px #ffffff; } .checkout-subheading { font-weight: bold; padding: 0; margin: 0; } img.cartthumbnail { border: 0px; margin-left: 2px; margin-right: 2px; width: 25px; } input.normal-button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; background: #0208fe; padding: 5px; border: solid 1px #000000; } input.highlight-button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; background: #000000; padding: 5px; border: solid 1px #000000; } .checkout-field-label { width: 160px; } .checkout-field-input { width: auto; } .checkout-field-input input, .checkout-field-input select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } .DeliverField input, .DeliverField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #ffffff; padding: 2px; } table.checkout#idBothAddressesTable select { width: 211px; } input.checkbox { background-color: #eeeeee; border: 0;	 } .checkout-field-area { background: #eeeeee; border-bottom: solid 2px #ffffff; width: 580px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 580px;  height: 50px;  margin-top: 20px; } .left {  float : left;  width : 50%;  } .right {  float : right;  width : 40%;  } .spacer {  clear : both;  } .checkout-help-hide {  display: none;  } /* Checkout Progress Indicator  ------------------------------------------------ */ p.checkout-progress-heading { width: 300px; margin: 0px auto; } #checkout-progress-indicator { width: 300px; height: 19px; background-image: url('cpi-background.gif'); margin: 0 auto 0px auto; } .checkout-progress-0 { width: 75px; height: 19px; background-color: #000000; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-1 { width: 150px; height: 19px; background-color: #000000; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-2 { width: 225px; height: 19px; background-color: #000000; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-3 { width: 300px; height: 19px; background-color: #000000; background-image: url('cpi-main.gif'); float: left; } #checkout-progress-indicator .cpi-end { width: 8px; padding: 0; margin: 0; border: 0; height: 19px; background-image: url('cpi-end.gif'); background-position: right; background-repeat: no-repeat; float: left; } table#idCheckoutProgress { margin-bottom: 10px; } table#idCheckoutProgress td{ background-repeat:repeat-x; background-color:transparent; border: 0px; padding: 0px; height:19px; text-align:center; } table#idCheckoutProgress td.cpi-left{ background-image:url("cpi-main.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-complete{ background-image:url("cpi-main-mid.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-incomplete{ background-image:url("cpi-background.gif"); color:black; width:160px; } table.CheckoutProgress { width: 580px; border-collapse: collapse; margin-bottom: 10px; } table.CheckoutProgress td { padding: 0px 0px; background-repeat: repeat-x; background-color: transparent; height: 19px; text-align: center; width: 140px; } table.CheckoutProgress td.cpi-start{ background-image: url("cpi-main.gif"); width: 8px; } table.CheckoutProgress td.cpi-inactive{ background-image: url("cpi-main-mid.gif"); color: #ffffff; } table.CheckoutProgress td.cpi-active{ background-image: url('cpi-background.gif'); font-weight: bold; color: #000000; } table.CheckoutProgress td.cpi-end { background-image: url("cpi-end.gif"); width: 8px; } table.CheckoutProgress td.cpi-spacer { background-image: url("cpi-main-mid.gif"); width: auto; } /* Formatting for the site map -------------------------------------------- */ #actinic-sitemap { margin-left: 5px; } #actinic-sitemap ul { margin-bottom: 0; padding-bottom: 0; } /* Formatting for Feefo customer feedback --------------------------------- */ .feefositelogo { margin-top: 10px; text-align: center; }  .feefoproductlogo { margin-top: 10px; } /*page*/ #page { width:100%; margin: 0px; padding: 15px 0px 0px 0px; background:#fff; overflow:hidden; } .alsobought { color:#808080; } /* comments box start*/ .comments { overflow:hidden; padding:0 0 20px; } .comm-table h3 a { color:#000; font-weight:bold; text-decoration:none !important; } .comm-table h3 a:hover {color:#939598;} .comm-table { width:100%; border-collapse:collapse; } .comm-table th { background:#bcbdc0; padding:0 4px; text-align:left; border-bottom:1px solid #fff; } .comm-table td { vertical-align:top; padding:4px 10px 4px 4px; border-bottom:1px solid #fff; background:#fff4bf; } .comm-table .row td {background:#ffec95;} .comm-table h3 { font:bold 1em Arial, Helvetica, sans-serif; margin:0; } .comm-table ul { padding:0; margin:0; height:1%; overflow:hidden; } .comm-table ul li {height:1%;} .comm-table p {margin:0;} .comm-table a { color:#000; text-decoration:underline; } .comm-table a:hover { color:#939598; text-decoration:none; } .comm-rating { overflow:hidden; padding:0 0 8px; } .comm-rating em { display:block; font-style:normal; } .comm-rating img {vertical-align:middle;} /* Recently Viewed Products List Style ------------------------------------ */ #rphtml { display: none;  visibility:hidden; } /* Used internally - do not delete */ #recenthtlist { width: 500px; text-align:left; } #recenthtitem { border-spacing: 0px; border-collapse: collapse; } #recenthtitem td { width: 110px; padding: 4px; text-align: center; border-left: 1px solid #616161; border-right:1px solid #616161; } .recenthtitemimage { border-top: 1px solid #616161; } .recenthtitemdesc	{} .recenthtitemprice	{} .recenthtitemdelete { border-bottom: 1px solid #616161; } .recenthtitemspacer { width:2px !important;  border:0 !important; padding: 0px !important; } .recenththeader { clear: both; padding: 3px; font-size: 16px; font-weight: 900; margin: 0px; color: #0208fe; width: 500px; border-top: 1px solid #616161; border-bottom: 1px solid #616161; } .recenthtbuttonleft { float: left; cursor: pointer; width: 100px; border: 0; background-color: #ffffff; } .recenthtbuttonright { float: right; cursor: pointer; width: 100px; border: 0; background-color: #ffffff; } /* Used by 'CSS Product Layout' ------------------------------------------- */ .content_left { text-align: left; float: left; margin-right: 20px; } .content_right {text-align: right;float: right;margin-right: 20px;} /* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */ .product_list	{ margin: 20px 0px 20px 0px; }	 /* headings ----------------------------------------------------------------------------- */ h1	{ font-size: 20px; font-weight: 900; margin: 0px;		 padding: 16px 0px 4px 0px; color: #000000; } h1.subheading	{ font-size: 13px; font-weight: 900; margin: 0px; padding: 0px 0px 14px 0px; color: #0208fe; border: 0px; background-color: transparent; } h2	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #0208fe; } h2.clearall	{ font-size: 16px; font-weight: 900; margin: 0px; padding: 2px 0px 14px 0px; color: #0208fe; clear:both; } h3.product	{ font-size: 13px; font-weight: 900; margin: 0px; padding: 0px 0px 6px 0px; color: #0208fe; } h3.product_price	{ font-size: 11px; font-weight: 900; margin: 0px; padding: 0px 0px 20px 0px; } .text_heading_left_column	{ margin: 0px; padding: 19px 0px 4px 0px; line-height:normal; color: #000000; font-weight: 900; font-size: 13px; } /* Default formatting of all text boxes used in store pages ---------------- */ .form_input_general	{ line-height: normal; font-size : 11px; word-spacing: normal; } /* Styles for 'Quick Search Bar With Larger Button' ------------------------ */ .form_main_search_box	{ line-height: 13px; width: 76px; height: 16px; margin: 0px 1px 0px 1px; padding: 0px 0px 0px 2px; font-size : 11px; background-color: #eeeeee; border: 1px solid #eeeeee; color: #000000; vertical-align: top; } .form_main_search_box_td	{ background-color: #0208fe } .form_button_quick_search	{ line-height: 13px; height: 18px; width: 85px; margin: 1px 1px 1px 1px; padding: 0px 0px 0px 12px; font-size : 11px; background-color: #0208fe; border: 1px solid #000000; color: #ffffff; background-image: url('theme_icon_search.gif'); word-spacing: normal; } /* Styles for the 'Mini' marketing layouts ---------------------------------- */ .product_image_cost	{ margin: 0px 12px 8px 0px; text-align: center; float: left; } .text_product_small_info	{ font-size: 10px; line-height: normal; margin: 0px; padding: 0px 0px 6px 0px; } .text_product_small_info_heading	{ margin: 0px; padding: 10px 0px 12px 0px; line-height:normal; color: #0208fe; font-weight: 900; font-size: 11px; } .text_product_small_info_price	{ margin: 0px; padding: 8px 0px 0px 0px; line-height:normal; font-weight: 900; font-size: 11px; } .best_selling_items	{ padding: 10px; background-color: #ffffff; } .best_selling_items_spacing	{ padding: 0px 0px 8px 8px; } /* Styles for product image and fragment image placement in some layouts -------------------------- */ .image_float_right	{ float: right; margin: 16px 0px 15px 20px; } .image_product	{ margin: 0px 18px 10px 0px; text-align: center; float: left; } /* Links to sections and pages in sidebar menus on some themes -------------------------------------*/ ul.products	{ line-height: normal; padding: 0px 0px 0px 1px; margin: 3px 0px 4px 15px; font-size: 11px; color: #cc0000; } a.product_section:visited  { color : #cc0000; text-decoration : none; } a.product_section:link  { color : #cc0000; text-decoration : none; } a.product_section:active  { color : #cc0000; text-decoration : none; } a.product_section:hover  { color : #000000; text-decoration : none; } /* lines -------------------------------------------------------------------------------- */ .dotted_line_blue	{ height: 1px; background-color: #0208fe; background-image:url('theme_dotted_line.gif'); clear:both; } .solid_line_light_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #0208fe; clear:both; } .solid_line_blue	{ height: 1px; padding: 0px; margin: 0px; background-color: #000000; clear:both; } .dotted_outline_blue	{ border: 1px dotted #0208fe; padding: 8px; }		 /* Styles for 'Compact Parent Section List' ------------------------ */ .text_breadcrumbs	{ font-size: 10px; color: #000000; margin: 0px; line-height:normal; padding: 2px 0px 10px 0px; }	 a.link_breadcrumbs:visited	{	 color : #000000; text-decoration : underline; } a.link_breadcrumbs:link  { color : #000000; text-decoration : underline; } a.link_breadcrumbs:active  { color : #000000; text-decoration : underline; } a.link_breadcrumbs:hover  { color : #000000; text-decoration : underline; } /* Page footer  --------------------------------------------------------*/ .text_footer	{ color: #0208fe; font-size: 10px; padding:0px; margin:4px 0px 0px 0px; } .text_menu_no_space	{ word-spacing: normal; } a.link_footer:visited  { color : #616161; text-decoration : underline; } a.link_footer:link  { color : #616161; text-decoration : underline; } a.link_footer:active  { color : #616161; text-decoration : underline; } a.link_footer:hover  { color : #616161; text-decoration : underline; } /* Heading for attributes  --------------------------------------------------------*/ .text_options	{ font-weight: 900; } /* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/ .form_button_add_to_cart	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 1px 0px 1px 14px; font-size : 11px; background-color: #0208fe; border: 1px solid #000000; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; }	 /* Styles for CSS Buttons ----------------------------------------------*/ .text_menu	{ padding: 2px 0px 2px 0px; font-size : 11px; margin: 0px; color : #ffffff; } a.link_menu:visited  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #0208fe;  border: 1px solid #616161; } a.link_menu:link  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #0208fe; border: 1px solid #616161; } a.link_menu:active  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #0208fe; border: 1px solid #616161; } a.link_menu:hover  { padding: 2px 5px 2px 5px; margin: 0px 1px 0px 0px;	 color : #ffffff; text-decoration : none; background-color: #000000; border: 1px solid #616161; } /* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/ .tech_main_menu	{ background-color: #000000 } .tech_menu_bottom	{ height: 4px; background-color: #000000; } .tech_menu_button_border	{ width: 121px;  border-right: 1px #ffffff solid; border-top: 1px #ffffff solid; } div.tech_menu_button { width: 119px;  top: 0px; left: 0px;  border: 1px #000000 solid; } div.tech_menu_button_product { width: 119px;  top: 0px; left: 0px;  border: 1px #000000 solid; } .tech_menu_button_title	{ width: 122px; border-top: 1px #ffffff solid; background-color: #000000; } .tech_text_product_section	{ padding: 3px 3px 3px 5px; margin: 0px; color : #ffffff; font-size : 11px; font-weight: 900; } div.tech_menu_button a  { width: 113px;  color: #ffffff; text-decoration:none; display:block; padding:3px; text-align:left; background-color: #0208fe; font-size: 11px; } div.tech_menu_button a:visited { color: #ffffff;  text-decoration:none; background-color: #0208fe; } div.tech_menu_button a:active { color: #ffffff;  text-decoration:none; background-color: #616161; } div.tech_menu_button a:link { color: #ffffff;  text-decoration:none; background-color: #0208fe; } div.tech_menu_button a:hover { color: #ffffff; text-decoration:none; background-color: #616161; } div.tech_menu_button_product a   { width: 104px;  color: #ffffff; text-decoration:none; display:block; padding:3px 3px 3px 12px; text-align:left; background-color: #0208fe; font-size: 11px; } div.tech_menu_button_product a:visited { color: #ffffff;  text-decoration:none; background-color: #000000; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:active { color: #ffffff;  text-decoration:none; background-color: #000000; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:link { color: #ffffff;  text-decoration:none; background-color: #000000; background-image:url('theme_arrow.gif'); } div.tech_menu_button_product a:hover { color: #ffffff;  text-decoration:none; background-color: #616161; background-image:url('theme_arrow.gif'); } /* Start of styles new to v9 */ /* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */ .heading_marketing_box	{ border: 2px solid #000000; width: 229px; margin: 0px 20px 14px 0px; } .heading_marketing_box p.text_product_small_info_heading	{ background-color: #000000; border-bottom: 2px solid #000000; color: #ffffff; font-weight: 900; font-size: 11px; background-image: url('theme_marketing_header.gif'); margin: 0px; padding: 4px 0px 0px 8px; height: 20px; } .heading_marketing_box	p{ padding: 8px; } .heading_marketing_box .product_image_cost	{ padding: 8px; } /* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes, but also used in the lists that have 'Rounded Corners' in the name */ .rounded-heading { background-image: url('theme_curve2.gif'); background-repeat: no-repeat; background-position: top right; } .rounded-heading p.spacer { margin: 0; padding: 3px 0; background-image: url('theme_curve1.gif'); background-repeat: no-repeat; margin-right: 10px; color: #ffffff; } .rounded-footer { background-image: url('expert_rounded_bottom_right.gif'); background-repeat: no-repeat; background-position: bottom right; } .rounded-footer p.spacer { margin: 0; padding: 3px 0; background-image: url('expert_rounded_bottom_left.gif'); background-position: bottom left; background-repeat: no-repeat; margin-right: 10px; color: #ffffff; } .indented-link a { display: block; background-color: #fff; width: 140px; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border-bottom: solid 1px #000000; } .indented-link a:hover { background-color: #616161; } /* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */ .graduated-link a { display: block; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border: solid 1px #616161; border-bottom: 0; border-right: 0; background-image: url('prime_link_background.gif'); background-repeat: no-repeat; } /* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */ .hotshot-link a { display: block; padding: 5px 0 5px 30px; font-weight: bold; text-decoration: none; border-bottom: solid 1px #ffffff; } .hotshot-link a:hover { background-image: url('hotshot-link-highlight.gif'); background-repeat: no-repeat; } .hotshot-box-main { background-image: url('hotshot-box-main.gif'); background-position: bottom; width: 170px; } .hotshot-box-content { background-image: url('hotshot-box-top.gif'); background-repeat: no-repeat; padding: 10px;	 } /* Styles for 'Quick Search Bar With Curved Box' layout */ .formbox1 { padding: 0px; margin: 0px; border: 0px; background-image: url('theme-rounded-searchfield-left.gif'); height: 19px; padding-left: 10px; background-repeat: no-repeat; float: left; } .formbox2 { padding: 0px; margin: 0px; border: 0px; height: 19px; background-image: url('theme-rounded-searchfield-right.gif'); background-position: right; background-repeat: no-repeat; padding-right: 10px; } .inputfield { padding: 0px; margin: 1px 0; border: 0px; height: 16px; font-size: 12px; } /* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */ #corporate_top_menu, #corporate_top_menu ul { /* main menu lists */ padding: 0px; margin: 0px 0px 0px 0px; list-style: none; line-height: 1; font-size: 11px;	 } #corporate_top_menu a { display: block; color: #ffffff; padding: 3px 6px 3px 13px; margin: 0; font-size: 11px;	 text-decoration: none; background-image: url('theme_arrow.gif'); background-position: left; background-repeat: no-repeat; background-color: #0208fe; border-right: 1px solid #000000;		 } #corporate_top_menu li a:hover { display: block; color: #ffffff; padding: 3px 6px 3px 13px; margin: 0; font-size: 11px;	 text-decoration: none; background-image: none; background-color: #000000; background-image: url('theme_arrow.gif'); background-position: left; background-repeat: no-repeat; } #corporate_top_menu li { /* all list items */ float: left; padding: 0px; margin: 0; list-style-image: none; line-height: 18px; } #corporate_top_menu li ul { /* second-level lists */ font-size: 100%; width: 150px;  display: block; position: absolute; margin: 0px 0px 0px -2px; border-top: 1px solid #000000; list-style-image: none; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ } #corporate_top_menu li ul li { /* second-level lists */ width: 150px;  display: block; background-image: none; background-color: #0208fe; border-bottom: 1px solid #000000; } #corporate_top_menu li ul li a { /* second-level lists */ background-image:none; padding: 3px 6px 4px 6px; line-height: 150%; display: block; border-left: 1px solid #000000; border-right: 1px solid #000000; } #corporate_top_menu li ul li a:hover { /* second-level lists */ display: block; border-left: 1px solid #000000; border-right: 1px solid #000000; padding: 3px 6px 4px 6px; background-image:none; background-color: #000000; } #corporate_top_menu li ul ul { /* third-and-above-level lists */ margin: -24px 0px 0px 149px; } #corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul { left: -999em; } #corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */ left: auto; } .corporate_pages_menu ul { /* brochure list */ padding: 0px; margin: 0px 0px 0px 0px; line-height: 1; font-size: 11px;	 list-style-image: none; } .corporate_pages_menu ul li { display: block; background-image:none; background-color: #0208fe; border-bottom: 1px solid #000000; } .corporate_pages_menu li a { color: #ffffff; background-image:none; padding: 3px 6px 4px 6px; line-height: 150%; display: block; } .corporate_pages_menu li a.product_section { color: #ffffff } .corporate_pages_menu li a:hover { color: #ffffff; display: block; padding: 3px 6px 4px 6px; background-image: none; background-color: #000000; } /* My Account pages  --------------------------------------------------------------*/ .myaccount-shadow { display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url('myaccount-popup-bg.png'); background-repeat: repeat; } .myaccount-popup { position: fixed; width: 500px; height: 250px; left: 50%; top: 50%; margin-left: -250px; margin-top: -125px; padding-left: 85px; padding-top: 50px; background-color: #ffffff; } /* Overall Structure */ body { margin: 0; padding: 0; background: #dfe3fe url("background1.png") repeat-x; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; } #wrapper { background: url("wrapper_background.gif") repeat-y; padding: 0; width: 970px;  margin: 0 auto; } #bulk-area { float-left; clear: both; padding: 0px 15px 10px 0px; width: 946px; overflow: hidden; margin: 0 0 0 12px; } #left-area { width: 755px; float: left; } #content-area { font-size: 11px; color: #000000; width: 576px; float: left; padding: 0; margin: 10px 0px 0px 0px; } #left-sidebar { float: left; } #right-sidebar { clear: none; float: right; } /* Secondary Structures */ .header-area { background: #000000; color: #ffffff; float: left; padding: 0px 0px 15px 0px; margin: 0 0 0 12px; width: 946px; } .sidebar { background-color: #616161; width: 150px; padding: 0; margin: 10px; border-left: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; } .footer-area { background-color: #000000; font-size: 11px; color: #ffffff; clear: both; width: 930px; height: 75px; padding: 10px 5px 10px 10px; margin: 0 0 0 12px; } /* Functional Elements */ .header-area form { display: inline; } .header-area .quick-search-button { height: 26px; } .header-area .quick-search-button-wrapper { margin: 0; } .header-area .quick-search { margin: 5px 10px 10px 10px; } .quick-search { margin: 0px 10px 5px 0px; } .header-area .quick-search-text { height: 20px; font-size: 14px; } .cart-button { height: 28px; } .cart-summary { font-family: Arial, Helvetica; color: #0208fe; font-size: 11px; padding: 0px 10px 0px 20px; margin: 5px 0; } .cart-summary a { font-family: Arial, Helvetica; color: #ffffff; text-decoration: none; } .logo { float: left; padding-left: 5px; padding-top: 0px; } .button-wrapper { display: inline-block; height: 26px; background: url('button_background_right.gif') right no-repeat; padding: 0 10px 0 0; } .button { background: url('button_background_left.gif') left no-repeat; cursor:pointer; color: #ffffff; height: 26px; padding: 0 0 0 10px; margin: 0; border: 0; font-family: Arial, Helvetica; font-size: 11px; font-weight: bold; } /* Content */ .header-area .housekeeping ul { text-align: right; padding: 0; margin: 5px 0; } .header-area .housekeeping li { display: inline; padding-left: 10px; padding-right: 10px; list-style: none; } .header-area .housekeeping li a {  font-family: Arial, Helvetica; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none } .product-list-image img { max-width: 75px; } .sidebar h2 { background-color: #000000; border-bottom: 1px solid #000000; border-top: 1px solid #000000; font-size: 13px; font-weight: bold; color: #ffffff; margin: 0px 0px 5px 0px; padding: 6px 0px 6px 6px; } .sidebar h3 { font-size: 13px; color: #000000; margin: 0px 0px 5px 0px; padding: 3px 0px 0px 4px; } .sidebar p { margin: 0; padding: 0; } .sidebar ul { text-align: center; margin: 5px 0px 15px 0px; padding: 0; list-style: none; } .sidebar li { margin: 0px 0px 4px 0px; padding: 4px 0px 6px 4px; border-bottom: 1px dotted #000000; } .sidebar li a {  font-family: Arial, Helvetica; font-weight: bold; font-size: 11px; color: #000000; text-decoration: none; } .sidebar li a:link, .sidebar li a:visited {  color: #000000; } .side-menu-left li, .side-menu-right li { text-align: left; border-bottom: 1px dotted #0208fe; } .content-area p { font-size: 11px; color: #000000; } .content-area li a:link { font-size: 11px; color: #000000; } .content-area h1 { margin: 0; padding: 6px 0px 6px 4px; line-height:normal; font-size: 20px; color: #000000; background-color: #616161; border: 1px dotted #000000; border-top: 1px solid #000000; } .content-area h2 { font-size: 16px; font-weight: bold; color: #000000; } .content-area h3 { font-size: 16px; color: #000000; } .footer p { font-size: 11px; font-weight: bold; color: #ffffff; } .footer-element p { color: #0208fe; text-align: center; } .footer-element ul { margin-top: 0; list-style: none;  } .footer-element li a { color: #616161; text-decoration: none } .footer-area .address-details { float: left; text-align: left; } .footer-area .address-details ul li { list-style: none; } .footer-area .housekeeping { color: #ffffff; overflow:hidden; padding: 0 10px 0 0; margin: 0; vertical-align: top; float: right; text-align: right; } .footer-area .housekeeping a { color: #ffffff; text-decoration: none; } .footer-area .actxxsmall { color: #ffffff; } /* Nav bar styles */ .navigation-bar { padding: 0; margin: 0 0 0 2px; height: 37px; font-weight: bold; text-align: center; clear:both; } .navigation-bar ul { float: left; list-style-type: none; margin: 1px 0 0 0px; padding: 0px; } .navigation-bar ul li { margin: 0; padding: 0; } /* Used to style current section on top level links */ .navbarhighlighted { background: url("nav-tabs.gif") repeat scroll -90px 0 !important; } #main-link999 { background: url("nav-tabs.gif") repeat scroll -90px 0 !important; } #main-link999:hover { background: url("nav-tabs.gif") repeat scroll -180px 0 !important; } #main-link991 { background: url("nav-tabs.gif") repeat scroll -90px 0 !important; } #main-link991:hover { background: url("nav-tabs.gif") repeat scroll -180px 0 !important; } .navigation-bar li a {  font-family: Arial, Helvetica; font-weight: bold; font-size: 11px; color: #ffffff; text-decoration: none; background:url('nav-tabs.gif') 0 0; } .navigation-bar li a#last { background: url("nav-tabs.gif") repeat scroll -180px 0 !important; } .navigation-bar li a:link, .navigation-bar li a:visited {  text-decoration: none; } .navigation-bar li a:hover {  background: url("nav-tabs.gif") repeat scroll -180px 0; color:#fff; } /*############################################ MEGA MENU STYLES  Background images, styles and formatting  of Mega Menu controlled below ############################################*/ .navigation-bar { z-index:999999; } .navigation-bar ul { list-style-type:none; margin:0px; padding:0px; } .navigation-bar ul li { position:relative; float:left; }  .navigation-bar ul li ul li { border-left: none; }  .navigation-bar ul li#last { } .navigation-bar ul ul { border-right: none; border-left: none;  background: none; } .navigation-bar ul ul li a {  color: #0208fe; text-decoration: none; } .navigation-bar a { display:block; float:left; width:90px; height:30px; color:#fff; text-decoration:none; line-height:1.1em; font-size:12px; font-weight:bold; padding:5px 0 2px 0; border-left:none; } /* Used to style hover/selected action on top level links */ .navigation-bar ul li a.sel:link,  .navigation-bar ul li a.sel:visited,  .navigation-bar ul li a.sel:active,  .navigation-bar ul li a:hover { color:#000066; text-decoration:none; background-position:-180px 0 !important; } /* Drop Down Box */ .navigation-bar ul li div { position:absolute; top:35px; text-align:left; display:none; border-right:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; background:#eeeeee; padding:3px; width:1056px; z-index:9999999; } .navigation-bar ul li div div{ text-align:left; display:block; position:relative; top:0px; width:100%; z-index:9999999; } .lastMenudiv { right:0px; } .navigation-bar ul li div ul { width:120px; float:left; margin:0px 5px 0px 0px; } .navigation-bar ul li div ul.last { border-right:none; margin-right:0px; } .navigation-bar ul li div ul li { float:none; background:none; padding:1px 0; border-right:none; } .navigation-bar ul li div ul li a { color:#000000; text-align:left; float:none; padding:0px; height:auto; line-height:normal; background:none; width:105px; } .navigation-bar ul li div ul li a:hover { color:#0208fe; background:none; text-decoration:underline; }  /* Styles for each row of links */ .navigation-bar ul li div .row { float:left; clear:none; height: 1%; overflow: hidden;	 background:none; border:none; } /* Styles for each row of links */ .navigation-bar ul li div .infocol { clear:none; height: 100%; overflow: hidden;	 border:none; width: 120px; float: right; } /* Used to overwrite id's styles */ a.dropheading { padding:2px 5px !important; margin:0px 0px 0px 0px !important; height:auto !important; line-height:normal !important; display:block; font-weight:bold; text-decoration:underline; } a.droplink, a.dropfooter { color:#000 !important; background:none !important; margin-left:12px !important; display:block; font-weight:normal !important; } a.droplink:hover, a.dropfooter:hover { color:#0208fe !important; } /*info links */ a.droplink2, a.dropfooter2 { color:#0208fe !important; background:none !important; margin-left:12px !important; display:block; font-weight:normal !important; } a.droplink2:hover, a.dropfooter2:hover { color:#000 !important; } /* end mega menu */ /* trident CSS */ #pageholder { width: 1003px; margin: 0px auto; padding: 0px;} #header_outline { margin: 3px 0 0 0; padding: 0px 0px 0px 0px; width: 1003px; float: centre; background: #fff url('Trident-Header2plain.png') no-repeat top; }  #header_container { height: 65px; padding: 0px; border-left: 1px solid #999999; border-right: 1px solid #999999; margin: 0px; } /* IE6 Only */ * html #headerContainer { margin-bottom: -3px; }  #info_links { height: 37px; font-weight: bold; text-align: center; padding: 0px; border-left: 1px solid #999999; border-right: 1px solid #999999; clear;both } #gen_linksbar { padding: 0px 10px; width:981px; border: 1px solid #999999; background: #0f59c3 url('gradientimagehor.png') repeat-x; float: left; margin: 0;} #gen_linksbarorg { font-weight: bold; text-align: center; padding: 0px; width:1001px; border: 1px solid #999999; background: #0f59c3 url('gradientimagehor.png') repeat-x; } .searchholder {float: left; padding: 2px 10px 2px 10px; } .gen_linksnav { margin: 0px; padding: 0px; list-style-type: none; float: left; }  .gen_linksnav li { margin: 0px; padding: 0px; float: left; }  .gen_linksnav a { float: left; color: #fff; text-decoration: none; line-height: 2.5em; padding: 0px 10px 0px 10px; font-weight: bold; }  .gen_linksnav a:hover { background: #000099; color: #fff; }  #bulk { float: left; margin: 5px 0px; padding: 0px 10px 0px 0px; width: 993px; border-radius:10px; background: #eee; } #bulkhome { float: left; margin: 5px 0px; padding: 0px; width: 1003px; } #leftcolumn { width: 170px; float: left; padding: 0px 0px 19px 0px; margin: 10px 0px 0px 10px; clear;both } .sidebarheader { padding: 6px 0px 4px 5px; margin: 5px 0px 0px 0px; font-weight: bold; font-size: 120%; color: #fff; background: url('sidebar-header.gif') no-repeat 0 0; }  .sidebarheaderinfo { padding: 6px 0px 4px 5px; margin: 20px 0px 0px 0px; font-weight: bold; font-size: 120%; color: #fff; background: #000000 url('sidebar-header.gif') no-repeat -171px 0; }  .sidebarcontent { padding: 6px; margin: 0px; text-align: center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; background: #fff;} .sidebarcontentwhole0pad { padding: 0px; margin: 5px 0px 0px 0px; text-align: center; border-radius:10px; background: #fff;} .sidebarcontentwhole { padding: 6px; margin: 5px 0px 0px 0px; text-align: center; border-radius:10px; background: #fff;} .sidebardivider { border-top: 1px solid #999999; clear;both } .sidebarbottom { height: 10px; width: 170px; background: url('mainlayoutsprites.gif') no-repeat 0 -34px; margin: 0px 0px 20px 0px; }  .sidebarbasketsummary { height: 48px; margin: 0px 0px 20px 0px; padding: 6px 5px 10px 5px; background: url('Basket_SummaryBG.gif') no-repeat center bottom; text-align: center; font-size: 12px; }  .sidebarbasketsummary a { float: left; display: block; height: 22px; width: 72px; margin: 2px; background: url('mainlayoutsprites.gif') no-repeat -400px -22px; text-align: center; color: #fff; line-height: 1.7em; font-weight: bold; }  .bestselleritem { float: left; text-align: center; width: 115px; height: 222px; margin: 1px; padding: 0px 0px; overflow: hidden } .bestsellerheading { color: #0F59C3; font-size: 11px; font-weight: 900; line-height: normal; margin: 0; padding: 0px 0 2px;} .sidebarsection ul { width:170px; padding:0; margin: 5px 0px 0px 0px; font-weight: bold; font-size: 120%; color: #fff;list-style: none outside none; }  .sidebarsection ul div { padding: 6px 0px 4px 5px; background: url('sidebar-header.gif') no-repeat 0 0; }  .sidebarsection a {display:block;padding:5px 5px 5px 10px;width:155px;background:#0f59c3 url('sidebar-gradientbac.png') repeat-y; margin:1px 0 1px 0;color:#fff;} .sidebarsectiona ul { width:170px; padding:0; margin: 0px 0px 0px 0px; font-weight: bold; font-size: 100%; color: #fff;list-style: none outside none; }  .sidebarsectiona1 div a {display:block;padding:5px 5px 5px 10px;width:155px;background:#006; border-top-left-radius:8px; border-top-right-radius:8px; margin:1px 0 1px 0;color:#fff;} .sidebarsectiona2 a {display:block;padding:5px 5px 5px 10px;width:155px;background:#009; margin:1px 0 1px 0;color:#fff;} .sidebarsectiona3 a {display:block;padding:5px 5px 5px 10px;width:155px;background:#0f59c3; margin:1px 0 1px 0;color:#fff;} .sidebarsectiona4 a {display:block;padding:5px 5px 5px 10px;width:155px;background:#0f59c3 url('sidebar-gradientbac.png') repeat-y; margin:1px 0 1px 0;color:#fff;} .viewed { vertical-align:middle; border-top: 1px solid #999999; height: 47px; clear: both } .viewed a:hover{background-color:#ffffff;} .viewed img {float:left; padding:2px;border:0px solid #660000;} .viewed img:hover {background-color:#ffffff;border:0px solid #660000;} #centrecolumn { margin: 10px 10px; width: 616px; float: left; padding: 10px 0px 10px 4px; min-height: 100px; border-radius:10px; background: #fff; } #centrecolumnproduct { margin: 0px 10px 0px 0px; width: 806px; float: left; padding: 10px 0px 10px 4px; min-height: 100px; border-radius:10px; background: #fff; } #centrecolprodlist { width: 616px; clear: both; display: block; z-index:1; } .leftcolumnhome { margin: 5px 0px 5px 1px; width: 700px; height:200px; float: left; padding: 5px 0px 5px 3px; border-radius:10px; background: #5eb0fc; display: block; overflow:hidden; z-index:1; } .homepagebotcolleft { margin: 5px 0px 5px 1px; width: 400px; float: left; padding: 5px; min-height: 100px; border-radius:10px; background: #fff; } .homepagebotcolright { margin: 5px 1px 5px 0px; width: 570px; float: right; padding: 5px; min-height: 100px; border-radius:10px; background: #fff; } .rightcolumnhome { margin: 5px 1px 5px 0px; width: 286px; float: right; height: 410px; padding: 5px 0px 5px 3px; overflow:hidden; border-radius:10px; background: #fff; } .homemarketingitem { width: 155px; height: 176px; float:left; padding: 5px; margin: 4px; text-align: center; border-radius:8px; background: #fff;} .homepageblogitem { float: left; width: 400px; padding: 2px 0px 2px 0px; border-top: 1px solid #999999; } .homepageblogitem img {float:left; margin: 0px 5px 0px 0px; } .homepageblogitem h2{padding:0px; clear:none; } #rightcolumn { width: 170px; float: right; padding: 0px 0px 19px 0px; margin: 10px 0px; clear;both }  #footer_header { height:20px; font-weight: bold; text-align: left; padding: 8px 10px; margin: 0px; width:981px; float: left; border: 1px solid #999999; font-size: 14px; font-weight: bold; color: #fff; background: #0208fe url('gradientimagehor.png') repeat-x; } #footer_info { float: left; border-left: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999; padding: 1px 0px; width: 1001px; margin: 0px; clear;both; background: #fff; }  .footer_info_links, .footer_info_linksR { float: left; margin: 20px 0px 20px 0px; padding: 0px 15px; width: 249px } .footer_info_links { border-right: 1px solid #999999 } #footertrident { height: auto !important; padding: 10px; width: 983px; margin: 5px 0px; clear:both; border-radius:10px; background: #fff; }  .footertridentcol { display:block; padding: 8px 10px; margin: 0px; width:175px; float: left; color: #000; border-right: 1px solid #999999; list-style: none outside none; } .footertridentcol li { clear:both; font-weight: bold; text-align: left; padding: 3px 0px 3px 3px; margin: 0px; float: left; font-size: 12px; font-weight: bold; color: #000; } .footertridentcol li a { font-weight: normal; text-align: left; padding: 3px 0px 3px 10px; margin: 0px; display:block; float: left; font-size: 12px; color: #000; } .footertridentcol li a:hover {color: #0208fe; } .tridentend { clear:left; } .tridentendall { clear:both; } .footertridentcollast { border-right:none !important; margin-right:0px;} #header2_outline { margin: 3px 0 0 0; padding: 0px 0px 0px 0px; width: 1003px; height: 10px; float: left; background: url('header-outline.gif') bottom; }  .productcontainer300 { float: left; width: 298px; padding: 3px; overflow: hidden; } .productheader300 { float: left; background: url("Product-Layout290_01.gif") no-repeat; width: 298px; height: 8px; clear:both } /* IE6 Only */ * html .productheader300 { margin-bottom: -6px; }  .productcontent300 { width: 296px; height:145px; padding: 0px 1px; overflow:hidden; background: url("Product-Layout290v2.gif") no-repeat bottom; clear:both } .productimage { float: left; padding: 0px 3px; width: 95px; height: 136px; vertical-align:middle } .productnameholder300 { float: right; background: url('Product-Layout290_03.gif') no-repeat bottom; width: 193px; }  .productname { padding: 0px 2px 3px 2px; font-weight: bold; font-size: 120%; color: #fff } .productdesc { padding: 0px; font-weight: normal; font-size: 100%; color: #000 } .productnamecentre { padding: 0px 2px 3px 2px; text-align:center; font-weight: bold; font-size: 120%; color: #fff }  .productfooter300 { float: left; background: url("Product-Layout290_05.gif") no-repeat; width: 298px; height: 9px; clear:both } .productcontainer600 { float: left; width: 602px; padding: 3px; overflow: hidden } .productheader600 { float: left; background: url("Product-Layout600_01.gif") no-repeat; width: 602px; height: 8px; clear:both } /* IE6 Only */ * html .productheader600 { margin-bottom: -6px; } .productcontent600 { margin: 0px; border-left: 1px solid #999999; border-right: 1px solid #999999; width: 600px; min-height: 138px; clear:both } .productnameholder600 { float: right; background: url('Product-Layout600_03.gif') no-repeat bottom right; width: 494px; }  .productfooter600 { float: left; background: url("Product-Layout600_06.gif") no-repeat; width: 602px; height: 9px; clear:both } .productheaderline600 { float: left; background: url("Product-Layoutline600_01.gif") no-repeat; width: 602px; height: 8px; clear:both } /* IE6 Only */ * html .productheader600 { margin-bottom: -6px; }  .productcontentline600 { border-left: 1px solid #999999; border-right: 1px solid #999999; background: url("Product-Layoutline600_02.gif") repeat-y left; width: 600px; min-height: 21px; clear:both } .productnameholderline600 { float: left; background: #000099; width: 249px; }  .productchoiceholderline600 { float: left; width: 101px; padding: 0px 0px 0px 0px; } .productpriceholderline600 { float: left; width: 150px; padding: 0px 3px 0px 3px; } .productmoreinfoholderline600 { float: right; width: 94px; padding: 0px; } .productfooterline600 { float: left; background: url("Product-Layoutline600_03.gif") no-repeat; width: 602px; height: 9px; clear:both } .productcontainer150 { float: left; width: 146px; height: 169px; margin: 3px; padding: 0px 0px; background: url("Product-Layout150_02.gif") no-repeat top; overflow: hidden } .productcontainer150s { float: left; width: 146px; height: 83px; margin: 3px; padding: 0px 0px; background: url("Product-Layout150s_02.gif") no-repeat top; overflow: hidden } .productnameholder150 { float: none; margin: 0px; padding: 3px 0px 0px 0px; background: url('Product-Layout150_01.gif') no-repeat top; width: 146px; z-index:-1 }  .productcontent150 { margin: 0px; width: 146px; height: 167px; overflow: hidden; clear:both } .productcontent150s { margin: 0px; width: 146px; height: 81px; overflow: hidden; clear:both } .productimage150 { float:none; margin: auto; padding: 1px 3px; width: 140px; height: 136px; text-align:center; } .productimage150s { float:none; margin: auto; padding: 1px 3px; width: 140px; height: 50px; text-align:center; } .productfooter150 { float: left; background: url("Product-Layout150_02.gif") no-repeat bottom; width: 149px; height: 169px; clear:both } .prodpageleftcol { width: 200px; float: left; padding: 5px; margin: 0px; text-align: center; } .prodpagemaincol { margin: 0px; width: 586px; float: left; padding: 0px 0px 5px 5px; background: #fff; } .prodpagemaincol h1 {float:left; padding: 2px 0px 4px 0px; min-width: 380px; } .prodprice { padding: 3px 3px 1px 3px; text-align:right; font-weight: bold; font-size: 140%; color: #006 } .prodpageprice { padding: 3px; text-align:right; font-weight: bold; font-size: 180%; color: #006 } .proddiscount { padding: 1px; font-weight: bold; font-size: 100%; color: #d20a14 } .prodpagediscount { padding: 2px; font-weight: bold; font-size: 100%; color: #d20a14 } .prodpagebuybut { width: 85px; display: inline-block; text-align:left; color: #FFFFFF; border: none; cursor: pointer; font-family: Arial,Helvetica; font-size: 15px; font-weight: bold; height: 26px; background: url("ButtonAddToBasket.png") no-repeat; padding: 2px 0px 2px 8px; margin: 2px; } .prodmorebut { float:right; width: 86px; display: inline-block; text-align:left; color: #FFFFFF; border: none; cursor: pointer; font-family: Arial,Helvetica; font-size: 10px; font-weight: bold; height: 26px; background: url("ButtonAddToBasket.png") no-repeat; padding: 2px 6px 2px 1px; margin: 2px; } .prodpageinfolinks li { float: left; list-style-image:url('Info_Button.png');} .fragmentimageonly { float: left; margin: 3px; padding: 0px 0px; } .fragmentimageonlynopad { float: left; margin: 0px; padding: 0px 0px; } .fragmentimageonlynopadright { float: right; margin: 0px; padding: 0px 0px; } .fragmentimageonlynopadnofloat { float: right; margin: 0px; padding: 0px 0px; } .marketingprodcontainer { margin: 3px; clear: both } .marketingprodheader { float: left; padding: 6px 0px 4px 5px; margin: 20px 0px 0px 0px; font-weight: bold; font-size: 120%; color: #0208fe; clear:both }  .marketingproditemholder { float: left; height: 205px; overflow: hidden; border: 1px solid #999999; padding: 3px 0px 3px 0px; margin: 3px; clear: both } .marketingproditem1 { float: left; width: 140px; height: 205px; padding: 0px 3px 0px 3px; text-align: center; clear: none } .marketingproditem { float: left; width: 140px; height: 205px; padding: 0px 3px 0px 3px; text-align: center; border-left: 1px solid #999999; clear: none; } .marketingprodcontent { width: 134px; min-height: 138px; } .marketingprodimage { float: none; margin: auto; padding: 1px 3px; width: 95px; height: 136px } .marketingreviews { float: left; padding: 0px; margin: 3px; clear: both } .marketingreview { border-bottom: 1px solid #999999; margin: 3px; clear: both } .marketingprodlink_name { color: #0208FE; font-size: 11px; font-weight: 900; line-height: normal; margin: 0; padding: 0px;} .marketingprodlink_info { font-size: 10px; line-height: normal; margin: 0; padding: 6px 0 2px;} .stockbutton1 { float: left; height: 12px; width: 12px; margin: 0px 3px 0px 0px; padding: 0px 0px 0px 0px; background: url('stockbuttons.png') 0 0 no-repeat;} .stockbutton2 { float: left; height: 12px; width: 12px; margin: 0px 3px 0px 0px; padding: 0px 0px 0px 0px; background: url('stockbuttons.png') -15px 0 no-repeat;} .stockbutton3 { float: left; height: 12px; width: 12px; margin: 0px 3px 0px 0px; padding: 0px 0px 0px 0px; background: url('stockbuttons.png') -30px 0 no-repeat;} .stockbutton4 { float: left; height: 12px; width: 12px; margin: 0px 3px 0px 0px; padding: 0px 0px 0px 0px; background: url('stockbuttons.png') -45px 0 no-repeat;} .stockbutton5 { float: left; height: 12px; width: 12px; margin: 0px 3px 0px 0px; padding: 0px 0px 0px 0px; background: url('stockbuttons.png') -60px 0 no-repeat;} .blankbutton1 a { float: left; height: 17px; width: 83px; margin: 3px; padding: 4px 1px 4px 12px; background: url('blank-buttons3.png') 0 0 no-repeat; font-size: 12px; font-weight: bold; color: #000; text-align: center;} .blankbutton2 a { float: left; height: 17px; width: 83px; margin: 3px; padding: 4px 1px 4px 12px; background: url('blank-buttons3.png') -110px 0 no-repeat; font-size: 12px; font-weight: bold; color: #000; text-align: center;} .blankbutton3 a { float: left; height: 17px; width: 83px; margin: 3px; padding: 4px 1px 4px 12px; background: url('blank-buttons3.png') -220px 0 no-repeat; font-size: 12px; font-weight: bold; color: #000; text-align: center;} .blankbutton4 a { float: left; height: 17px; width: 83px; margin: 3px; padding: 4px 1px 4px 12px; background: url('blank-buttons3.png') -330px 0 no-repeat; font-size: 12px; font-weight: bold; color: #000; text-align: center;} .productinfo { margin: 5px; padding: 5px; float: left; background-color: #eeeeee; width: 500px; 8px; clear:both } .productinfoitem1 { border-top: 2px solid #999999; border-bottom: 2px solid #999999; padding: 3px; width: 494px; clear:both } .productinfoitem2 { border-bottom: 2px solid #999999; padding: 3px; width: 494px; clear:both } /* Caution! Ensure accessibility in print and other media types... */ @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */ .ui-tabs-hide { display: none; } } /* Hide useless elements in print layouts... */ @media print { .ui-tabs-nav { display: none; } } /* Skin */ .ui-tabs-nav, .ui-tabs-panel {		/* don't set fonts that are different in size from usual - messes up height calculation */ } .ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 4px; } .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ display: block; clear: both; content: " "; } .ui-tabs-nav li { float: left; margin: 0 0 0 1px; min-width: 84px; /* be nice to Opera */ } .ui-tabs-nav a, .ui-tabs-nav a span { display: block; padding: 0 10px; background: url('jqtabber_tab_lightblue.png') no-repeat; } .ui-tabs-nav a { margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */ padding-left: 0; color: #27537a; font-weight: bold; line-height: 1.2; text-align: center; text-decoration: none; white-space: nowrap; /* required in IE 6 */     outline: 0; /* prevent dotted border in Firefox */ } .ui-tabs-nav .ui-tabs-selected a { position: relative; top: 1px; z-index: 2; margin-top: 0; color: #000; } .ui-tabs-nav a span { width: 64px; /* IE 6 treats width as min-width */ min-width: 64px; height: 18px; /* IE 6 treats height as min-height */ min-height: 18px; padding-top: 6px; padding-right: 0; } *>.ui-tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; } .ui-tabs-nav .ui-tabs-selected a span { padding-bottom: 1px; } .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { background-position: 100% -150px; } .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active { background-position: 100% -100px; } .ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span { background-position: 0 -50px; } .ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span { background-position: 0 0; } .ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text; } .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */ cursor: pointer; } .ui-tabs-disabled { opacity: .4; filter: alpha(opacity=40); } .ui-tabs-panel { border: 1px solid #97a5b0; padding: 1em 8px; background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ } .ui-tabs-loading em { padding: 0 0 0 20px; background: url('jqtabber_loading.gif') no-repeat 0 50%; } /* Additional IE specific bug fixes... */ * html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */ display: inline-block; } *:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ display: inline-block; } .tabinner { width: 100%; padding: 0; } /* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. *  * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */ #fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; } #fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('fancybox.png'); } #fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; } #fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; } #fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; } #fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; } #fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; } #fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; } #fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; } #fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; } #fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; } #fancybox-frame { width: 100%; height: 100%; border: none; display: block; } #fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('fancy_blank.gif'); z-index: 1102; display: none; } #fancybox-left { left: 0px; } #fancybox-right { right: 0px; } #fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; } #fancybox-left-ico { background-image: url('fancybox.png'); background-position: -40px -30px; } #fancybox-right-ico { background-image: url('fancybox.png'); background-position: -40px -60px; } #fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ } #fancybox-left:hover span { left: 20px; } #fancybox-right:hover span { left: auto; right: 20px; } .fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; } #fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('fancybox-x.png'); } #fancybox-bg-ne { top: -20px; right: -20px; background-image: url('fancybox.png'); background-position: -40px -162px; } #fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('fancybox-y.png'); background-position: -20px 0px; } #fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('fancybox.png'); background-position: -40px -182px;  } #fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('fancybox-x.png'); background-position: 0px -20px; } #fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('fancybox.png'); background-position: -40px -142px; } #fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('fancybox-y.png'); } #fancybox-bg-nw { top: -20px; left: -20px; background-image: url('fancybox.png'); background-position: -40px -122px; } #fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; } .fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; } .fancybox-title-outside { padding-top: 10px; color: #fff; } .fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; } #fancybox-title-over { padding: 10px; background-image: url('fancy_title_over.png'); display: block; } .fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; } #fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; } #fancybox-title-float-wrap td { border: none; white-space: nowrap; } #fancybox-title-float-left { padding: 0 0 0 15px; background: url('fancybox.png') -40px -90px no-repeat; } #fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('fancybox-x.png') 0px -40px; } #fancybox-title-float-right { padding: 0 0 0 15px; background: url('fancybox.png') -55px -90px no-repeat; } /* IE6 */ .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_over.png', sizingMethod='scale'); zoom: 1; } .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_main.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); } #fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); } #fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_loading.png', sizingMethod='scale'); } /* IE6, IE7, IE8 */ .fancybox-ie .fancybox-bg { background: transparent !important; } .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale'); } /* Drillpine.biz stuff added below */ /* override CSS to always show nav arrows */ #fancybox-left-ico { top: 0px; left: 20px; } #fancybox-right-ico { top: 0px; right: 20px; left: auto; } 	 /* styles that help with laying icons out in rows */ .lbtable { width:200px; text-align:center; } .lbtable img { margin: 3px; border:1px solid silver !important; } #features { background: none; float:left; overflow: hidden; width: 700px; height: 200px; border-radius: 10px; } .jshowoff { float:left;	width: 700px; margin: 5px 0px 5px 1px; } /* .jshowoff div {	 width: 700px; height: 200px; } .jshowoff div, .jshowoff img, .jshowoff { border-top-left-radius: 10px; border-top-right-radius: 10px; } #basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div { border-radius: 0; border-radius: 0; } .jshowoff div p, .jshowoff div h2 { _background-color: none; } .jshowoff h2, .jshowoff p { font-size: 18px; padding: 15px 20px 0px; margin: 0; } .jshowoff p { font-size: 13px; line-height: 15px; } */ .eddie { float: right; padding: 15px 20px 15px 20px; } .jshowoff p.jshowoff-slidelinks { position: absolute; bottom: 5px; right: 5px; margin: 0; padding: 0; } .jshowoff-slidelinks a, .jshowoff-controls a { display: block; background-color: #000; color: #fff; padding: 5px 7px 5px; margin: 5px 0 0 5px; float: left; text-decoration: none; border-radius: 4px; border-radius: 4px; outline: none; font-size: 11px; line-height: 14px; } .jshowoff-slidelinks a:hover, .jshowoff-controls a:hover { color: #fff; } .jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover { background-color: #eee; color: #000; } p.jshowoff-controls { background: #aaa; overflow: auto; height: 1%; padding: 0 5px 5px 100px; margin: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .jshowoff-controls a { margin: 5px 5px 0 0; font-size: 12px; line-height: 15px; padding: 4px 8px 5px; } .jshowoff-pausetext { color: #fff; }
